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=kV&H7ChVY0!(hqKZx{7#6bgT -Dspring.config.additional-location=/app/config/override.yaml  

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

2021-04-07T02:02:22.012Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-bfcct with PID 14 (/app/app.jar started by so in /app)
2021-04-07T02:02:22.073Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-07T02:02:22.074Z||main|||||INFO|500||The following profiles are active: basic
2021-04-07T02:02:27.009Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-07T02:02:27.010Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-07T02:02:27.131Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-07T02:02:28.586Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-07T02:02:28.792Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-07T02:02:29.014Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-07T02:02:29.021Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-07T02:02:30.222Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: catalogDB
	...]
2021-04-07T02:02:30.334Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-07T02:02:30.337Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-07T02:02:30.671Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-07T02:02:31.212Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-07T02:02:34.027Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: requestDB
	...]
2021-04-07T02:02:34.288Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-07T02:02:35.395Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-07T02:02:35.411Z||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$$c5c40d7e.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-07T02:02:35.412Z||main|||||WARN|500||The sdc end point is not alive
2021-04-07T02:02:36.513Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-07T02:02:38.406Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-07T02:02:39.424Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-07T02:02:40.334Z||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-07T02:02:42.117Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:02:42.119Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:02:42.133Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:02:42.179Z||main|||||INFO|500||Started Application in 22.568 seconds (JVM running for 23.344)
2021-04-07T02:02:42.184Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:02:42.223Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e13a7c1d-f570-475e-827d-e684babf5fb9 url= /sdc/v1/artifactTypes
2021-04-07T02:02:42.223Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:02:43.363Z||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.7.9] 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-07T02:02:43.366Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4355317d
2021-04-07T02:02:43.367Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:02:43.373Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:02:43.375Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:02:43.377Z||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-07T02:03:12.120Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:03:32.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:03:32.117Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:03:32.117Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:03:32.125Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:03:32.130Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c97c257-b0f8-469e-af2a-f1aa8145e55b url= /sdc/v1/artifactTypes
2021-04-07T02:03:32.131Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:03:33.204Z||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.7.9] 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-07T02:03:33.205Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6898d789
2021-04-07T02:03:33.205Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:03:33.205Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:03:33.205Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:03:33.205Z||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-07T02:03:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:04:22.115Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:04:22.116Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:04:22.116Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:04:22.123Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:04:22.128Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1079298e-d672-410f-b524-e96f2758b667 url= /sdc/v1/artifactTypes
2021-04-07T02:04:22.128Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:04:23.185Z||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.7.9] 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-07T02:04:23.186Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58de8029
2021-04-07T02:04:23.186Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:04:23.186Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:04:23.186Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:04:23.186Z||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-07T02:05:12.117Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:05:12.117Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:05:12.117Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:05:12.127Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:05:12.133Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 355c0b92-e988-46aa-93ad-f9b3ed54f238 url= /sdc/v1/artifactTypes
2021-04-07T02:05:12.133Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:05:13.174Z||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.7.9] 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-07T02:05:13.175Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4de77085
2021-04-07T02:05:13.175Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:05:13.175Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:05:13.176Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:05:13.177Z||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-07T02:05:13.179Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:05:57.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:06:02.115Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:06:02.116Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:06:02.116Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:06:02.122Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:06:02.165Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22867940-8df2-4ffa-b275-cb1e266c39e4 url= /sdc/v1/artifactTypes
2021-04-07T02:06:02.165Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:06:03.188Z||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.7.9] 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-07T02:06:03.188Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f3ff7e9
2021-04-07T02:06:03.189Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:06:03.189Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:06:03.189Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:06:03.189Z||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-07T02:06:52.115Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:06:52.116Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:06:52.116Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:06:52.121Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:06:52.167Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cf84ac7d-ff67-4349-a620-f3571adb6f50 url= /sdc/v1/artifactTypes
2021-04-07T02:06:52.168Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:06:53.206Z||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.7.9] 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-07T02:06:53.207Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26553f36
2021-04-07T02:06:53.207Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:06:53.207Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:06:53.207Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:06:53.207Z||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-07T02:07:42.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:07:42.117Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:07:42.117Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:07:42.124Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:07:42.131Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce077270-9f9a-4475-b7d8-0222b9ec534c url= /sdc/v1/artifactTypes
2021-04-07T02:07:42.164Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:07:43.191Z||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.7.9] 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-07T02:07:43.192Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a58072c
2021-04-07T02:07:43.192Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:07:43.192Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:07:43.193Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:07:43.193Z||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-07T02:08:32.117Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:08:32.118Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:08:32.119Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:08:32.131Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:08:32.137Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d365a5e-59b3-4645-9aa4-062868ec8900 url= /sdc/v1/artifactTypes
2021-04-07T02:08:32.137Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:08:33.173Z||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.7.9] 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-07T02:08:33.176Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@706b0827
2021-04-07T02:08:33.177Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:08:33.178Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:08:33.178Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:08:33.179Z||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-07T02:09:22.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:09:22.117Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:09:22.117Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:09:22.167Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:09:22.175Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35753c3f-d1f3-4a3e-b218-f6dcc6f811e1 url= /sdc/v1/artifactTypes
2021-04-07T02:09:22.176Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:09:23.219Z||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.7.9] 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-07T02:09:23.220Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@347a2545
2021-04-07T02:09:23.220Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:09:23.220Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:09:23.265Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:09:23.266Z||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-07T02:09:42.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:10:12.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:10:12.117Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:10:12.117Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:10:12.166Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:10:12.173Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40cd7f7e-ca96-44fd-ac56-53b8e17e9fd4 url= /sdc/v1/artifactTypes
2021-04-07T02:10:12.174Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:10:13.205Z||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.7.9] 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-07T02:10:13.205Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c3d6240
2021-04-07T02:10:13.206Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:10:13.206Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:10:13.206Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:10:13.206Z||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-07T02:10:13.207Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:10:57.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:11:02.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:11:02.116Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:11:02.116Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:11:02.125Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:11:02.131Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 241515d4-059b-4dca-b61c-6302bc703b7d url= /sdc/v1/artifactTypes
2021-04-07T02:11:02.132Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:11:02.349Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-07T02:11:02.350Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7794b0ef
2021-04-07T02:11:02.350Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-07T02:11:02.350Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5003",
      "text": "Error: Not authorized to use the API.",
      "variables": []
    }
  }
}
2021-04-07T02:11:02.350Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-07T02:11:02.350Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-07T02:11:42.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T02:11:52.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:11:52.116Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:11:52.116Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:11:52.121Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:11:52.127Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 483cb94c-f3fe-423c-b61a-15e1dffc1513 url= /sdc/v1/artifactTypes
2021-04-07T02:11:52.127Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:11:52.358Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-07T02:11:52.372Z||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-07T02:11:52.400Z||scheduling-1|||||DEBUG|500||create keys
2021-04-07T02:11:52.408Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-07T02:11:52.522Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:11:52.537Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 805397e1-98a8-449f-a1e7-c7f6f635f58f url= /sdc/v1/registerForDistribution
2021-04-07T02:11:52.633Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 805397e1-98a8-449f-a1e7-c7f6f635f58f url= /sdc/v1/registerForDistribution
2021-04-07T02:11:52.634Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-07T02:11:52.647Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:11:52.646Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:11:52.650Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-07T02:11:52.654Z||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-07T02:11:52.654Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:11:52.654Z||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-07T02:11:52.654Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:12:02.865Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:12:02.872Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:12:27.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:12:41.611Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-07T02:12:52.644Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:12:52.644Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:12:52.644Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:12:52.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:12:52.646Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:12:52.646Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:13:02.193Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:13:02.210Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:13:12.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T02:13:52.644Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:13:52.645Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:13:52.646Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:13:52.646Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:13:52.647Z||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-07T02:13:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:14:02.209Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:14:02.210Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:14:52.646Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:14:52.646Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:14:52.653Z||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-07T02:14:52.653Z||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-07T02:14:52.654Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:14:52.654Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:15:02.198Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:15:02.253Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:15:12.122Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:15:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:15:52.645Z||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-07T02:15:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:15:52.646Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:15:52.647Z||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-07T02:15:52.648Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:15:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T02:16:02.191Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:16:02.193Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:16:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:16:52.645Z||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-07T02:16:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:16:52.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:16:52.646Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:16:52.646Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:17:02.202Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:17:02.205Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:17:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:17:52.644Z||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-07T02:17:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:17:52.645Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:17:52.646Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:17:52.646Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:18:02.186Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:18:02.187Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:18:12.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:18:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:18:52.645Z||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-07T02:18:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:18:52.646Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:18:52.648Z||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-07T02:18:52.648Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:19:02.188Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:19:02.188Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:19:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:19:52.645Z||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-07T02:19:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:19:52.646Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:19:52.646Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:19:52.646Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:20:02.187Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:20:02.254Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:20:27.121Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118
2021-04-07T02:20:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:20:52.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:20:52.646Z||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-07T02:20:52.646Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:20:52.646Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:20:52.652Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:21:02.205Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:21:02.205Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:21:12.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:21:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:21:52.644Z||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-07T02:21:52.644Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:21:52.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:21:52.646Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:21:52.646Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:21:57.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:22:02.183Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:22:02.183Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:22:42.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:22:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:22:52.645Z||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-07T02:22:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:22:52.646Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:22:52.646Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:22:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:23:02.203Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:23:02.204Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:23:27.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118
2021-04-07T02:23:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:23:52.645Z||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-07T02:23:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:23:52.646Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:23:52.646Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:23:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:24:02.186Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:24:02.187Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:24:12.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:24:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:24:52.645Z||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-07T02:24:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:24:52.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:24:52.646Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:24:52.646Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:24:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:25:02.194Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:25:02.253Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:25:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:25:52.645Z||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-07T02:25:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:25:52.646Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:25:52.646Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:25:52.646Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:26:02.199Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:26:02.252Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:26:27.120Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:26:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:26:52.645Z||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-07T02:26:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:26:52.646Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:26:52.646Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:26:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:27:02.196Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:27:02.197Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:27:52.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:27:52.645Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:27:52.648Z||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-07T02:27:52.648Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:27:52.648Z||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-07T02:27:52.648Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:28:02.225Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:28:02.260Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:28:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:28:52.645Z||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-07T02:28:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:28:52.646Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:28:52.646Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:28:52.646Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:29:02.201Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:29:02.249Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:29:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:29:52.644Z||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-07T02:29:52.644Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:29:52.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:29:52.646Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:29:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:30:02.191Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:30:02.191Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:30:12.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118
2021-04-07T02:30:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:30:52.645Z||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-07T02:30:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:30:52.646Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:30:52.646Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:30:52.646Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:31:02.200Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:31:02.251Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:31:42.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:31:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:31:52.645Z||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-07T02:31:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:31:52.645Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:31:52.646Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:31:52.646Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:32:02.183Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:32:02.185Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:32:27.116Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118
2021-04-07T02:32:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:32:52.645Z||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-07T02:32:52.646Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:32:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:32:52.646Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:32:52.646Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:33:02.208Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:33:02.239Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:33:42.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:33:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:33:52.645Z||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-07T02:33:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:33:52.646Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:33:52.646Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:33:52.646Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:34:02.200Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:34:02.200Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:34:27.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118
2021-04-07T02:34:52.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:34:52.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:34:52.648Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:34:52.648Z||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-07T02:34:52.648Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:34:52.648Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:35:02.197Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:35:02.199Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:35:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:35:52.645Z||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-07T02:35:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:35:52.645Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:35:52.646Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:35:52.646Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:35:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T02:36:02.185Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:36:02.187Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:36:42.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:36:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:36:52.645Z||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-07T02:36:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:36:52.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:36:52.646Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:36:52.646Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:37:02.186Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:37:02.186Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:37:27.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T02:37:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:37:52.645Z||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-07T02:37:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:37:52.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:37:52.646Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:37:52.646Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:38:02.186Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:38:02.186Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:38:12.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:38:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:38:52.645Z||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-07T02:38:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:38:52.646Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:38:52.646Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:38:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:38:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T02:39:02.186Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:39:02.275Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:39:42.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:39:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:39:52.645Z||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-07T02:39:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:39:52.646Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:39:52.647Z||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-07T02:39:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:40:02.197Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:40:02.198Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:40:27.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:40:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:40:52.645Z||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-07T02:40:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:40:52.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:40:52.646Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:40:52.646Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:41:02.183Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:41:02.183Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:41:12.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:41:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:41:52.645Z||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-07T02:41:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:41:52.645Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:41:52.646Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:41:52.646Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:41:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:42:02.184Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:42:02.184Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:42:42.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:42:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:42:52.645Z||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-07T02:42:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:42:52.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:42:52.646Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:42:52.646Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:43:02.184Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:43:02.247Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:43:27.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:43:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:43:52.644Z||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-07T02:43:52.644Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:43:52.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:43:52.646Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:43:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:44:02.189Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:44:02.192Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:44:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:44:52.644Z||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-07T02:44:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:44:52.646Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:44:52.647Z||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-07T02:44:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:02.186Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:45:02.186Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:45:42.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:45:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:45:52.645Z||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-07T02:45:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:52.646Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:45:52.646Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:45:52.646Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:52.789Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:45:52.798Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.798Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "cds",
  "timestamp": 1617763541071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "policy-id",
  "timestamp": 1617763541763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "dcae-sch",
  "timestamp": 1617763533703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "cds",
  "timestamp": 1617763541071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "policy-id",
  "timestamp": 1617763541763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "dcae-sch",
  "timestamp": 1617763533703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "cds",
  "timestamp": 1617763541071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "policy-id",
  "timestamp": 1617763541763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "dcae-sch",
  "timestamp": 1617763533703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "cds",
  "timestamp": 1617763541071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "policy-id",
  "timestamp": 1617763541763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "dcae-sch",
  "timestamp": 1617763533703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "cds",
  "timestamp": 1617763541071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "policy-id",
  "timestamp": 1617763541763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "dcae-sch",
  "timestamp": 1617763533703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763547059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763547255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "cds",
  "timestamp": 1617763541071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "policy-id",
  "timestamp": 1617763541763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "clamp",
  "timestamp": 1617763547718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763548228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "dcae-sch",
  "timestamp": 1617763533703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763547059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763547255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "cds",
  "timestamp": 1617763541071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "policy-id",
  "timestamp": 1617763541763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "clamp",
  "timestamp": 1617763547718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763548228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "dcae-sch",
  "timestamp": 1617763533703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763547059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763547255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "clamp",
  "timestamp": 1617763547718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763548228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763547059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "cds",
  "timestamp": 1617763550780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "policy-id",
  "timestamp": 1617763550827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763547255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "clamp",
  "timestamp": 1617763547718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763548228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763547059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "cds",
  "timestamp": 1617763551798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-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-07T02:45:52.948Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 175d7490-70fe-4126-aae8-2d79daf1e25f
2021-04-07T02:45:52.967Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 175d7490-70fe-4126-aae8-2d79daf1e25f 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-07T02:45:52.991Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.991Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "policy-id",
  "timestamp": 1617763551834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763547255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "clamp",
  "timestamp": 1617763547718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:45:53.284Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:45:53.287Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:45:53.288Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"175d7490-70fe-4126-aae8-2d79daf1e25f","serviceName":"basic_onboard_KWmHYz","serviceVersion":"1.0","serviceUUID":"a3599d20-adf4-4c37-ba1e-e488184c8792","serviceDescription":"service","serviceInvariantUUID":"5de92524-4117-4b14-8258-749de36c5f21","resources":[{"resourceInstanceName":"basic_onboard_KWmHYz 0","resourceName":"basic_onboard_KWmHYz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b933eb59-3050-4638-b5a3-c8c1d8b12ead","resourceInvariantUUID":"5ae1a3b5-5673-4ea1-b308-546057ffb7ed","resourceCustomizationUUID":"ce174fd7-50ba-4331-b559-e473867cc674","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml","artifactChecksum":"ZjlmMzljMDVmZjU5YmJhYTQwYjBiMTllNzAzMGE2OTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5437073-d285-45a7-b17a-2f04af825fc5","artifactVersion":"1"},{"artifactName":"basic_onboard_kwmhyz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json","artifactChecksum":"NzRjYTk1OTRhNWUyYTYxNzY4N2RlZTUyNTBmYmNmNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bf5c2fa3-5f16-4b75-9fa2-59ecd26d43bd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a1df31fd-23fa-430a-9354-02998acae68f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b97b0e13-0cb0-4cab-9fc6-9b9ac7efa67d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5cb1b96-90a2-42f3-ae3e-5e04feaeddec","artifactVersion":"2","generatedFromUUID":"a1df31fd-23fa-430a-9354-02998acae68f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKwmhyz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml","artifactChecksum":"YTk4NGVmZGQxNTkzNzYyNmU3NjY1NjNiMTViOTUwOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2344653f-e2fa-49ac-8755-b72b53eb3eb2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKwmhyz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar","artifactChecksum":"YmIxMjVhNDMyZWNjZTMyMmRlNzZmYTU1YTBkODg1M2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56050541-66a8-4489-bd7c-673018ce9a12","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-07T02:45:53.294Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:53.299Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:53.376Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:53.376Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:53.477Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-07T02:45:53.483Z||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-07T02:45:53.483Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:53.492Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:45:53.493Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:45:54.383Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:54.384Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:54.386Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:54.387Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:45:54.489Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-07T02:45:54.490Z||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-07T02:45:54.491Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:54.525Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:45:54.525Z||pool-5-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:45:55.387Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:55.388Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:55.390Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:55.390Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:45:55.490Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:45:55.491Z||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-07T02:45:55.492Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:55.501Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:45:55.501Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:45:56.391Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:56.392Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:56.394Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:56.394Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:56.495Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:45:56.496Z||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-07T02:45:56.496Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:56.505Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:45:56.506Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:45:57.395Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:57.396Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:57.398Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:57.398Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-07T02:45:57.498Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:45:57.499Z||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-07T02:45:57.499Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:57.522Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:45:57.522Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:45:58.398Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:58.399Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:58.400Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:58.400Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:45:58.501Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:45:58.501Z||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-07T02:45:58.502Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:58.524Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:45:58.524Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:45:59.401Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:59.402Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:59.404Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:59.405Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:45:59.504Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-07T02:45:59.506Z||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-07T02:45:59.506Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:59.515Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:45:59.515Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:46:00.407Z||pool-3-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "serviceName": "basic_onboard_KWmHYz",
  "serviceVersion": "1.0",
  "serviceUUID": "a3599d20-adf4-4c37-ba1e-e488184c8792",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5de92524-4117-4b14-8258-749de36c5f21",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_KWmHYz 0",
      "resourceCustomizationUUID": "ce174fd7-50ba-4331-b559-e473867cc674",
      "resourceName": "basic_onboard_KWmHYz",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b933eb59-3050-4638-b5a3-c8c1d8b12ead",
      "resourceInvariantUUID": "5ae1a3b5-5673-4ea1-b308-546057ffb7ed",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_kwmhyz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
          "artifactChecksum": "NzRjYTk1OTRhNWUyYTYxNzY4N2RlZTUyNTBmYmNmNGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bf5c2fa3-5f16-4b75-9fa2-59ecd26d43bd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a1df31fd-23fa-430a-9354-02998acae68f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5cb1b96-90a2-42f3-ae3e-5e04feaeddec",
            "generatedFromUUID": "a1df31fd-23fa-430a-9354-02998acae68f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5cb1b96-90a2-42f3-ae3e-5e04feaeddec",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKwmhyz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
      "artifactChecksum": "YmIxMjVhNDMyZWNjZTMyMmRlNzZmYTU1YTBkODg1M2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "56050541-66a8-4489-bd7c-673018ce9a12"
    }
  ],
  "workloadContext": "Production"
}
2021-04-07T02:46:00.409Z||pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-07T02:46:00.409Z||pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a3599d20-adf4-4c37-ba1e-e488184c8792 ASDC
2021-04-07T02:46:00.536Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:175d7490-70fe-4126-aae8-2d79daf1e25f
ServiceName:basic_onboard_KWmHYz
ServiceVersion:1.0
ServiceUUID:a3599d20-adf4-4c37-ba1e-e488184c8792
ServiceInvariantUUID:5de92524-4117-4b14-8258-749de36c5f21
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKwmhyz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar
ArtifactUUID:56050541-66a8-4489-bd7c-673018ce9a12
ArtifactChecksum:YmIxMjVhNDMyZWNjZTMyMmRlNzZmYTU1YTBkODg1M2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KWmHYz 0
ResourceCustomizationUUID:ce174fd7-50ba-4331-b559-e473867cc674
ResourceInvariantUUID:5ae1a3b5-5673-4ea1-b308-546057ffb7ed
ResourceName:basic_onboard_KWmHYz
ResourceType:VF
ResourceUUID:b933eb59-3050-4638-b5a3-c8c1d8b12ead
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kwmhyz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json
ArtifactUUID:bf5c2fa3-5f16-4b75-9fa2-59ecd26d43bd
ArtifactChecksum:NzRjYTk1OTRhNWUyYTYxNzY4N2RlZTUyNTBmYmNmNGQ=
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/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a1df31fd-23fa-430a-9354-02998acae68f
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/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env
ArtifactUUID:e5cb1b96-90a2-42f3-ae3e-5e04feaeddec
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/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env
ArtifactUUID:e5cb1b96-90a2-42f3-ae3e-5e04feaeddec
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-07T02:46:00.536Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a3599d20-adf4-4c37-ba1e-e488184c8792 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-07T02:46:00.648Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T02:46:00.651Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-07T02:46:00.652Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-07T02:46:00.653Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 56050541-66a8-4489-bd7c-673018ce9a12 from URL: /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:00.653Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-07T02:46:00.655Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:01.469Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-07T02:46:01.483Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar 56050541-66a8-4489-bd7c-673018ce9a12 70246
2021-04-07T02:46:01.484Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar ASDC sendASDCNotification
2021-04-07T02:46:01.484Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:01.484Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:46:01.485Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:46:01.487Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:46:01.487Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763561483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:46:01.587Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:46:01.588Z||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-07T02:46:01.589Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:46:01.650Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:46:01.651Z||pool-11-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:46:02.487Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T02:46:02.489Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-07T02:46:02.489Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: 56050541-66a8-4489-bd7c-673018ce9a12, URL: /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar to file: /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:02.490Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:02.614Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:02.615Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:02.868Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1637576659928326073/Definitions/service-BasicOnboardKwmhyz-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-07T02:46:04.283Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||####################################################################################################
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KWmHYz 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.287Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.287Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.287Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KWmHYz 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-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.287Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||####################################################################################################
2021-04-07T02:46:04.292Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:04.293Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.295Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:04.295Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-07T02:46:04.296Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T02:46:04.297Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:04.297Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.297Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:04.297Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-07T02:46:04.297Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T02:46:04.298Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:04.298Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.300Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:04.300Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is not matching search criteria
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-07T02:46:04.302Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:04.302Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:04.302Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:46:04.302Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:04.302Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:04.302Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is not matching search criteria
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b33bd0dc-7350-4b33-afb0-e2d330ad78eb
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_KWmHYz
Description:service
Model UUID:a3599d20-adf4-4c37-ba1e-e488184c8792
Model Version:NULL
Model InvariantUuid:5de92524-4117-4b14-8258-749de36c5f21
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_KWmHYz
Model UUID:d1db3fb6-4543-462f-a7d3-87bc8d469af1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ae1a3b5-5673-4ea1-b308-546057ffb7ed
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ce174fd7-50ba-4331-b559-e473867cc674
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f5c01dcc-93c3-4ceb-adda-14c4fc6627d6
ModelName:BasicOnboardKwmhyz..base_ubuntu18..module-0
ModelUuid:485d3e01-ff21-4606-bda9-2e15827da7ae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b33bd0dc-7350-4b33-afb0-e2d330ad78eb
ModelInvariantUuid:16d29a32-7f28-4a0d-ad0e-c812837f62e0
ModelName:basic_onboard_KWmHYz-nodes.ubuntu18Cvfc
ModelUuid:7efc766d-1bde-4979-819a-aa421c312134
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:499b027a-1195-4e9b-9e5b-f7d4a4baf293
ModelInvariantUuid:e167c338-e536-49a2-a5bc-c81af53781cc
ModelName:BasicOnboardKwmhyz.compute.nodes.heat.ubuntu18
ModelUuid:16101088-e4f0-4805-9062-31c55228aac2
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-07T02:46:04.352Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b933eb59-3050-4638-b5a3-c8c1d8b12ead
2021-04-07T02:46:04.363Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-07T02:46:04.416Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||basic_onboard_KWmHYz 0
2021-04-07T02:46:04.421Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b933eb59-3050-4638-b5a3-c8c1d8b12ead
2021-04-07T02:46:04.421Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: bf5c2fa3-5f16-4b75-9fa2-59ecd26d43bd from URL: /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json
2021-04-07T02:46:04.421Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-07T02:46:04.421Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json
2021-04-07T02:46:05.248Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-07T02:46:05.249Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json bf5c2fa3-5f16-4b75-9fa2-59ecd26d43bd 798
2021-04-07T02:46:05.249Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json ASDC sendASDCNotification
2021-04-07T02:46:05.249Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json
2021-04-07T02:46:05.249Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:46:05.250Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:46:05.252Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:46:05.252Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763565249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:46:05.352Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:46:05.353Z||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-07T02:46:05.353Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:46:05.361Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:46:05.362Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:46:06.254Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKwmhyz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f5c01dcc-93c3-4ceb-adda-14c4fc6627d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "485d3e01-ff21-4606-bda9-2e15827da7ae",
    "vfModuleModelCustomizationUUID": "42d77a82-5cbf-44df-b9b9-56c5e0346f62",
    "isBase": true,
    "artifacts": [
      "a1df31fd-23fa-430a-9354-02998acae68f",
      "e5cb1b96-90a2-42f3-ae3e-5e04feaeddec"
    ],
    "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-07T02:46:06.276Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKwmhyz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:485d3e01-ff21-4606-bda9-2e15827da7ae
VfModuleModelInvariantUUID:f5c01dcc-93c3-4ceb-adda-14c4fc6627d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1df31fd-23fa-430a-9354-02998acae68f
,
e5cb1b96-90a2-42f3-ae3e-5e04feaeddec

}
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-07T02:46:06.280Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKwmhyz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f5c01dcc-93c3-4ceb-adda-14c4fc6627d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "485d3e01-ff21-4606-bda9-2e15827da7ae",
    "vfModuleModelCustomizationUUID": "42d77a82-5cbf-44df-b9b9-56c5e0346f62",
    "isBase": true,
    "artifacts": [
      "a1df31fd-23fa-430a-9354-02998acae68f",
      "e5cb1b96-90a2-42f3-ae3e-5e04feaeddec"
    ],
    "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-07T02:46:06.280Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKwmhyz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:485d3e01-ff21-4606-bda9-2e15827da7ae
VfModuleModelInvariantUUID:f5c01dcc-93c3-4ceb-adda-14c4fc6627d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1df31fd-23fa-430a-9354-02998acae68f
,
e5cb1b96-90a2-42f3-ae3e-5e04feaeddec

}
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-07T02:46:06.280Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: a1df31fd-23fa-430a-9354-02998acae68f from URL: /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml
2021-04-07T02:46:06.280Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-07T02:46:06.281Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml
2021-04-07T02:46:08.115Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-07T02:46:08.115Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml a1df31fd-23fa-430a-9354-02998acae68f 5033
2021-04-07T02:46:08.116Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-07T02:46:08.116Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml
2021-04-07T02:46:08.116Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:46:08.116Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:46:08.119Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:46:08.119Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763568116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:46:08.219Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:46:08.219Z||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-07T02:46:08.219Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:46:08.229Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:46:08.230Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:46:09.119Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: e5cb1b96-90a2-42f3-ae3e-5e04feaeddec from URL: /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env
2021-04-07T02:46:09.120Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-07T02:46:09.121Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env
2021-04-07T02:46:09.464Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-07T02:46:09.465Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env e5cb1b96-90a2-42f3-ae3e-5e04feaeddec 909
2021-04-07T02:46:09.465Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-07T02:46:09.466Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env
2021-04-07T02:46:09.466Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:46:09.466Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:46:09.469Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:46:09.469Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763569465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:46:09.569Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:46:09.570Z||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-07T02:46:09.570Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:46:09.579Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:46:09.579Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:46:10.469Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: a3599d20-adf4-4c37-ba1e-e488184c8792
2021-04-07T02:46:10.470Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KWmHYz 0 b933eb59-3050-4638-b5a3-c8c1d8b12ead 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-07T02:46:10.589Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:10.589Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:10.590Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Processing vnf with UUID: d1db3fb6-4543-462f-a7d3-87bc8d469af1 
2021-04-07T02:46:10.590Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Will get resource from SDC using resource id: d1db3fb6-4543-462f-a7d3-87bc8d469af1
2021-04-07T02:46:10.601Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel to get resource 
2021-04-07T02:46:10.627Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel
2021-04-07T02:46:10.629Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|INFO|500||Invoke
2021-04-07T02:46:10.630Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-07T02:46:10.630Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel
2021-04-07T02:46:10.630Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||Method      : GET
2021-04-07T02:46:10.630Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/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:"175d7490-70fe-4126-aae8-2d79daf1e25f", X-RequestID:"175d7490-70fe-4126-aae8-2d79daf1e25f", X-TransactionID:"175d7490-70fe-4126-aae8-2d79daf1e25f", X-ECOMP-RequestID:"175d7490-70fe-4126-aae8-2d79daf1e25f", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"19388428-6824-490c-8a65-8ac225cf5268"]
2021-04-07T02:46:10.630Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||Request body: 
2021-04-07T02:46:10.630Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||==========================request end================================================
2021-04-07T02:46:10.889Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-07T02:46:10.890Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-07T02:46:10.890Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||Status text  : OK
2021-04-07T02:46:10.891Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||Headers      : [Set-Cookie:"JSESSIONID=node0fqmasenoejbfaoybxvjno367278.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardKwmhyz-csar.csar"", Content-MD5:"ZDgwMmRiNGJmNjQ5YjFlNGRiMDMwMjIwZmEwNTQyNmE=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"175d7490-70fe-4126-aae8-2d79daf1e25f", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-07T02:46:10.912Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/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�1�0{������
�H��!,���>���L��������p&A8:Op��]d��f���_��S6
-0�-&���Ձ%��ӱ�*d�7�M��;�f7������'������nS�Wꂁ��3�&�_�Fb�[Y+�J[ێ�PK�Y�1��PK��R4Definitions/resource-BasicOnboardKwmhyz-template.yml�Ws���=����;��i*x��\Y��IJ��Y`��h�Ȗ�ݥ�R����~�n���U(kH7l#0ۗ7����� �
�5����)s2��B�`�?1�ao�g@;���8=f�qPP�`<�
@D�����X��㩮+S�a�x��i��+ �Ed��w",?��۪���t~3?!�W7AS^W[���������}�n_m�����.�ç�fJ�Ǯ+�����xd_WG��xZ������~�xw��C�[�t>��J��F
�֏���ָ9�gw'_����Ӈ՛��]2�����ѿo��d������<-������A�~�������?̖�o������n�x�n�q&x�ݼ�}l���u���qyk)�ڑ�>��7������u������z��2^�Ʀ�Z���������|�/y�==��{�����篅�z=�K���|y���{�]��Ʒ��1.�t��ր7��Z{=��6t>ޏ�^������h��bj���^"\l5w1���Z�y�k>�>�B��Y�<����G��/ԥI�������-�<�H����FR�P��:;�}�\o�7��=��(�x^|o����k�%���|��
����>[ӏ/�������}�u��>��ǹ9������^�
��x��(���g-�ql&����!L]��2��/ch*D8{a�$Mʆ[Ob�H�#n2�(��55
�>������ّ�Z��y�4�<P�I��.[�.Z����.��Shňn�`t�Y`En���gb���%U݄��Y�ȷ��w�#'���a����'��Џ6�X�Q,n9q��Q@g)��ïpC�<�8�m�.Y������]�cX�Ǣr��lĊ@Íƶk���0���I���v�`��'��
��$�w��
b�W���J�,rG)��?�t���7y���FP�Vŭ��W���&/A�S������:���0�'�����i\�
3@^��,�"�:��YF)!�{O�����eP5��,�q�~.V�I6�M�VQ1��%��Hid�%5����֡h�zo�T>�Or��Um�[m��T��ʊ�X4�;4\F7���m�#��,^
���~y{}}����T�yv{u�sq�C�i�`
�]g�}q=4d�h������Ѣ!��¤M����4�_�H|���hE�)�,�:���ev-����I�](�Zi�h#vPe���c����*��ƊT�!���-�eG��C5[AS��!�Go����j@G���Ô�P)��I$G��Fd�LO�x=o���	T0��
�00�(S�&?�߅*�'���p�L��Z7q�0H���;��k��b5�x�":��8�[�i:j����9"*���p��'Nu#'V8��F.T�(���}Sw�E+���ĭi�z�Y�v��`�h�0��ϸ��W4��P�G
�J*��/ES3�a�n�/��J��Tn��ΟJd*a?8��V�J���	;����΀���)���Ux^Q�"�R�L���H�Pt�(�)����Ƃ8U^�����	%�W%�e�:��@T�1��D����G�0�7w[	i׎'\�>���e"m&���uM#��]re������U��
�;��&e�Xl��Mc����OK�I��)�[y��X�Q਎����\��k\�ȹ��t���a#N٣�iHT�VYNSU 	�D)j�dp�*�؍��6�#���.R�倮�'�	
J�G�x���":�Cݽh�C�U��@ۭˇM� ��9&��S�Xۅ;�I��K=\�z4�;�ET�Z(�(ٱdv�M�=�7��'��7��{
���v�Ws�Q�^��R�<��,}З�dפ���4��xZ��J
�}��J�:T#�Ix��}��#�;�;���Nb�i�Nr�(I��]��2���F�ri�\���k��*o@Ӊ��ٮ��hÉB�
H�<������I6���
p���0O)���}W�e��w8���C���⃂������ _P[+�L�B�
ӹ��[�����n���u�ѥ�J��&Nwko��sm
@������2qo*}2оɧ_��S�	:��r:Ȱ����V��}1���P��̾���ס�X(�]���{@D���^�I���p7��l�*���U�n'pۧ�q�&c��H��l��!}ؑ���v���w}w��f�M㥍�tk��v�]�I�>�T���iF���i�N�.g���/�Ew�7�i�;�
��F�_ر�[ڑ�o����5�N�8<����p�x�2��~u��j�EН��i�=�6�5�h�~.H{��^g�}�
䏒'����MOf7�
P�r���ŇU�J�����OV��Hj��_�m�R�6~t
P�R�V^'��ǩ���ǹ����j%�|�	�F��J��W��?�(c�Kn]|߾�:�>����#H�ڤ}�W���J��o��L�o2�za�V@�K�
�Ձ�\����U��PKS5�C��VPK��R>Definitions/resource-BasicOnboardKwmhyz-template-interface.yml�]ks�:�~~��9ӑj��μ3�׽��j�V{9s��4�`���$�j�t3��0�$�YOV��(vT�hPG�[�2��a�d�T<`JI)���bB��?
��5�.$�ӑ/	�g�(������*����h�p���@�������g�Fs-R��66��V�2��,�E��\�d���b2��
-�bӖ	t�KT(�t��v�!D�z1��|Q�	�AM�	6/��C��Ry�%�	�JV�I�LWL��LQH[��*t��B�]���� UX��p	.$V�F�� �
܍�4hI7�9�!!��`�4�ICO괫���N]D�v!��p��8d+6v��,��"��bKG#��1��]o�c�
-]���D�,4H�$�2b��0U���U�O@n�-y�5&�)L�d]�A�8Y��(,�S�o�6�ݵԨ�x�)�l�(�������~6[�F���K
`����2�TL��fĎ���V�(A�M5KU�X:�c����B����*�<���)�T�2����L�vP�~C� J1F�e��HTo�Ce���g\ ���W+��^�ԣ&�ۨv�5�<����p:�̧�����ӹq�~�:�Q����O���v=����dh�Ĺk��������8�������Y���O�)�z�a�ĕ��5�U�t��ʵy��h{��r�ͻ��7︬��`�R�QY��q��|p��ź�X姖u~�N����V����K��p�L�>}>#O�����R�T)MN���k��B��˄L`��9��Рg�����v�Z\y�wκ��w}p99���CPk���j����'�~
̞W�v�U����>�v�	&}X�~|"ΤܞLΪ���6��GN�yEI������g�z
k�=��su�M�N�,�篇����]}�px��lh7�V��KO���ԍ�����a�-]�+���Tӏ���yE'j��:x�٘��}�Э������p+ߦ絧��vV����xН��W���j�<�>V�y?x�s����_N���<�ؓ����Xop($��Sf;f�]R��o��[w������D�J�k1[�Iؒ(�4\��`}�}c+j�Ŷh*���ڹ�U�g���|$�NO����V��Gº��Q�6���ؼw\�vk[S�n��np;��h�쎃"�v��?k��T���|�,�Kgn�gV�N:��n�kQ�g�d�d�cm��IKĤ�U���8ׁ�{���!�
�<���A�D�-y_�����,��\8ZTbU�`2�(b��_B��
�s�x\��m�oy�!�$�m
R�����lFsL#~�,Q�5�Ld�AK����ڢ�v$4!k�*�!20���$U����e0��˲�߈BV-��m
��U��������,(�LT�,C@R���f��.!0��!� �۵N��h6��0��,b��'M�� �urW']�d��r�X�m���^�{4����%�O.�|��r�bn��l�|�e��.a�G,�5ȷ쥾e/F��U������L�F��I��E����Y�Ψ��I[��bW���9��j$QZ���O���Oۥ��<�oa��KZ�DW#��7��&a�:{��z�%m������m0,���9�V�_;d��)�{��Ujan�����ޔ���m���$f��c�ם��z�C����h���~�|�>t��/ٱ���r�[,u�,��'z>ժ�D�5AH��ͭ��0g�&l���g\~�5F������''��>ʟ��5���w�!�A���2G�����K������-��}�Է6���������sC�>��t�)B��5�k�).�e�)HzD�m~��TH���6,�(=({d�_��
P�T��D����2�=ind�a���|�f�3��[�	�a;�#)��sfI�G�_zr+{ί�kI�_H�ٲ?�,A�=�=�&$�o^�I�G�D�����;���-��l��JΠ�n՞)�9J��
�_=�Z�U��o�v)2r���Ŵ�L�}1�1�G��ϒ/Q�A�X'�R��֙"K���|1%}*�k"Sd�!�����s�("\��{�f3Ehi��6�Z��3r5�/9�"�P�����J��O�F�Z���+��:q��ޢE^B��{'�V����!K��
W�'���Oz/�E?���9k�,��t+a�,�
dM~�.}�k֜���e?���dI�hm(����!V�w6uZc-����B�E�p%���~�4Ua�:�aA�l��$��^^*�PK��Z��
t�PK��RLDefinitions/resource-BasiconboardkwmhyzComputeNodesHeatUbuntu18-template.yml��M��0���+r��a������n�V�W�3)$(	T���|l;t��
�~b��MtAA�`�����P��}T,.����`=AgjQ�C��P�v�����O�+��|��L������
�U
h���Jѫg���$�ԦɩL��>=gI.TQdY	�2�-tX����j��|��]��\��"r���� Q�3Ҕ�}\�<��<�A�٢gO������
"^��*���s�a��72D*��1��+|B�8_19�W��?ା���AT�(xz|�B>���I������|�!a��yތ��P����
λ�}�Y��
z���r�ȭ��
,7p����6��ݰ�Ve��h�W�gmC�Z׼�ԍ������C�/����y��y�|l�Ǒ���׮e����Gl�ֻ�z��M�F����������PKm�YY�pPK��R,Definitions/resource-Globalport-template.yml�WKS�8��+t��`WBnY�ݥj�P,pٚr�r�Q�-y%9l����71�L�PCU�!J�Տ�?�#5�A1�p)t��q1#�mi��)k���Qpt���5tv@+�8����rF��x̦������d��:��NN��d:=�Gx�T��'�8Q���d�MF�'�yx¼)=�&���h
!*�����ʐ�7RE���qA�B�@�0�P�85�ʄ3��Q����
d�=S살HM��d!L���b=u0��GQ��l��=� 4���HK�y"v���DžS�黉�`2!�T�����)D�,��ލ��\�~w��_�������8H�Ķj��Q}����UX�#;�Y�T���Z+/��K��0@5��-z��O$w[�$��$����/΢rZ���@t����g��u�
aR��ԕ�`�����0�ʁgt�Yibw+,w���i~G��?�77��z���	���З;eC,yD�p+�`�ip�
�G���Y����ı924��\�Y��)�F���=��_�޻��#V��T�����n�q�0��D��@�ٵ3�ƹ&U's�Vˈ�-��}�2�=ҍ��X�5G�:���Qg}��������e#[Q|��r����o��_������m�-iZ�V�{G)�f6)�/q�X�W�8�.+i�����Þ�A��q��$���
l4�=9^�}��+������N:G,�#z������̮j�^�h�.�{�*�`��ɻ�\���ooo0�H�;~���x���q���V���y�-���-��PK�kf�m�PK��R&Definitions/resource-Port-template.yml�SMo�0��W����i���m��0`K���ՠ%:*K�$�ȿ���m�=�ȏ��O"��I*�QAY�9χB�4eG,u����J���9�Sh�n��&�"���u�Yn.�$�ytY�:Z'1���଎L„��肖I���8�7�2ZII�� �d�%�po]�I^8U���U�<��A۽��U8Bx��
y�)���eU4��Y�ƺ�:�cE~�u�C
��|�����2�T����dn5����-[;A�H�R��~�����s~{~ M��b��"���o+Io�2'V��e�-���,b��(M/
�Y���Rs��S{�1����
s���S�祈4���	w��{g�)�C�pe��JXOAcl�tǬ���f��;��tm�7��)H�ށdV8[���|�|T�V���λTe(%W⠚[˃g�'[e͞2�Ï�|@>$a��[ůĔ�$��Zpu'�C�v���H6q.`���##hԊhT.����n����9a��9�5Y�a���F&��3dNWj��m�Z+��9�q�ZnR��PK�s�uZePK��R(Definitions/resource-Extcp2-template.yml�R���0��s궇D!da�m��aYT�^�*r�	Xu��v��������y��d潱�P�1,��+i�3j�)؆2��fR�l�M'%Zˆ%���3ќH{8|]����>��	�A�O��a:[�ŬHb�/��Gq/�b�{L\E���$X.�<��pbIJLa�ۮv����P�+��?!<�?�a��D�A�).-�� �K�@�eO�a�s՚�
�J���ݓ�G�/)|A�D�a��o���?a#�Di��5Uk�/(��)l??��ͺ��Dp��ft����ѿ+������z?���1��ߤ���7c_�7�G5���F�BA���PK߷��PK��R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�മ���&���Ŧ�� ȑM��$����Q�-%�M4(��!29��;����2�n8�V��l��
^��uYF��́rs���(�RN-]_"�=Ղ�������d�j���M�2K���	�!�^�l��y�3z��ꌯ�M��W�j�@�l�����]��}�]�8]��9���5�[���;UT�L�`��u����5����${�m���v��$�
���(��ъfBb���X�=TX�����Q[�X-���4Sg����XM��t�X՚�w(��k����+��F��/���j���t��'�x���� �",�͛T_ik�	)1�4���Ÿ��PH�l\�tbd�$v��MFB��$u(�D5�et�[��U��eWJ
���>�3�e�l[��j����n�=Tz��
�Ð���0��,mU�XiK���=�M�U�q=6�&����:V#̏���L��	}V��w�b��C"�;R�5��OGͿup���Q��*�5��7 �]!��0��p�Y[�,I}���ڸ>+N�5+�j��d�N��������/�����T
�i�����{�%��u�Q=���s�a� ������"�=�zV�@“Ĥ�U���I�n�u�'m�0�^oG�k���%2��M�4��v�I!�e
���x�>��[Q���NBU&:~������9��U4P�6V`ld���0���ɲ]YE&c�k��w�6`(������6t�1+;X�����:OZX�<��a o�$H�dq��@A'm��^��6n�c�pJ��Gm�6��'l���uΦ�BF�O�|t���a��R*��E�
	'�C������_q��u1�yd����`�oq��{	��Ӟ���'��{H�x4�xc�gEG܌>�ؓ�<#1�mc���P�/zqC��e��̳
��5�8�Ŵ(8M���x��k$������/
�?���9�8[8������2���s�j���>��ϓ�x@�<�R�Xq>kn��'sо��޻�Պ#�p�}9���:p5���a�W7`^9�Y�}T2H~PKuu�;KPK��REDefinitions/resource-BasicOnboardKwmhyzNodesUbuntu18cvfc-template.yml��r���_��L���[~�z=�S;�qy�T��IPF�+
� $eGS5e�
����P�6l�P�&4�c�H���֒�+�^��=��
��#	�q���4��GQ�'?~|��Z�7�b���u;��sa{N�������,��r�-q��fc#ݴ	Z�{���a�Z��R_����#ך�cj�o8��������_�l�R3��T���Ɋh�d+�
��_5�%��{‰Fc-����X�I��_Y������??��'�D�k�Ⓢ�1�Ԭ�o�8���@{D� �,��v�g}�Z;`��%8�?���N���{�z&�>\�4�(���P����A����!'υN&"��5��I]�9�l/@#��L5�h��r�!
R*o)����VkȲ���$9�&T���W�(����	�l~����9��^��ӯ{F�GA�b
��I��B^�{�&Q��>��{M��
+zm*t����[�B�����}b��L����簺ܛY��R��%�DpR�C.�B���ۜB&�?���t��#�0��;κ{�W|����t�Q��&��p2����`�
�Ќ���=��#����@K��8)"�ߔF����h$~���z".1K\�j�?d��3
a�81�'`�i�
�Ci�}+��(���p��� S�w&�`7&jK"�mI�������%�a�(�<�H�^I�h@Ȩ���@V�!ZS9� :̂��9��<�|�����������XiD��ѴŗP���A.=߱���~Hy�-�8�3t�.��Z!��}�P�o��`�5��+b��3�H�-�-�B��k&��lj�DN�f��a����V#����a����8b7:�9SP�M|����sa���t[�cZ���2_FY8�17(Nh�2�̾5�|�&.�^P�!��)R�!*4|8��+��;��O�O�˵�H�7sF�����GL]`2�>�A�xS�#�i�!���}��Sر]��=—��t�Н	�F
��}N�8����50
Z~>Z��>ulL3��8s��<��n�*W�Ԉ�l�A����;�9J��q�#�eD����b��]*��VZU-��P�T�"�7�<�j����7���W꥞�g�![?Ĭ�����f�;�s���|�G�/��cz�����ۈ	�i��~��H�u4��N+{yM^o����&(E�����A֯���gaq������bΔa���� ��EB�\�]�o�9���7[k��!�^n�j��M�e���^nw�eU�eP������9Z��k��oh�[��b���Z��j'�Ged������b�����hE�&ړ������+;���¯r�e�,��I�a)�
�۪�A�Kc�8s@��cg�X�-2�6a:1{�(���cI�	ǜ�2��p�z��	5������?h�-
��
S�w�U�G�U�E9�YL��͒@s��u��1��q~Ha�kv���?���Dj+v���3�Ӵ�&$g�:4�S��,�4�(i:�����l$���w���T��b�b)�i�*ɴTi��s���>o�'i�\�3��b'9z�y�:ƨ��}�9H�dc��CpI�����ܤ��$R�w �1$3<�n��F�iO57;#P�˨j�y9�Q8
©C0��a@zqY}���`��O�#�"[EDK�\���Mk%�:�'ܔ�bV8;.f͋8Vo���Z��o�b�����.���{dnw��ě�f��p�kl�����A˽�A+�Y!ӶtD��[�V�r]��]dK6��1�c�Z�Ѱe/��7-g�׻�jS��s�.��[ɬ�OD����ﬠ	L��#l�dϼ�	
��������hNx��v\=�bƫH�kw.w�����z���;�|�	P��6��{��@���DYb�i$�e�k���D�'mdE��ö�Ԋ��Bx��F����D٘������������f��F=t�-2�ŗ_�,�E�������5i4U��wȒ��b�6�Z%��4t
m:�b<�Z��sT1էt���ӂ���U6H�fVv3a(�!��4GS�ѩ�p7�R͐\�f2��^%Ya�ݍ^Vq�����
g��Jp�&8��J�I`��ș�:��>x\�g��.;�X|FգQ���Ŧ`UN����|�ܬ
W/�q+i]�ik�a���۩7�\/�\K#���]&ҳo�e����wڨr^����u�q���TC�)�w�_2`�!�����l��wN �D����Q	Z���-R�/+`~��Y��'Xęj�J]MFQXHT�,I,+V�z�wJS}�9=q%NZ�Ph���n�­� ���'���
�I�w��U3f�Lv�H&g}�@ �&	�KX�J)OAV�r��3�-
D5H���(L��5=z��n���M*J�_���CWT%o����#�!:z�
:!����QT8�/���V-h��y��Dw�F���� �ԩ*H�
%l���d�ć�1���[O^�x�G���oqdp�l������ڎ�1i��Q���#��>^.ܙjL��'��\.%t�P�H��=�mգ/�r/XQ�ErG�6�3��lz�Ȳ\� =�����"	[�`|>�Q�գ�H�Ǹ�}�~��%�^�Q��s6�m���9
�+8�/�ȆoY!�M���v-b�3�nzn�o5��
�1��:k���0�fi���.Ў���%����"�F[����L�į^��@�=G�� @=��|$|�#x����E���<����^A��k�߲+)+Kޣ�v�LSڷ���/�މ#�Uټ	j��L��A�+q�]�j�7��+�GH��M+�]r�g�{��Wy�o��,�\��`���1O��Խ�1�U��Yӽ�5��������PKm�goN�OPK��RODefinitions/resource-BasicOnboardKwmhyzNodesUbuntu18cvfc-template-interface.yml�]Ks�6��W���`N�S�7�If2��L����` �P��J�_�HJE�a�4�$\,v?|X<��"et�8�Lp�VT*�r�h�H���)Z�"G����)�V7?\%\d�$𙳜��	���a�5����`���x�r(���7Y%ͱ�m�J/���ɼ���s�)��R�t�lӚ,�s�k�n.'�f4�E�
�HEI9%�(SI��$��jNҷX1����oߊ��?b��Li���~��W�*���_�3*يfh.Eq3TJG��w��RB^�50���P[�Y�8*s�)�O� ��fNS��$gJo�$��b�fY�M2�Z��"KZ����Ў�E���X	�)�WsͬQ|�����2���u��Z�L��bޣ��[i!���Z3����?(��5o`#�[/�X&3 m
s�&	S�����><6-0�T�)��䋣��(�$�k�6�ׄ�?J���sb�	(�kA[q����4��ag�V��E$+-&h�	���;dU�y�WB�6(�9��hUi�u@��DFM4��z�VJ� 8
��D@��m%=�g<���
�H{�<���I~���I��%���x��jZ��
�>�}K�u�* D�+������Vbпn֤λߤ�gV�}��A�Ɍ4^x�ba3%3�h���5*�;�W�d&q�-��0���ІO)���K���~�|-`�ŏe+T{?ά�WP�G�-YBw�¥�[x51�$@2I�?z��0VA56:��1�+N���@<	�����X�9M�e�ݨ�MGb7���шJ��D��d*q��e�e�DB�XA7�<Շă��Z�v��^s��ﬨ��WŌJc�|�H���:ގ.LQ���K��C���Rl�O"�F��.�b{\�<���H��^�A�]O�⃞���>�'�}ft_�<%��X��;�W��z
ٝB��:�����+�Nj��$��w�\���FR�W���?�~�����w�4`d��z0�L	$9>�۵I���jNl?l����Ͻz|��[��T�o��zFp���K������|�;����f����i��҉��V��o��}���gS�w[*�$��U��S*)���Z�d������jIF�;�r߇������C�����d�_4��B��jmBF@%����'3��3��أRf�A6���w=*�|��
�tB}��qz�vvl��qR[�6�)ȥ�L���DzI�'�x���l8�i�ͨ	�Rp�����/�$�4rǤ���B��e���A��v��(h!��,#��:��c�A�
U��	� ��o��D�	�F`:�\���H�6p� ��;3VG̪�s�o�U��;̈́T;�:Xw֑��
�M�U)�.a0fHkm0��=���c��4|5d��5�	�=�ﮬ�����
.��r)����N��c#�h>#��>�6�8_{Q�C+x>X�}�'�՝�3>�zN���zo�k0�K	�Ng�*D�/l��c�������L/�*�Sj�)���汙�?$w��Xv��k�k�c���.y��bU鈒Ig�=��vp�f/DZb�D�z��3��0��|0|��jy���#��ʿ1�����z�4���%Y�P��N�D���B��
"͎���r�D��	q83	,v�0���A��D���ެ��e��o�p��
)�����Z���Zb��%�����c5���Ts��%q���/GH�٩��M�3��&�]�g�*�)���/�Y�v��0r)��V�B���q�`���-R��Ÿ ��:≓��p	GMz㛈��#�`a��G�W�@ �v�7}��ɠ-o`���u�{þ�������l�9��US��pU/�:9�O���I���f��}U�!�z	�s����icT�g����ނfO��^'Բ�MM�PK�ܬѵ)}PK��R.Definitions/resource-Extneutroncp-template.yml�VKs�8��W��=X�祛�;�i�6ɥ��P$dsJ�*I9�t��/H=,;im�v�k�|�e4�%��ʦ+0?�ʊ����i!�8�O
p�SG�B�ZQ#�r�IB�%;���bpzv9������� ����3z1��:�S��e��,��g��b0��� �,��)\�F����+Z@B��͠rF��9
9XfD���%���o��F+��\�HF-�.�P)�vK0�f���Xɍ.З�'$�e��B�uB��Fe��6��'m��[	(gQo���0xŵI��l<'������B�7H@L	��!������G�AΪ"����	�_g��Q��>��B�� �օD����˖�6zFK�	�E�6��S�.,E�e��h�FW�V��Q�Z
���5&T)�j�}��8�˦�
�YD��21]�Q�ˆ���4�ӥvYל�����Á
��f��C�M�Q��M-���NA�Lo�-33��4��n�z/����g�ra�pLZ��"&�j�v�|����$���I�~%���P��aL�!2��c,a�=��i�&��	���gְ����T3j�3A��l���.�u�O��9�aQa�.*)�{Ә�0;�$�7o�s�8"�Q�ރ*)J�;d�U9 Q���:�l	��j�m�������D��52�8�9Y)�B_[��=^,dj���m���ߊ�
R[��7��K���}��AX��ux���PL�A�8�g�PLV�?�X����o������d���~�t���R�9uT�&P׮XB����jO4��,����m�pw�y��Ș�~��B��Z���x�����Dr�D������n7a��j���}�5�.�$
��������>�x�$�A8냒��n������ڑ�����e����v�CF���Ă/��lG�ס�*E�8H��2:S�����q�����I��#C<,���	"��+����:ֿk��И�u��&�����~��#͖�
��!<���G�3�l5Î0���< q��a���a6��t2L��iݲ�C�|�Q���bڏ�]n������7<_���o����m����B>�F�ƳOU6U��r�VG�ė�ϼ�PKԋkO�
PK��R/Definitions/resource-Securityrules-template.yml�T�n�0}߯���D��
ڼ�. $�V����q&��Nmg��=���E$�R�9s+���+���g��J&��&Q�U�Mz��^)�Q�Ì����c�������<�L�L]�N��
��`3a�ty�xϙ���
I�{���p��*)�*���B�r��s��p7����_����3
�����}#�әk�^^Q@iu�a�F�^t>fÎ��\�(��%�51�)N5J>�ڃ`r>�?���O���v����2�9���)
���?���;)��8�7�D�A�yP�_PKh��YPK��R)Definitions/resource-Compute-template.yml�VKs�6��W���@
)ˎ͛i'��;ʥ���R��*����F��uƹT���v�}��TJ#���g[r���V奮e;�U�d�LS�<�1&͖;�MX��ߤ�"I�ӓx-9���I�G��,��<�ER��	vu`^����DQ��ry���Ţ�.����iyJ"��pM)����� /��B��*G�L��3G\1��V�Pc���HC�ȓCTs�ޔ�i�lf�"!KI�G���3� �$�b9��,Cz���6<@
ύt-�d���Z:�-!�Y���[.�հ߃L	W���Ҭ�~f���=���ʂrP�Z��˘,�&=��Y�V;�V�R��޵f{����B�&mݎ!4E܇9v
��k�� e��!'d�Ο�H��>W�P��\(����O `]��n/?��>6����{j��[2��*�/0��:��9�ڛ73t�u����-�oڒ�0
fZ�|��M�6�L���^�\*��2��PG�-���j��(z���z��$���J����z7Ɔ��5��&�l����y��������j����t��6���G�UG��>��m<���(v5���C�V��92��c�G���������� �r%�������?�5�T��m~Z�L��m�Rm:1�q�48>�M4����������������ߚDoT�#j����/$��V���W��S�$%��m�H��G���0�f�����G��@�8	���֒
<���������vzՑ���A���_�jc�1m~mM�8Y�w��?��l�p�7w�5�?�QkS�LT������xF>����vQ�����i�p�C�|�ew{Ē��|s\��#��Px��q~��u��_��)�(3���Q��!����/C�C��������
�::l���ç/��6��v�7PK��0��
PK��R,Definitions/resource-Novaserver-template.yml�WKs�6��W��� ՚ȉ��+;�;���#�v:������R�N�{wR����LO�/�b߾��z	Y��2*(k|6G��c$B|�4fK(u6�G%�!��He�����tu1'grp2�,�����w�''����	���7p
$��s�p���zPz���@��N�S����1(q$n��4"��SU� �r��/@8-�s�BM�%ș2�$����֕���W(U�0�G��۲�
cs�����=1+(By�j����e�N�
!��V�H%�R�:0�a�W��dJx�Y�)q��������ٹ��Q
�uXa�%�A(/|p�L��@I[�<9�/��o.�wOA��Һ� �4�}
xXV�����-!��F�4�$��'k2ؑ��e��+���N�`�H�ޜ߉o�������*Y��w�����'ʎ���	��W���@�~tԋ��\���IM$����G�Zve���ͻ�
&JSl�t�
�C�g����xh���֛\��r%��w��u{�GV��Ǘ_!�k��e��0�n�W?|��~�V�ҎO��( c���Q֜��2���{E�����vP!�-���i
�e/�L�4I��)�%�������q]e*?h��Ӽ3��i'�y�M���(<����^?5�ˊ$į�PjZC�1^�KB���[*f�sڮ.�dB�
����3,;��5B4�
5�r�����o��xR$y��cf�,�V���
����?��*�z)��ı��ѯw�w��,(��R���\�_3��aAgTք�v��|�oq����:{���py����P��yj�=�3[��-�D�c�]g�K��E�$�v���^�P������Gv��������^�+��~�X�O�\�O���!�a�����k�[��>��`,f�Q?��*lװ8tT��W�خ1D%�ך�G�x��$~�WV����t�����\��e�����v���҆��R�g��PK�����PK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����g�-�}c��]�d���g���_��4�}R���qN�$i��)���8N�a��C���������)���ϑ�I}+q����Y���ѹ������n�j̒�A�)?��5H��'gM�L̙E$ɶq>���sѝ�9�;?��2�)�tR6�a1*��yi��@ss7?q���s�:$�8��)�˒d~��o����0
�E^��Ȯ�QDv�픛e9lUG�ְ�E���.�'i7s|8~�G+?��He�C�x�1�B�l����f�:�d7Q�'��"M$_!���_�?�|�>=;�ߪ#+���$Z���9�#ȳ0X������W#�S� H!#�t/
Ԉh�	�M���u�5����^������6~�>.v�?��ix �q��O���;��0�r?�5:�8�m��4�]NL��`g�x^\D9[�~��!��w�fز�%$����!���_���ugig��)��QL[ڧ�Q:�|ugq�~���?I:�!6م�ā�=�M�CP;7��^>^��3�g��_�Pܑ�g�C�'�ܐ-�s)���
����#I�y�Q�Gm���F��'L<�N��;~Ww��X�7��K�'O���th?˳��SO|�5��������"�$UR��N��6�rv�*��=��O�(zN���FrǛ���9���5��f$��`0��I柜���w����B�D��ߔ������>�٢v�p}q����eh�
��Grڝ�j��7��ۊ�A)M���1�ː��!C]΍dڶd���xr�X�q�>�I��<-��ca5@Ԝcq`/���<��/��
Mq
ބ���=��Q�Ҭ��۾g��$Id���N�������)��=��P��w*�F��!��ټl��5iD#�އ)��@�1Y}���^���n�4ȷ���Z���?���oa����̲R��E��,;X��^j��y~������ϙGL;�S
N�P�Fp�H[	�TȘ^j„nc4���C1���N������z���Eer��hnO���F>��Z�d����]
�a�����g�4c�g�_{||f��C�l�n�,Q	�r�iq}>�ҿv�E����0Bh��ͫE�M�z�q�*aVo����yzp3o���^E�����ުm�\���`�!w���i%5���"�N-\��X�����mYRщ�v˘�}E=�4g\Z�q�Ϻp�%8��E�4u�Nf+�K`A�!�.ە�Z⋝j������XE�N�E
���	0d�h��e#)�f����F��IƘ�W��u�jjt}�^@�
�m�5�CV�����ڿ�M����Q.�m\iJm�����aAy�(�P����4!�rT�\��,���Э�qb�\�s�a�@�|�Z���+�b����o	cc��� [�}�w��?s�A������Ç'���4C��X��u���]��Y���/�&pБ�@1�
�.��T#	zܹ4�.�0�E�ݚm�4~
�Of�X��/N3At����Hxq_��F�54�i�jr	��#�$�Z�R���6�,6~�&Y	��f>P
:(��H�C�A��Y��E�E��Xh���
�߶>��ʼP�m\�+�2��q��t#�kg�QY4��-�<'��U��,�`M�A�r6����1Ÿ^sl[�?�_цI������;!_��XvYi�M,��h��I��	�+��M����$�L����Q`��@2p��Ww��$$�
U�Zك����������i忤5�ϔL�yK�(n#��莑��[�Z;��m�>�s�h��@{�Qu�!˸�!M�X�ŶKBF-���Y,�.�f�C��i��MmK%jP֎<�b\�D�.���`?��3����]�:Y���T&��J�_e3�"�����{>E$o���G�/K��x��FjbAp��Ţ�	��\������b~�|�����ɥ)vƒ��u��R����y@X������q!K3Jx�Q�����3*%G�Gѓi�Ϝ���aQP�3�L\0�a��l����v�I}�`ǐ���%	�C��Y����������m��OEu��Ix?���rL�V8bQ��f�3����|x�a��d�蟣v�>�F�8��+m�T�o��7m��[���Е�c�N����)ڀ�8}$�
�vA���hNҍ���@l�5\�;�󩩿�j�
�؋����3jR��Q�z��8ڀ[��r}��Z�S�����N����^'9Ay\��h �ː�H0�|�&�6�I��h�8$Rt���ԒI;��%�r��&���M�u�� *MU�G��iO�$7�ֈ5��v�E��W���[��4I���޵�HTV_�i {�Ǯ*ˠ�c�5jB�,ke�W���~��_D�W�N��@[�l��[hȝt���QbV,˙����h_Ұ��]q��Q�+5�̪�L�g����u��2�V�C��=l]f���Lr#q�	�z�<����c���Q͢��w�}��%�Byhd	�[4�`G6�P/ِ8�x��^Dk��Y��v����a(`�WH1/N�%�9�rCE�����#f)#��R�ft��.�b/���_�N���%8(�ej��O���H�����C�&S���ɼb��A,��y`�-�:�Ⱦ�[��5��h���K��"�YY�Ѥ�X(���z���b�ɋy`�8;k�+4Wf.�*4=���*���rWq�.��\���p4ts8�kH
?�@}X�,NwPՠq)^)����J�цf$+F�bnX0S%�l��,�2�i�~��E7{m]'Rg;��hABj^C���2I��\�h�c%�4�h�O�{i&K����e.�x�'
,�+���FQW�~�S��F1[����.ܐs�8֥��2Ȑ�3L��5�b� ���)z��-z�h�"��LA0�9m%��lF����򑀌8�.��0ݣ��r�b�Z�\5�	~��J�%ׯWۚ�"Ղ�.\��j2u9�j���Ev}�y������r�6~㸻R�(M%�UUm��e:���NV�������v-5���!B�g���ɶ��P~Y]B���(l@���B��?+���>�Oc��jG��ԑ{��E�mФj�Tu�����*V��-�)J`��*�cU���kˊ��4��^�X!�NB��r�G�u���h�b]\Z�E����I��h`��݅�"�jIɅ��
���܌o�@f���	��bU�XFV��q
��*�H���i��33B�VB2c�3㱒��p����,A�2k�~i��S�3��i��}�K�I.�|*jW�	eY��C*K]B��Q��J�o��'��}Jд�YhX{�o��P����H���3Y�(O}f�9-}���`�.R�G
�D_'F}�d����*�Ku����f%�m�:�`�'qM4��
�ڡ�[�y�
�����hUQ5=�cW>����ϥ�O�.��^�S�E�_�d�cd���$�E�$"������E!��c݅q���3BC�H�$���}c�ΐ�A�@*�c�������
�!���Qȡ�4N���<�q�=[\���ܓ��N�C��'M���
-��5e�����U6m*��[�����:�/B�p_���,��#�^j�7e�4�?����5F�D�̈(@wA��o��ӪԙƤ
�3TE��T1g���Dg�7���R���z��q����I.Bo�#2�+���}���N�$�x��E��U��2�����_ߛ����sgFNV������—u�Օ���;R
����#K��a�AτK���Ǿ����#U͆�^�+���F�c�<��[��+���c'!�Wz�FoͪtY�7#{��w��
`�I)���}-�_��������Ү���a���Ϝ��_)��4U��[�n °��8�0M���������(����O�d�$F�P#uj��7:aE�2�%is{9U��̹�s�z�p����a-���j���/|:�`} ��v�"\��}8D;rp�8���
^��'tԂ]J�?�XM=�Yz~_+9� �ύ2B�s�:B[�az܂����������G|5����&_	+|��a��C��4&��T����P�����9����p��̚�}�]���1�
��I��xE�2J�v����Lyz����y�I#1l�R�7,�
�E�jB;8�>�w>�w��;����������������� s��-��ϥF�Mt�$<B�wg�?i3}��MZD�w� ~v$�$�Ǚ97Qx�H���<�*
!��մ����yi������aMa�no�N�j�b�^]�]��
lɣK��:�2Nש���q'�̜߀�PH��s�/Dg*c�:*286�'�#DoYim�0�����YB��5�� �Sb
��|�3~,,5u�^Iv��r�Q��XZ�p�*x�c�P�y�X���eU����D��5��������B�}��Bdo���JA��Jo���JA������y�JA?w)hk�$�eI�eI�j�[��[��[�����?�Z��%]sR�=�[�93Yل”#�-j�S
�U��~+��V�{��ܯ�T�W�����>\�����3�VyQՇ����/Ţ�"Nɓ�j'���Ԕ7�y��V�v>{�m���U�]�Ř�],N���}�X9R����\�
�"�g��[-(��Q��W�ֿz��ׯ����[�l�U�f�Fl����;�x{�_}����*_��f��3�(96@��
����h�	��e{����b�2̣&+�1%X]�N����?� �蹚����6%���+e�z��,�}��2��b��mҲC�FD�bf4G������p��]��1�DU0�(# "���n�M��>j�l�bͫ��7���_2.Jp�O�N��*������/,$�,�XgE)%�U�W&���u���k����
�Nfx�e��aNh ,��g]�i�H=��H�/ŷx��^}L�D�cND���$�-A�vQ >���Z�_f�P4BwJ�Y
�z�5Ƃ߻'O���W�(����Hi)"�_t��]_	Iz�
f�gz���-q~�,�B���8
-�;�Z:��T�h�#�����<�e�u��:|�'L�SR��7PZ�� ��cOְ�8u�*�U��e;�����HV�3ŒI@�
L�~��7éBXM�X�8���B�H��(P�τA���C^}~.�_����@�.��.�H�N ���U��l�*k�F\��C�����O�Pz�9�Vdf��E-R&�V��uDyE9G���ǁټoÉKBrp�ձ�i��ʢԕ��[�Ժs��c�ઘ��o���y�ՀQ&MJ�dNw>2�(��iG�M�L�m�7D��%6�'߂�N�Kd,��3�'�e�fCѥA�RD��=�&�e��dv�	�eB��GNJa	^��N]����F���*��.�6�Xk>��0;L^s�ݾA��� x.̀�y1!������r�3!,V+�o�HX��O9�z�wl����nu�rV�讥��H�dhu'm�s�U�|~C؀u��f(���|v�|�n�ċ�ϵ;��l�0�Ŕ��b�m'�t��ܑ�׻zxY��i�٪_bԟ[�g��-�<��؈�\a�|���Pe���v�_��X�!�RS��B�fp������=��h!S,�{�%��+�'l�*D+V��Y�����;�6jxg[�r ���W�g'��ʰ�"o*���*�߬���X7�w�F`��T�$!KA�}��&��qHKP=��pN}@f����W�vg�n�n7��
���<��t'f�����|(i��NJ
���*�Jh���F0C�)[�D����BSh�)�t��6��@�'��J�m���n~R�
/x��ٻ��0�$�-�&���.�_�x	���Z{C��Y[y�49f#(�y(fd4�G0�]����s!ʅU�`�)�IW�i[��kR����{G��`@,ظݓg�:k��x_
��V���\��I'��5�YC��t�ó��;
L�͠E|����
O?Jp�Ldiݐ7��:�u���wV�:$Ѧfj۰m�#:�ݴ���V���ہ�]��ޟr�����YU�/1k`��^�c
l4h�
��=����ܜi!݅�ZB���v7���;TeF��@��^ί�
ʞ%��(�ix���ܺ��e�W�41K�z+��b=PyH����4���
�ZU.w�ِ���w�%������i�`�E�	�ͮ@Y�/�Q����� .x��g�r�ルi�A�����q[�� ��%�R�m���T������d�	xg�j���I���|}�p!�M�e#j�g�������ebD^ ��O�����n�ś��DY�"Ey��&`N�VG��� e���l�X��GZ����Ϡ�u)��8|�@Y��Ȥw9$N�~#�H{�6�o���8��K!n�rGm#�K�>P���t�����%�
A&��!O�3��g����X�/@�ɀ��넾T>`��d C�$%�h�>��_c����5e<'��~q��F�W|\{����?z
,S��"�GW
(]�ݕ�k�Z�)Ú��c/k��w�.��CEK����v|~]��'�T��r�r�
=Vs��Q�F�A�f�
��O]q��qgW�v�w��R���t�/T�'�u�P���0c$��a�A��j��Uq\�$��5?�[�����*>zJ�H7ŬE�v��o�E����?.��ie�@&��V2ѹ���8�Cf�8�˒��26h�E�rU��Q尔�E"D퍫:p����邞0��fP��^g�'�Iy�#}���l�"�Y�����u�	�0q�������p<��w�d!��=f,F���B����'7Ȇ�R��$��遲Tqf`����(!}H!�9'�@Y0�|s-f����\W������7�~:����݂��U�C������O��\�j���奇8�$7dX��F��x>v�Kz+�ܪ�	\��GM;*c^
PW�h��B�T��4�o�q��/����J�C~9B���9V�2�W����\M��=���<ۢU/����DیgM&�Rg�V�����c�m����h6�]���vD�R�hK�����6�cw{\���U�^�~��k�5o"QX
���zQ�\q�,�#՜�pgIPG�w.-@Co��ŶpEZ0Wt��v�KV�ŘXy���
�:	��U�Y�tƥ$��mj��2�(�,Z���J�x0�Pd独Մ��%���Z�8���
G5���zT�c�nb%a�;��o��=�NG�g].F
���u�D�f�>�fZ;�V0����"���o�)U�G����-S��@���֘_��ǩ��`��n���
���ܚ6ke�O��JQ>5ܾKPd�j(M�����x[�V�`�&�������<�u�#���Fr�IF�3V�ix6�F��j)��m`�ԧ��V�]h>��TR�C�����1yE��)m��K�:�m���9�h(��C6Ҋar�5BR��J�L��K1W���*ˡ1�>��!^g��N�b��ݠOUO豻�@/$Qf�3t�����r�w�E�hv��4���U����n��I�w�a�[�S�j��-ێ�\p��.�-�,3�w|6��Z��K1�W�܊�\��1U+g�eunڪ��&��b3W�9h20�����#u*�ipC�m2�i��K�����yhpni���*5��	XQ.�DU�b�ݹg	;>՗˲i88�lv��cT�X�Z��D�Z�-��Xo��-Ϻ�J����&"�J����~i��y��!l]�*x�T&�&T�����^�'$�}�R���ʹqM�E>�Çu���ڟU�
�o�f�����u%���,Qz�mt���f��Dv	���1���D���>�^Yz����GQ�̕��T�x���wR�P����z�}k�e^�c3-��x�56�6���kڥ6������*k[l�G�ë=_�}����Vؓ���)�C���x������Qƛ�2!f+*G�[��[�ɯq�'��e�?�d�ֲ=�c�V�/�b.a�"����D�}|Ɔ�@g�7�����-η�=����O�'̬�������1#��a;��5�������4�‚T�'H�4w��߃���.&	��r������y�yJ��e��/X
[���#9��B����:��֍z�d����/b&���sI��c�ʷúW>��G��ɐiY��zGIj�NF[�w4�'�?�����مX��@��fE�-�k0(�4��m�X��y׋E�v�m��,aG�Q�Z��`� &
Sx[xR�b1�6�0�*�������E�>ͻ��\K����p(�l/V�Ij�iv�S�����i,��{)���^K��۷Rh���R$���Ba�㽒�=a����
�a�D�H�� �Xd.�Q���g�J�`�qx�Ѩ�b	8)��K_8dž�s-���2)���b�^�4�jr�$W�>����=E#�9�$�� �?Z?�#�m�p���}���[������K�=K\���S���2b�V��������+�kq������	r�1�3��;����x<ǣ@ �0,Ty)��^�
*hY"�!�Z���ЋU�0Yd��Q]dB����(<ЬuZ4믨ѕf۸We��tQ�u0�O���`gg~����`i���=!\��–	VZ�-�A@�l�ȸ���ZZ�ݟ�_̕O7w�s����ŝ���/���!X3\��M��gzA+��x�Qv�@Yu�b�d�R+/br� �)���0������� nql�-����i���nq�l��x"n�ǖ	V��=p�nQ*����q499������c�+�k�`j��D�R��2��G���ש��"?a���i����U����}��͌l�I=���l��hŊ�"�}��%��"t�b�JLQ�a*�ŋ
2d���#��ź�ٗ�N��@e�l��Y�Q%��m��,U����G���ӱ�i�����]�!`���lȎ�*�o��MT%~fp�	�G��8vV=*�AߺX�����~^�+����1�_�Z�*��uF ZIU5�/o��R��|a\ז�Q��/�ˢG�nԍ�Ǡ�h�;�#胍 ���.���˘S���S5
�W(��������6_�BPi`���t�(aCU�hI�3`���D������*0:/,����ڹ�K3g��#ax���x��̾`MH�G�:�Ce)� a�[i�2E�=���T�#�u>�!�Q���Jit_�eI��9�d�����⼏�:Pj{=WQ�M�/*I��H���K���L��&Ir��$��sJ���Q��2Ir�=K��J�������0ZM�:2��&��46L�&6�;x��T��ඎ@MQj@TF�/Y��-Q�-Q~�Dy��i&h�ҳ���Dm>�.�t'Ve���i*~\��X�yћ)�e�ʼn�sOG-�:8j��!���v���O��x��*rJg�n���PK5n���/�tPK��RJArtifacts/Informational/OTHER/VSP_basic_onboard_KWmHYz_VSP_Information.txt��mo�0�_o��^n��ڍ1)R5� ��Pi��iB�s�S�8��t��ϱ	I��W��w��=����^-a��Q�w���b>Ӹr�D%r�q��co�)J▏,��8�
[��N�sb\k��S�f+Lu՝4��K�UDcd:7-�H�g��[{ݔ�;�)�"PLz�;�\i!��Hf����<;��Bw��ę���Ib�̓��
ە��+zA��4�E"P
�a��:�l$��ɂ)߷
�7���Z\3;�)��
�s�����Wu�nI�fِ�]�l4�n��W�:uR{u;�#f���j;]�H�\������k�}��N��\و�_>x]�'w��D��B��9YuW��w�q�]e��ZN'z��P�L㪥:'ֵ�v=?�w$ɨU���L�w��L~��/Q�:Ӑ�]Y�3�"~]�Ӳȓe�F0K�f)ǖ��0�b1�_���:�Rh�m�����u���8�z$�+��ýdQD�DD������oK(��W쁖9vЯGt�@O�{y�o��x�W�ƿ�?PKw���I�PK��R,Artifacts/Deployment/HEAT/base_ubuntu18.yaml�Wmo�6��_qk�`/��]Q�C�"m�bK�E�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B�<��?	&?���F	�Xe��
�a�+!A���"�|���TL�w)̥�w�/oF#�5�В�hpWhy�-�B��lUA�|�rB;$�])��X-�?H���Q9�?j��a�
�3&���/��K^€ҲI��9�dR�x��*�0�%\m�t�����6�g�D��*%�ϙ�����[��q�[����>C(\�]�c����A���<�&�<��Gp_z`Odr^��+�?4�h�b�nq��즘�"�u	��5�gNS����R����]�M��¥d_������l�$��2�T�="��)����%�'}
�櫋��>��$��bI1�-%_��~x5���]����_-s5��V�+���;�������#��l����i���F���Q��˧[/��j+*u�������ľڬ����
�$�q\˒G�o���B���9�4�p7���@6���Y�3n�:���o�S��gXPUz������B:�
rը��|��Foޝ���%2�E�9�7��V��2Z�[hY�N����*"��a�:�@�[%���Z��'�,�y.4=Y&�?j��3IQ��sq�d����3%+�{"��:���nC����3~��ξغ�3��g+����e2�ߛ���;�{��Ӷ��;V�^�m�:��|�go+�N:>^�Z��VN���q�2���i{a���p�]8yHq[��M�H���7�6��0~��)?X��k��e
���
VG��c���6e�����QC��zM��ܭ���Y{��5D��ˇ*q�^?O�B����g�9�{�5wm��D�\<-����iWv�����ζ��N�:���������0-;ہ3�
m\ht��*4w���n�d���Je�xۏ��K�x�T
;����G��B�ߘ�t�ʼnW98�����~ʻ��yAk �n��-Ʒ�8��CDpz�>&�B-4O��a���PM�4rc� �����T�KkiT�!�,�٘���2�*��5�mP�	h4�vL���XA�a�_��z��d��?��Y�W����!]�؁���
M,1�?��I,?��R�R��1a��p!�q��y��p��,M��3��\V�x���+�i9*ni�|�p3�	�J����Xi�����u-,�brSh���U���ZU�q�<�	��Q�v%&ETp�59��&���={�[�$w���F;|�&=�������`@U&_�_7�-+�V�鋐:5�j��Dy�������ؐF�PK��
'V�PK��R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+%M���d�{KkA��0��c�9I3%G䎆$a9<�p�W�zX����Q�Zi3��"���d��wB?���(�Definitions/resource-BasicOnboardKwmhyz-template-interface.ymlPK��Rm�YY�pL�Definitions/resource-BasiconboardkwmhyzComputeNodesHeatUbuntu18-template.ymlPK��R�kf�m�,�Definitions/resource-Globalport-template.ymlPK��R�s�uZe&�#Definitions/resource-Port-template.ymlPK��R߷��(g&Definitions/resource-Extcp2-template.ymlPK��Ruu�;K/�(Definitions/resource-Globalcompute-template.ymlPK��Rm�goN�OEp-Definitions/resource-BasicOnboardKwmhyzNodesUbuntu18cvfc-template.ymlPK��R�ܬѵ)}O1:Definitions/resource-BasicOnboardKwmhyzNodesUbuntu18cvfc-template-interface.ymlPK��RԋkO�
.cCDefinitions/resource-Extneutroncp-template.ymlPK��Rh��Y/HDefinitions/resource-Securityrules-template.ymlPK��R��0��
)�JDefinitions/resource-Compute-template.ymlPK��R�����,�NDefinitions/resource-Novaserver-template.ymlPK��R+�@j5��]TDefinitions/data.ymlPK��R�'}8	�Definitions/groups.ymlPK��R0?��@@ʐDefinitions/policies.ymlPK��R���C&P�Definitions/annotations.ymlPK��R�������Definitions/relationships.ymlPK��R2ea�
ʦDefinitions/artifacts.ymlPK��R�H�v~(�Definitions/capabilities.ymlPK��R8��մDefinitions/interfaces.ymlPK��R5n���/�tιDefinitions/nodes.ymlPK��Rw���I�J�Artifacts/Informational/OTHER/VSP_basic_onboard_KWmHYz_VSP_Information.txtPK��R��
'V�,��Artifacts/Deployment/HEAT/base_ubuntu18.yamlPK��Rd�E�}�<x�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R��7đ�4_�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK�	R�
2021-04-07T02:46:10.932Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-07T02:46:10.936Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|INFO|500||InvokeReturn
2021-04-07T02:46:10.941Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-07T02:46:10.941Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-07T02:46:10.942Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||VFCustomizationUUID= ce174fd7-50ba-4331-b559-e473867cc674
2021-04-07T02:46:10.942Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce174fd7-50ba-4331-b559-e473867cc674 matches Tosca VF Customization UUID: ce174fd7-50ba-4331-b559-e473867cc674
2021-04-07T02:46:10.942Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||vfCustomizationUUID: ce174fd7-50ba-4331-b559-e473867cc674  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-07T02:46:10.947Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:10.947Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:10.948Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||resource request for resource customization id ce174fd7-50ba-4331-b559-e473867cc674: {\"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-07T02:46:10.949Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44318d17
2021-04-07T02:46:10.949Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:10.949Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-07T02:46:10.949Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 42d77a82-5cbf-44df-b9b9-56c5e0346f62
2021-04-07T02:46:10.950Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 42d77a82-5cbf-44df-b9b9-56c5e0346f62
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-07T02:46:10.960Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:10.960Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:10.961Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:46:10.961Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:10.962Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:10.962Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:46:10.962Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:10.962Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is not matching search criteria
2021-04-07T02:46:10.962Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-07T02:46:10.963Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-07T02:46:10.963Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b33bd0dc-7350-4b33-afb0-e2d330ad78eb
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-07T02:46:11.052Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:11.052Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:11.052Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:46:11.053Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:11.053Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:11.053Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0] matching following query criteria: sdcType=VF, customizationUUID=ce174fd7-50ba-4331-b559-e473867cc674
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-07T02:46:11.056Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:11.056Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:11.057Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid a3599d20-adf4-4c37-ba1e-e488184c8792: basic_onboard_KWmHYz
2021-04-07T02:46:11.057Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:11.057Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:11.058Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:11.058Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:11.058Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:11.058Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:11.058Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:11.059Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:11.059Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:46:11.059Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:11.059Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Saving Service: basic_onboard_KWmHYz 
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-07T02:46:11.198Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KWmHYz b933eb59-3050-4638-b5a3-c8c1d8b12ead 1 ASDC deployResourceStructure
2021-04-07T02:46:11.198Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json ASDC sendASDCNotification
2021-04-07T02:46:11.198Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json
2021-04-07T02:46:11.198Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T02:46:11.199Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:46:11.200Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:46:11.200Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763571198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T02:46:11.300Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:46:11.302Z||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-07T02:46:11.302Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:46:11.311Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:46:11.312Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:46:12.201Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-07T02:46:12.201Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml
2021-04-07T02:46:12.201Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T02:46:12.201Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:46:12.203Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:46:12.203Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763572201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-07T02:46:12.303Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:46:12.303Z||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-07T02:46:12.303Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:46:12.312Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:46:12.312Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-07T02:46:13.203Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-07T02:46:13.204Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env
2021-04-07T02:46:13.204Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T02:46:13.205Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:46:13.207Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:46:13.207Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763573203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-07T02:46:13.307Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-07T02:46:13.308Z||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-07T02:46:13.309Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:46:13.317Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:46:13.318Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:46:14.208Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar ASDC sendASDCNotification
2021-04-07T02:46:14.209Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:14.209Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T02:46:14.210Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:46:14.212Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:46:14.212Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763574208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:46:14.312Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-07T02:46:14.314Z||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-07T02:46:14.314Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:46:14.324Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:46:14.324Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-07T02:46:15.214Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T02:46:15.233Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
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-07T02:46:15.236Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T02:46:15.237Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-07T02:46:15.237Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-07T02:46:27.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:46:45.237Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T02:46:45.246Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
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-07T02:46:45.250Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T02:46:45.250Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-07T02:46:45.250Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-07T02:46:52.646Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:46:52.647Z||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-07T02:46:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:46:52.668Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:46:52.669Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:46:52.669Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763548228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-07T02:46:52.670Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:47:12.120Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:47:15.251Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T02:47:15.260Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
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-07T02:47:15.262Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T02:47:15.262Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-07T02:47:15.263Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-07T02:47:45.263Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T02:47:45.277Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
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-07T02:47:45.280Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T02:47:45.280Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-07T02:47:45.280Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-07T02:47:52.646Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:47:52.647Z||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-07T02:47:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:47:52.669Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:47:52.669Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:47:52.670Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763547059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:47:52.671Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:15.280Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T02:48:15.347Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
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-07T02:48:15.350Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T02:48:15.351Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-07T02:48:15.351Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-07T02:48:45.351Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T02:48:45.362Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
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-07T02:48:45.365Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T02:48:45.365Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-07T02:48:45.365Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-07T02:48:52.646Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:48:52.647Z||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-07T02:48:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:48:52.668Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:48:53.188Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.188Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "policy-id",
  "timestamp": 1617763552838,
  "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-07T02:48:53.196Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 175d7490-70fe-4126-aae8-2d79daf1e25f
2021-04-07T02:48:53.196Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 175d7490-70fe-4126-aae8-2d79daf1e25f 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-07T02:48:53.265Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.265Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763547255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.266Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.266Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.266Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.266Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.266Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.267Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.267Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.267Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.267Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "clamp",
  "timestamp": 1617763547718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.267Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.267Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.268Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763548228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.268Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.268Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.268Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763547059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.268Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.269Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.269Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763547255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.269Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.269Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.269Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.270Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.270Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.270Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "dcae-sch",
  "timestamp": 1617763553703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.270Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.270Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.270Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.272Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.273Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.273Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "clamp",
  "timestamp": 1617763547718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.273Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.273Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.273Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763548228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.273Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.273Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.273Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.273Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.273Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.273Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "dcae-sch",
  "timestamp": 1617763553703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.274Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.274Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.274Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.274Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.274Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.274Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.274Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.274Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.275Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.275Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.275Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.275Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "dcae-sch",
  "timestamp": 1617763553703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.275Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.275Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.275Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.275Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.275Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.275Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.276Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.276Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.276Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "cds",
  "timestamp": 1617763556070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.276Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.276Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.276Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763556846,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.276Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.276Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.276Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.276Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.277Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.277Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "dcae-sch",
  "timestamp": 1617763553703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.277Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.277Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.277Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.277Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.277Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.277Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763557449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.277Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.277Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.277Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.278Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.278Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.278Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "cds",
  "timestamp": 1617763556070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.278Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.278Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.278Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763558354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.278Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.278Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.279Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "dcae-sch",
  "timestamp": 1617763553703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.279Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.279Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.279Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.279Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.279Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.279Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.279Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.279Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.279Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "cds",
  "timestamp": 1617763556070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.279Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.279Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.280Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763559142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.280Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.280Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.280Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763559350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.280Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.280Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.280Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "dcae-sch",
  "timestamp": 1617763553703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.280Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.280Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.280Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.280Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.280Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.280Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763559554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "cds",
  "timestamp": 1617763556070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "dcae-sch",
  "timestamp": 1617763553703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763560460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.281Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.282Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "cds",
  "timestamp": 1617763556070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.282Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.282Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.282Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.282Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.282Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.282Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763561262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.282Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.282Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.282Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763561463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.282Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.282Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.282Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763561483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "cds",
  "timestamp": 1617763556070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763561881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "policy-id",
  "timestamp": 1617763561763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.283Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763562468,
  "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-07T02:48:53.287Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 175d7490-70fe-4126-aae8-2d79daf1e25f
2021-04-07T02:48:53.287Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 175d7490-70fe-4126-aae8-2d79daf1e25f 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-07T02:48:53.292Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.292Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763562553,
  "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-07T02:48:53.295Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 175d7490-70fe-4126-aae8-2d79daf1e25f
2021-04-07T02:48:53.295Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 175d7490-70fe-4126-aae8-2d79daf1e25f 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-07T02:48:53.300Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.300Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763562619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.300Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.300Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.300Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "cds",
  "timestamp": 1617763556070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.300Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.301Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.301Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763562888,
  "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-07T02:48:53.304Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 175d7490-70fe-4126-aae8-2d79daf1e25f
2021-04-07T02:48:53.304Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 175d7490-70fe-4126-aae8-2d79daf1e25f 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-07T02:48:53.308Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.308Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "aai-ml",
  "timestamp": 1617763563294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.309Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.309Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.309Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "policy-id",
  "timestamp": 1617763561763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.309Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.309Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.309Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763563477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.309Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.309Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.309Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763563557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.309Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.309Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.309Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763563623,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T02:48:53.312Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 175d7490-70fe-4126-aae8-2d79daf1e25f
2021-04-07T02:48:53.312Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 175d7490-70fe-4126-aae8-2d79daf1e25f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T02:48:53.319Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.319Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763563893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.320Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.320Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.320Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "cds",
  "timestamp": 1617763564013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.320Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.320Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.320Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "policy-id",
  "timestamp": 1617763561763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.320Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.320Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.320Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.320Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.320Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.320Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "cds",
  "timestamp": 1617763565020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-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-07T02:48:53.332Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e643bbef-2c18-4fed-8594-7c3ce912ebfd
2021-04-07T02:48:53.332Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e643bbef-2c18-4fed-8594-7c3ce912ebfd 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-07T02:48:53.339Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.339Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763565249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.340Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.340Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.340Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "policy-id",
  "timestamp": 1617763561763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.340Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.340Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.340Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.340Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.340Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.340Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "policy-id",
  "timestamp": 1617763561763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "clamp",
  "timestamp": 1617763567143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "policy-id",
  "timestamp": 1617763561763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.341Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.342Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763567059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.342Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.342Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.342Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763567255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.342Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.342Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.342Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763568116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.342Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.342Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.342Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "clamp",
  "timestamp": 1617763568239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.342Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.342Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.342Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "policy-id",
  "timestamp": 1617763561763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763567059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763568228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763567255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.343Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "clamp",
  "timestamp": 1617763569243,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T02:48:53.348Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 175d7490-70fe-4126-aae8-2d79daf1e25f
2021-04-07T02:48:53.349Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 175d7490-70fe-4126-aae8-2d79daf1e25f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T02:48:53.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763569465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.356Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.356Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "policy-id",
  "timestamp": 1617763569639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.357Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.357Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.357Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763567059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.357Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.357Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.357Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763568228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.357Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.357Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.357Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763567255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.357Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.357Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.357Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763550464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.358Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.358Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.358Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "policy-id",
  "timestamp": 1617763570642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.358Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.358Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.358Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763567059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.358Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.358Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.358Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763568228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.358Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.358Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.358Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763567255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.358Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.359Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.359Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763571198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.359Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.359Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.359Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "policy-id",
  "timestamp": 1617763571645,
  "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-07T02:48:53.363Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e643bbef-2c18-4fed-8594-7c3ce912ebfd
2021-04-07T02:48:53.364Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e643bbef-2c18-4fed-8594-7c3ce912ebfd 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-07T02:48:53.370Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.370Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763567059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763568228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763571854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763567255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763572201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763567059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "aai-ml",
  "timestamp": 1617763572721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763568228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763567255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763573203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.372Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.373Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763567059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.373Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.373Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.373Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "aai-ml",
  "timestamp": 1617763573754,
  "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-07T02:48:53.376Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 175d7490-70fe-4126-aae8-2d79daf1e25f
2021-04-07T02:48:53.377Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 175d7490-70fe-4126-aae8-2d79daf1e25f 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-07T02:48:53.385Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.385Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763568228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.385Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.385Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.385Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763567255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.385Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.385Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.385Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763574208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.385Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.385Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.385Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763574565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.385Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.385Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.385Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.386Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.386Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.386Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763568228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.386Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.386Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.386Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617763575650,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T02:48:53.389Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e643bbef-2c18-4fed-8594-7c3ce912ebfd
2021-04-07T02:48:53.389Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e643bbef-2c18-4fed-8594-7c3ce912ebfd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T02:48:53.396Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.396Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.396Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.396Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.396Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.396Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763578016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763578067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763578117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.397Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "clamp",
  "timestamp": 1617763577718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "clamp",
  "timestamp": 1617763577718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763580254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.398Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "clamp",
  "timestamp": 1617763577718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763580443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763580453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "aai-ml",
  "timestamp": 1617763555061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "clamp",
  "timestamp": 1617763577718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.399Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763581999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763582147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763582141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "aai-ml",
  "timestamp": 1617763582356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "clamp",
  "timestamp": 1617763577718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.400Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763583005,
  "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-07T02:48:53.405Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e643bbef-2c18-4fed-8594-7c3ce912ebfd
2021-04-07T02:48:53.405Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e643bbef-2c18-4fed-8594-7c3ce912ebfd 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-07T02:48:53.411Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.411Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763583150,
  "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-07T02:48:53.419Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e643bbef-2c18-4fed-8594-7c3ce912ebfd
2021-04-07T02:48:53.419Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e643bbef-2c18-4fed-8594-7c3ce912ebfd 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-07T02:48:53.424Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.424Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763583247,
  "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-07T02:48:53.427Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e643bbef-2c18-4fed-8594-7c3ce912ebfd
2021-04-07T02:48:53.427Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e643bbef-2c18-4fed-8594-7c3ce912ebfd 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-07T02:48:53.432Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.432Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "clamp",
  "timestamp": 1617763577718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:48:53.432Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.432Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.432Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617763584008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617763584153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617763584250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "clamp",
  "timestamp": 1617763577718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "aai-ml",
  "timestamp": 1617763590398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.433Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "aai-ml",
  "timestamp": 1617763591404,
  "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-07T02:48:53.437Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e643bbef-2c18-4fed-8594-7c3ce912ebfd
2021-04-07T02:48:53.437Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e643bbef-2c18-4fed-8594-7c3ce912ebfd 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-07T02:48:53.445Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.445Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "clamp",
  "timestamp": 1617763599135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:48:53.445Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.445Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.445Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "clamp",
  "timestamp": 1617763600230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:48:53.446Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:48:53.446Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:48:53.446Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "clamp",
  "timestamp": 1617763601233,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T02:48:53.450Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e643bbef-2c18-4fed-8594-7c3ce912ebfd
2021-04-07T02:48:53.451Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e643bbef-2c18-4fed-8594-7c3ce912ebfd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T02:49:15.366Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T02:49:15.391Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f
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-07T02:49:15.396Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T02:49:15.396Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-07T02:49:15.396Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-07T02:49:15.396Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-07T02:49:15.396Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:49:15.396Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:49:15.396Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:49:15.396Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:49:15.396Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:49:15.397Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:49:15.397Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T02:49:15.401Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-07T02:49:27.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:49:45.402Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 175d7490-70fe-4126-aae8-2d79daf1e25f 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-07T02:49:45.414Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 175d7490-70fe-4126-aae8-2d79daf1e25f and serviceModelVersionId: a3599d20-adf4-4c37-ba1e-e488184c8792
2021-04-07T02:49:45.414Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5de92524-4117-4b14-8258-749de36c5f21
2021-04-07T02:49:51.141Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5de92524-4117-4b14-8258-749de36c5f21/model-vers/model-ver/a3599d20-adf4-4c37-ba1e-e488184c8792?depth=0
2021-04-07T02:49:51.223Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-07T02:49:51.841Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5de92524-4117-4b14-8258-749de36c5f21/model-vers/model-ver/a3599d20-adf4-4c37-ba1e-e488184c8792?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-07T02:49:51.842Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5de92524-4117-4b14-8258-749de36c5f21/model-vers/model-ver/a3599d20-adf4-4c37-ba1e-e488184c8792?depth=0|INFO|500||Invoke
2021-04-07T02:49:51.935Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5de92524-4117-4b14-8258-749de36c5f21/model-vers/model-ver/a3599d20-adf4-4c37-ba1e-e488184c8792?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-07T02:49:52.123Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5de92524-4117-4b14-8258-749de36c5f21/model-vers/model-ver/a3599d20-adf4-4c37-ba1e-e488184c8792?depth=0|INFO|500||InvokeReturn
2021-04-07T02:49:52.123Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5de92524-4117-4b14-8258-749de36c5f21/model-vers/model-ver/a3599d20-adf4-4c37-ba1e-e488184c8792?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210407-02:49:51:945-3446], vertex-id=[196664], Content-Length=[0], Date=[Wed, 07 Apr 2021 02:49:51 GMT], Content-Type=[application/json]}
2021-04-07T02:49:52.123Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-07T02:49:52.126Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-07T02:49:52.126Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-07T02:49:52.130Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-07T02:49:52.137Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 175d7490-70fe-4126-aae8-2d79daf1e25f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-07T02:49:52.137Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-07T02:49:52.138Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:49:52.139Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:49:52.139Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763792137,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-07T02:49:52.240Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:49:52.240Z||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-07T02:49:52.241Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:49:52.250Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:49:52.251Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:49:52.646Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:49:52.647Z||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-07T02:49:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T02:49:53.152Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:49:53.152Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e643bbef-2c18-4fed-8594-7c3ce912ebfd","serviceName":"vFW 2021-04-07 02-43-29","serviceVersion":"1.0","serviceUUID":"952626d7-944f-4aeb-b92c-69053d3ba1cc","serviceDescription":"catalog service description","serviceInvariantUUID":"343b801c-b90f-42e6-93b0-c92e03fab048","resources":[{"resourceInstanceName":"vFW 50b90a88-ff0a 0","resourceName":"vFW 50b90a88-ff0a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"57b6a99f-35a0-43e6-8e64-ff2632c05115","resourceInvariantUUID":"7ebd88d7-ec52-4010-821f-86f8b1a8ba65","resourceCustomizationUUID":"c188a65b-1d9f-4fd6-8384-7c31f250000f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vf-license-model.xml","artifactChecksum":"ZWNmMTJkZDY3ZWM1M2JhMmJkOWQyYzk3YWNjYzlmMzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41b60691-08c3-4249-9502-e3687163e491","artifactVersion":"1"},{"artifactName":"vfw50b90a88ff0a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json","artifactChecksum":"ZmE4YWE0Y2VkNjVhM2I2MGZkNzAxYTYwOTkzZTVlZDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f8d5871-c668-455f-b198-1d48f090c578","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"90efb186-04ca-4938-8bd5-782cb33a7b62","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vendor-license-model.xml","artifactChecksum":"NTM4YWEwMWRiMjEzYWVlMDY3OTNiZTc0ZGEzYTY1ZWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55340e19-fc95-44fe-9ae8-0fb94250d682","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"06fb4983-d58f-4a14-9071-0a6c5fc3aa0d","artifactVersion":"2","generatedFromUUID":"90efb186-04ca-4938-8bd5-782cb33a7b62"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210407024329-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-template.yml","artifactChecksum":"MTdkZGQ3MjU4NTNkN2IzYTRlMzkyZmQ0ZGQ1YjcxMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"60dccb5f-0969-4b0c-9ad1-5fc498249192","artifactVersion":"1"},{"artifactName":"service-Vfw20210407024329-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar","artifactChecksum":"MzAxODgyNjQwZTExOTc1MGQzMTI0YjMzMzI1MTdlZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"542278f2-1f8b-4513-9ef5-4e9f5aadd910","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-07T02:49:53.153Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:49:53.154Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:49:53.155Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:49:53.155Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:49:53.256Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:49:53.257Z||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-07T02:49:53.257Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:49:53.266Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:49:53.266Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:49:53.268Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:49:53.269Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:49:53.269Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763792137,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-07T02:49:53.270Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:49:54.156Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:49:54.157Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:49:54.158Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:49:54.158Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:49:54.259Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:49:54.260Z||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-07T02:49:54.260Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:49:54.269Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:49:54.269Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:49:55.159Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:49:55.160Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:49:55.162Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:49:55.162Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:49:55.262Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:49:55.263Z||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-07T02:49:55.263Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:49:55.271Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:49:55.272Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:49:56.163Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:49:56.164Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:49:56.167Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:49:56.167Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:49:56.267Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:49:56.268Z||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-07T02:49:56.268Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:49:56.277Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:49:56.277Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:49:57.168Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:49:57.169Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:49:57.172Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:49:57.173Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-07T02:49:57.273Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-07T02:49:57.273Z||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-07T02:49:57.273Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:49:57.281Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:49:57.281Z||pool-24-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:49:58.173Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:49:58.174Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:49:58.176Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:49:58.176Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:49:58.276Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:49:58.278Z||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-07T02:49:58.278Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:49:58.288Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:49:58.288Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:49:59.176Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:49:59.177Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:49:59.180Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:49:59.180Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:49:59.280Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:49:59.281Z||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-07T02:49:59.281Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:49:59.289Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:49:59.290Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:50:00.182Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "serviceName": "vFW 2021-04-07 02-43-29",
  "serviceVersion": "1.0",
  "serviceUUID": "952626d7-944f-4aeb-b92c-69053d3ba1cc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "343b801c-b90f-42e6-93b0-c92e03fab048",
  "resources": [
    {
      "resourceInstanceName": "vFW 50b90a88-ff0a 0",
      "resourceCustomizationUUID": "c188a65b-1d9f-4fd6-8384-7c31f250000f",
      "resourceName": "vFW 50b90a88-ff0a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "57b6a99f-35a0-43e6-8e64-ff2632c05115",
      "resourceInvariantUUID": "7ebd88d7-ec52-4010-821f-86f8b1a8ba65",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw50b90a88ff0a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
          "artifactChecksum": "ZmE4YWE0Y2VkNjVhM2I2MGZkNzAxYTYwOTkzZTVlZDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8f8d5871-c668-455f-b198-1d48f090c578",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "90efb186-04ca-4938-8bd5-782cb33a7b62",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "06fb4983-d58f-4a14-9071-0a6c5fc3aa0d",
            "generatedFromUUID": "90efb186-04ca-4938-8bd5-782cb33a7b62"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "06fb4983-d58f-4a14-9071-0a6c5fc3aa0d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210407024329-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
      "artifactChecksum": "MzAxODgyNjQwZTExOTc1MGQzMTI0YjMzMzI1MTdlZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "542278f2-1f8b-4513-9ef5-4e9f5aadd910"
    }
  ],
  "workloadContext": "Production"
}
2021-04-07T02:50:00.183Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-07T02:50:00.183Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 952626d7-944f-4aeb-b92c-69053d3ba1cc ASDC
2021-04-07T02:50:00.183Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e643bbef-2c18-4fed-8594-7c3ce912ebfd
ServiceName:vFW 2021-04-07 02-43-29
ServiceVersion:1.0
ServiceUUID:952626d7-944f-4aeb-b92c-69053d3ba1cc
ServiceInvariantUUID:343b801c-b90f-42e6-93b0-c92e03fab048
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210407024329-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar
ArtifactUUID:542278f2-1f8b-4513-9ef5-4e9f5aadd910
ArtifactChecksum:MzAxODgyNjQwZTExOTc1MGQzMTI0YjMzMzI1MTdlZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 50b90a88-ff0a 0
ResourceCustomizationUUID:c188a65b-1d9f-4fd6-8384-7c31f250000f
ResourceInvariantUUID:7ebd88d7-ec52-4010-821f-86f8b1a8ba65
ResourceName:vFW 50b90a88-ff0a
ResourceType:VF
ResourceUUID:57b6a99f-35a0-43e6-8e64-ff2632c05115
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw50b90a88ff0a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json
ArtifactUUID:8f8d5871-c668-455f-b198-1d48f090c578
ArtifactChecksum:ZmE4YWE0Y2VkNjVhM2I2MGZkNzAxYTYwOTkzZTVlZDk=
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/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml
ArtifactUUID:90efb186-04ca-4938-8bd5-782cb33a7b62
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/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env
ArtifactUUID:06fb4983-d58f-4a14-9071-0a6c5fc3aa0d
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/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env
ArtifactUUID:06fb4983-d58f-4a14-9071-0a6c5fc3aa0d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-07T02:50:00.183Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 952626d7-944f-4aeb-b92c-69053d3ba1cc 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-07T02:50:00.255Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T02:50:00.256Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-07T02:50:00.256Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-07T02:50:00.257Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 542278f2-1f8b-4513-9ef5-4e9f5aadd910 from URL: /sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:00.257Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-07T02:50:00.257Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:00.820Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-07T02:50:00.827Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar 542278f2-1f8b-4513-9ef5-4e9f5aadd910 105120
2021-04-07T02:50:00.827Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar ASDC sendASDCNotification
2021-04-07T02:50:00.827Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:00.827Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:50:00.828Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:50:00.829Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:50:00.830Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763800827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:50:00.930Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:50:00.931Z||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-07T02:50:00.931Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:50:00.940Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:50:00.941Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:50:01.830Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T02:50:01.832Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-07T02:50:01.833Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: 542278f2-1f8b-4513-9ef5-4e9f5aadd910, URL: /sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar to file: /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:01.833Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210407024329-csar.csar
2021-04-07T02:50:01.833Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:01.834Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:02.272Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP191181686917780728/Definitions/service-Vfw20210407024329-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-04-07T02:50:04.252Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-07T02:50:04.253Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||####################################################################################################
2021-04-07T02:50:04.253Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.253Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-07T02:50:04.253Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 50b90a88-ff0a 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.253Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.253Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.253Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.253Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.254Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.254Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.254Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.254Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.254Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 50b90a88-ff0a 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-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.254Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.254Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.254Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.254Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:04.254Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||WARN|500||####################################################################################################
2021-04-07T02:50:04.254Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.255Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:04.255Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is matching search criteria
2021-04-07T02:50:04.255Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-07T02:50:04.256Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 50b90a88-ff0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T02:50:04.256Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.256Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:04.256Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is matching search criteria
2021-04-07T02:50:04.256Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-07T02:50:04.256Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 50b90a88-ff0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T02:50:04.257Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.257Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:04.257Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.257Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is not matching search criteria
2021-04-07T02:50:04.257Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-07T02:50:04.258Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-07T02:50:04.258Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:04.258Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-07T02:50:04.258Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-07T02:50:04.258Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-07T02:50:04.258Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-07T02:50:04.258Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-07T02:50:04.258Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-07T02:50:04.258Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-07T02:50:04.258Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:04.258Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-07T02:50:04.259Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:04.259Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-07T02:50:04.259Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-07T02:50:04.259Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-07T02:50:04.259Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.259Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-07T02:50:04.259Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.259Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is matching search criteria
2021-04-07T02:50:04.259Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 50b90a88-ff0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:50:04.260Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.260Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is matching search criteria
2021-04-07T02:50:04.260Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 50b90a88-ff0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:50:04.260Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.260Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is matching search criteria
2021-04-07T02:50:04.260Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 50b90a88-ff0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:50:04.260Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.261Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is not matching search criteria
2021-04-07T02:50:04.261Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-07T02:50:04.261Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-07T02:50:04.261Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-07T02:50:04.261Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-07T02:50:04.261Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-07T02:50:04.261Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-07T02:50:04.261Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:04.261Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-07T02:50:04.261Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:04.261Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-07T02:50:04.261Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-07T02:50:04.262Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b9e11ba-ee52-46ce-a581-f83032255d89
2021-04-07T02:50:04.262Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.262Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is not matching search criteria
2021-04-07T02:50:04.262Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-07T02:50:04.262Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-07T02:50:04.262Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:04.262Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-07T02:50:04.263Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-07T02:50:04.263Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-07T02:50:04.263Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-07T02:50:04.263Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-07T02:50:04.263Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-07T02:50:04.263Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:04.263Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-07T02:50:04.263Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-07T02:50:04.263Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49a4a626-e755-4bc5-9fea-e80bcf0f91cf
2021-04-07T02:50:04.264Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.264Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is not matching search criteria
2021-04-07T02:50:04.264Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-07T02:50:04.264Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-07T02:50:04.264Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:04.264Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-07T02:50:04.264Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-07T02:50:04.264Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-07T02:50:04.264Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-07T02:50:04.265Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-07T02:50:04.265Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-07T02:50:04.265Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-07T02:50:04.265Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:04.265Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-07T02:50:04.265Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b43b8235-cd66-4618-973b-ec05647c9baa
2021-04-07T02:50:04.265Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.266Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:04.266Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.266Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:04.266Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.266Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:04.267Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:04.267Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:04.267Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-07 02-43-29
Description:catalog service description
Model UUID:952626d7-944f-4aeb-b92c-69053d3ba1cc
Model Version:NULL
Model InvariantUuid:343b801c-b90f-42e6-93b0-c92e03fab048
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 50b90a88-ff0a
Model UUID:a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7ebd88d7-ec52-4010-821f-86f8b1a8ba65
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c188a65b-1d9f-4fd6-8384-7c31f250000f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5d08aa97-373f-4303-967a-d6b79ea68103
ModelName:Vfw50b90a88Ff0a..base_vfw..module-0
ModelUuid:f8116df9-18c3-4ddb-b9f4-5a21016b635e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9b9e11ba-ee52-46ce-a581-f83032255d89
ModelInvariantUuid:0377f010-ad03-4792-bb91-15a31583a878
ModelName:vFW 50b90a88-ff0a-nodes.vfwCvfc
ModelUuid:7c0a0f1f-f2ab-4369-ad8c-838f5aca054e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6f805762-c0d3-4d65-95e2-aafa27dfb9a9
ModelInvariantUuid:5c99291a-cf54-4eb8-a2b6-5a0d715320d9
ModelName:Vfw50b90a88Ff0a.compute.nodes.heat.vfw
ModelUuid:7c3264b5-ef5b-48e4-9e33-4e3e0d41dab9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:49a4a626-e755-4bc5-9fea-e80bcf0f91cf
ModelInvariantUuid:6f17b81c-04a3-4931-9f46-e5eaeefb31ad
ModelName:vFW 50b90a88-ff0a-nodes.vsnCvfc
ModelUuid:06032585-0c81-43f0-baa3-26852a7a9517
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:19be9aa4-230b-40d3-878f-59bfe5c93761
ModelInvariantUuid:15d5ab8f-9b46-4c05-9619-1c2a00ad69a2
ModelName:Vfw50b90a88Ff0a.compute.nodes.heat.vsn
ModelUuid:3d8e8f98-3708-4d63-b0e5-b9aa5e934121
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b43b8235-cd66-4618-973b-ec05647c9baa
ModelInvariantUuid:13332888-943c-4d81-b5de-4e2268a17683
ModelName:vFW 50b90a88-ff0a-nodes.vpgCvfc
ModelUuid:24ac8dd0-16d8-4e5f-8418-4b3cc0f16583
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1fc3bc64-fc9f-47bb-8c85-6f2af4fd8a61
ModelInvariantUuid:62ecdb77-bf56-4a0a-953b-fee24f5bf4dc
ModelName:Vfw50b90a88Ff0a.compute.nodes.heat.vpg
ModelUuid:a690d51d-1ad3-49a5-9a0a-38a17bf7544a
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-07T02:50:04.273Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 57b6a99f-35a0-43e6-8e64-ff2632c05115
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-07T02:50:04.276Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||vFW 50b90a88-ff0a 0
2021-04-07T02:50:04.276Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 57b6a99f-35a0-43e6-8e64-ff2632c05115
2021-04-07T02:50:04.276Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 8f8d5871-c668-455f-b198-1d48f090c578 from URL: /sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json
2021-04-07T02:50:04.276Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-07T02:50:04.276Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json
2021-04-07T02:50:05.458Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-07T02:50:05.459Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json 8f8d5871-c668-455f-b198-1d48f090c578 785
2021-04-07T02:50:05.460Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json ASDC sendASDCNotification
2021-04-07T02:50:05.460Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json
2021-04-07T02:50:05.460Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:50:05.461Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:50:05.464Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:50:05.465Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763805460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:50:05.565Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:50:05.566Z||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-07T02:50:05.566Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:50:05.577Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:50:05.577Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:50:06.466Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw50b90a88Ff0a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5d08aa97-373f-4303-967a-d6b79ea68103",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f8116df9-18c3-4ddb-b9f4-5a21016b635e",
    "vfModuleModelCustomizationUUID": "24168c17-e777-4acd-af3b-89d86fb7faa1",
    "isBase": true,
    "artifacts": [
      "90efb186-04ca-4938-8bd5-782cb33a7b62",
      "06fb4983-d58f-4a14-9071-0a6c5fc3aa0d"
    ],
    "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-07T02:50:06.474Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw50b90a88Ff0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f8116df9-18c3-4ddb-b9f4-5a21016b635e
VfModuleModelInvariantUUID:5d08aa97-373f-4303-967a-d6b79ea68103
VfModuleModelDescription:NULL
Artifacts UUID List:{
90efb186-04ca-4938-8bd5-782cb33a7b62
,
06fb4983-d58f-4a14-9071-0a6c5fc3aa0d

}
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-07T02:50:06.477Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw50b90a88Ff0a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5d08aa97-373f-4303-967a-d6b79ea68103",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f8116df9-18c3-4ddb-b9f4-5a21016b635e",
    "vfModuleModelCustomizationUUID": "24168c17-e777-4acd-af3b-89d86fb7faa1",
    "isBase": true,
    "artifacts": [
      "90efb186-04ca-4938-8bd5-782cb33a7b62",
      "06fb4983-d58f-4a14-9071-0a6c5fc3aa0d"
    ],
    "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-07T02:50:06.477Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw50b90a88Ff0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f8116df9-18c3-4ddb-b9f4-5a21016b635e
VfModuleModelInvariantUUID:5d08aa97-373f-4303-967a-d6b79ea68103
VfModuleModelDescription:NULL
Artifacts UUID List:{
90efb186-04ca-4938-8bd5-782cb33a7b62
,
06fb4983-d58f-4a14-9071-0a6c5fc3aa0d

}
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-07T02:50:06.477Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 90efb186-04ca-4938-8bd5-782cb33a7b62 from URL: /sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml
2021-04-07T02:50:06.477Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-07T02:50:06.477Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml
2021-04-07T02:50:07.901Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-07T02:50:07.903Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml 90efb186-04ca-4938-8bd5-782cb33a7b62 20368
2021-04-07T02:50:07.903Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-07T02:50:07.903Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml
2021-04-07T02:50:07.903Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:50:07.904Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:50:07.906Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:50:07.907Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763807903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:50:08.007Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:50:08.008Z||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-07T02:50:08.008Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:50:08.018Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:50:08.018Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:50:08.968Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 06fb4983-d58f-4a14-9071-0a6c5fc3aa0d from URL: /sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env
2021-04-07T02:50:08.968Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-07T02:50:08.968Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env
2021-04-07T02:50:09.307Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-07T02:50:09.307Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env 06fb4983-d58f-4a14-9071-0a6c5fc3aa0d 2098
2021-04-07T02:50:09.307Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-07T02:50:09.308Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env
2021-04-07T02:50:09.308Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:50:09.308Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:50:09.309Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:50:09.310Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763809307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:50:09.410Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:50:09.412Z||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-07T02:50:09.413Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:50:09.422Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:50:09.422Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:50:10.365Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: 952626d7-944f-4aeb-b92c-69053d3ba1cc
2021-04-07T02:50:10.366Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 50b90a88-ff0a 0 57b6a99f-35a0-43e6-8e64-ff2632c05115 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-07T02:50:10.385Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.385Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:10.386Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Processing vnf with UUID: a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9 
2021-04-07T02:50:10.386Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Will get resource from SDC using resource id: a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9
2021-04-07T02:50:10.386Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel to get resource 
2021-04-07T02:50:10.387Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel
2021-04-07T02:50:10.388Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel|INFO|500||Invoke
2021-04-07T02:50:10.388Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-07T02:50:10.388Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel
2021-04-07T02:50:10.388Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel|DEBUG|500||Method      : GET
2021-04-07T02:50:10.388Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/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:"e643bbef-2c18-4fed-8594-7c3ce912ebfd", X-RequestID:"e643bbef-2c18-4fed-8594-7c3ce912ebfd", X-TransactionID:"e643bbef-2c18-4fed-8594-7c3ce912ebfd", X-ECOMP-RequestID:"e643bbef-2c18-4fed-8594-7c3ce912ebfd", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"d39008b0-3246-42e9-9fcb-b737747b3058"]
2021-04-07T02:50:10.389Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel|DEBUG|500||Request body: 
2021-04-07T02:50:10.389Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel|DEBUG|500||==========================request end================================================
2021-04-07T02:50:10.616Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-07T02:50:10.616Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-07T02:50:10.616Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel|DEBUG|500||Status text  : OK
2021-04-07T02:50:10.617Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-Vfw50b90a88Ff0a-csar.csar"", Content-MD5:"ZmE4ZGRlYTU3Njc0ZDgzZTYzMzFkYjI1NWZkMGE2NzY=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"e643bbef-2c18-4fed-8594-7c3ce912ebfd", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-07T02:50:10.632Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a15ce8b8-8bf8-4210-875f-b5fe3bbf3cf9/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� �����҅IeW����6��:MH`h`�r{Yv�����>�A]�A�Σzb�.��]����Ǟt�&Ʒ:#-$���ą8u�Ց��F�D�0�OZ���=��QCߏ��6_K��7h�!5��6#���V9���v$�PKT��Y��PK��R1Definitions/resource-Vfw50b90a88Ff0a-template.yml�]�s�8�߿��ݭ��se���N���q|��{���1'�3���	�;�s|jg��b�Z-�����Idq�ږ� 
� �Rk��㵖��`�
��doB˰�_6 �=;�_��iA������������8�izK��>cݜ�n.|�1lӱsX�(ls�����o�	*����3���q���`��ހ����m>vVc�4u����R7	�Y��D^�hi�g�v�m{;7�Ų�-$p��ӵ3������;�$p�t�ԏO�4K�Z�x���>'�Z���ҙ9K}�Z.��Ẻ���N�k;�-�j�ƿv^�=^�6�4��8�q���ѵ�JѨj���B�`��	�K4�'��a�޵���p
�E��e��v>���Q��,�N�]�T�|����m5yxV��(�
�x)�q�W1Pzg�� �@��.h�[����ߢ��紮�o���x��]�V.Q�̅�%ۑ��Ez[�Gn��� �����ӧEͼ���|M��0v��
�4�r��<��%�eIQI���4�}h��$��4��G�sFW�Q��aQ8�ԥ����߳ӫ	�|�n'Ԛ�{V���~Tp��2�]���v��[E;*��j��nm�J��]��8��F6��F�hGed[-��4R�4�ٜK�49�k]a
 ��8�ưQQ��	��%�n��6^?Y���_�^.�P-8��.�>Q�x�6	���l�qQ
�S���ך�����92ƣ�x\�-�(�Ѻ���_WE��J�=��jك�iA��i�#�A>���v��,w��:m�9���.
�'�=�CQ�m��G;���>�^k����]Y~h����=�vg��n������G��_'����˓������s�1�/�m��^�������؇#�fv����Qo��R�1����$YP���2}u�毋S����˧���Yη��Mh���"�	A
Y�@Q��e�E����o���r׏��˓+�������������ݕ�Eu�� {�ޡ��D���'J����	A�x���?����L_BbHD�5�w�e'Y�_f%`w8y�2�q�z��ő���Z���8δ��4)��Q�PCi��)�ц�%��F:bp�گ��W7�����^Q���^�]F�2NZ��ArY�	M[�?�=C�ch�~�-�%-dq�,et�sm`�q‘�-�*[ޙ�HT>�.��|vzr�UMp��+�u��+�qck:d�l�Q��i���.h�խ,�e�4x�j4����0��ԣ˼g��E}S�� bI��Xp�Y���a�.|hډ�ؑ�b3�\���/�Onϫ�ZH%ժ�"�KP�V͎�|tثR%Pk<�Հ�Q��e܏������$�"�^Kp�Gp<�T��_����~'����[�N��j�����G��d���V6�;H�{�y����2���up��f�Fb
X��x"����/�ܩW�����$y|�7G�k����C�`e�9�/�"��{T8�yE��.{�r�иd�x��Ǔw�C~�����N3f�YEZ�#�@Mb�w�����Mg	Y�계'"�L�x"�����H\w! ���Uq�j�>�t�6���>� ��S�K���ф�kV�O�qch�#?X�����՟�$����En&����,ANUb�ȯ�ps�I�>���ܞHnY�%�`��~�����&7�
�Nw�s�	�9}H_!�KQfu}?��A'��p�DC��B-"h�6�'�q�dp�Gϊ8ⅰ�A1mT*K��~A�:
���$�;��������*<�ʜ�J��
�^%e%�4��[�=x�+����Yk����$�N�3c���� �������H)�!��$��o����a�i�bkR2��U���AX$؟�p9��^ōwQW&�N��O	���O9=��D������K42۝�6�v��AOR[;��7������N�џg'�Oޠ�'��>���ϯ_��Ow���.8�������f~:���p����\��_�������_��K|{s������?ᛛ���v_��g_�������gw�=]������j|
9~[�H���{�z�4����z�<���$Z%g|����||���ۧ7����ݻ������<��~�0��===7�_�����d���;�j�yvw��폇�7�>|�|�1?�_������_l�9ۯ��oN��]\g�l�7���ӓ��������]�9��g��ɻ����|����ه˷����'��;��y�,���OΦ������N�o>��|������K��z�C/����B�F�� �F����42�h�'�c�-T�N�Q�`^�~��	�B�dC_*����~Uϋ���n�<D��(����� [��܈�$�6�|k���z������?�
�;�%,�%|D��*e]�[�b�qr$��!�C(P�����%�J"8������`��&60us:7��jl�7��˩37gi���[T�xK�.\Cw�sG��D7}�/�븮�ë���4�ۺy袨�|a������]XՙL��|��;ss�ϗu�F�2,~X�F3T/�9B��#V�+�Dx��-�.�KڡVl����푱��FܥJVH˿�^�ů��,q
�y6�7��`�^�o���;�P�4��#�4J�6�(�o�E�ރ�����׈+�~<�-�ȅi[�hg�S�C!F�`P�w��.z� �pwDX���`�<���u��79��`�R��o�-���C�Q"E9y��zK��Uyz黣��FB�?*|��rA��f���'͂l�����t��"�Fz<[�&��ݘ�ScnNms���;�Ǿ���Ć9]�`eӅ6���sf��3��蕳���:�p�n�MC���x:��瞹�h�����﹩ͧ�Z�󝎝¹Gu�.�
�4>���oOe��P?q 5�|NM*$��b�䦎���
`��VZbW,3]H����w�PY�k$M=��?�7�&��$[(xhg8��/�:��5�/��46��;�&� ��W�|>�	��E[�خU��j�7���s��H��2�H��E����~C��_k��Rb���a�As��5��1�!rH+
5��ک4��.i�iyv�wZ�fI;x+�	G"�@�3\�������@�1yS���0��&�#��wko�;Xk��(b<�,�����!�#��$��V⧮�t�_�1����aqG$+���ٗT,8�d��)O.J���*,'�H*ZƊ~���|ɒ����
q�c��KU���=�"f��Q#X��Ә���N��ͦ��w����������t}{~f]��|��>=�6O�,�)�ɦXZ��#�Z�^v�+1�xl�&����i�RH�Aj��部�sEM�{�6Z�Z��>R����VW'�v=�ae� �n��u�|�O�Ԑ�Q(�J�,H�o]��׷�)��¹��/�/�0,�E�J%b�mӅA�u�X�cH�h���1����Tz�hQ�"}�&gl��:�7;�鷑�ff��!�ۜT��T2͆�^)r�h�51ϯX��H�Rw!#Lư"F��RL�x�.)�ء2]̈�#no$E��I�2�@s�	|��<�H4���aǂ9,�����\�J�4Mhg�a]y�TWn}�{qP��jh%���wo{�mT[z�:�� H
����h�Z����q0{ɑ�c*��9��C�'��S]ƥ<�05��گf��G`�������
�&��hj�����}�C�T�D�;X&�l9�U�&߹�Yɏ$�u�&Q�rQ�T��*u����Y�9m]Z�&{-�U�=�e�ʫd��慼kۄia zm�yBo[�8�
�NUD^�V%z��4]���+˙m��aNK�+��VV����I#(^_���,�J�f�ƬXHO8c�n��?�>Þ�����P�����Z�Ǚ��S�U��GQa�����(���P!�0ı"_�mw�s���A\b�s%��<ފE�z��Iw��]~9�x.�P����*��N������ [��� ����V����:������bn�>��3}�L}��N��c��������������8�4�KY�z��_���1
W��)�詡���Bs`�;S��Z=^����9�Ǯ	����
+O�|b/���X�4z��g�b�X����q�I`��;�?�W��i4��U�������>t=�B���՛��v�z�3��gk(`y�`y��ɑVF�6��iD��n坋8��ă-<�_(4�b@~�	���s�aL�||�� �q:����C�r�g��b��-��Aљ�BT���m\J_*��2�R���4(�_
��>����>�P��A��.p��}"�N���<��hF��=�p7y��Tb=����9��aa�i+�r,f�>H!-`3�3��H�r��}Lg@-3�4u�.=M�DH;��oXN����X�:
�w�M�Oz��yS�B���J�B��F�l��ɰ�muG�Pc:�NL��W����<�Н���L�m,f��*1u3�5=o�τ�n��/g�c�X̱*�3�:�d:�]o��g#��9:p���l����!p��Jג�/�X���_vF�߱7"���XL�k��R���|T�v�rPE��Զ��.�.�b�6�C��|q�T��MN�/�u���G�k�
�Fp@7)�͌h'��6���̻4)���pd�OxK��3�
�`����_B��#5O;�09�W>�8G�,����6��Z���..��#],`��
�,s!=���h��F�N�;pn�Ӌ�L�t%nj��U[���Ji�(QP�p���
Z�iJ���	N�y��ew�Cz��ؓK���4�=N�J�߳�	wF�:�\Q�:|.=��˖X��~����V�Ն�����y�a�Z��L: eH�dR��(��Q�Q�l����FMr�mpŅ�u�%˱y��ks�x�{r)��1Q�b*�7�S����Y�j̤I>f����L��)j�MQ3E�̓ʐbިNuV�{v�	"=���\�>�֓a��JU�hNI�#�9�9�$�D_��j���^ϳ�L^�
��٠6,L^N:�0�o�e�T�����L7!w��(�a���.%���#��S���{=<��ߌF�����FE6H�zA��F��Ǽ�/�;��<��z������LQ����#U���c���,������_4�Esol��j�O�S_�M�S}�Xں�p�+`/L��A��ȶi�_��N���9���g�ܞcc�,�s@�_��X�dI���l֯���k�05hq��R����J��H�F��*�J$F*wPd@�΁��
_h�������`_�Y�ۂ�MVS���������}5����ra��@�7C$l�X����Ci��\���t{2^-�m6�$�+T�}�ġQGxXg4zu�����J��n
͕v@��5l��)��o�<�a�lb��n5?N��~��*(p��/��-YBY8�Ql#󊤔>g#�:G�]��2v�bl��[)�Ǭ�i,�FtϤ�=�h�R/�ߡC1�@�"���>7�RZW!I�>��.�N(�(@�:�JbɗGlȇ���3}���#��٬H��!c���	����f�
^�4"Ny8��W��1�N��*T�I$��0�r���Iiz�ٔt��s4ʒ��n£�x �a��hP{ˆ�:E�FZ�I��PVj�(�T��r������v�q��DI�㫏:7ኻ�UU�XpRe,ѠT%�i�P��[5�7����*<ߖ|DV��mV��&.Ú�f
*��[5X�wk	�|��|YQ�(�{��t��(k���%�)��$a����	�!�[�Ȉ
�u�YQd��kՐ#F�F��~�6vk������"��I(�E��
�V�yUv�Ĉ�,ʇ-֭VM���zB�.�I�'�)�j����^�U��h����‹��W=,u_򤁕?@nqBB�-�YfQ���iˏ��P�|�H�ўL�i'��x?��kp�)F��`ſ23�n��v��B�����g�S���to
�?xy�7&K�P��I���+���T��	���uU��� ��Ě�F*�Υ*,�Ua9ҽ5bxQ���Tt�P��`Qv�V�.�O������T���%$�b���Pљ>0A~�F��̾�[�>�~
"T@�Z5I�D���-���}g��bw�"1,RV�Q]<��Ga.���ƀ�7��.0�E�m��R�X�&��v����n�E�*�ģ&z`%j��+jxQ�\���P$/J"Ձ�S�T�x�N@�#fI��l
�[�H��ru�2U�e\��dndh������U�斛B8�$��`����^.m7�'t�ˆ$5R����b�{�c�d�K<�K��벤�ׇ�f/J
3>��
.`��P�Rq�T�S
�Em�؊>)
�+-�E��

!?^��@Zj'I�B"�3+��
���?�)|̈����/��c�x
�"�ov�?O��QJ�	}{H4�*t��I%@щE֌�
�~zJظ2���0��9�n-R�EC���N@?�R�	��H��Ԇ��
9��pv�QX�'�9$��JV�s^�xԬ�K�c-�mg`��˂���,MW\jT�,"�A`�P3��Y�7b��#�{��*�V���`
U�����r�<�ЃIj_@
��;g��	J��U���Z���@.J���tG�.�jE�Jv(6��9)_#-
��}HP2�͊dùo���Q��g�C)�‹
mݻ���(2�e�n�Ċ"u%��S)� F�d�������H}q��"��s�����
ޑ�	��D�͐�M�JR�S��ĵ�xZ�x"_�E��b
<Kx�lv���p\bO1&���3��_�#lԱj���@�-tjK$��+I*L����P��K/���T�����S; #v2���R����Wa����~���q[|�x%�\����+�xJ]���|��9a�"�
��p�q�4n��7z��|���Nji*x�����V��|�.ĀxI]����<�]f��싕�m���}��A�lw�;�˷�kˍ�����+��� T�ꁄC�ke�|�مY`�a�����;L::�W�ڍC�=@� N�.\�/�w�B�6��A"�ȭg�)��w�)��zMK�١zވ�����_=�����7��b���~����e���ڱ�V��*�\ԭH~��_�AB�2
�燮6��Xw��e)�uU�����ר�F���EG
�ֳ��9�q��]���
�H�Z��]�6	`�g�j� }N,�t]���зBa��.��t'�9L����I��a��7GB�1+A����+�$6l
a��Ƭ'yyk� �g�P-4zyX�v����pL\���#��������� ,>�d��#`!�T|��\�0`�4�5&�)j��=ZƆ��H��.G�r��C=m.i�W�Ȃ�l�����n�@X����;���K�G��/PK�?Ec� �PK��R;Definitions/resource-Vfw50b90a88Ff0a-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���������ՠ.�C*�R'D�1���c�o;�$;5��OWޟ��g�F�vT�G���\�VU��Ȗ-�t��	�ȋ�>O�CL�������<��;�yj�ޟ�g�c믫ӧ��y�b�SEjC� �*c:�?'�7�HzY�T�y���~j�:����
2!�g��(w�G�|9AΛ���a�i���� �߭����>E�����\f%��Q@%���[ V;����y�/w�Dh���_��ɪ
�|�Wy�hv�L��>�c�c�*�vz͠��!��E�d���R��.���{
,��j	�E�pX�	_b=jh��O��=|
�Jw�}b�� ���$����N��S!)��1��v��M�s'nV<^>����I�$��]qM_�!<��&62�XU��p�4(��Ie�����A-�(�]��Y�"�+��Χx�N
4X	0牪�J�3o�y��(Z�윣z�+�@���/ƬZH1A�k�겳�	��9U�,Q��cnݻ����A��k�d��•���K��r���ߚ�9����x���5��鎸�|4�*
�pX�W�ΰ�Cw�%wP6�g�/�Έa�Q�"}��{��M�/��̷�υaA͟Bk9}-$&,��l%��jn�Fen��x���9\KWj�r�wL��c,�������]U����`�?Y^��G�sttR�x��s�e��L���	�^�����C'M$U�o�f�v"��d��Y�M+�u^�L�t��X.�ҬEߝ�ͨL�O
_��m{t`ْЄ����?R�1��:�����%��������ח����񟟏j��Yq��|��O[u�뷧�������������^�ٳ�붿��ӿ��ˮ�<���K��Y�4��=4&����u�P�^����Q9>?����X�����tv�=��^Y��3�������s�k�|z9�y53H�{������'����x��<���Z�����������:!Ci��q���=}�kԾ���}�ߜ�wnf��<կ�������]6Ͼ����_�a�L�6��O��
��r:�?}��N�Oݣϓ����q�����v{����"5���1~��_g�?[���������;Ṣ��7J{��2{||�-�����9`�^4�Hi�K��Қ�"��8:�JE�<���33����mS�+�Re,�՜���F+��F��]��-k���D�0�Jo	lj���`����D�}@�@j������,��
���3���oEG�b��� FA���ذf4�� ��,���I"�cL`
r�ET̀�c�;����L��B��������o��Tg��!8��}�"ca(��a���i\�ާ��R��9�QGW�G�+g�g�3Q��������&����R����:(��ť��{�B�Д�����y���
�&=
s���vbIZ`�̣
p$�����R!�;&^�c��w)
nQt��`����;A��Npx'���`X�h�eP0�r-a�Y,�Y4`��-�9�r�iho%}�hom����zsw��P9�.XYgq�`p��1�.��
�C|w2�!Q8(p~��Y�%��q����ªa�.�u�L"��2�iO�RaG�裱�jh�!iy�B���2i��^s w<\�U�2�x�����4��&3o���֚��N�N�w2��<�>Y>�Қ��:~�C���(��D+N�󄁘��	�������ʀBf�Q6����2?ᅕ0
^��b�Ym	x��y��&-t��`�L��UN��[:���*�q�TGQ����������K�4��&�0���Y%�_2��÷�8�y�1bzS�A�
,V��Ȳ^f���`�6���R��2~����[��%Nqf���*V��-a��FHT	~*hHPĬ`	ư�Y���U=o��/�^[o|IŋW-�ހ��6Rq�
.K5HC�`cv�QR�Ěd[�﹀O��#�Ц0���ۉ�ce�T^̴{#���#2�z�J���G��1�1��'�ס�m��ץ����4�&�-+�yܨl�uc�@��)�Y�L�
�B�g�R
8�r	�@p �ȅ	Ƶae��{
fP�k7��w֖S*
oP�TTA0��#w�H�y,ݢ2��t�R0/��^�}.�P��fو�����+/ ��9���B[��2�5���Txm���U�3u�I����A��I�
��oR`2�����#9����v�x�f�7�b$^�	L���]��olB,;c�ૂI�J�{�G]c�L%���z�>�s�"
�~�#��P���<83����еXB<{Lz7>���1o�����������϶B]���6���u��›��!i��BX)2ϰ�ѾW�a���:F��Oh�c	��Q�uPn�"*&���5�X0\�!^P�T.Y���D�V}A��aM%K!֚L��p��=���:�kZ��5��5�"��v�J�:"�B
s�(nu�}���龜7��UG�-E��|�Kez�"���͒����q
�����4��;�M����B�U+�x�x�.�R���H��|��G�q�Ṿ��*�x�=��R7Q�@u3�DW�h��U�;�㵦�b���M��,ڑ�z�K��F�r�v���`|����Z�D����l9���\{/.��N��_����`#�MU��}#�HF

��(Wr흭gHs�$s路�[��m_���E\0$BŤ�"�E�YQ�g����8�����uW
0&ݣA��~y�x��E�p��x��+q-���4���� Y*|*�	�xl*��X9�:��u�!R��J��Un��f�!��-�h��JC6����|�`��i�2\m2(8�
pU%@l�D}Z�u�aѱ%G������묃*6�,c�,8� �ub�D[���+N�I�ؗKC��Q6F����&��3ZS�0���8�?{[wl�X\���_m3��S U��Ȣ��sJ[^0��z�׻�
-�����!���.]�}qX��|�2w�U(�*�F����������)�5r�ME��sJ��D��w�T�d`_��?퍳�}�/;mBK:��6�ާi�J5�p��R���vy� d!X'(	�"eE0�jq}�s�c��Z�^�쐸�G���t+zm�7� ���Y��hV�k�amU����)���E���nHP����/f����+`�|_���#���/�c�Ա��u��G�>�̮���wz�r��J\���u�$�r�*�V^��x��ˍ~ˢ�JlY�R��պ���ݮ�-7�6�����1�A��]��|3ۂ�*��v��]�����-���e��/s[����N�d��̭+;\�{�)e5�,i���B@S�a��,��K��kןR���c���\h�fǖJњ\h�
���?PK:ր38F�PK��RDDefinitions/resource-Vfw50b90a88ff0aComputeNodesHeatVsn-template.yml��Mo�0���+|ۓ-X`��U���Ze�hl��%��m���w�H�$jz3�<������
��蠭����Ӣba)y��7�:��C�P�f������o��&Y���陧*�xy�K�D4�N�k�����-��Q���pa�e	�a���)&�@�����H��C�P�ƀ���xEb�p�TNa1�ls8z��Y
:vy�JT�
s�e� �պ[���H��+�>8P�t�ގN�Mc]�N�r�ʜ'eN�c�8�)~ `��i�1��C�;���^"�<t��_8[�W�X�;�:���f+;`�����(�=r�o����_��cw�
�:;�U�ʃ�z7�M�0Ɔ��=u'/�l���к���4�/ޮPL���l��㡬3J{¦n��Ϻ�m6v��$[�����PK[���cPK��R,Definitions/resource-Globalport-template.yml�WKS�8��+t��`WBnY�ݥj�P,pٚr�r�Q�-y%9l����71�L�PCU�!J�Տ�?�#5�A1�p)t��q1#�mi��)k���Qpt���5tv@+�8����rF��x̦������d��:��NN��d:=�Gx�T��'�8Q���d�MF�'�yx¼)=�&���h
!*�����ʐ�7RE���qA�B�@�0�P�85�ʄ3��Q����
d�=S살HM��d!L���b=u0��GQ��l��=� 4���HK�y"v���DžS�黉�`2!�T�����)D�,��ލ��\�~w��_�������8H�Ķj��Q}����UX�#;�Y�T���Z+/��K��0@5��-z��O$w[�$��$����/΢rZ���@t����g��u�
aR��ԕ�`�����0�ʁgt�Yibw+,w���i~G��?�77��z���	���З;eC,yD�p+�`�ip�
�G���Y����ı924��\�Y��)�F���=��_�޻��#V��T�����n�q�0��D��@�ٵ3�ƹ&U's�Vˈ�-��}�2�=ҍ��X�5G�:���Qg}��������e#[Q|��r����o��_������m�-iZ�V�{G)�f6)�/q�X�W�8�.+i�����Þ�A��q��$���
l4�=9^�}��+������N:G,�#z������̮j�^�h�.�{�*�`��ɻ�\���ooo0�H�;~���x���q���V���y�-���-��PK�kf�m�PK��R&Definitions/resource-Port-template.yml�SMo�0��W����i���m��0`K���ՠ%:*K�$�ȿ���m�=�ȏ��O"��I*�QAY�9χB�4eG,u����J���9�Sh�n��&�"���u�Yn.�$�ytY�:Z'1���଎L„��肖I���8�7�2ZII�� �d�%�po]�I^8U���U�<��A۽��U8Bx��
y�)���eU4��Y�ƺ�:�cE~�u�C
��|�����2�T����dn5����-[;A�H�R��~�����s~{~ M��b��"���o+Io�2'V��e�-���,b��(M/
�Y���Rs��S{�1����
s���S�祈4���	w��{g�)�C�pe��JXOAcl�tǬ���f��;��tm�7��)H�ށdV8[���|�|T�V���λTe(%W⠚[˃g�'[e͞2�Ï�|@>$a��[ůĔ�$��Zpu'�C�v���H6q.`���##hԊhT.����n����9a��9�5Y�a���F&��3dNWj��m�Z+��9�q�ZnR��PK�s�uZePK��R=Definitions/resource-Vfw50b90a88Ff0aNodesVsncvfc-template.yml��r�:�=_��f�AS0�\�[�'>���Ǖ��j_(b̆�Y`&���mq�@�0Njk���-��Z��VKY�����DA�Qj�I��/7Z�J��1$�>��ao$����M�3Ne߾}��F�����.�M�B��2��D��;+{Ut�7�j�ޭ���d�|9����z���Z[�����w��ֺc�x�C��c�I�4�=�.��$8f9�1��Y������=�LR�Oé�4���oA�=�
��>���.��>N^n��ID���HON���I���'$�O�KI��ɍ����1�-ZY�
2
�Exk�N��$$8�o������pޟ�o߾����,�y��t4�B�P����G:;t,\�X~w�;A��wa�ˮ		q�O����}(;����*Z���8�ɪ�삣(�
�l/���PDI|������Q��=}L#�Bftf�AѦ}ONYG0)B��w:i5�6������E�����5�+��
�=�Q	�
����e���I���g��$`a���i�y@^%�������p;K��rjo��?gQ��=J�@�ۇ��=.y�,���_쪵���h�T����>�ifQ��M�c�q��S��Ut���ǧ0��H�V�?'��(Ee[B�s
��h>Ӣ'�F��d�1�3�)�߂3�e�uleD�#`���� �wԜ����hصK����7*��4�эO�bM���Km��*�d���`��-j{������O���01q,)qOI��ج�X�4���4���ة�D�Y��4.&0�]6P�TN��=��0�Ʋ{W1d2��j��.VT�دӵ�<�>��HB?l?��8�s�d�R�/��k��G�ev9'CK�Hw֖�%
;fgx?n�������6�ڨ�Dy��8<r�n�m����M�E�@�&v–����@
�K�����6͂�D����]θdQ���g���'WS�r��S/�-`��
ho�ED�`&��
�Dt�Aܷ/>�'�q�4�"V%چ�!Qz5�\�S2���f���c >��A��Ɖ׬����}zߋ��A���w���䂒_�Q��ik{W��[����F�k~�h���᝚R�O�������eme��{��c�E��H�؇��y�V\�,���)���"��_m;d��w��M���$�ٮ&'�[��"|����tТ<5Bu���ԣ�s����c��s/���F�.���B�`&8��I&ϱ��(~E�|.(ߗ�ߥi��ƺ�>�"�O7fjR�u�5~��O`
�f}���)�.��´���k�c�y�������[�K�k�U��R#���X��d��컋v��g/��u��=E��*c����d��Y�B��ĺ�����5l��vd�[;���;dz�rt�F���X+�X5�{J�����^K��C����+�A���n�-�'k�Zm7
|}W�?ő�Z��V�}��$�R����Ư�^�|�-�Ӱ�Gv&Vi��ɘ��|Lԩ}JV�{v$Is�Eڮ2���/���H�as���n/��b��a��4�"i�/<�}:z�����߿}��[�vT_i���P���~����6�z�RCq�=�����������ۻ�F�b0B8�*�V��K�A�4��8�6��x��`>��}ϯ�q̌Н.�/�U�����p�T�#Z���@�wh�S��f:r_ơ ����ٓ	8s8!�	���y�=e:�
f����CY��\��fH�l
�<��Gd��<�t�.��A�C��cA#�K�q���b�`U��;�����ǎf�4�..�$5.=9O�)��ɗ�:��-��cm�Ti.-��h��fy$�9��� >^ 
ݲfq�-���)Z\öl,u�“)ƶX�\�������Q�)�c��_{A^FC&���b����#D�$��T��0q`�z���:F��"sXz���>X�����
Y0�Z�)�h`�ךC
o�3�u_5�q�n��J�:���L4�]{\�;իf��VyN�����Ҹi(5��=r�lB�JWIQZ"���@�h����y��G&!+d����rc�͵e�=��-����W��[c
��5�m-�̵�kW_�溑U7Y��-�u�%ҽ��Lok"l�Kd8�cow�&~�M1�������2�)r
ka��[�iC0E�4N��
h�Ns@��DZY'�����\���vp.ʮ�EM�,�~hƫ�R���s�nj��w�_�Қ��I:��$�����+IO���(�L�<����FS�Λ����$�md����f9ӈ�s��tHB�!v���!�}�����p��[���W�],��Aa���&
�ET��H]<����@���z���ѵ̫��<~���j\أ?xxͮ�vn�1�$���p˪K&Q�`�{�s�*Qd5.�p�C�@$�9TU�����`(���W��h�q�8�Zy�)ۃ��oy��	��wsz(u�	"�hhpؿ���i
��UD3(�W���kʂ'"��W�!������� ��__W�d�@Fp������Ƒj��n�%1�
Z��:���nm!g�3�ޘ�]|�����������o"�s
D�%ٙ�i�ֽ��j����hg�"a�0�,�o��}�����
X�>��׿|��� ���F�y�vQƍ�P��'�@��	
K�$>�?(�Q/��B,�R�vI�S��ꑇB������Y㌡
��‹޲��U��F�=�(�C(��OT���Eқ?#P���$�iћ����P/­70;O1�_��r���Z�H��:��|������p0%�S���
b�k?/*2��2[�`b.��B��Z��x�]+���G�S"*�{GV��W6�J��������ϗAJMugk!�tC�MEݪ�K�6�1Y/;�g����;��*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��'���'��W7�������—ך
V�I�uV�@����ԫ�4M��S�&���Z5a�a��Q\�5��ԥۋx��Ɣ��Q�֜KC�G�J���a�:?N~`��������ԠMTx�I�z���� �zV~�A��[�f)?�)� vqTi��11�wI�����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�������PKI��7��jPK��RGDefinitions/resource-Vfw50b90a88Ff0aNodesVsncvfc-template-interface.yml�]Ko���Wp���I�mv�L�d�6��B�)�f#�*I9�����zX�e[�%�n�MQ�������a-�aDcƙf��pI��/7H�G��YB�N��:��~
���w�/>1K�MQ��FXc���La����X���4�˪�&��`Y�n�AYy.EޮU���3�0��dUVV��]�m�jۊFذ�P�y 2�)iH�D.	
�1	��ן�f�\����01ex���D���[*^�Qɖ4
c)қ]�7^~����f�ʵbR/,3�tȸҘkf	��1�����*��c�'  sZ�Yo�L��b^�J�w�$�nP�U�6	AhO����D�4�5
��P�3NuYt��H�����Ou+��l�x�IX��R�նxuB�290[7�x�Sa���m��@�W!_�L�5�9A.EI.�^�M��I����#�U�Ȃ��)gA�/%*���`��ڳB�s��f._��.==�W�("Yfa��� �~~
������H�i�e�	^
i�'u���mB���h�`����ӡn�,t��~��DB	1�x��)*�����YCM�^`2ѷp���j<��}�}���)dzdK}��qЋ������X࿕f:7�4xj���B���ͪ��{������]�4��0l�˜��i{��VB3�h�@q�?Bw�/�u&��6_�x�Y@GpL��hʀ%��w�l`���.�@�u6��}��k�2j��������dc��ac{�����*��a�sV�aj@ ��-p«ȼ�b!Q��/b0��9'����_ih�������Zb|6��%�D��)����X���Ip�,���}ã.L�;7��]��P���{�����Խ*���y�x�Ψ4h����5H��O�?9�����!��!spJ�y/�b=U��ҖMK̟A]�
Kn�bs~����2ĩ����\�b�q����Iא���!F��$Չ����I����d,�������\�v��߲�3
�����U`�<��!,o���9�d>�Q2�Q�����v����րa��P~Q�`���Y��`H��5<�hFQ*8���re&ʤn8�[��R�vo�����x����O�~�� DgQX����gö���og��[l�����5H�N�o)s�lT��Ы�iQ�(@��}Q���A[��Z�;�1��ʤh�%��@�V��؅�ڋtx5��I��è�!��e�Ӱ��m<�mi�j��.Q�n	^%�4��%޹��ܶ5�0f��Y

-����gV�z�����4>o�v�9[���P��ܳ��vpg2t�VJR�Z:�d@������G�4�Î��w&��g��s`�e��c�(�$���|�:J��ְ�X���y���Gxk�Pc�M���=j�|�Q*b�\[�a|�~y�L���ua�1Y���cP��,okB�'���+�ߟE%�˃byC��� fQ����8�]�^�Q :S���Kf�-ѧ��4�&�ۥw�e?��I�0S}���j��Xuȭ�N��'!,ɂ�Yy.O�B)�R�2z ��
/vk�B���y*�����O~m�L8�c�Ad�oLB�0x�2�w���:��RS�t
���ń�� ���1:.⢏�9c�08�^�{����28�]�Ld���.�b��[䘅���ɘI�J�#����>�⯎�
���3>k;�!%��l}r�~�ؠ��m��|=z�Bϥ]��q��1!��5�=aj9������&iQ/ YywM��]CDp-1K���}|�g�9�8ƍ�G�\�؃j��Y��(����]����%�I�(���ص��Cc��+��\t�k�x8�q�ƪ�a��:����r��Cyd���y�e��6��j�`�(3(J�.b�
��cֵH3!��\�iG��5���������ٽ�'oP-oc���G�������N�e�mt0Q�G����`-�L���������G �]�\[�0����y��7!��`��-oj���Z�L��h����#��t��I�0�� �x�7`�������]t�5�͆G��
|�V4�L���L�<,!`A���PK,5��	f�PK��R(Definitions/resource-Extcp2-template.yml�R���0��s궇D!da�m��aYT�^�*r�	Xu��v��������y��d潱�P�1,��+i�3j�)؆2��fR�l�M'%Zˆ%���3ќH{8|]����>��	�A�O��a:[�ŬHb�/��Gq/�b�{L\E���$X.�<��pbIJLa�ۮv����P�+��?!<�?�a��D�A�).-�� �K�@�eO�a�s՚�
�J���ݓ�G�/)|A�D�a��o���?a#�Di��5Uk�/(��)l??��ͺ��Dp��ft����ѿ+������z?���1��ߤ���7c_�7�G5���F�BA���PK߷��PK��R)Definitions/resource-Network-template.yml�TMo�0��W��
�;
�Է
�]:K/�`��
�%O�S�ߏ��7�Ir��{|)��z���B�5>ۓ�H!��We�);`��$K&%�0�(�G�Є��v���z9�y�Q,h�E��p�#�1��*�%Չq���rVD		�o�<���M�̓|���W���
��†‹u�[�NU�=�U�<���;(|mwJ���'�W���=��R`��u�~�!�c����[S8���"Ԏ��l�=��֥p���>�n����~ M�y�d��E��'��V���eN�vu5��>�D`��M�
�٦��R3ٔ��d$h��Xa�4��Xr��RG�kV�H;"z���z�ꐞ��V�ݖ�X/Acl�|�UGp+l�͆�>�v��t�7Dg"���$���2��
�䒶���Ƚ���o��9>J�뚌;G��:�W+G2����Ϣ��`�����ցSq5��ͭ��2�zڕ�_[�Lɳ���un���Ir�����2���}�U@2U]�N;P�1J��w�����NC�_�~���0���b�٠�����oL��>AY,Vl�W�%@���6�?G����;@˄�Kϛ��.�xOn���?
{�n����8�I6;v����q𗗆����6�<�t�����87��8f�7pf�$��_Ż06���`��n��d���7��$&iHidG�}����{9`7�`��!��jhJ"\h�sx��r/���49��'��C�^�d����8�K��(�q�W)(4�(�s��#<��S���{
�t�y2'�C��-�.m�ߓc�&�����<.x�_�}X���B
�{��8z�B����H1Ha���IK�����;��y`�GV��3�9]±E�~[Bk�����s���g���3������+�b��#�3��V�'`+��թ���V�B��̜$�理'�O�NL��I��I���Y�;pba����?�0%>���H��ٷ�%Y�q���Ct�$��1-��QB��(g�k2n�qܣ�(#<�`o�1>�IN<��ݩ;�����k2Q���@��N�=�=�!k�$�͒8{�v�Ɖ�*��>�ZC�lfЦ����C���)f����Qf���T�u�H�*{P$F��H#3���Ǩ3#��%ܓfQ8����Y��>�p�qqJE�z��F+4H��4�w�1CBT'+\��JY�����������~��ǿI5e3��ݟ/%#��r��m��b��{�oG��7d�7�ޱկ�i��u�!�B���h�?��q2��f�`�Xf.`�^��NQϣ�ѯ_�h� >�ԙ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Ԭ�aٴ�o�m��U���7FuW�Z�w�k�6lQ����tQ@��
l7��6g/A�j;�m�G&���+�6�R�%��s��mYxhWc���V
�m���뢍���*X��
�
^�j��6!�~�>�!�3Z�����([���`�(ne�ƿ���'�k
R��t�/�'IE5��T�l�$|�G����,i+�<�~i�����߿~��[���T_i�5�xV��w����ɁU�3�!n��?>~t>�|z����ݷ*��0*�����>��Yu7���9���O����w��y��cFCw��?�WM\�>�a�
�%��ء�;��X�+�#���'�[c`�je�Z(;�7��B+땝�*���4�~����-?Hg���z|�|�g����,B���1O�+���a{H*f���4�d!y!L�Ӿ�Nઅ.�T�,��z]B�ƍ�J<���ub� 'gǣ1����V�#Hatͮ�=#H��C7����z!
�*N /�	 B�i�"����6-�0m~T�;_E5L�%��¼,�(I�a����Z�NX�P��	���OԳ.8���D~���ge�=<��:�*s}5\\W:?��H}*U���/��ԫ:r\d�M�x���2@!K�%�-"��i[�ִ����N��Қ/�
�֦
�#6ڬ�Y�;7monϭ�"�=�o��$��Vsd�������^�m[L�w��2�]0�L�@f��a`#Jv!��y���DgYⅴ�pA���F�9��c�)c�Ŏ�V��֎�����Zm>�^�T�ټ�j�~�\�+���t���%�^K���NY]�3��4�®گ9:���5;�l�����кr��n�P�T���
6�¼ʇ���R��������Pux�lwifd�!�\�#�>_U�3*��H#��A�3�/��&WΠ�H;p��N���X"���+e'�f����іɛ47��E�n���?�$�#��4��܌�񲼊7�^{;VQ���G���?��Ƕ���g���q�c�y_8h(&R�N7�[Jգ I�c|�M�!$�P�B.KI�" 8?��G>%����9cmF�}��>"�+SWB0lqb��!_GŅұ��gg�E�ԕ��&�ƨm�,:�a���D��Q���z2NE<�H-��w�*#U�2����ʊ�%��\�XY���|���q�].�^��о����l�g'����"���]Dgw�kOF���Fg�fA��)7���()6q� 邒[�D���>�{��1�|�*���^"'}��\INZFwew>d������D�n�zu���z��V2��]0#)f'y�j���l[��)�4`u���#lS>�9/�?�4��p��������D��K=M�:��ڊ��W�B�-��#T���/�(���$�`���;�u��5�n���5�Ǎy����B��GLd����+%0bG��T�O:���q��K%�C�g����{��
[
�_(j�!�Ԇw��vk�z}_�5�Y1�'������E̳�S
o�E⏳�������A��u��(���gf\�o��c���)�Ǚt����W$��Nvݪ�{/o��;Z��w�"�a���\��d����5�����\��-#2�u�ݰ9�-�}C���Nr���S;��'7���Z�4�'�㒛=Q���h�]̤�>�E��{*��ng��G���4E�v�K-�Xe1{
��7見s��f�� �h>vg�*3*�ob3�f�4dӺ��%�����;s8�:��r�~絲�S�o�VU���W�劈|�Ν�oo�PK�-�J��kPK��RGDefinitions/resource-Vfw50b90a88Ff0aNodesVpgcvfc-template-interface.yml�]_o�6��[�+$
�y�f`�&�شy)MS6/���7�OCJ�)���Ēi��P�p8���H�K��9I)��r&�~�D�<�4/2��Q�%����/J���!b|N�G)��MU��ΑBj]�+���9F��:mW��몂d��E�n�A]y!xٮU�ԏ�Q��)�� Ƹ��ڵ�bSQ6ٌ��E���y"y)0�W)����\�~�B��z�^!���L*�����d�*U�s"�̓T����z�����i[�+���PY��P�@)��ҫ�����Dpf� ���n"�O�bS(�?%d�%����\��2�S�H)���tQ
�ߖ0`
��j�h��q�1G)�$鎆2����V ������@N��ݱeT��#�"h'։�K��m��B[-�ǵD���7��#������NY��r(�Ր�Ҍ0Y�PA��k�ĥ�>�<�&V'ZlD`k?w�~�'i�V\hބ֡��L���!"��26㲴+���*kn������m�Ų$�T�{j8%����qY���0/�550w(GۢlN^��J�ue=��d�'���*�99�'��Y��h刁иXe�K�T,K�O�*�M�O�?�f��kW����
VLs� �7�=��ȎS��N5�a��;�.MZX۱�R4C��#PO�e�;�V�;���%],�B4���y���iݥ�U�ؙ=�3���=6J��D�LR.r�F�^��׻����5�zƶ����������Tq��6|�tc~h.iy'h�6�jTe.��B�
p���jN���C-��d���@�-E;����:$��wK��5�Ȑ�x�%���4qY��e��Њ�d�����5i���q/k��e�2����4�i�gNL�+`����q"#�"j6�{���bP$~����y-�����dq�����	9"]٤Pɦ#�)����n��v�-�_D�3:sF����L�.O��y遲S8�#��x��.�� �|�A�x�VD&�e�>��V�!��w�f~�	���T��Z"��Y	U�?="[��:^��-��
�hF��3�8�**�Nn��x�3��	�V��������/=~��Ӧ
:O���z�?����7�w���_;Yh��#�V%��vķoT	����3R�J���e]���T%��Z��m>�Bp͏�c�;"_��CC󐒮FU�84;Ks+�U�u�\� z/����\��Nb
H�\_K�w�~���EQ��m'd�����jW'��Q\�V�����D\ 0��m��^W�o���Z�I��4�YB�ۍl��6\��0Nn U������ek"��jd��8N�-m�1��Bx���Mܴ?��Uo74�QV��w�n�8�=��oHO37��.�"�d�2ٮ�=�ٔ ���� 0
��@שCߧ5�`��أ�-�.�EX��)j����R�:���w�Sw����xؙ�
�_��!�8r���1���{�*��x�w��9��օ���Yb~e��߱Q����.F�E[�c�/rj/���hC@�a��Ճ���ֆ�Z�5V�����y�r�x�F��Ӟ��1w�ƍ�j)_&�u���*VnI�c���BNB��P�i-T��J�(?B+}�}°�6�p�u"�x']-���������-�{��kC�3%͞����}|*g�+E֝�#I�~@���K�	�n)�,�Oէ�Z�*��.�#!Œ�D�,���!��]���1&,/xX�������c��p~V�q�9$�������-��a�i�q9g|�,�=����!�0�y[`'�k�
��
6mx���~W��u�;��l�Xڪ_�[-d=�TA�N���ٗ,{�R�	.Jy�w��0m���dS�ȉN�]��[_��P�v��~��^zjBU�ׇ�n*$�����8����?�]�	��a
� ��8n�7�*��ɱ��jЭd}���b���d�v
��
�ߧ�ou��uVP*�8���*#Z��i�p�{$����No�vé��SM���2F����oǻWp�2��1�P��0�Eæ����E %����rB@r�P�Ia%[���=�`0�1��`�o!��K�TW?y�w��{������C��m��|	�ĽԤ�z:����6!��nvd�W�q	s�ɡ`��ޫ�s�Z��$4�	ΗTL�	�r� p1ξ��1x�m��JFڏ�X���m�m'r�w�q��`�K�?MBxZKE��&dž�a(�{D����'��HlE��S?H	��zR���ۑ\
ن������[ߎJ�f;�gs}GE}HI������S�j$�1t�K9G����SX��������T2�>n�~8zf�{����o�o-K�̼�M.i�T��d�ɌH~a�#�p都�d����M�p��[<<������sN��~d�,���v�t�����.�>S/OKG��M���PK�包�	��PK��RDDefinitions/resource-Vfw50b90a88ff0aComputeNodesHeatVfw-template.yml���n�0E��
v[Q�s�Rİ�".x[aH��$R )��=��l$�;�3��T�^B���Fm�o&t�5K��~谹A�5I�z� @}`L�	�^^�=Ԭ�U�V	p�9�Q�9����U�Y��v�p)�����c[��1�fm�0Vy�@̰�kviߊXT1�Ϗm���0��U�W�M���)��b���p� :��t�����p��ZB��u��=!Z��G�G�"|p ����e]�R���Eɳ�<�<��C��'�v�F�(>~*'�������nܺ��g����kuGVǷ����le��V�0���G��
u����v쮰�Wg�=�*[y���F�k�ذ�������6�Zw��@!��G�WH������-��<�u���'TM�l_����fc'�~���d�����PK0vxթcPK��R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�മ���&���Ŧ�� ȑM��$����Q�-%�M4(��!29��;����2�n8�V��l��
^��uYF��́rs���(�RN-]_"�=Ղ�������d�j���M�2K���	�!�^�l��y�3z��ꌯ�M��W�j�@�l�����]��}�]�8]��9���5�[���;UT�L�`��u����5����${�m���v��$�
���(��ъfBb���X�=TX�����Q[�X-���4Sg����XM��t�X՚�w(��k����+��F��/���j���t��'�x���� �",�͛T_ik�	)1�4���Ÿ��PH�l\�tbd�$v��MFB��$u(�D5�et�[��U��eWJ
���>�3�e�l[��j����n�=Tz��
�Ð���0��,mU�XiK���=�M�U�q=6�&����:V#̏���L��	}V��w�b��C"�;R�5��OGͿup���Q��*�5��7 �]!��0��p�Y[�,I}���ڸ>+N�5+�j��d�N��������/�����T
�i�����{�%��u�Q=���s�a� ������"�=�zV�@“Ĥ�U���I�n�u�'m�0�^oG�k���%2��M�4��v�I!�e
���x�>��[Q���NBU&:~������9��U4P�6V`ld���0���ɲ]YE&c�k��w�6`(������6t�1+;X�����:OZX�<��a o�$H�dq��@A'm��^��6n�c�pJ��Gm�6��'l���uΦ�BF�O�|t���a��R*��E�
	'�C������_q��u1�yd����`�oq��{	��Ӟ���'��{H�x4�xc�gEG܌>�ؓ�<#1�mc���P�/zqC��e��̳
��5�8�Ŵ(8M���x��k$������/
�?���9�8[8������2���s�j���>��ϓ�x@�<�R�Xq>kn��'sо��޻�Պ#�p�}9���:p5���a�W7`^9�Y�}T2H~PKuu�;KPK��R/Definitions/resource-Globalnetwork-template.yml�TMo�0��W��
���I�η)�[Z�M/�`���%M�S�ߏ�Hj7)ЭrQȧG��Y�x�2���2H�}�A��BhR^�Va�e�ʒ,��`��#�7�I��ry5Oa<�'�,a�/0��b����"�O��g	�j���g"A��\D��)�Y~%�t6N&|�SN`�JL�29S�����@ϝ�����C�:x`ж@���L�n/�G���Q�5���5N�pfY.
�>&갵T��+9�2nK�Q��u?�ʟ����@q��T��ja\
׋�xw_K�� }�
��2I<�ߣO0ߌ@������dDs|:�@S���RM����d��z��v���}�@��P��ki�A������6ҥ�Q�?+��u��	-o�7�z�l?�q��XZ7��w���t�;�Ă��A�Δ�Ϗ�;�3�uԽ{Z�Fe�黿;G�ӈat���E
Sww[����CWWf���9_+�`�K-�i8��C͟�"�������b~9��6LI��+�V��Y���lM���g⽨��"v��p��D�L�JR��7W�^��yC�9�di^m�;4�j��^;[�v_��������_���R2�J�ڸ�m3��X�!W_�;����H�}i��-On�����UNe���_��7PK����PK��R.Definitions/resource-Extneutroncp-template.yml�VKs�8��W��=X�祛�;�i�6ɥ��P$dsJ�*I9�t��/H=,;im�v�k�|�e4�%��ʦ+0?�ʊ����i!�8�O
p�SG�B�ZQ#�r�IB�%;���bpzv9������� ����3z1��:�S��e��,��g��b0��� �,��)\�F����+Z@B��͠rF��9
9XfD���%���o��F+��\�HF-�.�P)�vK0�f���Xɍ.З�'$�e��B�uB��Fe��6��'m��[	(gQo���0xŵI��l<'������B�7H@L	��!������G�AΪ"����	�_g��Q��>��B�� �օD����˖�6zFK�	�E�6��S�.,E�e��h�FW�V��Q�Z
���5&T)�j�}��8�˦�
�YD��21]�Q�ˆ���4�ӥvYל�����Á
��f��C�M�Q��M-���NA�Lo�-33��4��n�z/����g�ra�pLZ��"&�j�v�|����$���I�~%���P��aL�!2��c,a�=��i�&��	���gְ����T3j�3A��l���.�u�O��9�aQa�.*)�{Ә�0;�$�7o�s�8"�Q�ރ*)J�;d�U9 Q���:�l	��j�m�������D��52�8�9Y)�B_[��=^,dj���m���ߊ�
R[��7��K���}��AX��ux���PL�A�8�g�PLV�?�X����o������d���~�t���R�9uT�&P׮XB����jO4��,����m�pw�y��Ș�~��B��Z���x�����Dr�D������n7a��j���}�5�.�$
��������>�x�$�A8냒��n������ڑ�����e����v�CF���Ă/��lG�ס�*E�8H��2:S�����q�����I��#C<,���	"��+����:ֿk��И�u��&�����~��#͖�
��!<���G�3�l5Î0���< q��a���a6��t2L��iݲ�C�|�Q���bڏ�]n������7<_���o����m����B>�F�ƳOU6U��r�VG�ė�ϼ�PKԋkO�
PK��R)Definitions/resource-Compute-template.yml�VKs�6��W���@
)ˎ͛i'��;ʥ���R��*����F��uƹT���v�}��TJ#���g[r���V奮e;�U�d�LS�<�1&͖;�MX��ߤ�"I�ӓx-9���I�G��,��<�ER��	vu`^����DQ��ry���Ţ�.����iyJ"��pM)����� /��B��*G�L��3G\1��V�Pc���HC�ȓCTs�ޔ�i�lf�"!KI�G���3� �$�b9��,Cz���6<@
ύt-�d���Z:�-!�Y���[.�հ߃L	W���Ҭ�~f���=���ʂrP�Z��˘,�&=��Y�V;�V�R��޵f{����B�&mݎ!4E܇9v
��k�� e��!'d�Ο�H��>W�P��\(����O `]��n/?��>6����{j��[2��*�/0��:��9�ڛ73t�u����-�oڒ�0
fZ�|��M�6�L���^�\*��2��PG�-���j��(z���z��$���J����z7Ɔ��5��&�l����y��������j����t��6���G�UG��>��m<���(v5���C�V��92��c�G���������� �r%�������?�5�T��m~Z�L��m�Rm:1�q�48>�M4����������������ߚDoT�#j����/$��V���W��S�$%��m�H��G���0�f�����G��@�8	���֒
<���������vzՑ���A���_�jc�1m~mM�8Y�w��?��l�p�7w�5�?�QkS�LT������xF>����vQ�����i�p�C�|�ew{Ē��|s\��#��Px��q~��u��_��)�(3���Q��!����/C�C��������
�::l���ç/��6��v�7PK��0��
PK��R=Definitions/resource-Vfw50b90a88Ff0aNodesVfwcvfc-template.yml�˒���>_��cTAUQ���{g쉘�혗#|!�j<`�����
H ���ulm��4(S�T*ʔH��ƦC\/�R/�B��q��٫�;E>1���7���͉���)�y�i^p�����۷���h�z�s��������;��e�h����f�������;[Ǻ�t���2����m�_��
���14���h���6�u��~�\W�(�,.���ŵ��e�^�f�߆��'�6������S�K�sB
'Z@�������@A���n�����7�?H@b�������;+Icl��<&Ix�m�N�h+l�,�ڡ�a�E�Ҷ�e�a[~&>�	��v��߶^�
��w�E�۷o`"�8Mnޠl`	�Ms=0��x>���Ӏ>,��8–��t�M�ϋ�1�q&^Ĵe^��qxf[�O��Q�{v��볢	�0���[��t�B=��� %��m�_@w������3�B�df�B��<�w��ap{�E��)
�vT�kb�F��+������C�� \��5!!�}T�kV��� 8���c8���2��?^{�/��A;q1��I���_E�,+�#�Ӆ��!���YKCX+��ټ>��/tV,
b�M�W�Dq�t���ڛY��V.<H��?
���$-��g/&��L��$H�g3��	_!��a|\�hK��E��EO��y�wE���;'���5�N�}���٬+�)��O٣b�3
2�3Y`'��؞$���m�d�"+��~Z�
���J��w I�Xs��fH}��+�?׈�>pm�1��Ь�H-i.|y�:����J�5[�Z�oyc��L�Ǘ0�Lmmz���K�{��xSJ���b-�ɂv��@;��SC��g�R?i~zU��)��<�쟡O�|���Hޖ���C&	��7Be03�Hz6���7��^z�Ӹ�R��CF�`��
�����0��	�Գ^,3�3N�q �N%�}?|���q�:$f����,W���k5����0v*q�S���%r�A��(gԙ���B���~��[Z�����$ŁM�.�2+�W���'-�"-t!j��>^�th_Y�ċ~�>F-��l��'�
s���c��ķ��j�J�/�^0����.K��jY�����˺�$?@oEa�ҙz�V8���q�WK^[�[`~&���c%YJ���zv�֤3a�a|��OԳ�B�:�����H��7����؅��	/�P��oh[��rC|��v��]���;>���=�<���6�&P`��� ��2wm|��C��|�j/
���!0�����hW'�[��5C�%�=v�e蜥���~�`��#E�eH�g�>x�Vߧ��2i�]&-���Hɴ
��y�ٻ�m������xcy]�O��;��{M~��75vc@���vA_�S[Wf���i�����9�4�[f
�S*������6v�����y�d_�����+b�[�Z�td8���~s@�n��Xxkl����.Y:Kk�s�����@�c/9���0��zS���$
O��Y�^ty8�&dmw2V�:������>��}	_V�\�8�_^��p��~} ڻ��J�t`Zfg�CX�#������0} �v{��}�U��Ԙ�Z���ǔ���+�.j���ݽ�ׯ�&�o�Fe=��{t���e��%oZ "qU�R����w$t������[�Wb��Qݮj�Hߨt��Q	�^Y���Hj�35�6X�v6�fVhC���}��b߬������6~�3t�
t�C�?�a��K�����є�z��[�A7�g�TkShE�ʈ�8Jء���C�s�H�r�C�Nk��2E�*�[H��QwZ�J�Q�`B>� k���#͢��r��׃u]����&�VG<�i�f�����0ր`a=��_P7ޔ0��������ut &"���&3QP`�����ou��c8S�,nq�[f�{n��?�v�F�lb���#sNg)f8O^�4ۯ]:�&sʾ���7�X4�K}xXW�)���^�,��6i��l��ї�r�9���B��@VDV������mD9[�6���G�n���A���26�����F7:���q���n g}��خ���Zhif���Qy�QN����|&���4
k~xOƧ�(X��8'Ih{4��,�"!�V�j8p�8%��4����?��/�2�
���ҶјLf��c1�4�A�Jjk��Lz\�&W���5�b��7ٲ���Z���PN)��������T�}�o�gZzBa|9'�x�s2dH�5/k�XGH:��b��gLf�D�NΚv�Z��뉋.��h�őY��A�@�>V�%F��1 P����-�`݁8h�ҝC#P����ְ6��{b@l�^�莱t�U�p����7��
ٺP�v��B�x�s\�+��@I��$?��S0 ���@P�凕��Q"Վ2�?�ͼ��cͼF�P�T����¤�g��	,<{p��Hz�HR:b!�s��G������O�T�aK���z�wOC7}�1)j�M�� ���F����'������6o?�U"�������k�uo����^WrM���T-��zw��]{j�(�N��/�}��9^�cA_�4n�)U��V�(���0RyX�8k�5�<��X��95�uH�J�PAS����IR3�4qq��{v^�?��
G�����������x1�Yf�9
���T�k�d[ɲH��	҈~��3��ѭ����Ț#T�^%T���rQ�A�"�Jf]_�92ؗ�v��RM�|���^��f�%Oݔ��e����|Yo�C�%�)��rwOT�|H�[�&�@���r�ؤ��}�@(~n���/��S��2�S3M�wN���Z�'��V�fJ2�ۓ�Ev�J�@�J��-�7s6,R��C~�R1ENo����?�;�3��S��NtˌV@�m������
ht�-u�@�i����G�)K�*m�'e��<��]WRl�j�%^���P�U^B��K��Y�q���Ry����WW��9�u�I���>qޓ3 n��7�(\�-a�&�X�frN63)�Z-9?�V��n��(�P��%�'ҚYT�'_�(7�,��"�VU!W� 쯻�����\2e4�˻=���@��Y�^[t�g3(ז�4ݖ�`E/vY��;�Z���r~�W�*y�L��3M��.	��I�$
���t��H�,4J!�L���vIM5)��w3u*�ԓ�8���c�uQ���d��)�Rxy̘Ͱ�t�e��FH��7s�f��
���*U)�}aԞ_���ٙ$�;����7�mrn!r�Z���{�خ���LrX}"�;U�CE��#��}j^�nkv�z�v�xh�^����?ч,����>�9����"Q����_�V����ǀ;9Ъ�S���s�HԠH�ˇ�{6��,Q�����z2��鼓Jv�����&}�h�F�T�Ɏ�^N'�+u��۩]���| b+�',��%RT')�I���_�,G|�L{��cJ0"�V�kK�K*]��� b+N|m
�Ѳp��>�,X�S-�y��Y�xH������A���]z\�0Z�wR�eȭ�~P�N�(��*\�/��n�*}�E�#r�C�xp�����g�϶!ч�d!�a��А�;�V���,����0��u����*���v��/dh鰾��y�,C���!�e��D]_	��Iݍ4C��d��RR�$��I�����4v�mP�>��ټ_���D�t��j'��dLrkHuch�KD�8Y�7�:o4����b�7�PKj�2h���PK��RGDefinitions/resource-Vfw50b90a88Ff0aNodesVfwcvfc-template-interface.yml�]Ko�8�ϯ�mv-$,0�[:=L����-Q67�%)'�_�E�aɦN$��eNE��X�(�D��DŽI�s?n<�/	�f	v(M����'��q)n~��Qa���_L|S4��4���H�v�X^Q�V$�A�]��eW��yې�շu���,o�*Z��KHx0d�VvA�2Y�m�j4�Jؠ����2Lq����X�����ơ�=~����W��_��+�6���P����/Ř�d�� �,��~p���;}oơ/�+Z�d��AN��ġ���$t��@+�)�/�?��{���K��u���	� ��n�T�] �
N����B[�$~9�����d�V��)���0��C�sN�.h�`J��--�9�x�(���%tm2a�S�XZi{����<��QT��@�f�q���_�b�| �1?��[��~m�8Tz�{��ck�P-ni뵟�G}Kcr�I�����h��Y�4��e�h���:�ErL^A82��Բ�<	�%g�Wl������2��|KBpzB���ļ�\�F�5آ$���4�n���n4B�I@o�h���K�_�w'�[&rp�D����S�{-D' �]��o��$Ek<.�G+���D�w
��JP��hFQG"|y4����+�p���S�Q�y��� 2�> �d'�|RlD;B�R1�;�`�)zօD4�G\���~F�$�S���
s���F�CEk���M�Hvf�=d���zIŠ�e���ƀ
i�	�Um��1�������]���F ����}=O�lԇx�1!KK���0��1Y�\�g�����9��D(]r8����͙fIx��Č�HZ��-�eonxI%�D���L�`.�z��(����䭐������[�Nؐ�ڐ�&@[D�ǂ:e��{'r�\9]:��7!�����ۛ��w�h(�oAn��=�4�J�Ǖ�z�������s��6�jֽޙ�?(R�&��z�!�kV����W��<O.Iq��^���3��S͞��eȏ�Mrٚ�
��szN;3�s�i�$#Ǚ��|�x�1�X"E�|y����<��R]��>�����K�+�������Ӷ=Z��]NB�����Px��ɹ� 	.Lr��a�&��a��0	�!Q��p�z+쥌�@Q^.Tf����,����vm�w������/>~��S�a�DA�>_���jh�_���Uz��V�-P&
�vh�b|T���W�W��Ы����R����Mٺ��Bso�7�R%�,�k��^��"5p���C�,j[�b�8e|��B���{c&�CS���	������Ϳd*��O;��!�_ͪw��8�vM@�Du_��y��U;�t�K#	!n�r�9��+�8��H�V��#ܥ��,c_��l'?.��9�ٞ5�>6[>���߱�4��ͦ��9!�	"��_���>>�
�Q��t"��/#��p��w��F_Ɨ�;�#��u ?�|,�1�9G�.Gѩk�����k�D{n��X�b�T�~�J&��:�}���N�3i�s�'���HJnT	�MSCnt[S\�6eI�C�b8(�Q��4l1�
�.�*W/>bظTտ�04/�.u�ʭz:��
?Y�o�Ό��5,P��R�^e��Yk������[?qŭ��¨�g��ň1�B޶:�td�ާ� ~ǨD������q��'K���!F�*�T�a��P���-i���_�~�%��:��3�&p�zU���!�uǑ�S�Nɯ.@�#��KW��ĻװŮMs�‰���f�N9PL
��mGG��MX�̻�@��b4�P�J����Q<�ݗ�v���\��
�
J?-��8_f�QJR]#�Jr�nDWYr�q�7�>�N��R�94�%�ƽ�cxl/�4S&�:��i����h^f���Z�Kb�F����
N1G�.�:?2�ik�vL����ءb���E�u�,��(��aar,Ժ���ʹع��!ѧn�Q����P�遱װ�XPf�y�	� �ү�8h�0�ٓI��P6�g��r6䘎p9��g;\N��N�X Ѽ�#?�j��� �z���G.�e�ŊK�3��TbIx؞G�;��m�9�n.ہtx0�;��q'P�4R/�}�뷲��&��Ih�������y+�?����;�*��ÂW�ƾ���������1KO.�[d��vTh��'��܃��p���y��N�P��u�3[��X{܃��Tk�޳�r0���p�3h@��i��~�j	�*?�Q4">�a��;-v	��}3��h��7�8�����
��s�w�X��1����9��l1Ɨ�]Y��{�d*.�������y����-��v�d������`��s����Y��ə���;����$��ߜ�c�."��Ϸ�dN����]/rKyKW�l\�rk&����r�#�s�v��
/o��.5����:��a`�;,��F�;�z����ӪGe�.�p��I'�8g��!?cc��A�qv���KsI�U�HN�j��~٤�0*e�l���j�:�V�*����e���7?�����Q'�<�!Yխ�&�OZ"�%�q$9���0����]��	���{��H�;p�ڕ4,H�V�3�s>��/׹�8�d,DI  ��h?��]�������S��	����PK����
�PK��R,Definitions/resource-Neutronnet-template.yml�VM��6��W�-�A�j?]߶��
�:i�ME!P��"J�
I��������vAw"fg�
���q�,��^��ZG���r�n��U��٢F��l��zǬd��߿Y����9�e���ʒ��X�g��Eq��͒�/iW>7ȯy����"���y�,˛�y�yq�י �f5�`���FoГI��V6>�|��E��;`����ڝ�{�+0��� �&vLs��.嶵,>��k(��həǭ��
~A�Vr�Q��fHx���OlLk9~B-�]����;x�1��G����9J��g���j=��n�M[H�^�Z��z�Z$����T&ҮV�"���q�sְB*R�2�P���O%��co�iQ�ep7FI~�r�
���}�9jf��p�|:����4$7u��%Lw*�R!��� ����~}A��P�5���Xc�A�!��ڕ�%J�A-JY�&g[J�K1Y�V���t��c��f����i����w�Е�+���ҳ�?�_ZiQ��d��d�����֚=��8o��f��E��|P'�����$���J����
�'w�[+}�S�B�#:�1t7�i>?+�
���~/����`^��U��I�Df��Dž~��RZK��{�ʴJ@�C"`�G]G���� �D-u��b�6'�z۾����S-k�˲��e�����ؑ��S�>��_���h�^�k�ա)0���C?���9�Q��j^���o�1��5�I�K�$װ�/��\��ӳ�CL9Ĉ�A"wB�f��}�メ��0K����#TTj�Z��2�S�l�}��y����gx��Չ?�҃��vOX��[��=+M�l}�����f}��lTO)��]�0�s����PK��m0k�	PK��R,Definitions/resource-Novaserver-template.yml�WKs�6��W��� ՚ȉ��+;�;���#�v:������R�N�{wR����LO�/�b߾��z	Y��2*(k|6G��c$B|�4fK(u6�G%�!��He�����tu1'grp2�,�����w�''����	���7p
$��s�p���zPz���@��N�S����1(q$n��4"��SU� �r��/@8-�s�BM�%ș2�$����֕���W(U�0�G��۲�
cs�����=1+(By�j����e�N�
!��V�H%�R�:0�a�W��dJx�Y�)q��������ٹ��Q
�uXa�%�A(/|p�L��@I[�<9�/��o.�wOA��Һ� �4�}
xXV�����-!��F�4�$��'k2ؑ��e��+���N�`�H�ޜ߉o�������*Y��w�����'ʎ���	��W���@�~tԋ��\���IM$����G�Zve���ͻ�
&JSl�t�
�C�g����xh���֛\��r%��w��u{�GV��Ǘ_!�k��e��0�n�W?|��~�V�ҎO��( c���Q֜��2���{E�����vP!�-���i
�e/�L�4I��)�%�������q]e*?h��Ӽ3��i'�y�M���(<����^?5�ˊ$į�PjZC�1^�KB���[*f�sڮ.�dB�
����3,;��5B4�
5�r�����o��xR$y��cf�,�V���
����?��*�z)��ı��ѯw�w��,(��R���\�_3��aAgTք�v��|�oq����:{���py����P��yj�=�3[��-�D�c�]g�K��E�$�v���^�P������Gv��������^�+��~�X�O�\�O���!�a�����k�[��>��`,f�Q?��*lװ8tT��W�خ1D%�ך�G�x��$~�WV����t�����\��e�����v���҆��R�g��PK�����PK��R-Definitions/resource-Neutronport-template.yml�W�o�8�_���=�K�dk�5�!��嶶/��A�t"L���6o���O=ପ
&�l�Χ��Zh��$𯃲 r#˨�ꦽ���v��{B��u��v|^�N��c��c�M�d�;� ���w�+�����T3����{Ћ�	D��}�Hm�화�u����@�I�e��)����ٮ���Id��"�?J����w\ڣ
>U����#B3f�y⋤�g��s��S��1��_Dt𔜵ʭ��T�N�l�Y?,�}zX��歌B)Ҹ*����~�P����tY3���	��9�o�_G��3�k*/��2z�0[~)���9�A�Y�4����տPK6�)\PK��RDDefinitions/resource-Vfw50b90a88ff0aComputeNodesHeatVpg-template.yml��Oo� ���)��	d���oU�D94�V٫5��A�`v�߾�O�u��7������Z�J[���ч�hH�KAw����i�6�uAB�fG��#x
6��<}k��B�\�'Z@�.��*�C�J�
)Ү�S��2�4y�E
%���3�WUY�`6�~��38�TL��"2�$����_�>��}�
<�H<��tV��\�&*��������!��=�0������AĤ{n�/h��
9��x�+z��d8�BU����F�s��?��'�y�8����.ݸ�14;Jf��U��IǷΤ��deL�Z��&�E���h`��U�vSX�wÖZ���;�Ż�oڊ��..}�;y'����_��SHS���
٨{�>`��e�)S�#�Vy�5�u��l��'����=���~PKz�t�cPK��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-50b90a88-ff0a_Information.txt�WMo�@=��b��T�
�&��*!"�Z(
	9T=��cX�x�ݵS��^�al�zȩ���ۙ7o�������A,�>y_�ٟ�}�����
.,;Qd�Aq��
�*��crA$��+$��aF�AӲ
��>�������A��z�x����v��x$�.���D�䙠8���fw�	
F
>2�o�b"��\��Q|�C����y��kL�V"��:���y�a`��w/z�=��ae���AeZ�[���J�X�)i�nߵ��z��t:Cp��š9�4�;�\��\���ڔ�V&8W\�R�
�5ЗN��UĀ0�3���1���DK��Μ��?H�c)O"a	���I��qU�CQ)	]���
��gn�^�5aژ�%湂�w�3X�G��i��v0]��TJ�z;�� ��
@��_�Y���s��i���bBF+@�����c��#�h��7��2���EGf�9ZU&�6oV#씝1�R���6)��I-��T�Ȗ�}]L��L���ٚJ�v���*�>��B�,�J�L����9#�#��i*%�i�PlmD�� �([����1��2�eN��&��wSϧ��t&8\qj��?����??�ݯg�VŕB��( ��'"���Fr��ی�����%2l@�=ԭ@�om?m?m?m?�s?���s�����bo��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\+�֗׊�����G�K�S�Pp�x҆�;���j��7u�x��+m���{���߽�$����3.K�9�DQ
S*��b!��Ϩ�q��(�R�w��r�����%�����3/� ҿPK����"7PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xml�Mo� ���*w§�D�R�I�=���0�U	۫��{�h�k%�+k�����C@u�5��z�������i�����5�u����0�&W�9@뻈Z�@��S�(�ZI$�s�*��L����>����9���TI�tFh�KA����=�n�S��x�+�c5�Ф7껮^U����̥�rT�HKQ�u��X���Ū��-�u�N��D�����C���T��KȀ7*�ڃ��M�4�Uf@]P<��JAB�s�ʜ�eI�%��r��M�����w-�b/d���g��'��n$>�kl;��6G!@��j���X��g��*3��TKV���W�sm���-;�z�4�7Ɔ��y;�
$�""Q?	�Y���<�U|yS�U��M�ӓԧ
3>E��ڣ���Lm5? &�G��^��
J�v�B|:C0S�N���Ѹ��k�������w�_�W��R���1����:A?�yʹK�vK�����3h�yE�L�@����|P6�tm�)6&Y�{���?���'����Lp*�Loz{����L�G��Ho���#��w�&�����maܖNd��S�~���p$4��]�����W��;(�\�1", TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:10.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||resource request for resource customization id c188a65b-1d9f-4fd6-8384-7c31f250000f: {\"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-07T02:50:10.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11c666f2
2021-04-07T02:50:10.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-07T02:50:10.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 24168c17-e777-4acd-af3b-89d86fb7faa1
2021-04-07T02:50:10.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 24168c17-e777-4acd-af3b-89d86fb7faa1
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-07T02:50:10.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is matching search criteria
2021-04-07T02:50:10.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 50b90a88-ff0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:50:10.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is matching search criteria
2021-04-07T02:50:10.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 50b90a88-ff0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:50:10.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is not matching search criteria
2021-04-07T02:50:10.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-07T02:50:10.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-07T02:50:10.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-07T02:50:10.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-07T02:50:10.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-07T02:50:10.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-07T02:50:10.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:10.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-07T02:50:10.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:10.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-07T02:50:10.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-07T02:50:10.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b9e11ba-ee52-46ce-a581-f83032255d89
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-07T02:50:10.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is matching search criteria
2021-04-07T02:50:10.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 50b90a88-ff0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:50:10.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is not matching search criteria
2021-04-07T02:50:10.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-07T02:50:10.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-07T02:50:10.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:10.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-07T02:50:10.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-07T02:50:10.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-07T02:50:10.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-07T02:50:10.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-07T02:50:10.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-07T02:50:10.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:10.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-07T02:50:10.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-07T02:50:10.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49a4a626-e755-4bc5-9fea-e80bcf0f91cf
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-07T02:50:10.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is matching search criteria
2021-04-07T02:50:10.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 50b90a88-ff0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:50:10.693Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.693Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is not matching search criteria
2021-04-07T02:50:10.693Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-07T02:50:10.693Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-07T02:50:10.693Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:10.693Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-07T02:50:10.693Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-07T02:50:10.693Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-07T02:50:10.693Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-07T02:50:10.693Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-07T02:50:10.694Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-07T02:50:10.694Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-07T02:50:10.694Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-07T02:50:10.694Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-07T02:50:10.694Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b43b8235-cd66-4618-973b-ec05647c9baa
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-07T02:50:10.696Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.696Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is matching search criteria
2021-04-07T02:50:10.696Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 50b90a88-ff0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:50:10.697Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.697Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Node template vFW 50b90a88-ff0a 0 is matching search criteria
2021-04-07T02:50:10.697Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 50b90a88-ff0a 0] matching following query criteria: sdcType=VF, customizationUUID=c188a65b-1d9f-4fd6-8384-7c31f250000f
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-07T02:50:10.698Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:10.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid 952626d7-944f-4aeb-b92c-69053d3ba1cc: vFW 50b90a88-ff0a
2021-04-07T02:50:10.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:10.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:10.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.700Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:10.700Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.700Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:10.700Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:50:10.700Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-07 02-43-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:50:10.700Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Saving Service: vFW 2021-04-07 02-43-29 
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-07T02:50:10.872Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 50b90a88-ff0a 57b6a99f-35a0-43e6-8e64-ff2632c05115 1 ASDC deployResourceStructure
2021-04-07T02:50:10.872Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json ASDC sendASDCNotification
2021-04-07T02:50:10.872Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json
2021-04-07T02:50:10.872Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T02:50:10.872Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:50:10.874Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:50:10.874Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763810872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T02:50:10.974Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:50:10.975Z||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-07T02:50:10.975Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:50:10.984Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:50:10.984Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:50:11.875Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-07T02:50:11.875Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml
2021-04-07T02:50:11.875Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T02:50:11.876Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:50:11.879Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:50:11.879Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763811874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-07T02:50:11.979Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:50:11.979Z||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-07T02:50:11.980Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:50:11.989Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:50:11.989Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:50:12.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:50:12.880Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-07T02:50:12.881Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env
2021-04-07T02:50:12.881Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T02:50:12.881Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:50:12.883Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:50:12.883Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763812880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-07T02:50:12.983Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:50:12.984Z||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-07T02:50:12.985Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:50:12.995Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:50:12.995Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:50:13.883Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar ASDC sendASDCNotification
2021-04-07T02:50:13.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar
2021-04-07T02:50:13.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T02:50:13.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:50:13.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:50:13.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763813883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:50:13.986Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:50:13.987Z||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-07T02:50:13.987Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:50:13.996Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:50:13.996Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:50:14.887Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e643bbef-2c18-4fed-8594-7c3ce912ebfd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T02:50:14.899Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e643bbef-2c18-4fed-8594-7c3ce912ebfd
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-07T02:50:14.967Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T02:50:14.967Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-07T02:50:14.968Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-07T02:50:14.968Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-07T02:50:14.968Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:50:14.968Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:50:14.968Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:50:14.968Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:50:14.968Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:50:14.968Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:50:14.969Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T02:50:14.974Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-07T02:50:44.975Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e643bbef-2c18-4fed-8594-7c3ce912ebfd 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-07T02:50:44.982Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e643bbef-2c18-4fed-8594-7c3ce912ebfd and serviceModelVersionId: 952626d7-944f-4aeb-b92c-69053d3ba1cc
2021-04-07T02:50:44.982Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 343b801c-b90f-42e6-93b0-c92e03fab048
2021-04-07T02:50:44.983Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/343b801c-b90f-42e6-93b0-c92e03fab048/model-vers/model-ver/952626d7-944f-4aeb-b92c-69053d3ba1cc?depth=0
2021-04-07T02:50:44.991Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-07T02:50:45.035Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/343b801c-b90f-42e6-93b0-c92e03fab048/model-vers/model-ver/952626d7-944f-4aeb-b92c-69053d3ba1cc?depth=0|INFO|500||Invoke
2021-04-07T02:50:45.036Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/343b801c-b90f-42e6-93b0-c92e03fab048/model-vers/model-ver/952626d7-944f-4aeb-b92c-69053d3ba1cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/343b801c-b90f-42e6-93b0-c92e03fab048/model-vers/model-ver/952626d7-944f-4aeb-b92c-69053d3ba1cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e643bbef-2c18-4fed-8594-7c3ce912ebfd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[830cb3de-db13-48ac-b856-0e3a2b62f213], X-ECOMP-RequestID=[e643bbef-2c18-4fed-8594-7c3ce912ebfd], X-TransactionId=[], X-ONAP-RequestID=[e643bbef-2c18-4fed-8594-7c3ce912ebfd], Content-Type=[application/merge-patch+json]}
2021-04-07T02:50:45.057Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/343b801c-b90f-42e6-93b0-c92e03fab048/model-vers/model-ver/952626d7-944f-4aeb-b92c-69053d3ba1cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-07T02:50:45.417Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/343b801c-b90f-42e6-93b0-c92e03fab048/model-vers/model-ver/952626d7-944f-4aeb-b92c-69053d3ba1cc?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/343b801c-b90f-42e6-93b0-c92e03fab048/model-vers/model-ver/952626d7-944f-4aeb-b92c-69053d3ba1cc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210407-02:50:45:065-38417], vertex-id=[405512], Content-Length=[0], Date=[Wed, 07 Apr 2021 02:50:45 GMT], Content-Type=[application/json]}
2021-04-07T02:50:45.417Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/343b801c-b90f-42e6-93b0-c92e03fab048/model-vers/model-ver/952626d7-944f-4aeb-b92c-69053d3ba1cc?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-07T02:50:45.418Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/343b801c-b90f-42e6-93b0-c92e03fab048/model-vers/model-ver/952626d7-944f-4aeb-b92c-69053d3ba1cc?depth=0|INFO|500||InvokeReturn
2021-04-07T02:50:45.418Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-07T02:50:45.418Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-07T02:50:45.421Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-07T02:50:45.421Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e643bbef-2c18-4fed-8594-7c3ce912ebfd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-07T02:50:45.421Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-07T02:50:45.422Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:50:45.423Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:50:45.423Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763845421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-07T02:50:45.523Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:50:45.525Z||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-07T02:50:45.525Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:50:45.537Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:50:45.538Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-07T02:50:46.474Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:50:46.475Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T02:50:46.475Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:50:52.646Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:50:52.646Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:50:52.646Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:50:52.768Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:50:52.768Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:50:52.768Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:50:52.769Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:50:56.694Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:50:56.696Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:50:56.697Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T02:50:56.697Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:50:57.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:51:06.234Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:51:06.236Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:51:06.238Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T02:51:06.238Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:51:15.773Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:51:15.773Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:51:15.774Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T02:51:15.774Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:51:25.308Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:51:25.310Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:51:25.311Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T02:51:25.311Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:51:34.851Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:51:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:51:52.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:51:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T02:51:52.646Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:51:52.646Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:51:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:51:53.168Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:51:53.169Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.169Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:51:53.171Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:51:53.171Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.171Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:51:53.171Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:51:53.172Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.172Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:51:53.172Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:51:53.172Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.172Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-07T02:51:53.172Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:51:53.172Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.172Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:51:53.172Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:51:53.173Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.173Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763552644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:51:53.173Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:51:53.173Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.173Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763800827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:51:53.173Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:51:53.173Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.173Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763805460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:51:53.174Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:51:53.174Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.174Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763807903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:51:53.174Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:51:53.174Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.174Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763809307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:51:53.174Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:51:53.175Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.175Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763810872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/vfw50b90a88ff0a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T02:51:53.175Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:51:53.175Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.175Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763811874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-07T02:51:53.175Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:51:53.175Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.175Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763812880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/resourceInstances/vfw50b90a88ff0a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-07T02:51:53.176Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:51:53.176Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.176Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763813883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210407024329/1.0/artifacts/service-Vfw20210407024329-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:51:53.176Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:51:53.176Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-07T02:51:53.176Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e643bbef-2c18-4fed-8594-7c3ce912ebfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617763845421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-07T02:51:53.176Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:52:02.184Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:52:27.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:52:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:52:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T02:52:52.646Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:52:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:52:52.646Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:52:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:53:02.187Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:53:02.188Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:53:52.644Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:53:52.645Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:53:52.645Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:53:52.646Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:53:52.647Z||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-07T02:53:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:53:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:54:02.194Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:54:02.249Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:54:42.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:54:52.644Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:54:52.644Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:54:52.644Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:54:52.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:54:52.646Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:54:52.646Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:55:02.181Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:55:02.182Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:55:27.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:55:52.644Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:55:52.645Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:55:52.646Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:55:52.646Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:55:52.646Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:55:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:56:02.200Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:56:02.247Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:56:52.644Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:56:52.645Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:56:52.645Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:56:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:56:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T02:56:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:56:53.273Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:56:53.275Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.275Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764180464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:56:53.277Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.277Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.277Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "clamp",
  "timestamp": 1617764177718,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:56:53.277Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.277Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.277Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "policy-id",
  "timestamp": 1617764181763,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:56:53.278Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.278Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.278Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "aai-ml",
  "timestamp": 1617764185061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:56:53.278Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.278Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.278Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764180464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:56:53.278Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.278Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.278Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "clamp",
  "timestamp": 1617764177718,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:56:53.279Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.279Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.279Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "policy-id",
  "timestamp": 1617764181763,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:56:53.279Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.279Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.279Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "aai-ml",
  "timestamp": 1617764185061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:56:53.279Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.279Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.279Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "cds",
  "timestamp": 1617764186071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:56:53.279Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.279Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.280Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764187059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:56:53.280Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.280Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.280Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "cds",
  "timestamp": 1617764186071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:56:53.280Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.280Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.280Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764187255,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:56:53.280Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.280Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.280Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "policy-id",
  "timestamp": 1617764188210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764188312,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764187059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "aai-ml",
  "timestamp": 1617764188822,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764188228,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.281Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764187255,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "policy-id",
  "timestamp": 1617764189214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764189689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764188228,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "cds",
  "timestamp": 1617764190004,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.282Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "policy-id",
  "timestamp": 1617764190217,
  "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-07T02:56:53.331Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:56:53.332Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.332Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a36b4ae-1689-48cf-abb0-8f01dd5355e6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f048cb3f-19df-49fd-b2b4-df3f81ee7a2f","serviceDescription":"service","serviceInvariantUUID":"3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"74bdc019-1c3c-4766-adff-ad406d998b77","resourceInvariantUUID":"e108467f-e5a3-4a4e-a662-8189c741bcfe","resourceCustomizationUUID":"a1019d8f-b9d7-41f0-9ee1-8b055e642ecc","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":"NDkzM2UxYjhkNjk3MzBlYTlkMDQxZTc3NGNmODNkYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5877ce1-dc3a-4d2b-92f9-8e60c4700e4c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDlmMzNhYzU1YWUxMDA1MWVlNzE0NTllNjI3N2JmMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6bccc20f-842c-44e3-afab-596a6bec6a98","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-07T02:56:53.336Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:56:53.336Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:56:53.341Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:56:53.341Z||pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764212644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:56:53.347Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a36b4ae-1689-48cf-abb0-8f01dd5355e6
2021-04-07T02:56:53.348Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a36b4ae-1689-48cf-abb0-8f01dd5355e6 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-07T02:56:53.367Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.368Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "clamp",
  "timestamp": 1617764190410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:56:53.368Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:56:53.368Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.368Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764190692,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T02:56:53.372Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a36b4ae-1689-48cf-abb0-8f01dd5355e6
2021-04-07T02:56:53.372Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a36b4ae-1689-48cf-abb0-8f01dd5355e6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T02:56:53.387Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.387Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "cds",
  "timestamp": 1617764191009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T02:56:53.391Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a36b4ae-1689-48cf-abb0-8f01dd5355e6
2021-04-07T02:56:53.391Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a36b4ae-1689-48cf-abb0-8f01dd5355e6 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-07T02:56:53.398Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.398Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "clamp",
  "timestamp": 1617764191431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:56:53.398Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:56:53.398Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.398Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "aai-ml",
  "timestamp": 1617764192054,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:56:53.398Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:56:53.398Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.398Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "clamp",
  "timestamp": 1617764192435,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T02:56:53.401Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9a36b4ae-1689-48cf-abb0-8f01dd5355e6
2021-04-07T02:56:53.402Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a36b4ae-1689-48cf-abb0-8f01dd5355e6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T02:56:53.408Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.408Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "aai-ml",
  "timestamp": 1617764193059,
  "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-07T02:56:53.411Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a36b4ae-1689-48cf-abb0-8f01dd5355e6
2021-04-07T02:56:53.411Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a36b4ae-1689-48cf-abb0-8f01dd5355e6 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-07T02:56:53.419Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.419Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "dcae-sch",
  "timestamp": 1617764193703,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:56:53.419Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.419Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:56:53.419Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "dcae-sch",
  "timestamp": 1617764193703,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:56:53.419Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:56:53.441Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:56:53.442Z||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-07T02:56:53.442Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:56:53.451Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:56:53.452Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:56:54.341Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:56:54.343Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:56:54.346Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:56:54.347Z||pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764212644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:56:54.447Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:56:54.448Z||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-07T02:56:54.448Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:56:54.457Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:56:54.457Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-07T02:56:55.348Z||pool-3-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f048cb3f-19df-49fd-b2b4-df3f81ee7a2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "a1019d8f-b9d7-41f0-9ee1-8b055e642ecc",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "74bdc019-1c3c-4766-adff-ad406d998b77",
      "resourceInvariantUUID": "e108467f-e5a3-4a4e-a662-8189c741bcfe",
      "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": "MDlmMzNhYzU1YWUxMDA1MWVlNzE0NTllNjI3N2JmMGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6bccc20f-842c-44e3-afab-596a6bec6a98"
    }
  ],
  "workloadContext": "Production"
}
2021-04-07T02:56:55.348Z||pool-3-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-07T02:56:55.349Z||pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f048cb3f-19df-49fd-b2b4-df3f81ee7a2f ASDC
2021-04-07T02:56:55.349Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9a36b4ae-1689-48cf-abb0-8f01dd5355e6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f048cb3f-19df-49fd-b2b4-df3f81ee7a2f
ServiceInvariantUUID:3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc
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:6bccc20f-842c-44e3-afab-596a6bec6a98
ArtifactChecksum:MDlmMzNhYzU1YWUxMDA1MWVlNzE0NTllNjI3N2JmMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a1019d8f-b9d7-41f0-9ee1-8b055e642ecc
ResourceInvariantUUID:e108467f-e5a3-4a4e-a662-8189c741bcfe
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:74bdc019-1c3c-4766-adff-ad406d998b77
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-07T02:56:55.349Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f048cb3f-19df-49fd-b2b4-df3f81ee7a2f 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-07T02:56:55.477Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T02:56:55.480Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-07T02:56:55.480Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-07T02:56:55.480Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 6bccc20f-842c-44e3-afab-596a6bec6a98 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-07T02:56:55.480Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-07T02:56:55.480Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-07T02:56:57.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:56:59.608Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-07T02:56:59.611Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6bccc20f-842c-44e3-afab-596a6bec6a98 47923
2021-04-07T02:56:59.611Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:56:59.611Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:56:59.611Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:56:59.612Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:56:59.613Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:56:59.613Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764219611,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:56:59.714Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-07T02:56:59.714Z||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-07T02:56:59.715Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:56:59.723Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:56:59.724Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:57:00.614Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T02:57:00.617Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-07T02:57:00.618Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||Trying to write artifact UUID: 6bccc20f-842c-44e3-afab-596a6bec6a98, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-07T02:57:00.618Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-07T02:57:00.619Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-07T02:57:00.619Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-07T02:57:00.711Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15670240801988939867/Definitions/service-BasicNetwork-template.yml
2021-04-07T02:57:01.042Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-07T02:57:01.042Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||WARN|500||####################################################################################################
2021-04-07T02:57:01.042Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-07T02:57:01.042Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-07T02:57:01.042Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:01.042Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:01.042Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:01.042Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:01.042Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:01.043Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:01.043Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:01.043Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:01.043Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||WARN|500||####################################################################################################
2021-04-07T02:57:01.043Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.043Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:57:01.043Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-07T02:57:01.043Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-07T02:57:01.043Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T02:57:01.043Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.043Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:57:01.044Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-07T02:57:01.044Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-07T02:57:01.044Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T02:57:01.044Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.044Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:57:01.044Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.044Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:57:01.044Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.044Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:57:01.044Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.045Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:57:01.045Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.045Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:57:01.045Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f048cb3f-19df-49fd-b2b4-df3f81ee7a2f
Model Version:NULL
Model InvariantUuid:3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e108467f-e5a3-4a4e-a662-8189c741bcfe
Model UUID:94ee1a3a-51c9-400f-b590-02c9af36cc24
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:a1019d8f-b9d7-41f0-9ee1-8b055e642ecc
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-07T02:57:01.050Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 74bdc019-1c3c-4766-adff-ad406d998b77
2021-04-07T02:57:01.051Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||No resources found for Service: f048cb3f-19df-49fd-b2b4-df3f81ee7a2f
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-07T02:57:01.055Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||
2021-04-07T02:57:01.055Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-07T02:57:01.055Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||No resources found for Service: f048cb3f-19df-49fd-b2b4-df3f81ee7a2f
2021-04-07T02:57:01.056Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Preparing to deploy Service: f048cb3f-19df-49fd-b2b4-df3f81ee7a2f
2021-04-07T02:57:01.056Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-07T02:57:01.056Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:01.061Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.061Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:57:01.061Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.061Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:57:01.061Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500|| resourceSeq for service uuid f048cb3f-19df-49fd-b2b4-df3f81ee7a2f: Generic NeutronNet
2021-04-07T02:57:01.061Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.061Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:57:01.061Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.061Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:01.174Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.174Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:57:01.174Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.174Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:57:01.174Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:57:01.174Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:57:01.175Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:01.231Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-07T02:57:01.231Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:01.231Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:01.231Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T02:57:01.231Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:57:01.234Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:57:01.234Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764221231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:57:01.333Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-07T02:57:01.333Z||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-07T02:57:01.334Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:57:01.343Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:57:01.343Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:57:02.235Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a36b4ae-1689-48cf-abb0-8f01dd5355e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T02:57:02.247Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a36b4ae-1689-48cf-abb0-8f01dd5355e6
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-07T02:57:02.251Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T02:57:02.252Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-07T02:57:02.252Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-07T02:57:02.252Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-07T02:57:02.252Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:57:02.252Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:57:02.252Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:57:02.252Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:57:02.252Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:57:02.264Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T02:57:02.265Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T02:57:02.269Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-07T02:57:32.269Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a36b4ae-1689-48cf-abb0-8f01dd5355e6 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-07T02:57:32.274Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a36b4ae-1689-48cf-abb0-8f01dd5355e6 and serviceModelVersionId: f048cb3f-19df-49fd-b2b4-df3f81ee7a2f
2021-04-07T02:57:32.275Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc
2021-04-07T02:57:32.275Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc/model-vers/model-ver/f048cb3f-19df-49fd-b2b4-df3f81ee7a2f?depth=0
2021-04-07T02:57:32.279Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-04-07T02:57:32.393Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc/model-vers/model-ver/f048cb3f-19df-49fd-b2b4-df3f81ee7a2f?depth=0|INFO|500||Invoke
2021-04-07T02:57:32.393Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc/model-vers/model-ver/f048cb3f-19df-49fd-b2b4-df3f81ee7a2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc/model-vers/model-ver/f048cb3f-19df-49fd-b2b4-df3f81ee7a2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9a36b4ae-1689-48cf-abb0-8f01dd5355e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[54434486-c586-4782-b065-8347774e1e92], X-ECOMP-RequestID=[9a36b4ae-1689-48cf-abb0-8f01dd5355e6], X-TransactionId=[], X-ONAP-RequestID=[9a36b4ae-1689-48cf-abb0-8f01dd5355e6], Content-Type=[application/merge-patch+json]}
2021-04-07T02:57:32.412Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc/model-vers/model-ver/f048cb3f-19df-49fd-b2b4-df3f81ee7a2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-07T02:57:32.498Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc/model-vers/model-ver/f048cb3f-19df-49fd-b2b4-df3f81ee7a2f?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/3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc/model-vers/model-ver/f048cb3f-19df-49fd-b2b4-df3f81ee7a2f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210407-02:57:32:420-96475], vertex-id=[217144], Content-Length=[0], Date=[Wed, 07 Apr 2021 02:57:32 GMT], Content-Type=[application/json]}
2021-04-07T02:57:32.498Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc/model-vers/model-ver/f048cb3f-19df-49fd-b2b4-df3f81ee7a2f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-07T02:57:32.500Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/3f42cf5c-93db-4fbe-9fd4-8e54c1a682fc/model-vers/model-ver/f048cb3f-19df-49fd-b2b4-df3f81ee7a2f?depth=0|INFO|500||InvokeReturn
2021-04-07T02:57:32.500Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-07T02:57:32.500Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:32.505Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||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-07T02:57:32.506Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a36b4ae-1689-48cf-abb0-8f01dd5355e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-07T02:57:32.506Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-07T02:57:32.507Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:57:32.510Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:57:32.510Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764252506,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-07T02:57:32.610Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:57:32.611Z||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-07T02:57:32.611Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:57:32.622Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:57:32.623Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-07T02:57:42.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:57:52.644Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:57:52.644Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:57:52.644Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:57:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:57:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T02:57:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:57:52.763Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:57:52.764Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:57:52.764Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764212644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:57:52.765Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:58:02.180Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:58:27.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:58:52.644Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:58:52.645Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:58:52.645Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:58:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:58:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T02:58:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:58:52.673Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:58:52.674Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:58:52.674Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764212644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:58:52.675Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:58:52.675Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:58:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764219611,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:58:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:58:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:58:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764221231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:58:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:58:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:58:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a36b4ae-1689-48cf-abb0-8f01dd5355e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764252506,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-07T02:58:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:58:53.268Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:58:53.274Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-07T02:58:53.274Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3691229e-3c5a-4cb5-be62-78411a76cdd2","serviceName":"Demo_pNF_rDQHkH2GZjlheLIKdJ2V","serviceVersion":"1.0","serviceUUID":"2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd","serviceDescription":"catalog service description","serviceInvariantUUID":"d1f32a9c-8708-490f-980f-792786da8b05","resources":[{"resourceInstanceName":"pNF 0904ea76-2c4e 0","resourceName":"pNF 0904ea76-2c4e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7201410f-c4ed-49cf-bc40-cc0c374f0223","resourceInvariantUUID":"115b4840-751c-41de-ba60-c49427324792","resourceCustomizationUUID":"29df9a7b-d421-49e2-948b-70615aca6acd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vf-license-model.xml","artifactChecksum":"YWNmZGQzZGE2ZTllZTJmNjA2ZDdjN2JkMDM1ZThjMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03eccc6e-c9a9-42f7-82d9-22f98f47c4b9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/pNF.csar","artifactChecksum":"NTBkZTIyZWVkYTZjNDAwMjNkYWY1ZDEwY2I1NGQ2MWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d0cc6cf-c771-4c6e-bccf-50f35297b09c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"24e0d66a-a05d-4666-816d-c73c0f0c306b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vendor-license-model.xml","artifactChecksum":"NmU5MTQ1OTczYWY4NjlmNDYyNTU5YjI1OGE4Y2QzM2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3667c4e3-8bbc-449c-bbc1-f6aa886eab1a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db315ea3-941c-47f1-aba7-b611381ed597","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4ce09d8-2a21-4562-854d-6900d74a20c4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml","artifactChecksum":"OWE1ZGRmYmYwMjFlNGEwZDdhZTdmNzc5Mzk0OTM5NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83138130-b8a4-4127-8863-5e2af0660191","artifactVersion":"1"},{"artifactName":"service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar","artifactChecksum":"MmZlZTY3ODAwYzFkMzlmNWEzYmVkYjMwOWVkMzc2MGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7ae5493-41c9-40da-be32-f50a8b5dc882","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-07T02:58:53.278Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:58:53.279Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:58:53.280Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:58:53.281Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:58:53.381Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:58:53.382Z||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-07T02:58:53.382Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:58:53.391Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:58:53.391Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:58:54.281Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:58:54.282Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:58:54.284Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:58:54.284Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:58:54.384Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:58:54.385Z||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-07T02:58:54.385Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:58:54.395Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:58:54.395Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:58:55.284Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:58:55.285Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:58:55.287Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:58:55.288Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:58:55.388Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:58:55.389Z||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-07T02:58:55.389Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:58:55.403Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:58:55.403Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:58:56.288Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:58:56.289Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:58:56.292Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:58:56.292Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:58:56.392Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:58:56.393Z||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-07T02:58:56.393Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:58:56.402Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:58:56.403Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:58:57.293Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:58:57.294Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:58:57.296Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:58:57.296Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:58:57.397Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:58:57.397Z||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-07T02:58:57.398Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:58:57.406Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:58:57.407Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:58:58.297Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:58:58.298Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:58:58.301Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:58:58.301Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:58:58.402Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-07T02:58:58.403Z||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-07T02:58:58.403Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:58:58.412Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:58:58.413Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:58:59.302Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:58:59.303Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:58:59.305Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:58:59.306Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:58:59.406Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:58:59.407Z||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-07T02:58:59.407Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:58:59.417Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:58:59.417Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:59:00.306Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:59:00.307Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:59:00.310Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:59:00.310Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:59:00.411Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-07T02:59:00.411Z||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-07T02:59:00.411Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:59:00.419Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:59:00.419Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:59:01.311Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "serviceName": "Demo_pNF_rDQHkH2GZjlheLIKdJ2V",
  "serviceVersion": "1.0",
  "serviceUUID": "2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d1f32a9c-8708-490f-980f-792786da8b05",
  "resources": [
    {
      "resourceInstanceName": "pNF 0904ea76-2c4e 0",
      "resourceCustomizationUUID": "29df9a7b-d421-49e2-948b-70615aca6acd",
      "resourceName": "pNF 0904ea76-2c4e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7201410f-c4ed-49cf-bc40-cc0c374f0223",
      "resourceInvariantUUID": "115b4840-751c-41de-ba60-c49427324792",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
      "artifactChecksum": "MmZlZTY3ODAwYzFkMzlmNWEzYmVkYjMwOWVkMzc2MGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b7ae5493-41c9-40da-be32-f50a8b5dc882"
    }
  ],
  "workloadContext": "Production"
}
2021-04-07T02:59:01.312Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-07T02:59:01.312Z|9a36b4ae-1689-48cf-abb0-8f01dd5355e6|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd ASDC
2021-04-07T02:59:01.312Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3691229e-3c5a-4cb5-be62-78411a76cdd2
ServiceName:Demo_pNF_rDQHkH2GZjlheLIKdJ2V
ServiceVersion:1.0
ServiceUUID:2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd
ServiceInvariantUUID:d1f32a9c-8708-490f-980f-792786da8b05
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
ArtifactUUID:b7ae5493-41c9-40da-be32-f50a8b5dc882
ArtifactChecksum:MmZlZTY3ODAwYzFkMzlmNWEzYmVkYjMwOWVkMzc2MGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0904ea76-2c4e 0
ResourceCustomizationUUID:29df9a7b-d421-49e2-948b-70615aca6acd
ResourceInvariantUUID:115b4840-751c-41de-ba60-c49427324792
ResourceName:pNF 0904ea76-2c4e
ResourceType:PNF
ResourceUUID:7201410f-c4ed-49cf-bc40-cc0c374f0223
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-07T02:59:01.312Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T02:59:01.383Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T02:59:01.384Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-07T02:59:01.384Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-07T02:59:01.384Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: b7ae5493-41c9-40da-be32-f50a8b5dc882 from URL: /sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:01.384Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-07T02:59:01.385Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:01.852Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-07T02:59:01.855Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar b7ae5493-41c9-40da-be32-f50a8b5dc882 78830
2021-04-07T02:59:01.855Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar ASDC sendASDCNotification
2021-04-07T02:59:01.855Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:01.856Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:59:01.856Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:59:01.857Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:59:01.857Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764341855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:59:01.957Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:59:01.959Z||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-07T02:59:01.959Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:59:01.968Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:59:01.968Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-07T02:59:02.858Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T02:59:02.859Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-07T02:59:02.859Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||Trying to write artifact UUID: b7ae5493-41c9-40da-be32-f50a8b5dc882, URL: /sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar to file: /app/ASDC/1/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:02.860Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:02.860Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:02.860Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:02.939Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6233787947742586268/Definitions/service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml
2021-04-07T02:59:03.485Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||WARN|500||####################################################################################################
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||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-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0904ea76-2c4e 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-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||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-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||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-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||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-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0904ea76-2c4e 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||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-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||WARN|500||####################################################################################################
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:59:03.486Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_rDQHkH2GZjlheLIKdJ2V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:59:03.487Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Node template pNF 0904ea76-2c4e 0 is matching search criteria
2021-04-07T02:59:03.487Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-07T02:59:03.487Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Found topology templates [pNF 0904ea76-2c4e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T02:59:03.487Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:59:03.487Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_rDQHkH2GZjlheLIKdJ2V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:59:03.487Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Node template pNF 0904ea76-2c4e 0 is matching search criteria
2021-04-07T02:59:03.487Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-07T02:59:03.487Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Found topology templates [pNF 0904ea76-2c4e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T02:59:03.487Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:59:03.487Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_rDQHkH2GZjlheLIKdJ2V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:59:03.487Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:59:03.487Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_rDQHkH2GZjlheLIKdJ2V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:59:03.487Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:59:03.488Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_rDQHkH2GZjlheLIKdJ2V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:59:03.488Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:59:03.488Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_rDQHkH2GZjlheLIKdJ2V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:59:03.488Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:59:03.488Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_rDQHkH2GZjlheLIKdJ2V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:59:03.488Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rDQHkH2GZjlheLIKdJ2V
Description:catalog service description
Model UUID:2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd
Model Version:NULL
Model InvariantUuid:d1f32a9c-8708-490f-980f-792786da8b05
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-07T02:59:03.493Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7201410f-c4ed-49cf-bc40-cc0c374f0223
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-07T02:59:03.495Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||pNF 0904ea76-2c4e 0
2021-04-07T02:59:03.495Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7201410f-c4ed-49cf-bc40-cc0c374f0223
2021-04-07T02:59:03.496Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||No resources found for Service: 2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd
2021-04-07T02:59:03.496Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Preparing to deploy Service: 2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd
2021-04-07T02:59:03.496Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0904ea76-2c4e 0 7201410f-c4ed-49cf-bc40-cc0c374f0223 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-07T02:59:03.499Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:59:03.499Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_rDQHkH2GZjlheLIKdJ2V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:59:03.499Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd: pNF 0904ea76-2c4e
2021-04-07T02:59:03.499Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||Processing PNF resource: 7201410f-c4ed-49cf-bc40-cc0c374f0223
2021-04-07T02:59:03.499Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T02:59:03.499Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_rDQHkH2GZjlheLIKdJ2V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:59:03.500Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||Resource customization UUID: 29df9a7b-d421-49e2-948b-70615aca6acd is the same as notified resource customizationUUID: 29df9a7b-d421-49e2-948b-70615aca6acd
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-07T02:59:03.537Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0904ea76-2c4e 7201410f-c4ed-49cf-bc40-cc0c374f0223 0 ASDC deployResourceStructure
2021-04-07T02:59:03.537Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar ASDC sendASDCNotification
2021-04-07T02:59:03.537Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar
2021-04-07T02:59:03.537Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T02:59:03.538Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:59:03.540Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:59:03.540Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764343537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:59:03.643Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-07T02:59:03.644Z||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-07T02:59:03.644Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:59:03.652Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:59:03.653Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:59:04.541Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3691229e-3c5a-4cb5-be62-78411a76cdd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T02:59:04.549Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3691229e-3c5a-4cb5-be62-78411a76cdd2
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-07T02:59:04.551Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T02:59:04.551Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-07T02:59:04.551Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-07T02:59:12.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:59:34.552Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3691229e-3c5a-4cb5-be62-78411a76cdd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T02:59:34.570Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3691229e-3c5a-4cb5-be62-78411a76cdd2
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-07T02:59:34.577Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T02:59:34.577Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-07T02:59:34.578Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-07T02:59:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:59:52.648Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T02:59:52.648Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:59:52.674Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T02:59:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "cds",
  "timestamp": 1617764306070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764308228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764307059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "policy-id",
  "timestamp": 1617764301763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "aai-ml",
  "timestamp": 1617764305061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764307255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764300464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "cds",
  "timestamp": 1617764306070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764308228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "aai-ml",
  "timestamp": 1617764305061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764307255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764307059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "policy-id",
  "timestamp": 1617764301763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764300464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "cds",
  "timestamp": 1617764306070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764308228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764307059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "aai-ml",
  "timestamp": 1617764305061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764307255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764300464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "policy-id",
  "timestamp": 1617764301763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "cds",
  "timestamp": 1617764306070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764308228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764307255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764307059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "aai-ml",
  "timestamp": 1617764305061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "policy-id",
  "timestamp": 1617764301763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764300464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "cds",
  "timestamp": 1617764306070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764307059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764308228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764307255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "aai-ml",
  "timestamp": 1617764305061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "policy-id",
  "timestamp": 1617764301763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764300464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "dcae-sch",
  "timestamp": 1617764313703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "cds",
  "timestamp": 1617764306070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764308228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764307255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764307059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "aai-ml",
  "timestamp": 1617764305061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.687Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "policy-id",
  "timestamp": 1617764301763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764300464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "dcae-sch",
  "timestamp": 1617764313703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "cds",
  "timestamp": 1617764306070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764307059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.688Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764308228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764307255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "aai-ml",
  "timestamp": 1617764305061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "policy-id",
  "timestamp": 1617764301763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764300464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "dcae-sch",
  "timestamp": 1617764313703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "cds",
  "timestamp": 1617764306070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.689Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764307059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764307255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "aai-ml",
  "timestamp": 1617764305061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764308228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "policy-id",
  "timestamp": 1617764301763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764300464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "dcae-sch",
  "timestamp": 1617764313703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "dcae-sch",
  "timestamp": 1617764313703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "aai-ml",
  "timestamp": 1617764319064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764319158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "policy-id",
  "timestamp": 1617764319171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "dcae-sch",
  "timestamp": 1617764313703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "cds",
  "timestamp": 1617764319366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T02:59:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:59:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "policy-id",
  "timestamp": 1617764320174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:59:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:59:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "cds",
  "timestamp": 1617764320371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-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-07T02:59:52.697Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3691229e-3c5a-4cb5-be62-78411a76cdd2
2021-04-07T02:59:52.697Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3691229e-3c5a-4cb5-be62-78411a76cdd2 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-07T02:59:52.787Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.787Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "dcae-sch",
  "timestamp": 1617764313703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764320652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:59:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:59:52.789Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.789Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "policy-id",
  "timestamp": 1617764321177,
  "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-07T02:59:52.794Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3691229e-3c5a-4cb5-be62-78411a76cdd2
2021-04-07T02:59:52.795Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3691229e-3c5a-4cb5-be62-78411a76cdd2 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-07T02:59:52.802Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.802Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "dcae-sch",
  "timestamp": 1617764313703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.802Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.803Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.803Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764321655,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T02:59:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3691229e-3c5a-4cb5-be62-78411a76cdd2
2021-04-07T02:59:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3691229e-3c5a-4cb5-be62-78411a76cdd2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T02:59:52.816Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.816Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "aai-ml",
  "timestamp": 1617764323264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T02:59:52.816Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:59:52.817Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.817Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "aai-ml",
  "timestamp": 1617764324269,
  "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-07T02:59:52.822Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3691229e-3c5a-4cb5-be62-78411a76cdd2
2021-04-07T02:59:52.822Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3691229e-3c5a-4cb5-be62-78411a76cdd2 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-07T02:59:52.830Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.830Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "clamp",
  "timestamp": 1617764327719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.830Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.831Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.831Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "clamp",
  "timestamp": 1617764327719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.831Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.831Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.831Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "cds",
  "timestamp": 1617764321374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.831Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.831Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.832Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764327059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.832Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.832Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.832Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764328228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.832Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.832Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.832Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764327255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.832Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.833Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.833Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "policy-id",
  "timestamp": 1617764322178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.833Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.833Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.833Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "clamp",
  "timestamp": 1617764327719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.833Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.833Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.833Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "cds",
  "timestamp": 1617764321374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.834Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.834Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.834Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764328228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.834Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.834Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.834Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764327059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.834Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.834Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.835Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764327255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.835Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.835Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.835Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "policy-id",
  "timestamp": 1617764322178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.835Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.835Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.835Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764330464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.835Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.835Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.836Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "clamp",
  "timestamp": 1617764327719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.836Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.836Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.836Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "cds",
  "timestamp": 1617764321374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.836Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.836Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.836Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764327059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.836Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.836Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.836Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764327255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.836Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.836Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.836Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764328228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.837Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.837Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.837Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "policy-id",
  "timestamp": 1617764322178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-07T02:59:52.837Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.837Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.837Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764330464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.837Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:52.837Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:59:52.837Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "clamp",
  "timestamp": 1617764327719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T02:59:52.837Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T02:59:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T03:00:04.578Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3691229e-3c5a-4cb5-be62-78411a76cdd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T03:00:04.589Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3691229e-3c5a-4cb5-be62-78411a76cdd2
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-07T03:00:04.592Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T03:00:04.592Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-07T03:00:04.592Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-07T03:00:04.592Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-07T03:00:04.592Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:00:04.592Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:00:04.664Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:00:04.665Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:00:04.665Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:00:04.665Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T03:00:04.670Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-07T03:00:34.671Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3691229e-3c5a-4cb5-be62-78411a76cdd2 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-07T03:00:34.675Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3691229e-3c5a-4cb5-be62-78411a76cdd2 and serviceModelVersionId: 2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd
2021-04-07T03:00:34.675Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1f32a9c-8708-490f-980f-792786da8b05
2021-04-07T03:00:34.676Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1f32a9c-8708-490f-980f-792786da8b05/model-vers/model-ver/2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd?depth=0
2021-04-07T03:00:34.685Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-04-07T03:00:34.710Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/d1f32a9c-8708-490f-980f-792786da8b05/model-vers/model-ver/2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd?depth=0|INFO|500||Invoke
2021-04-07T03:00:34.710Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/d1f32a9c-8708-490f-980f-792786da8b05/model-vers/model-ver/2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/d1f32a9c-8708-490f-980f-792786da8b05/model-vers/model-ver/2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3691229e-3c5a-4cb5-be62-78411a76cdd2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8a5da1dd-2f3d-4897-8905-8a6c0c7b0f0b], X-ECOMP-RequestID=[3691229e-3c5a-4cb5-be62-78411a76cdd2], X-TransactionId=[], X-ONAP-RequestID=[3691229e-3c5a-4cb5-be62-78411a76cdd2], Content-Type=[application/merge-patch+json]}
2021-04-07T03:00:34.726Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/d1f32a9c-8708-490f-980f-792786da8b05/model-vers/model-ver/2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-07T03:00:35.904Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/d1f32a9c-8708-490f-980f-792786da8b05/model-vers/model-ver/2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd?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/d1f32a9c-8708-490f-980f-792786da8b05/model-vers/model-ver/2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210407-03:00:34:732-22661], vertex-id=[164032], Content-Length=[0], Date=[Wed, 07 Apr 2021 03:00:34 GMT], Content-Type=[application/json]}
2021-04-07T03:00:35.905Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/d1f32a9c-8708-490f-980f-792786da8b05/model-vers/model-ver/2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-07T03:00:35.905Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/d1f32a9c-8708-490f-980f-792786da8b05/model-vers/model-ver/2c76ed5b-4f9e-418e-97fc-13fe5a5a43dd?depth=0|INFO|500||InvokeReturn
2021-04-07T03:00:35.906Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-07T03:00:35.906Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||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-07T03:00:35.911Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||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-07T03:00:35.911Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3691229e-3c5a-4cb5-be62-78411a76cdd2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-07T03:00:35.911Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-07T03:00:35.911Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:35.914Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:35.914Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764435911,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-07T03:00:36.014Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:36.015Z||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-07T03:00:36.015Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:36.026Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:36.026Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-07T03:00:36.927Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-07T03:00:36.927Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c3f7b72-de98-4ade-9821-6ac25ead6eed","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2b47665e-ea69-4a20-a048-2b4beb798415","serviceDescription":"service","serviceInvariantUUID":"378af9a8-97b8-43b7-9d2c-4c1a0f2e7e0a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"23c7bad3-4a74-4b9e-8f96-37f5f186a154","resourceInvariantUUID":"092b2b53-9952-459a-8bd4-10adc926f425","resourceCustomizationUUID":"127426cf-6b75-4a05-9c76-1d3bd5edfe90","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NjBlZGI2MmRhOWE5MjRmZWU2M2ZmYWEwN2ExZDI5OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"afd3b92a-5860-4aad-b8df-2d2c9b5798c3","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MjAwM2ViNjRkNjZkYmU1M2E4OGY2YTk3MzI2NWY0NWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e6e5a590-4756-4b42-88ef-253334920379","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6a6fa6d6-b271-4fc9-9af2-c83777aa54ef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b161aca3-bedf-46b7-aab0-1fb2a2ed01e1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67dd9b1c-73bc-41b8-8c5d-1427b6c9871e","artifactVersion":"2","generatedFromUUID":"6a6fa6d6-b271-4fc9-9af2-c83777aa54ef"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjJmN2YyNjc1ODk0NmZkYzdiODg2MWZhNWIwODk5OGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a5336d5-3aae-4106-a55f-369bd5a3e75f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWMwY2ExODExMmQxYjQ4NzhhY2Y3ZmI4ZmRlNTFkN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34e13161-01d3-4f3d-807f-4618a036f546","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-07T03:00:36.929Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:00:36.929Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:36.931Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:36.932Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:00:37.032Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:37.033Z||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-07T03:00:37.033Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:37.042Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:37.043Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:00:37.932Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:00:37.933Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:37.934Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:37.935Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T03:00:38.035Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:38.036Z||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-07T03:00:38.037Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:38.045Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:38.046Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:00:38.935Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:00:38.936Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:38.938Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:38.938Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-07T03:00:39.040Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-07T03:00:39.041Z||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-07T03:00:39.041Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:39.066Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:39.067Z||pool-54-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:00:39.939Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:00:39.940Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:39.942Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:39.942Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:00:40.043Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-07T03:00:40.044Z||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-07T03:00:40.044Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:40.053Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:40.053Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-07T03:00:40.943Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:00:40.944Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:40.946Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:40.946Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-07T03:00:41.046Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:41.047Z||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-07T03:00:41.047Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:41.058Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:41.058Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:00:41.947Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:00:41.947Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:41.949Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:41.950Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:00:42.050Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:42.050Z||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-07T03:00:42.051Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:42.061Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:42.061Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:00:42.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T03:00:42.950Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:00:42.952Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:42.954Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:42.955Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:00:43.055Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:43.056Z||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-07T03:00:43.056Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:43.066Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:43.067Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:00:43.956Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "2b47665e-ea69-4a20-a048-2b4beb798415",
  "serviceDescription": "service",
  "serviceInvariantUUID": "378af9a8-97b8-43b7-9d2c-4c1a0f2e7e0a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "127426cf-6b75-4a05-9c76-1d3bd5edfe90",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "23c7bad3-4a74-4b9e-8f96-37f5f186a154",
      "resourceInvariantUUID": "092b2b53-9952-459a-8bd4-10adc926f425",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "MjAwM2ViNjRkNjZkYmU1M2E4OGY2YTk3MzI2NWY0NWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e6e5a590-4756-4b42-88ef-253334920379",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6a6fa6d6-b271-4fc9-9af2-c83777aa54ef",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67dd9b1c-73bc-41b8-8c5d-1427b6c9871e",
            "generatedFromUUID": "6a6fa6d6-b271-4fc9-9af2-c83777aa54ef"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67dd9b1c-73bc-41b8-8c5d-1427b6c9871e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MWMwY2ExODExMmQxYjQ4NzhhY2Y3ZmI4ZmRlNTFkN2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "34e13161-01d3-4f3d-807f-4618a036f546"
    }
  ],
  "workloadContext": "Production"
}
2021-04-07T03:00:43.957Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-07T03:00:43.957Z|3691229e-3c5a-4cb5-be62-78411a76cdd2|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b47665e-ea69-4a20-a048-2b4beb798415 ASDC
2021-04-07T03:00:43.957Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:0c3f7b72-de98-4ade-9821-6ac25ead6eed
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2b47665e-ea69-4a20-a048-2b4beb798415
ServiceInvariantUUID:378af9a8-97b8-43b7-9d2c-4c1a0f2e7e0a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:34e13161-01d3-4f3d-807f-4618a036f546
ArtifactChecksum:MWMwY2ExODExMmQxYjQ4NzhhY2Y3ZmI4ZmRlNTFkN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:127426cf-6b75-4a05-9c76-1d3bd5edfe90
ResourceInvariantUUID:092b2b53-9952-459a-8bd4-10adc926f425
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:23c7bad3-4a74-4b9e-8f96-37f5f186a154
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:e6e5a590-4756-4b42-88ef-253334920379
ArtifactChecksum:MjAwM2ViNjRkNjZkYmU1M2E4OGY2YTk3MzI2NWY0NWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:6a6fa6d6-b271-4fc9-9af2-c83777aa54ef
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:67dd9b1c-73bc-41b8-8c5d-1427b6c9871e
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:67dd9b1c-73bc-41b8-8c5d-1427b6c9871e
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-07T03:00:43.958Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b47665e-ea69-4a20-a048-2b4beb798415 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T03:00:44.057Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T03:00:44.059Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-07T03:00:44.059Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-07T03:00:44.059Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 34e13161-01d3-4f3d-807f-4618a036f546 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-07T03:00:44.059Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-07T03:00:44.060Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-07T03:00:44.330Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-07T03:00:44.334Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 34e13161-01d3-4f3d-807f-4618a036f546 69726
2021-04-07T03:00:44.334Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-07T03:00:44.334Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-07T03:00:44.334Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T03:00:44.335Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:44.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:44.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764444334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:00:44.437Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:44.438Z||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-07T03:00:44.438Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:44.446Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:44.447Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:00:45.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T03:00:45.339Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-07T03:00:45.339Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||Trying to write artifact UUID: 34e13161-01d3-4f3d-807f-4618a036f546, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:45.340Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-07T03:00:45.340Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:45.340Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:45.484Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15259190691228055569/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-07T03:00:46.332Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||####################################################################################################
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||####################################################################################################
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:46.333Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:46.334Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-07T03:00:46.334Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-07T03:00:46.334Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T03:00:46.334Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:46.334Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:46.334Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-07T03:00:46.334Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-07T03:00:46.334Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T03:00:46.334Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:46.335Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:46.335Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:46.335Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-07T03:00:46.335Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-07T03:00:46.335Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-07T03:00:46.335Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-07T03:00:46.335Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-07T03:00:46.335Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-07T03:00:46.335Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:46.335Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-07T03:00:46.336Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:46.336Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-07T03:00:46.336Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T03:00:46.336Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:46.336Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-07T03:00:46.336Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3cf27dd8-ea97-44eb-a141-324a10e0f897
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:46.337Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:46.338Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:46.338Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:46.338Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:2b47665e-ea69-4a20-a048-2b4beb798415
Model Version:NULL
Model InvariantUuid:378af9a8-97b8-43b7-9d2c-4c1a0f2e7e0a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:e4288cd9-c882-485c-a5a4-2889a3fb23f5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:092b2b53-9952-459a-8bd4-10adc926f425
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127426cf-6b75-4a05-9c76-1d3bd5edfe90
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:21836a2c-2f1b-4529-825e-6c231c41c636
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f0c18e59-c89c-474f-8143-d3f9bfd68340
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3cf27dd8-ea97-44eb-a141-324a10e0f897
ModelInvariantUuid:7671055f-1b64-410d-a140-68c4e1ba7b76
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:a85ed5b3-227b-4b31-891f-09b545f67df5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:0e306a47-5a56-4ba1-b399-3ac28e0d18cc
ModelInvariantUuid:8ec389c0-cc07-493d-b471-c3e72b9aa758
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:86668b68-4923-4bd0-a295-7eebd178d244
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-07T03:00:46.342Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 23c7bad3-4a74-4b9e-8f96-37f5f186a154
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-07T03:00:46.345Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||basic_vm 0
2021-04-07T03:00:46.345Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 23c7bad3-4a74-4b9e-8f96-37f5f186a154
2021-04-07T03:00:46.345Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: e6e5a590-4756-4b42-88ef-253334920379 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-07T03:00:46.345Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-07T03:00:46.345Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-07T03:00:47.605Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-07T03:00:47.605Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e6e5a590-4756-4b42-88ef-253334920379 787
2021-04-07T03:00:47.606Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-07T03:00:47.606Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-07T03:00:47.606Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T03:00:47.606Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:47.608Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:47.608Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764447605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:00:47.708Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:47.709Z||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-07T03:00:47.709Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:47.719Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:47.719Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-07T03:00:48.608Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "21836a2c-2f1b-4529-825e-6c231c41c636",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f0c18e59-c89c-474f-8143-d3f9bfd68340",
    "vfModuleModelCustomizationUUID": "074379df-8b84-4fc6-9772-b9597ebca809",
    "isBase": true,
    "artifacts": [
      "6a6fa6d6-b271-4fc9-9af2-c83777aa54ef",
      "67dd9b1c-73bc-41b8-8c5d-1427b6c9871e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-07T03:00:48.615Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0c18e59-c89c-474f-8143-d3f9bfd68340
VfModuleModelInvariantUUID:21836a2c-2f1b-4529-825e-6c231c41c636
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a6fa6d6-b271-4fc9-9af2-c83777aa54ef
,
67dd9b1c-73bc-41b8-8c5d-1427b6c9871e

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

isBase:true


}

2021-04-07T03:00:48.619Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "21836a2c-2f1b-4529-825e-6c231c41c636",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f0c18e59-c89c-474f-8143-d3f9bfd68340",
    "vfModuleModelCustomizationUUID": "074379df-8b84-4fc6-9772-b9597ebca809",
    "isBase": true,
    "artifacts": [
      "6a6fa6d6-b271-4fc9-9af2-c83777aa54ef",
      "67dd9b1c-73bc-41b8-8c5d-1427b6c9871e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-07T03:00:48.619Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0c18e59-c89c-474f-8143-d3f9bfd68340
VfModuleModelInvariantUUID:21836a2c-2f1b-4529-825e-6c231c41c636
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a6fa6d6-b271-4fc9-9af2-c83777aa54ef
,
67dd9b1c-73bc-41b8-8c5d-1427b6c9871e

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

isBase:true


}

2021-04-07T03:00:48.619Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 6a6fa6d6-b271-4fc9-9af2-c83777aa54ef from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-07T03:00:48.619Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-07T03:00:48.619Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-07T03:00:48.921Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-07T03:00:48.922Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6a6fa6d6-b271-4fc9-9af2-c83777aa54ef 5033
2021-04-07T03:00:48.922Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-07T03:00:48.923Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-07T03:00:48.923Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T03:00:48.923Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:48.926Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:48.926Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764448922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:00:49.026Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:49.027Z||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-07T03:00:49.027Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:49.036Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:49.037Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:00:49.927Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 67dd9b1c-73bc-41b8-8c5d-1427b6c9871e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-07T03:00:49.927Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-07T03:00:49.927Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-07T03:00:50.121Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-07T03:00:50.121Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 67dd9b1c-73bc-41b8-8c5d-1427b6c9871e 903
2021-04-07T03:00:50.122Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-07T03:00:50.122Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-07T03:00:50.122Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T03:00:50.122Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:50.125Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:50.125Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764450122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:00:50.225Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:50.226Z||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-07T03:00:50.226Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:50.236Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:50.236Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:00:51.126Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Preparing to deploy Service: 2b47665e-ea69-4a20-a048-2b4beb798415
2021-04-07T03:00:51.127Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 23c7bad3-4a74-4b9e-8f96-37f5f186a154 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-07T03:00:51.142Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.143Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:51.143Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Processing vnf with UUID: e4288cd9-c882-485c-a5a4-2889a3fb23f5 
2021-04-07T03:00:51.143Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Will get resource from SDC using resource id: e4288cd9-c882-485c-a5a4-2889a3fb23f5
2021-04-07T03:00:51.143Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel to get resource 
2021-04-07T03:00:51.166Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel
2021-04-07T03:00:51.167Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|INFO|500||Invoke
2021-04-07T03:00:51.167Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-07T03:00:51.167Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel
2021-04-07T03:00:51.167Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|DEBUG|500||Method      : GET
2021-04-07T03:00:51.168Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/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:"0c3f7b72-de98-4ade-9821-6ac25ead6eed", X-RequestID:"0c3f7b72-de98-4ade-9821-6ac25ead6eed", X-TransactionID:"0c3f7b72-de98-4ade-9821-6ac25ead6eed", X-ECOMP-RequestID:"0c3f7b72-de98-4ade-9821-6ac25ead6eed", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"b5ba5c6e-c23b-4907-b0d7-3e5641b46c54"]
2021-04-07T03:00:51.168Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|DEBUG|500||Request body: 
2021-04-07T03:00:51.168Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|DEBUG|500||==========================request end================================================
2021-04-07T03:00:51.351Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-07T03:00:51.352Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-07T03:00:51.352Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|DEBUG|500||Status text  : OK
2021-04-07T03:00:51.352Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicVm-csar.csar"", Content-MD5:"ZjBkMDBkMTZhNDY3NDc2OTVlOGI4YzIwNDJiNDlhNDM=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"0c3f7b72-de98-4ade-9821-6ac25ead6eed", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-07T03:00:51.359Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|DEBUG|500||Response body: PK5�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK5�RTOSCA-Metadata/TOSCA.metaM��
�0Dw�@I�zK�vk
M�.R�d꿯nj��w��\�R�{�I	�������:��x!Tz�T��(1� +2��T��'p�&gO�*�+;��%�[�t�6����1��{A�R;c|f%VX�Ѹ�O��l�PK��Љ�PK5�R)Definitions/resource-BasicVm-template.yml�Ys�������~w:r�lCf��u�����I��ya��-,N�_%6�	v�4��u������c�������1�S�i{R6жN�>�(�:��'�1�5�M�ww��+�*�� �c�cI�E��P�d~b��c%�H�%I�e�I���c(<*C�Py� ���1���Ԕ��th�酱���x$�x(��C�t��1�9�75<D�vx�����(p#_C���]?屶�����/d!`F����6��Ց��laR�?�Vs�08�O�\c���6��'�)�%2��kЃ�i�)��SPY0^�g�+��&R��Fe�d$��\��*,��:�&t�P��\��P [E`:!�
����)�	��A����ۂS	&�S#'�xv�6�6��k8gՃA7%��Z}�\ZW�})'�Ļ�b/�5�A>��F
d:���&s����Y�BK �t�(�w�R-pզ��{8������TL�.P��3���;	��Q��?J-3J<��0w�ì��(��|�H��
�"�7�"��3�@��.jw�Q��$�c	RRkC�]#*����l��
��\��s�@�IFƙ�t�9R!m�>#����1sqʘ����ԑΨ�r1�J�|��>ҏZA� X���A��N��nj󍢹�a.#?��&m�Ge�T��)�ia�
��Ub���2+K��`��x���/G����(���E��"����
Vs��6�˺f[��a��蘾pd#r���;b�%��cY�W�.��5]n.���sp:�����д�-q�|�Rl����.Zc•H�D�D~��鎦@?4q���$�'\)���
mj�3�����DX|�9���3����zvB���sAW_���ދx�������xw.7��K�NO��1��D��+Վ���l�`/�����o���E��|��������Pg�+�O~�7����B�����t�1�ϣ������׍(���~�&<�K����$����\Ȏ�t�Hn��~�8��?g7���QW/~t�L�'{|/-��f!z����v�p�m�BQ|��_�>6���۾|�����Ug�ʏ���ӻo���j�:7������Y;c���c��������lᬿ��띞���o����+a�ZMg��e��^E>�;�����m"�͟�	:�}c��m��ݎy��G�/���|�x4y|���w������'_V۰nϤ�#9�.�e���˒;1x$Z�BC��
�Q;�Ͽ<�:}�h���Z���kY�"��t�t�^�g����7(�x��g����{�%��o���ܷ��>�ӏ/������l��]�=�)'��ռcڽ�T\�1��pmϨ���'F�q&�I9ݴ�	GC-.�N2j��@��~2��t��:�.8��X�t`�6IJG1��+v���PK"
���gt
"����D��^=ͱ#qď�ɤ�HW�u\8�k�q:��19���Z",�����|@Y@��M�a���������ACa�&8l���0�x�����?��M?w�,�Do��:���x�vP�X1P��"��p�pp|��	L���W�\g��ݰ��Q�6N�]u��Ģ�"3�$��S�T�ș#/�S�ȅL���%>��.ת�9b�O���Q<Ӥ���Q�8�R-���_�q�!v�8���h������Uy^ՠ*�r���L����c	��@�@Q�@CcA�D�Wu>GѢ tm�#>$��d,��.�	��@�Ⱥ�Yc�AQ��?o�e������4�,�x0!��R6Ll�tA��Yf�ǝ�QN*�oͷ�4���_��U����"ٔ��4��C�{^Xm��Mg
d�������!ۺ�&�¤����=˒ �B�|�Ҷ`D�
��}d���K��(bO�2>��)��S�,�55��4*I�UL1�&+����r�0��3AP�`�Dm�,c��
�x��ioS)�8��α�v2H�j�Q��'�Qysӱ��X�F��K�F!T��Ό0�L9v<6�ND r� '�`"i"�T8U��JF���cU�F��1X�2�2�7���,V��h��l4xO��X�X���z���m���{7
�.��^�
+�j���[yѽ�@�,��n�x�%[k/��ȕ'K���dQhY�����i�%��!�2(6r��C$ʴ}�
��9��$���Qv�y��1=P�T��#4f�;4�5�U&����/%�F^o�w���S�Q�˲]����"�F���h��)��w�����7��_�&[�ɽ�K�����oi����&��r�l�@�rw�ʹ��W���^�\�s�Vb��"G'��r�g�*���]�5y���6}�%�o���:��Rb��g�E+�2o��~��n�Ɏ�mqٷ�i.�qi�D�i
������K�%�	\�u�q�(����Ռ����V���c�X!�w�[�sh�PD�Y����nǎ�W6Sz}}�@(՘�no��H�R�k��(iw��[��M�{�g�`��*��]ɀr��t��N�%�M����hƽ(�E�$L ���T �yH�����&r�D�4J�
V�$4&o����$N�.�j�I)��oo��̈�
����vڂ*�⻽�A���{wJ��co��N�����Y��Y�")׊l�>�R�w)ɶ������Q�#�7!�޿�t�{k���P�'���)Y�U �5m�j"�>�"�S��E g�EЁ$A
@cl��$Su�d�u�(�:W���3�ZJ��ht4K�m�ʁR��*]YC3�5y�EG��n�!�ls�%��?\׋mL���o�H�dC�Ù.�+yl����쩄��S�/]��3�M��I���@%�W4�Ul/�U*�.��6Fm�T��vg�Rg�u�5����2u�T�ыG�.��8����s!�$:����]����ՠ�ɖF�ʖzZocUCj�jGx�R|*���5�D۟K���q�>�N�Nm�QAi�cx��n��]#����l�w��T'Qhͳ����;܈r���L�t6*O��̶ž%j�Fդ�Ӥ]t��*ee�w�g	�ʠ���F�O%J�t�Q�!Q�7_��.c��G���貋���*���s�;�h����k����Zl@��أ)�&���k�?KCyP�w����ϑ��But��Z����]�D	�{�ܩ�U<�I�d}���i�z>��	���d��y����(�+;����}����\z�p���v?�w]�u8&�p�	��6Z]�;�4v�h�_m���|�#���ϟ)���l���u�L�~w�-����^[C��)����o��{�l�`�_݁z�Z�B�ޮ�$��R��U`;�������BӿY�"W?*��U�J���t���)P���x�W�@Pf[��@�\�����@���<�U�"j3�:4},���f-~dU����@�{|�O�����J�]|]���P�ڪV|�d���>���U+�?�(o�|g�&-��|��(���F�WL@u��M�� �
��PK4��u�.VPK5�R3Definitions/resource-BasicVm-template-interface.yml�][o�~�_���QEʥ��ґ׽�we(�rt�����C~��I�Z�B)<��˺|ky-�6��*P4�#�"�Vf���˅ļG62-*.0
����?	e��9	
�/��Ȁ~����kE+���
,0D4Z%\T��mcdE�F�G�8�Z~I��"R׆\�UƄ���k�����Ye�!�#�XC���L�M�By��5`#u`�]i�����"�ڌ�ɾ<-��EyU��$�t�$�õ��E�B��.�����)�s�Vί��#Ⱦ��(�B
m�"�yʿCiВ��v�eCB��`�4�ICW괫7˖ND�v!�����d)�����fȓ�����C�_1t3�S:$Ā�2 �L��f��I򄭌��9\A��a��Y"Zn{M^����"�3>�ܾl4��5����ryj�b�j���FհC{�HF�a@�p��_������5�����f�;p�9�P1�g�;f���38��5�jXU7,�3!d�>a.�M���2�n}�=�QHU����sP/�j�)~6��jM����6��\�q`9E��n:7~�_p�-v�X�����Y�u*�O��C���i;y�����]�=gOO�M�_~b�v�·U�TZ�+֫��Le�+���vQ���o�����II���4���^A�������3����c�߹��߃�}�'.]W{�R�'O�鳧3�h�����*��������f����D�v��s�7�L�3�y��C�KC(y��&,1�څCsX���p�|o��2�VN��u���"��)7����}���9^�72�;O�����r�d)\�>E96בN�
�T�_�*�XAV�{��'rQ.�˻w#M㡉-݃N�^mJˡ��W��vkWĴ[�H���4�A�;�M>�}HBJ~�`�cFԌ֐&��.�,�O
g��xG��W�xt�����ȫ��P�w���`n�&�L�C<:y;�>Q��qQ'0fd���}�x
!����!�y���m&o\A֢8��X��.�E�e�r$۫�x � QU�REkNʇ��۵N��h6�e3` M�s)%�����q�̪Gt�(�sg˃K̖�6�-������)K��d�z�@����s�'�4���\u��'����1���Z�ˊo�܄�gһ	�P�^�\���!���H�P��1w
ۉ�G��&�f��u�¿��1ت���u�$`m���*����:Y��kH偣�f�!�m�$���m��I],�&�§H2Ѵ"��@��bD¨���JĒ/t_�b\�����_��{�+وXÓ��	��lB�3����{A���;I)	�BD;�]��b�O%�*i�]�|݁���#/)�ݹ
����]�Er�7=p��gH��Q�5��5��5oH;U�9̂P�*�3��.Y�,M�\'�x���e�`Y�u����42�� K�i���g����fv��=:���S�EH�uFċ^�O���f�]ҌP�V��
Z�id�Ѿ�&�TAĄ&�Y&�'d��M <0g�~qr����Y|{�Ք��a6�t�E��r �lJ=�28�Xͦ��&u���]�c�]|F���2���p��&6�R��wZd�2�����u,��}�[�����+��#bea�>}��76�MX��m �.�TAb�"ﴵ�����m�_��ʛj��9��bi�LXT\�7&�Ė��x�c<�pSe>���a#"�b�le�^*��R�:R+/������ni̻��Yl���ԅ��0���xM�
L�%d�|��5�}�o��0����8|�w�X��m���)���x�o�#�����8/>#(��Xw�P�MfJ���At5rw���$Y��`���d�Fp�X!�]	��>�,C��Q�:R�yHr��bձ��D|��k3h~�/�|����y�ՇN���wv�q�ê���;T#ƽ�ƚ܎Tm
h-�/�9�+Cڈ.R�A�Kn>F���M�'�T�bc'O4m� ��}S)M�7X�v�5�a�/��n��_��pתjw�!`K���-2EypUm���%���A��]Ίo�u��f�Y2���j�ȅo0��co��/�T�bc!?;B��0ڪ�TBk�0l���Cպ.R�`�8�����˰���bND�O�e��4Lߴ�v�P��\ޔ>�D��A��%ݐ����@s��˩�M�Ά,�:<��5�*0�>�A���i-:~M{{�ӗ²k���-��*�����%���Y1���fܙ��~J��%��L���̵|
RR�S�ՃCa%�A���'�.���E�^�-�{W&����7"a�O�O���)��q��բ����X�;x�������V̦��M%O�v�@W��Ȏ��y7�oI2�D�bs���ol�\뵩��l���ځo�o�by;��zPfwگ���(��A�i��� �PK��{ں
c�PK5�RADefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.yml�����0E{;W"dYk��,6H�-ح0$�^|$%���É�
6y���䣄V�E;��w�0D:4,M��mg���5��m,&P���0��A�K�ӷ��(��Q晔y��ǽ�DY�2�ǪG�ꩦ��p8��PW�R�<����U�B�ZeI��
�Q˳��ۮOȝW�B�'ѻ�9��ɠ�4���'�� �Cv~�BT�u�8�%$��pk�W$BK�b/�ȟDLd"=`�}�xF�|h��4X��x�@�)�v����w����V Ym��)6��Mō�e�
9��ެ������0�K\BB��y�4��i�o�[���_���Ԭ,��-�Jy���i�}��	�mW�Õ��f3N��[ȇ�����eD�Z�~Y�9��	��K��������O�W,�߱_PK�s.}�TPK5�R,Definitions/resource-Globalport-template.yml�WKS�8��+t��`WBnY�ݥj�P,pٚr�r�Q�-y%9l����71�L�PCU�!J�Տ�?�#5�A1�p)t��q1#�mi��)k���Qpt���5tv@+�8����rF��x̦������d��:��NN��d:=�Gx�T��'�8Q���d�MF�'�yx¼)=�&���h
!*�����ʐ�7RE���qA�B�@�0�P�85�ʄ3��Q����
d�=S살HM��d!L���b=u0��GQ��l��=� 4���HK�y"v���DžS�黉�`2!�T�����)D�,��ލ��\�~w��_�������8H�Ķj��Q}����UX�#;�Y�T���Z+/��K��0@5��-z��O$w[�$��$����/΢rZ���@t����g��u�
aR��ԕ�`�����0�ʁgt�Yibw+,w���i~G��?�77��z���	���З;eC,yD�p+�`�ip�
�G���Y����ı924��\�Y��)�F���=��_�޻��#V��T�����n�q�0��D��@�ٵ3�ƹ&U's�Vˈ�-��}�2�=ҍ��X�5G�:���Qg}��������e#[Q|��r����o��_������m�-iZ�V�{G)�f6)�/q�X�W�8�.+i�����Þ�A��q��$���
l4�=9^�}��+������N:G,�#z������̮j�^�h�.�{�*�`��ɻ�\���ooo0�H�;~���x���q���V���y�-���-��PK�kf�m�PK5�R&Definitions/resource-Port-template.yml�SMo�0��W����i���m��0`K���ՠ%:*K�$�ȿ���m�=�ȏ��O"��I*�QAY�9χB�4eG,u����J���9�Sh�n��&�"���u�Yn.�$�ytY�:Z'1���଎L„��肖I���8�7�2ZII�� �d�%�po]�I^8U���U�<��A۽��U8Bx��
y�)���eU4��Y�ƺ�:�cE~�u�C
��|�����2�T����dn5����-[;A�H�R��~�����s~{~ M��b��"���o+Io�2'V��e�-���,b��(M/
�Y���Rs��S{�1����
s���S�祈4���	w��{g�)�C�pe��JXOAcl�tǬ���f��;��tm�7��)H�ށdV8[���|�|T�V���λTe(%W⠚[˃g�'[e͞2�Ï�|@>$a��[ůĔ�$��Zpu'�C�v���H6q.`���##hԊhT.����n����9a��9�5Y�a���F&��3dNWj��m�Z+��9�q�ZnR��PK�s�uZePK5�R(Definitions/resource-Extcp2-template.yml�R���0��s궇D!da�m��aYT�^�*r�	Xu��v��������y��d潱�P�1,��+i�3j�)؆2��fR�l�M'%Zˆ%���3ќH{8|]����>��	�A�O��a:[�ŬHb�/��Gq/�b�{L\E���$X.�<��pbIJLa�ۮv����P�+��?!<�?�a��D�A�).-�� �K�@�eO�a�s՚�
�J���ݓ�G�/)|A�D�a��o���?a#�Di��5Uk�/(��)l??��ͺ��Dp��ft����ѿ+������z?���1��ߤ���7c_�7�G5���F�BA���PK߷��PK5�R:Definitions/resource-BasicVmNodesUbuntu20cvfc-template.yml��r�8���i3{`W�����̦*q\N��^T�D�5�k%�c���')�z������@ ����
�8n�R7�L����h֕�~�������O(�1��W��g�8�?~|��Z����r�u�n�6h�/m����ֆ�&ޛ�`����%��\��jo������;hy4���������k�ĉkg�M��3
h�Zޞ`�Ɋ݈f\߆���Aj�5���1��DKbk8��P�+�s��#�`_���-|�0%�0~���$�]6F��u��[�c��il�'�a\pz�A��{��x'0�}�����L{��o ����>�ir}���$L��P�E��{���MA`�E��#l���·�1�p��n$�
�)S*o)���s�Ɛe[�� �9]�k����:t�%��-"2^`��0��{�W�Y��X��9(y��$�q�>Hi߽� ���^�
�>�T�V�Rb��&�@��y7�%%�CV!���*��\���J�jQ���-����Q�w��7�
��e�I��#�b�a3R��p+å!�vxz5���B`���O72�0��$���)�a����8���2���ԣ`��m��2�lHP�����Zs���L�R��}70���Y��ȶ2����_a�3��܄��sl��ƯFb=��%n�aV��wQ��E1��1���&I�S��d�g�b\eh����ȍ���e��r�Ss�*�=��@,Y�0x�3+qGB]��_|�|�W(��j��<]��qխ7у����eF�+	�RF�Š��!!qs�y�	�
D���N�5����tl�g��l�3v=�&����7�.����E�n\��jA^n��nJ��m7�`�K����50qZ��-r3�vm�r&X8z�ں�-����lLXNX|�ҩ��yڌn������2"Z���t�m,-�VZv-��>��h��|+����cKﴶ�ܒQ�S��$�l�Cc�/�j�>҉���(�t)���_��맾d'_��p�%/��Y9��?�⧨%�~�K�4�m��������I^�N��[�0~�q��R>��q�-A��pH��r])����)%�I;-�4�aN+w ��p��Ȳ�{�9�mdn�:��d�2�ﷇ
�@��vsw��mL{���E{BL[���fSG�iBC��;;���K�^��f��x�|�#s}<�5�V����eU�U��L��<�7 �PaZrRX�4a�7H�-O��+����|�G��+�'�'k%�d@��_Š;q��c��e�a�߈�[^��t՞���C4Na�*����>h�F��8�eA�w������ڻ�t~�|K���&�C��=H�����~�l|�{|�{4n?�sA��m���4w�G��j��t��䠝�f�M~.`S��y~d{����)��z�Q��&l���c{a��X���TF�Ԥ#2YY,P�7TIF�D�����-��ɳ��#�� �\@bM:RY�@�{��&3%&�s�h2y��֭1/Ъ���Y�`�"�������!�����Zy|ެjB��TBQ:�}�H���0���eE@�%�*�b{��(�B3�����kZ[�ɂ�(�(Ϛ��1ˏ�4���1(�����J�^����v�
��2q�^��q��"�O��#+����͕�#N�1�,%B����@ѷ��G��g�N㩖�}{�r�D�z�"�s��V�G�,���d���q~E��1ăsԤy�M>�d��Hr��HX��:�j�r_V�8�����R2=�-ko��f�C��~�66�ev���?�[�6�ö�-.��n�{���mtg�L��9��a����m�"�nᥳ]��	�[mv�����w�=��Y/CgvK2�F��3�n���;��в��3�Y!1/)�c�B�Lb���c�L4'��bq��b`������yB�����z���������x���/{�V@O{�J���%�F�5kK�*/-&mTwe�ۤS+�X"�r�hp6[@�ecbhV��U.������8�U��sn���Q^�3��^�.���O�W��!K�����*UYo,M:��:�r���i`�oPY�WҒZ��Yr$j3��	6�x��TG���=at*2B�,�����i&S?Q�U�v|����Z�u��(�%.˜aJO��N�Sِ �}�����ZܸD�d�
:��q����������Qb�ڤ�W-�a+i\�ij�d- D�I�c�-D1L�N��:��w� 2���ף9�Z���~�^M}������^=�� ��3x���g�/T�Ut�"�̮+�c��ˑX�(�IP[U�A�-!y)kX�IES�TWyT������"�-a%���J�H���t��fA�(UG�rp5�d.C2x=�Rg�z+1=�����/$�|�����;���R�J$��¨���u�1A�[�ޛw`
�;ݟN_Z�sUf�%�*a�,��Xu�đ�Å*�-ἑ��X��:CU1#Ҝ�Ұs`�g��r�3{�6����d���0A=�UT��T�3�"��yč�Q.M�M&��s��$�~_e�"7f�s�A��0��z����H���wFE��4��tɋ!;�
T��<ƨ���;�͵ݒҒPf�UE�9����K#=�Zǻ	���.�s�H\ݩK�˘:��"�y�H�
ՒI�h�!��t7��(����C#砾! K�+}�)��M���_/d�Ĺ
6$��
M�ׁͻ�vNnԏ0�a��Q�C\�/PjSU�&��À1%��o ��h�?�G�g#�G`���I�z0��ΗFz~S�jI���#�c����G_�}R���F�R��iR�����Oz�>��@�:Ȕ��FjW�/�Q�c(_B=yG|	��)y����p$�V�H�%�����G����01�����'�Hlʅ�^���Wq��H�|!���q�{E�b$6Oq����PK�f��DJOPK5�RDDefinitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.yml�]Ko�8���mw�}K�(ФE��X4E��H����z���HK��Ēi�>�9~�q8|��B��`�i&�Bk*\�"]>R,�S�68K�5��
�
���7	��~��Yu#�d)��������
v?�=(���zdO��Ճv���L�L�{8�2r���4�c�B�p���� 4��+ԥ�3���d$��,p=��M9�QE:z�5`H���?ݕBZ�6ƥ3�Uթ5<�ќF���h�
e�$�-8ޖ,pVRךo�k�����/?��x��>�%���g%��,�����N���S�?�γ^cuPkQ�*�+MQ�
q���U}���nџ���֒0�ʄ���P�E�w$��7�������bkߩ��7`���7F��.ؾ���\B�H��$0�f�s��j�k��:�>�F~ �w,p݃��0����LO\J-j��cEڽNSA�����G�	Z�=n�!b3��Y�������i<�
|���R�C�3�{`�����!�!��?k��#��c�7s��KY�q۩{����L鷄��)]��8	+���kߩ��G�"�PdsߩF蓰�"��sȁ���{L	+4���(������6C��>�'FU}���:O|c���N�;��챳[{�u
��Ɲ�I)��Nݤ�B��F�ya$���e�Q��P����켁����,X䅞��i���͸Q#�ǰC���o�U�jj��mu��*4KC�;�m���c��Dz�džD2L:f�� M�VY�/� w-�1ul��S�����ZZ�=��ʼ�~�
b\�a����*�z��A,�O,�-�Qp��>�2����T�l�����*���7�!6i�iB�E�k���>�ۄ
�hvJ}��V&w��@�ͨ�iI�@�	�B�11�{kv������A����,D�z/��|�l�g��>1��η{�6��D����݌K�A�}'�B��j�=^
��k����𢞦'ֺ�J��:�އ����u�L.��-(օ|Y���{��4���+}�c�8����[y�\�\K��Ƿ�����b�����:��H��H��,�9�%�����L���I��c"�����m�ͩ� �a�4ͦ�z��Qjy��.}@�y���Ba���=r�G
’� �!��/�H�lg��$�[3A_RC�q���
�[MD��8�*l����g����d��8Ϙ�H�n$$:3�z��1��c�B�4+:�t�G������C����ι��{���anr\�V�p�������I^�	M5D�e�
`�IP}��,Ⲅ>���	>����cB-�Ɋ�Y3d��S=,���L|_O����ю����F��ę^9�սHϖ�����%�˒߄�?t�~��I�~��}Y5��W����2���o��qv���U}M��)R�������+ܵ�;�����ZV�����PK�O06�}PK5�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�മ���&���Ŧ�� ȑM��$����Q�-%�M4(��!29��;����2�n8�V��l��
^��uYF��́rs���(�RN-]_"�=Ղ�������d�j���M�2K���	�!�^�l��y�3z��ꌯ�M��W�j�@�l�����]��}�]�8]��9���5�[���;UT�L�`��u����5����${�m���v��$�
���(��ъfBb���X�=TX�����Q[�X-���4Sg����XM��t�X՚�w(��k����+��F��/���j���t��'�x���� �",�͛T_ik�	)1�4���Ÿ��PH�l\�tbd�$v��MFB��$u(�D5�et�[��U��eWJ
���>�3�e�l[��j����n�=Tz��
�Ð���0��,mU�XiK���=�M�U�q=6�&����:V#̏���L��	}V��w�b��C"�;R�5��OGͿup���Q��*�5��7 �]!��0��p�Y[�,I}���ڸ>+N�5+�j��d�N��������/�����T
�i�����{�%��u�Q=���s�a� ������"�=�zV�@“Ĥ�U���I�n�u�'m�0�^oG�k���%2��M�4��v�I!�e
���x�>��[Q���NBU&:~������9��U4P�6V`ld���0���ɲ]YE&c�k��w�6`(������6t�1+;X�����:OZX�<��a o�$H�dq��@A'm��^��6n�c�pJ��Gm�6��'l���uΦ�BF�O�|t���a��R*��E�
	'�C������_q��u1�yd����`�oq��{	��Ӟ���'��{H�x4�xc�gEG܌>�ؓ�<#1�mc���P�/zqC��e��̳
��5�8�Ŵ(8M���x��k$������/
�?���9�8[8������2���s�j���>��ϓ�x@�<�R�Xq>kn��'sо��޻�Պ#�p�}9���:p5���a�W7`^9�Y�}T2H~PKuu�;KPK5�R.Definitions/resource-Extneutroncp-template.yml�VKs�8��W��=X�祛�;�i�6ɥ��P$dsJ�*I9�t��/H=,;im�v�k�|�e4�%��ʦ+0?�ʊ����i!�8�O
p�SG�B�ZQ#�r�IB�%;���bpzv9������� ����3z1��:�S��e��,��g��b0��� �,��)\�F����+Z@B��͠rF��9
9XfD���%���o��F+��\�HF-�.�P)�vK0�f���Xɍ.З�'$�e��B�uB��Fe��6��'m��[	(gQo���0xŵI��l<'������B�7H@L	��!������G�AΪ"����	�_g��Q��>��B�� �օD����˖�6zFK�	�E�6��S�.,E�e��h�FW�V��Q�Z
���5&T)�j�}��8�˦�
�YD��21]�Q�ˆ���4�ӥvYל�����Á
��f��C�M�Q��M-���NA�Lo�-33��4��n�z/����g�ra�pLZ��"&�j�v�|����$���I�~%���P��aL�!2��c,a�=��i�&��	���gְ����T3j�3A��l���.�u�O��9�aQa�.*)�{Ә�0;�$�7o�s�8"�Q�ރ*)J�;d�U9 Q���:�l	��j�m�������D��52�8�9Y)�B_[��=^,dj���m���ߊ�
R[��7��K���}��AX��ux���PL�A�8�g�PLV�?�X����o������d���~�t���R�9uT�&P׮XB����jO4��,����m�pw�y��Ș�~��B��Z���x�����Dr�D������n7a��j���}�5�.�$
��������>�x�$�A8냒��n������ڑ�����e����v�CF���Ă/��lG�ס�*E�8H��2:S�����q�����I��#C<,���	"��+����:ֿk��И�u��&�����~��#͖�
��!<���G�3�l5Î0���< q��a���a6��t2L��iݲ�C�|�Q���bڏ�]n������7<_���o����m����B>�F�ƳOU6U��r�VG�ė�ϼ�PKԋkO�
PK5�R/Definitions/resource-Securityrules-template.yml�T�n�0}߯���D��
ڼ�. $�V����q&��Nmg��=���E$�R�9s+���+���g��J&��&Q�U�Mz��^)�Q�Ì����c�������<�L�L]�N��
��`3a�ty�xϙ���
I�{���p��*)�*���B�r��s��p7����_����3
�����}#�әk�^^Q@iu�a�F�^t>fÎ��\�(��%�51�)N5J>�ڃ`r>�?���O���v����2�9���)
���?���;)��8�7�D�A�yP�_PKh��YPK5�R)Definitions/resource-Compute-template.yml�VKs�6��W���@
)ˎ͛i'��;ʥ���R��*����F��uƹT���v�}��TJ#���g[r���V奮e;�U�d�LS�<�1&͖;�MX��ߤ�"I�ӓx-9���I�G��,��<�ER��	vu`^����DQ��ry���Ţ�.����iyJ"��pM)����� /��B��*G�L��3G\1��V�Pc���HC�ȓCTs�ޔ�i�lf�"!KI�G���3� �$�b9��,Cz���6<@
ύt-�d���Z:�-!�Y���[.�հ߃L	W���Ҭ�~f���=���ʂrP�Z��˘,�&=��Y�V;�V�R��޵f{����B�&mݎ!4E܇9v
��k�� e��!'d�Ο�H��>W�P��\(����O `]��n/?��>6����{j��[2��*�/0��:��9�ڛ73t�u����-�oڒ�0
fZ�|��M�6�L���^�\*��2��PG�-���j��(z���z��$���J����z7Ɔ��5��&�l����y��������j����t��6���G�UG��>��m<���(v5���C�V��92��c�G���������� �r%�������?�5�T��m~Z�L��m�Rm:1�q�48>�M4����������������ߚDoT�#j����/$��V���W��S�$%��m�H��G���0�f�����G��@�8	���֒
<���������vzՑ���A���_�jc�1m~mM�8Y�w��?��l�p�7w�5�?�QkS�LT������xF>����vQ�����i�p�C�|�ew{Ē��|s\��#��Px��q~��u��_��)�(3���Q��!����/C�C��������
�::l���ç/��6��v�7PK��0��
PK5�R,Definitions/resource-Novaserver-template.yml�WKs�6��W��� ՚ȉ��+;�;���#�v:������R�N�{wR����LO�/�b߾��z	Y��2*(k|6G��c$B|�4fK(u6�G%�!��He�����tu1'grp2�,�����w�''����	���7p
$��s�p���zPz���@��N�S����1(q$n��4"��SU� �r��/@8-�s�BM�%ș2�$����֕���W(U�0�G��۲�
cs�����=1+(By�j����e�N�
!��V�H%�R�:0�a�W��dJx�Y�)q��������ٹ��Q
�uXa�%�A(/|p�L��@I[�<9�/��o.�wOA��Һ� �4�}
xXV�����-!��F�4�$��'k2ؑ��e��+���N�`�H�ޜ߉o�������*Y��w�����'ʎ���	��W���@�~tԋ��\���IM$����G�Zve���ͻ�
&JSl�t�
�C�g����xh���֛\��r%��w��u{�GV��Ǘ_!�k��e��0�n�W?|��~�V�ҎO��( c���Q֜��2���{E�����vP!�-���i
�e/�L�4I��)�%�������q]e*?h��Ӽ3��i'�y�M���(<����^?5�ˊ$į�PjZC�1^�KB���[*f�sڮ.�dB�
����3,;��5B4�
5�r�����o��xR$y��cf�,�V���
����?��*�z)��ı��ѯw�w��,(��R���\�_3��aAgTք�v��|�oq����:{���py����P��yj�=�3[��-�D�c�]g�K��E�$�v���^�P������Gv��������^�+��~�X�O�\�O���!�a�����k�[��>��`,f�Q?��*lװ8tT��W�خ1D%�ך�G�x��$~�WV����t�����\��e�����v���҆��R�g��PK�����PK5�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��PK5�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�'}8PK5�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?��@@PK5�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&PK5�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�����PK5�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�
PK5�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~(PK5�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���/�tPK5�R>Artifacts/Informational/OTHER/VSP_basic_vm_VSP_Information.txt�T]o�@|n�>�RC��R�RT#j�(N�CUEDZ6��>�>��_����R��������q5{��
&��*��U����e��)�e�hi�8p��K*4�J̷B��~f��bk�vl�K�T����҅�u�J�k��"G@G��D�}�0����A�9J�;�7�+�S:�b�i��a��n��a�k/r��-.y�� b�"��6?���ʉ�ܔV�PJz���#-$K�d���0�Y��t�EJ�9���!��/�,U���ˈ�/��D��@9�����"�U$��
�|�M(��'rC���4�=�r���~�
]OC���Wrj��U`˜� �gu
Rwi{Ϙgv��B�F������k�}��N�չre�z����D��B��9Y�+��;��C����E���%)k\�T��z۾�g�N$Y��3[W�{73v��=��B�[�Jc�ne
��q/D���ei�
�z�`�+�r�I�a��r� ��WRh�]�����u���;8��AzW=v�ýdqL�fĔ�����#�o+(��W��{��G�E=}�ա?�C��^�[�"�PK}�;.@�PK5�R,Artifacts/Deployment/HEAT/base_ubuntu20.yaml�Wmo�6��_qk�`/��]1�C�"m�bK�]�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B��O?	&?�OF�M���^�������J�
�Y��>\�E*
&�
�R���7���gh�~48�+�<ᖃƿ�Ia���e>g9���F`����|�i���\|�Ć��Sח���%/a@iY����e2)R%�&2��#"���|܀���g����
�e��Xf��b��<��I=Oy)�ܗ�ƒ�������w
/�����[\�'�)f���p]­l���Ӕ.+s���}�ue���p)��h菉=2�/e,�yS)� ���a�
�~c�1'^������)�"���T��+^V��",��J��i�����<9Ƈ�bFC5}��ɍI�ˮ�BX�S�#,��Q�t�,fc��ʜ����$�A�&�є�1�vb��]lH�����ś��Zgde^��c��tIc~�_+4	����6'�L0��jJ�J�DŽ��ÅH�]k�X��!��4�K�L�sY	�q?k�`�娸�Ax���ʹ'P*xD{̞O�}���#x��Xd�ka�ː�B�ou����]ת"�S�yOP��
�+1)���_��m�����gO{��?6��h���ҤgZ���r����K��Ƴee�*B8}R��yAm|�#�q<x���_PK�ظW�PK5�R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+���fwC6�������0�a܌����#��!IX��p~��JE�(T����%8����w����q��'s��rϽ �j�HY/h��	�fl�����PKwHy�PK5�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU��� D�qW�6���J��jM�@��/����93���D��b(H|t�^>~
�ٽkM�Cј0��>јg��Y8�`�}����L����.�����I�g��.N1&8���1#��ֱI��=綕���P�-#�s�R�[*��N�/PK�|a���PK5�R�R�B4E	csar.metaPK5�R��Љ�kTOSCA-Metadata/TOSCA.metaPK5�R4��u�.V);Definitions/resource-BasicVm-template.ymlPK5�R��{ں
c�3pDefinitions/resource-BasicVm-template-interface.ymlPK5�R�s.}�TA�Definitions/resource-BasicvmComputeNodesHeatUbuntu20-template.ymlPK5�R�kf�m�,�Definitions/resource-Globalport-template.ymlPK5�R�s�uZe&a#Definitions/resource-Port-template.ymlPK5�R߷��(&Definitions/resource-Extcp2-template.ymlPK5�R�f��DJO:�(Definitions/resource-BasicVmNodesUbuntu20cvfc-template.ymlPK5�R�O06�}D,5Definitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.ymlPK5�Ruu�;K/>>Definitions/resource-Globalcompute-template.ymlPK5�RԋkO�
.�BDefinitions/resource-Extneutroncp-template.ymlPK5�Rh��Y/�GDefinitions/resource-Securityrules-template.ymlPK5�R��0��
)aJDefinitions/resource-Compute-template.ymlPK5�R�����,[NDefinitions/resource-Novaserver-template.ymlPK5�R+�@j5���SDefinitions/data.ymlPK5�R�'}8|�Definitions/groups.ymlPK5�R0?��@@=�Definitions/policies.ymlPK5�R���C&ÜDefinitions/annotations.ymlPK5�R�����2�Definitions/relationships.ymlPK5�R2ea�
=�Definitions/artifacts.ymlPK5�R�H�v~(��Definitions/capabilities.ymlPK5�R8��H�Definitions/interfaces.ymlPK5�R5n���/�tA�Definitions/nodes.ymlPK5�R}�;.@�>z�Artifacts/Informational/OTHER/VSP_basic_vm_VSP_Information.txtPK5�R�ظW�,&�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPK5�RwHy�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK5�R�|a���4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKX	��
2021-04-07T03:00:51.362Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-07T03:00:51.362Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e4288cd9-c882-485c-a5a4-2889a3fb23f5/toscaModel|INFO|500||InvokeReturn
2021-04-07T03:00:51.365Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-07T03:00:51.365Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-04-07T03:00:51.365Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||VFCustomizationUUID= 127426cf-6b75-4a05-9c76-1d3bd5edfe90
2021-04-07T03:00:51.365Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 127426cf-6b75-4a05-9c76-1d3bd5edfe90 matches Tosca VF Customization UUID: 127426cf-6b75-4a05-9c76-1d3bd5edfe90
2021-04-07T03:00:51.365Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||vfCustomizationUUID: 127426cf-6b75-4a05-9c76-1d3bd5edfe90  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-07T03:00:51.368Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.368Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:51.369Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||resource request for resource customization id 127426cf-6b75-4a05-9c76-1d3bd5edfe90: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-07T03:00:51.369Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33fa1d73
2021-04-07T03:00:51.369Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.369Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-07T03:00:51.369Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 074379df-8b84-4fc6-9772-b9597ebca809
2021-04-07T03:00:51.369Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 074379df-8b84-4fc6-9772-b9597ebca809
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-07T03:00:51.371Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.371Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-07T03:00:51.371Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T03:00:51.371Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.371Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-07T03:00:51.371Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T03:00:51.371Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.371Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-07T03:00:51.372Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-07T03:00:51.372Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-07T03:00:51.372Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3cf27dd8-ea97-44eb-a141-324a10e0f897
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-07T03:00:51.373Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.374Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-07T03:00:51.374Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T03:00:51.374Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.374Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-07T03:00:51.374Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=127426cf-6b75-4a05-9c76-1d3bd5edfe90
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-07T03:00:51.375Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.375Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:51.376Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2b47665e-ea69-4a20-a048-2b4beb798415: basic_vm
2021-04-07T03:00:51.376Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.376Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:51.376Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.376Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:51.376Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.376Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:51.376Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.376Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:51.376Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:00:51.376Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:00:51.376Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T03:00:51.487Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 23c7bad3-4a74-4b9e-8f96-37f5f186a154 1 ASDC deployResourceStructure
2021-04-07T03:00:51.488Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-07T03:00:51.488Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-07T03:00:51.488Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T03:00:51.488Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:51.490Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:51.491Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764451487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T03:00:51.591Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:51.592Z||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-07T03:00:51.592Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:51.601Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:51.602Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:00:52.491Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-07T03:00:52.492Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-07T03:00:52.492Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T03:00:52.493Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:52.495Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:52.495Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764452491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-07T03:00:52.595Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:52.596Z||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-07T03:00:52.596Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:52.605Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:52.606Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:00:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:00:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:00:52.647Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:52.666Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:52.666Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:00:52.667Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "cds",
  "timestamp": 1617764321374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:00:52.668Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:00:53.496Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-07T03:00:53.497Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-07T03:00:53.497Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T03:00:53.497Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:53.498Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:53.499Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764453496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-07T03:00:53.599Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:53.599Z||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-07T03:00:53.600Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:53.609Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:53.609Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:00:54.499Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-07T03:00:54.500Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-07T03:00:54.500Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T03:00:54.500Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:00:54.502Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:00:54.502Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764454499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:00:54.602Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:00:54.603Z||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-07T03:00:54.603Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:00:54.611Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:00:54.612Z||pool-66-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:00:55.503Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c3f7b72-de98-4ade-9821-6ac25ead6eed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T03:00:55.512Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c3f7b72-de98-4ade-9821-6ac25ead6eed
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-07T03:00:55.514Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T03:00:55.515Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-07T03:00:55.515Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-07T03:01:25.515Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c3f7b72-de98-4ade-9821-6ac25ead6eed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T03:01:25.524Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c3f7b72-de98-4ade-9821-6ac25ead6eed
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-07T03:01:25.527Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T03:01:25.527Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-07T03:01:25.527Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-07T03:01:27.115Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T03:01:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:01:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:01:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:01:52.661Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:01:52.674Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.674Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764327059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.675Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764328228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764327255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "policy-id",
  "timestamp": 1617764322178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764330464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "clamp",
  "timestamp": 1617764327719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "cds",
  "timestamp": 1617764321374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.677Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764327059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764327255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764328228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "policy-id",
  "timestamp": 1617764322178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.678Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764330464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "dcae-sch",
  "timestamp": 1617764333703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "clamp",
  "timestamp": 1617764327719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "cds",
  "timestamp": 1617764321374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764328228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.680Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764327059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764327255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "policy-id",
  "timestamp": 1617764322178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764330464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.681Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "dcae-sch",
  "timestamp": 1617764333703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "clamp",
  "timestamp": 1617764327719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "aai-ml",
  "timestamp": 1617764335061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "cds",
  "timestamp": 1617764321374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.682Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764328228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764327059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764327255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "policy-id",
  "timestamp": 1617764322178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764330464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "dcae-sch",
  "timestamp": 1617764333703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "aai-ml",
  "timestamp": 1617764335061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764330464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.684Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "dcae-sch",
  "timestamp": 1617764333703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "aai-ml",
  "timestamp": 1617764335061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/resourceInstances/pnf0904ea762c4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "dcae-sch",
  "timestamp": 1617764333703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "aai-ml",
  "timestamp": 1617764335061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.685Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764338955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "cds",
  "timestamp": 1617764339144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764339258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "policy-id",
  "timestamp": 1617764339255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "dcae-sch",
  "timestamp": 1617764333703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764339447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764339664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "aai-ml",
  "timestamp": 1617764335061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "cds",
  "timestamp": 1617764340150,
  "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-07T03:01:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c3f7b72-de98-4ade-9821-6ac25ead6eed
2021-04-07T03:01:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c3f7b72-de98-4ade-9821-6ac25ead6eed 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-07T03:01:52.698Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "dcae-sch",
  "timestamp": 1617764333703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "policy-id",
  "timestamp": 1617764340328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "clamp",
  "timestamp": 1617764340426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "aai-ml",
  "timestamp": 1617764335061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764341248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.699Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "policy-id",
  "timestamp": 1617764341331,
  "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-07T03:01:52.703Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c3f7b72-de98-4ade-9821-6ac25ead6eed
2021-04-07T03:01:52.703Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c3f7b72-de98-4ade-9821-6ac25ead6eed 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-07T03:01:52.787Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.787Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764341367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.787Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.787Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.787Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764341366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.787Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.787Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.787Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "clamp",
  "timestamp": 1617764341529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:01:52.787Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764341565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:01:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "aai-ml",
  "timestamp": 1617764335061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.789Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764341855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.789Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.789Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.789Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "clamp",
  "timestamp": 1617764342532,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T03:01:52.794Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3691229e-3c5a-4cb5-be62-78411a76cdd2
2021-04-07T03:01:52.795Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3691229e-3c5a-4cb5-be62-78411a76cdd2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T03:01:52.802Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.802Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764342568,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T03:01:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c3f7b72-de98-4ade-9821-6ac25ead6eed
2021-04-07T03:01:52.807Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c3f7b72-de98-4ade-9821-6ac25ead6eed and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T03:01:52.812Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.813Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764342760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764342963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764342969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "aai-ml",
  "timestamp": 1617764343374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764343537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdqhkh2gzjlhelikdj2v/1.0/artifacts/service-DemoPnfRdqhkh2gzjlhelikdj2v-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.814Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764343945,
  "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-07T03:01:52.817Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c3f7b72-de98-4ade-9821-6ac25ead6eed
2021-04-07T03:01:52.817Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c3f7b72-de98-4ade-9821-6ac25ead6eed 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-07T03:01:52.822Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.822Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764343968,
  "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-07T03:01:52.825Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c3f7b72-de98-4ade-9821-6ac25ead6eed
2021-04-07T03:01:52.825Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c3f7b72-de98-4ade-9821-6ac25ead6eed 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-07T03:01:52.830Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.830Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764343974,
  "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-07T03:01:52.834Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c3f7b72-de98-4ade-9821-6ac25ead6eed
2021-04-07T03:01:52.834Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c3f7b72-de98-4ade-9821-6ac25ead6eed 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-07T03:01:52.839Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.839Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764344948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T03:01:52.839Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.839Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.839Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764344972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T03:01:52.840Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.840Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.840Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764344977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T03:01:52.840Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.840Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.840Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "aai-ml",
  "timestamp": 1617764350457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:01:52.840Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.840Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.840Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "aai-ml",
  "timestamp": 1617764351462,
  "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-07T03:01:52.843Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0c3f7b72-de98-4ade-9821-6ac25ead6eed
2021-04-07T03:01:52.843Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c3f7b72-de98-4ade-9821-6ac25ead6eed 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-07T03:01:52.849Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.849Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "clamp",
  "timestamp": 1617764357718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.849Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.849Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "clamp",
  "timestamp": 1617764357718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "clamp",
  "timestamp": 1617764357718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "clamp",
  "timestamp": 1617764357718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "clamp",
  "timestamp": 1617764357718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "clamp",
  "timestamp": 1617764357718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "clamp",
  "timestamp": 1617764357718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "clamp",
  "timestamp": 1617764372843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "clamp",
  "timestamp": 1617764373857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.850Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "clamp",
  "timestamp": 1617764374860,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T03:01:52.853Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0c3f7b72-de98-4ade-9821-6ac25ead6eed
2021-04-07T03:01:52.853Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c3f7b72-de98-4ade-9821-6ac25ead6eed and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T03:01:52.859Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.859Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "cds",
  "timestamp": 1617764366071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.859Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.859Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764367255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764368228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764367059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "dcae-sch",
  "timestamp": 1617764373703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "cds",
  "timestamp": 1617764366071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764367255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764368228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764367059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "dcae-sch",
  "timestamp": 1617764373703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "cds",
  "timestamp": 1617764366071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764367059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.860Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764368228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764367255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "dcae-sch",
  "timestamp": 1617764373703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "cds",
  "timestamp": 1617764366071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764367255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764368228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764367059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "dcae-sch",
  "timestamp": 1617764373703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "cds",
  "timestamp": 1617764366071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764367255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764368228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764367059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.861Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "dcae-sch",
  "timestamp": 1617764373703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "cds",
  "timestamp": 1617764366071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764367255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764368228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764367059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "dcae-sch",
  "timestamp": 1617764373703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764367255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "cds",
  "timestamp": 1617764366071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764368228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764367059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.862Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "dcae-sch",
  "timestamp": 1617764373703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "policy-id",
  "timestamp": 1617764381763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "cds",
  "timestamp": 1617764366071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764367255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764368228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764367059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "dcae-sch",
  "timestamp": 1617764373703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "policy-id",
  "timestamp": 1617764381763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "cds",
  "timestamp": 1617764366071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.863Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764367255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764368228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764367059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "dcae-sch",
  "timestamp": 1617764373703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "policy-id",
  "timestamp": 1617764381763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "policy-id",
  "timestamp": 1617764381763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "policy-id",
  "timestamp": 1617764381763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764386655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.864Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "cds",
  "timestamp": 1617764386708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.865Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.865Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.865Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764386714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.865Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.865Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.865Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764386900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.865Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.865Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.865Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "policy-id",
  "timestamp": 1617764381763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.865Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.865Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.865Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "cds",
  "timestamp": 1617764387713,
  "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-07T03:01:52.878Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10053742-664c-4418-8c9a-b62950b5cc78
2021-04-07T03:01:52.878Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10053742-664c-4418-8c9a-b62950b5cc78 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-07T03:01:52.883Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "clamp",
  "timestamp": 1617764387719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "policy-id",
  "timestamp": 1617764381763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764389156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "clamp",
  "timestamp": 1617764387719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764389411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764389505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.884Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "policy-id",
  "timestamp": 1617764381763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764390312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "clamp",
  "timestamp": 1617764387719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764390548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "policy-id",
  "timestamp": 1617764381763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764390653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764390464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "clamp",
  "timestamp": 1617764387719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764391458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.885Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764391677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764391784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "policy-id",
  "timestamp": 1617764391773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764390464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "clamp",
  "timestamp": 1617764387719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:01:52.886Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764392463,
  "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-07T03:01:52.889Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10053742-664c-4418-8c9a-b62950b5cc78
2021-04-07T03:01:52.890Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10053742-664c-4418-8c9a-b62950b5cc78 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-07T03:01:55.527Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c3f7b72-de98-4ade-9821-6ac25ead6eed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T03:01:55.538Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c3f7b72-de98-4ade-9821-6ac25ead6eed
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-07T03:01:55.542Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T03:01:55.542Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-07T03:01:55.542Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-07T03:01:55.542Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-07T03:01:55.542Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:01:55.542Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:01:55.542Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:01:55.542Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:01:55.543Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:01:55.543Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:01:55.543Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T03:01:55.571Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-07T03:01:57.115Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T03:02:25.571Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c3f7b72-de98-4ade-9821-6ac25ead6eed 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-07T03:02:25.577Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c3f7b72-de98-4ade-9821-6ac25ead6eed and serviceModelVersionId: 2b47665e-ea69-4a20-a048-2b4beb798415
2021-04-07T03:02:25.577Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 378af9a8-97b8-43b7-9d2c-4c1a0f2e7e0a
2021-04-07T03:02:25.577Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/378af9a8-97b8-43b7-9d2c-4c1a0f2e7e0a/model-vers/model-ver/2b47665e-ea69-4a20-a048-2b4beb798415?depth=0
2021-04-07T03:02:25.582Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-04-07T03:02:25.682Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/378af9a8-97b8-43b7-9d2c-4c1a0f2e7e0a/model-vers/model-ver/2b47665e-ea69-4a20-a048-2b4beb798415?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-07T03:02:25.683Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/378af9a8-97b8-43b7-9d2c-4c1a0f2e7e0a/model-vers/model-ver/2b47665e-ea69-4a20-a048-2b4beb798415?depth=0|INFO|500||Invoke
2021-04-07T03:02:25.697Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/378af9a8-97b8-43b7-9d2c-4c1a0f2e7e0a/model-vers/model-ver/2b47665e-ea69-4a20-a048-2b4beb798415?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-07T03:02:26.027Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/378af9a8-97b8-43b7-9d2c-4c1a0f2e7e0a/model-vers/model-ver/2b47665e-ea69-4a20-a048-2b4beb798415?depth=0|INFO|500||InvokeReturn
2021-04-07T03:02:26.027Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/378af9a8-97b8-43b7-9d2c-4c1a0f2e7e0a/model-vers/model-ver/2b47665e-ea69-4a20-a048-2b4beb798415?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210407-03:02:25:704-54531], vertex-id=[462856], Content-Length=[0], Date=[Wed, 07 Apr 2021 03:02:25 GMT], Content-Type=[application/json]}
2021-04-07T03:02:26.028Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-04-07T03:02:26.028Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-07T03:02:26.028Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||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-07T03:02:26.031Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||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-07T03:02:26.032Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c3f7b72-de98-4ade-9821-6ac25ead6eed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-07T03:02:26.032Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-07T03:02:26.032Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:26.033Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:26.033Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764546032,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-07T03:02:26.134Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-07T03:02:26.135Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:26.135Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:26.146Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:26.147Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-07T03:02:27.046Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:02:27.046Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:02:27.046Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:27.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T03:02:31.390Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:31.391Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-07T03:02:31.392Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"10053742-664c-4418-8c9a-b62950b5cc78","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"71f07cae-94a3-44cd-a65b-d5e402ccca6e","serviceDescription":"service","serviceInvariantUUID":"ef98e939-12f1-4ee9-900a-362209203bbc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a9ba0b32-3ae8-4bff-9501-ecd44e63594e","resourceInvariantUUID":"7095e73c-fe19-41d3-baf1-1911e7d36fdc","resourceCustomizationUUID":"ad18387a-de11-4aca-b3c4-8a53d08ea1c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NzFhMzhjOGI0ZGMxNzY0OGRiYzUyNjhiZjZiNTdjZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec7778fd-e39c-4903-a702-42fb779455a1","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"13976c2a-3e27-4a86-af23-e2e03b0f8c69","artifactVersion":"2","generatedFromUUID":"dae78b2a-4a29-480e-b009-195968d83d03"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dae78b2a-4a29-480e-b009-195968d83d03","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"OGFmYzhmNjlmYzQxMjJmNmE0YTNiOGJkMGY4ZGVjMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f3822852-e99f-4f7e-b36c-a1c1408166c4","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9b3f5900-cf6f-4f70-9898-117de5bd4ad8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad9acca7-00da-4603-bfd5-bc522a118e5a","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"48b92433-2420-4bd0-bee6-11c15ba51aa2","artifactVersion":"2","generatedFromUUID":"9b3f5900-cf6f-4f70-9898-117de5bd4ad8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTAyODY5Nzk3NDY3MTBkZGU3Y2MzYWVkOTA3MzhjMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"672e40f4-b8ab-4a14-8806-b06eac1c818b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODBkM2QyNTZkYzM3NmJmM2Y2MDA3NThmYmRmMjBiMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e12ce658-5cc2-484c-bb40-806c83e19c38","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-07T03:02:31.394Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:02:31.394Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:31.396Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:31.396Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:31.496Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:31.497Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:31.498Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:31.508Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:31.509Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:32.397Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:02:32.397Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:32.399Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:32.399Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-07T03:02:32.499Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:32.500Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:32.500Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:32.508Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:32.509Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-07T03:02:33.399Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:02:33.400Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:33.401Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:33.402Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-07T03:02:33.502Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:33.503Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:33.503Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:33.512Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:33.512Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:34.402Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:02:34.403Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:34.404Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:34.404Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T03:02:34.505Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-07T03:02:34.506Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:34.506Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:34.514Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:34.514Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:35.405Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:02:35.405Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:35.408Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:35.408Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-07T03:02:35.508Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:35.509Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:35.509Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:35.519Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:35.519Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:36.408Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:02:36.410Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:36.412Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:36.413Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:36.512Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-07T03:02:36.513Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:36.514Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:36.522Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:36.523Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-07T03:02:37.413Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:02:37.414Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:37.416Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:37.416Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-07T03:02:37.516Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:37.517Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:37.518Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:37.527Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:37.528Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:38.417Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:02:38.417Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:38.420Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:38.420Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:38.520Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:38.520Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:38.521Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:38.530Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:38.530Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:39.421Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T03:02:39.422Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:39.423Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:39.424Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:02:39.524Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:39.525Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:39.525Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:39.546Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:39.546Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":12,"count":1}
2021-04-07T03:02:40.425Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "71f07cae-94a3-44cd-a65b-d5e402ccca6e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ef98e939-12f1-4ee9-900a-362209203bbc",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ad18387a-de11-4aca-b3c4-8a53d08ea1c8",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a9ba0b32-3ae8-4bff-9501-ecd44e63594e",
      "resourceInvariantUUID": "7095e73c-fe19-41d3-baf1-1911e7d36fdc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "13976c2a-3e27-4a86-af23-e2e03b0f8c69",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "dae78b2a-4a29-480e-b009-195968d83d03",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "OGFmYzhmNjlmYzQxMjJmNmE0YTNiOGJkMGY4ZGVjMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f3822852-e99f-4f7e-b36c-a1c1408166c4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9b3f5900-cf6f-4f70-9898-117de5bd4ad8",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "48b92433-2420-4bd0-bee6-11c15ba51aa2",
            "generatedFromUUID": "9b3f5900-cf6f-4f70-9898-117de5bd4ad8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "48b92433-2420-4bd0-bee6-11c15ba51aa2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODBkM2QyNTZkYzM3NmJmM2Y2MDA3NThmYmRmMjBiMzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e12ce658-5cc2-484c-bb40-806c83e19c38"
    }
  ],
  "workloadContext": "Production"
}
2021-04-07T03:02:40.426Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-07T03:02:40.427Z|0c3f7b72-de98-4ade-9821-6ac25ead6eed|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 71f07cae-94a3-44cd-a65b-d5e402ccca6e ASDC
2021-04-07T03:02:40.428Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10053742-664c-4418-8c9a-b62950b5cc78
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:71f07cae-94a3-44cd-a65b-d5e402ccca6e
ServiceInvariantUUID:ef98e939-12f1-4ee9-900a-362209203bbc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:e12ce658-5cc2-484c-bb40-806c83e19c38
ArtifactChecksum:ODBkM2QyNTZkYzM3NmJmM2Y2MDA3NThmYmRmMjBiMzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ad18387a-de11-4aca-b3c4-8a53d08ea1c8
ResourceInvariantUUID:7095e73c-fe19-41d3-baf1-1911e7d36fdc
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a9ba0b32-3ae8-4bff-9501-ecd44e63594e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:13976c2a-3e27-4a86-af23-e2e03b0f8c69
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:dae78b2a-4a29-480e-b009-195968d83d03
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:f3822852-e99f-4f7e-b36c-a1c1408166c4
ArtifactChecksum:OGFmYzhmNjlmYzQxMjJmNmE0YTNiOGJkMGY4ZGVjMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:9b3f5900-cf6f-4f70-9898-117de5bd4ad8
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:48b92433-2420-4bd0-bee6-11c15ba51aa2
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:48b92433-2420-4bd0-bee6-11c15ba51aa2
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-07T03:02:40.428Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71f07cae-94a3-44cd-a65b-d5e402ccca6e 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-07T03:02:40.554Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T03:02:40.555Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-07T03:02:40.556Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-07T03:02:40.556Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: e12ce658-5cc2-484c-bb40-806c83e19c38 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-07T03:02:40.556Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-07T03:02:40.556Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-07T03:02:41.059Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-07T03:02:41.064Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e12ce658-5cc2-484c-bb40-806c83e19c38 66789
2021-04-07T03:02:41.065Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-07T03:02:41.065Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-07T03:02:41.065Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T03:02:41.065Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:41.068Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:41.068Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764561065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:02:41.168Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:41.169Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:41.169Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:41.179Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:41.179Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:42.068Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T03:02:42.071Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-07T03:02:42.071Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||Trying to write artifact UUID: e12ce658-5cc2-484c-bb40-806c83e19c38, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-07T03:02:42.072Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-07T03:02:42.072Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-07T03:02:42.072Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-07T03:02:42.159Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12704160376321173181/Definitions/service-BasicCnf-template.yml
2021-04-07T03:02:43.037Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-07T03:02:43.037Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||####################################################################################################
2021-04-07T03:02:43.037Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-07T03:02:43.037Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-07T03:02:43.037Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-07T03:02:43.037Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-07T03:02:43.037Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-07T03:02:43.037Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-07T03:02:43.037Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-07T03:02:43.037Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||####################################################################################################
2021-04-07T03:02:43.038Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:43.038Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:43.038Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-07T03:02:43.038Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-07T03:02:43.038Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T03:02:43.038Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:43.038Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:43.038Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-07T03:02:43.038Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-07T03:02:43.038Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T03:02:43.038Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:43.038Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:43.038Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-07T03:02:43.039Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T03:02:43.040Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:43.040Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-07T03:02:43.040Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-07T03:02:43.040Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4754cdb2-41c4-4fde-93b9-a031b69e7364
2021-04-07T03:02:43.040Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:43.040Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:43.040Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:43.040Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:43.040Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:43.040Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:43.040Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:43.040Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:43.040Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:71f07cae-94a3-44cd-a65b-d5e402ccca6e
Model Version:NULL
Model InvariantUuid:ef98e939-12f1-4ee9-900a-362209203bbc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:6738b129-3764-45cd-8f9b-babfe1306804
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7095e73c-fe19-41d3-baf1-1911e7d36fdc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ad18387a-de11-4aca-b3c4-8a53d08ea1c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:16a19f5f-e9dc-4529-bd97-f6cf7cda11ac
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:2350264d-d99d-4346-9658-26ddb7759cc2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4754cdb2-41c4-4fde-93b9-a031b69e7364
ModelInvariantUuid:944ea5b1-05ce-48e4-ad96-d83f1ef9a21b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:20fbd421-06c7-44ce-bee6-f6588f7df06a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:6456487a-bd4e-4393-9d73-a80be20845ff
ModelInvariantUuid:a09e83ae-5364-4bbc-9493-91fd030516db
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:21faec1d-4760-4fc2-b09d-b4e20aa37e2b
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-07T03:02:43.046Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a9ba0b32-3ae8-4bff-9501-ecd44e63594e
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-07T03:02:43.049Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||basic_cnf 0
2021-04-07T03:02:43.049Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a9ba0b32-3ae8-4bff-9501-ecd44e63594e
2021-04-07T03:02:43.049Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 13976c2a-3e27-4a86-af23-e2e03b0f8c69 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-07T03:02:43.049Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-07T03:02:43.049Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-07T03:02:43.272Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-07T03:02:43.272Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 13976c2a-3e27-4a86-af23-e2e03b0f8c69 12
2021-04-07T03:02:43.272Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-04-07T03:02:43.273Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-07T03:02:43.273Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T03:02:43.273Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:43.276Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:43.277Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764563272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:02:43.375Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-07T03:02:43.376Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:43.376Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:43.386Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:43.386Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:44.278Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: dae78b2a-4a29-480e-b009-195968d83d03 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-07T03:02:44.278Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-07T03:02:44.279Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-07T03:02:44.759Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-07T03:02:44.760Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz dae78b2a-4a29-480e-b009-195968d83d03 2688
2021-04-07T03:02:44.760Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-04-07T03:02:44.760Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-07T03:02:44.760Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T03:02:44.761Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:44.763Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:44.763Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764564760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:02:44.863Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:44.864Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:44.864Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:44.921Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:44.922Z||pool-79-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2021-04-07T03:02:45.771Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: f3822852-e99f-4f7e-b36c-a1c1408166c4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-07T03:02:45.771Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-07T03:02:45.771Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-07T03:02:47.056Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-07T03:02:47.056Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f3822852-e99f-4f7e-b36c-a1c1408166c4 828
2021-04-07T03:02:47.057Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-04-07T03:02:47.057Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-07T03:02:47.057Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T03:02:47.057Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:47.060Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:47.060Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764567057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:02:47.160Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-07T03:02:47.161Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:47.161Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:47.170Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:47.172Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:48.061Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "16a19f5f-e9dc-4529-bd97-f6cf7cda11ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2350264d-d99d-4346-9658-26ddb7759cc2",
    "vfModuleModelCustomizationUUID": "f160864b-0ada-42ea-aa9a-9a11549bb4ca",
    "isBase": true,
    "artifacts": [
      "dae78b2a-4a29-480e-b009-195968d83d03",
      "9b3f5900-cf6f-4f70-9898-117de5bd4ad8",
      "48b92433-2420-4bd0-bee6-11c15ba51aa2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-07T03:02:48.067Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2350264d-d99d-4346-9658-26ddb7759cc2
VfModuleModelInvariantUUID:16a19f5f-e9dc-4529-bd97-f6cf7cda11ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
dae78b2a-4a29-480e-b009-195968d83d03
,
9b3f5900-cf6f-4f70-9898-117de5bd4ad8
,
48b92433-2420-4bd0-bee6-11c15ba51aa2

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

isBase:true


}

2021-04-07T03:02:48.071Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "16a19f5f-e9dc-4529-bd97-f6cf7cda11ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2350264d-d99d-4346-9658-26ddb7759cc2",
    "vfModuleModelCustomizationUUID": "f160864b-0ada-42ea-aa9a-9a11549bb4ca",
    "isBase": true,
    "artifacts": [
      "dae78b2a-4a29-480e-b009-195968d83d03",
      "9b3f5900-cf6f-4f70-9898-117de5bd4ad8",
      "48b92433-2420-4bd0-bee6-11c15ba51aa2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-07T03:02:48.071Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2350264d-d99d-4346-9658-26ddb7759cc2
VfModuleModelInvariantUUID:16a19f5f-e9dc-4529-bd97-f6cf7cda11ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
dae78b2a-4a29-480e-b009-195968d83d03
,
9b3f5900-cf6f-4f70-9898-117de5bd4ad8
,
48b92433-2420-4bd0-bee6-11c15ba51aa2

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

isBase:true


}

2021-04-07T03:02:48.071Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 9b3f5900-cf6f-4f70-9898-117de5bd4ad8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-07T03:02:48.071Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-07T03:02:48.071Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-07T03:02:48.813Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-07T03:02:48.814Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9b3f5900-cf6f-4f70-9898-117de5bd4ad8 1164
2021-04-07T03:02:48.814Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-04-07T03:02:48.814Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-07T03:02:48.814Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T03:02:48.814Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:48.816Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:48.817Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764568814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:02:48.917Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:48.918Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:48.918Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:48.928Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:48.931Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:49.817Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 48b92433-2420-4bd0-bee6-11c15ba51aa2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-07T03:02:49.818Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-07T03:02:49.818Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-07T03:02:49.967Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-07T03:02:49.967Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 48b92433-2420-4bd0-bee6-11c15ba51aa2 200
2021-04-07T03:02:49.968Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-04-07T03:02:49.968Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-07T03:02:49.968Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T03:02:49.968Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:49.971Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:49.971Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764569968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:02:50.072Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:50.073Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:50.074Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:50.083Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:50.083Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:50.972Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Preparing to deploy Service: 71f07cae-94a3-44cd-a65b-d5e402ccca6e
2021-04-07T03:02:50.972Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a9ba0b32-3ae8-4bff-9501-ecd44e63594e ASDC
2021-04-07T03:02:50.975Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-07T03:02:50.988Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:50.989Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:50.989Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Processing vnf with UUID: 6738b129-3764-45cd-8f9b-babfe1306804 
2021-04-07T03:02:50.989Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Will get resource from SDC using resource id: 6738b129-3764-45cd-8f9b-babfe1306804
2021-04-07T03:02:50.990Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel to get resource 
2021-04-07T03:02:50.991Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel
2021-04-07T03:02:50.992Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|INFO|500||Invoke
2021-04-07T03:02:51.064Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-07T03:02:51.064Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel
2021-04-07T03:02:51.065Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|DEBUG|500||Method      : GET
2021-04-07T03:02:51.065Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/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:"10053742-664c-4418-8c9a-b62950b5cc78", X-RequestID:"10053742-664c-4418-8c9a-b62950b5cc78", X-TransactionID:"10053742-664c-4418-8c9a-b62950b5cc78", X-ECOMP-RequestID:"10053742-664c-4418-8c9a-b62950b5cc78", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"8c7ad2e8-a99b-45b8-8647-ed118d46a143"]
2021-04-07T03:02:51.065Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|DEBUG|500||Request body: 
2021-04-07T03:02:51.065Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|DEBUG|500||==========================request end================================================
2021-04-07T03:02:51.231Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-07T03:02:51.232Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-07T03:02:51.232Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|DEBUG|500||Status text  : OK
2021-04-07T03:02:51.232Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"NDg0ZWQyY2ExMDJhNzQ5M2ZmOWVhYjI0MWRmNmQyYzA=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"10053742-664c-4418-8c9a-b62950b5cc78", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-07T03:02:51.238Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|DEBUG|500||Response body: PKO�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPKO�RTOSCA-Metadata/TOSCA.metaM��
�0Dw}�@I�zK�vk
M�.R�l꿯nj��w��\܈V»�o��'�f�.���u&�̤���Z�(�T�B�$7�\�ʻ�M(֜B���o�'*~s��rmd��Mw�z�$�v�����E���AΆh�>p���^n�K�c|���#�C	hFRv��_?�H~=��O�szL������4e\^V����)&9��4K���WIZ
�C0��C��Fg 能X~�L��4z)N>��lI�g�d�0�q{YV�"@��)�InK��F��y���g8G'Q�KҔFX����5Zm�$>�I�Sɑr��D��DVc%	��$��*�2\�K
�nD,�ibB�e�t9����|���CJ���t}��d���>sR�����#��#�_��qA�ӹ�I�o�Rx�8X�dR�,Br�r/��)lw#(���t/�Q�㨔j��2�8CO&�<�PL�W����H���)	
�[,�#�*����0��'=��T����P�h�wH�).״�؛{"\��El<^�n`�Z�P�lWV���pQ�^U��rI'x#������X���㬺*��^X�
T|p�о��(�!�|�*m.��VS��s�z����tG��.�o��۝�!.u�p]�Jꬱ��9
� gGV�_!rw6qwdO�Ӵ|�>��K�Y�������X��X~Z�~k �N���△�v��'0{�����Z�/��U�\(�ك@�^z
��w��R�Ȟ�0���̜�u7��l7܄��A�f�"?pw(ܒpGlۘ�����z�\m�� g�l�����j�n�q	Y��_�`�0OuJ�ǔךiH�4R����8F:��t�������1
�ʯc*T'Z���]7�x�}��3�����5>����ނ��n�#i���UO�!�"4�tn�85�h���4����K�bB.��n����8���q�����O�a��y���a����V̰�:�T'7C����������Ú������^�.���-�G�ņm@DO;xX@�i�����5 `�mFe�J9��#v�����N�����B��f�8s+�W�N>�l�r��P☔2nݾ�`�ѐ�6��]n�eLc���ɧ�|U���ު�eJ���c�M.A�|�羘�p�Mv݄lq���(�F_f� ӎ�;cN�ό��!1��U�\:uj��0q�(���Љ�қA��^L�\w[��/��ܥ�5C�Ȥ��hyI����%�:#u���������'Ш3S����f4DTٶ�32�U�m=7B��E"2��P߃*�`�7fU_�j@mx�z����E�9�Zh�o�Z�gQ5Pikz%��aM�M,2=��yʊ��PK��	}6PKO�R4Definitions/resource-BasicCnf-template-interface.yml�\K��(�ϯ�q��V�5�~�4�팦gFZ�V�`������̯��N��c�n�"'|�Ael#5�(�9�0)4ZS��b�wK���mp��
���2z��*2�p��/g��|A�)8�̰�fSvla}��/�F�"��ZTQ�]�V���vn��K%���/�o��3��䶬�BH����Z�N�5#�j�ʒ
JdQ��jY)B�u��a�ȽȽ��*��ʕ,fC��B��I=��?���Q��+I�9*dV�yX�-�M��f�|�2���������O��	��Ym0�lU�D��8�Vr�2�%�Mҩ��?S4�%9��������� &���0"R�lY)����FUt�W)9��H�"G��C�MA�8X����u��f��hț>�*GzS@������f˾��+\8X�3����8�"����`H�$�T!�T=�{�_}y�x�p�����3�g���������i�f�	&]Ru��� ��a���̪�� VXsw�4�s"g̷+�8��Uy�kO�������>~��ݒt�A`N�r+���z�i��lsx�'��W_Kkp�7���5��eƀ��W���i
���L	���f��pU8g`I��8�4��_�kwqVډ{��X���FZ4$!�R��Urݺ��t7���k�֘��ТX��Z^����0�hz��?��0��.̊/���P��wz�['*Š����T�׆�gjRV����#�=e\�uk�t8}�l�.1+l`v^����NɎ��SD�D?��6pS$�"~	#I*
�LH�pz�o7��;=�"��f�d;H�G϶�oD���uU��H����>��V,�G���31�!M���ӡ�p`����VOQ����F�v��2S!�:9��W�H<�ɧ��:��������%��zx�ߧӎ%?D�b̏�q����t8��u�C���}4~�F�J�4`$�8�p��C	*�R2aNv��u��6+�8f�qw�����q�~7���v�W��+���T��0���4y+�Z�]��Y��V�f�T�c4�
�U=�h?6�X�4�ٟ� �cuUyS+s�N���]��1�����Z�e��X̹$�S\hGZhw������D<3��C����r ��f)r`�PRz��19�C��M�4E��h�h0�џ�I�I�cvp�P#�$�ڦ"-F��C6">����	p������b"l{3�crl�
��_<�0��	���F~��F�
�yae�d�P�7:��7�+n]&�&]�C�LA&&M�1H�h\b�9��X[��f�0���î8L��#fS�$�sf��+�d��60��d�DL	6��y|�|�%�w��)�IH��?~��J��'F���$��~HQ�2:�~kd�[�m��8r8Z�rE�0��Ռ�|tq�$�� ��Gj�s���!���~�׍��
nj0�W�}ٱ�M������V߸�Z�PK穬�
p]���GAa�g}/�\d��d>�5,�6�:�x�"��Ƕ�-��~o���]�E���a�4L��'c���LVE;P8�t���wꌱz�T��PKcGV=72^PKO�R8Definitions/resource-BasicCnfNodesDummycvfc-template.yml�ZKW�:��+�c����ٵ)��CiOiY܍�l�A���kɔ��ߑ��-?��K���h�-Ʌ�݀��QI9�+I��qd>%h�D���8r��,&X�͙�P��S�������ƹY���h~���&+���5
��ႄ7�b�WA|1�`u�k�
�V���F����:�
��1�1�8�w}"�"fA���k�<�)Mdn�+k�E��}^�t�p2A�!�|�2��D��}��ƒ�%��t�q>FR�t��k�?xB�ؗ0����'τ<-�d!�P=w~��`����yg�+=f�G@���x��Rl�P��\�8!�@B�}��
�Z�A��y'أ��$��KҔD8O����DI�KyfR#�t�#�TVc%	f��B�N�
�v�B���(�$
�OL�K���o��G��I1��I��l��VX1�|H�L�Y���`Y(�WVn�\�`�5�Zۺ�+~")�@�P5-��^	�#���jRP���3$ak�B�w{�-����i�&\H�2!�f�<���YHwY�?�jO�8�$Ԡ4#�X�I=�a�r,%�e4%��	q$
J�n�1_�W�¶�l7�Zz����ꕮQ!;"43	�����kΊ�_��)ț����t�<7ԩ�ܑ�&�jݽ��BB��*�JH*3E�\�>��2$N���cU�T|2�y~77hq��[Y#6SW���8���J�x(���R�Hr�b@}�﵍D-�ݩ�>*�n*�t7�	�)�Y]�g�9��n�8�gm&��n�W�Z�ޓ��ie��M��֕U5��U��:�T�!Q�)u^�@�K��V�U�??'�)��z�Ξ�����?�NA���'���N`U��ĻF3�q-�����`�(��п�݋�_1���T�*m�
�c�������;J0C!�9��	yZׯ�ͤ��z/����l{�V��v�>�q	�za@)�}ht@2�ߐ�%&�r�^�����fu�D7�0�/痋u�ռ%T^�������s�
���o������hX�LHӿ�yZ�W����F��/���j����	׫�0��k�_a��W��Q0T��{���	U:�PY�k�Q�Gl���!�*F𸍬��mDml^�$)�M��j�+�w��8;�@�k�*�M������/��͒@U�U�?~�~�u��)˝d�%k���$�aф���NI	�\�k�8߿=<�O�?�o�ۻG�ph�ʭ�j7�?F�P?��RWY�¾�1��r�᧒��۷�']�%�>lo�<>����\QƵ�����J}�S����3E�/�Q��ϖe�Z��ؔs8d�_r�Ԛ�7(�8�y{��G	�H1������Q�Kަ��Iv��9�iT��q��9MaR
�x�i���*�+f@�:{��b�0���qc�{'����l��:9�+AZ���H;Tn��A���(���WE�Pyʚ+��t�K��{�4`�.�IJܑbq��9ܒ1��'o����U�� S�IyhO�rA�''�h�?rB���G�|��0����{)竧@'���񳔴^2薞�L�ra*y�z�V1?.:����Ӵ��$y!1Iqt<64E���
�!!7V_�7}��ջ�L5_t8s�x�M�����vT�j�K&�;����9�m7�IBٮ�R�ޙ�
G}�i^���h��r���E}�0��u�)κ~�;
��
�P#g�n�L��`�oɬ�fm��_m.���k����:9�VYٻ�ͤj(~�"0�hR����vh��z�8���o�P���-�hp��M���̌�2Cַp�X�bߎ#�;hg�u�����t8�t�s��;�ط�O�D< p��������U��&�ӎ���:�lZ��[�H�=���e@�Q(?d�y�؛�6EUx��� OIT>��*�!���a�Ȩ�S�g�zz��	9�XXQ� ��YA���}����9�#︳����������lh>���]�A��Kj��d�V�e�*���*���7��d[��?"
|+�^6A�X���=��K����G���^�@�/���H,��n,��;	����ϸ)��g�PK��s�(�*PKO�RBDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.yml�\�r�6��+pK{0���;�LvfꤗN�K	5��D��.@R"%Ғ<&C��'\,o��Ӗ3�B&�pB+K7`,�� .<�B9�-�9�����6�.���S��e"�EU�le�S��]_X?�`K�c�]�vy-j g���(:������+U�ԏ�~�dSV�0������Z�A�w��z��*�(�Z��K�!�d<�cV�{�q��-�3���?hi)�j.#6���h�R|P�����naP��1%�>���:*�uL9�@�V�X�&�j�}�+s��7%�J}7d�uL�J
�[
�d,��4v�f��]���Y��	��� ��9T��zu��̖Z�٪�h���/B���nX^B�4-������F���w��UDgĭ�%�Do	Wz	b�l�s@L�N�@*�p��$�=4?I��6��ö^�����D�r	�ÁU>^0sSbn�x�3u�e���c�k{J�N�L��[������/fW,M�[��)��a�)F��D������!��U qk��Y �u���"l���91'vϝ,�5��O�#�a�����st��"ƢB
��y��IX$����󁠥�������w��n���j�	-��·z�i1-���v��o���.�c�͆�+aH�Ӊ�I2]	�_OrG�LG��3f��Mܥ��3�}��,z�}�1?����wG'D.�<=4@ϝq2	+�q�_tM-��}���#�퉀����{(q�9����W���.�YM�S\�^U\z�M��Zsķb������."��&<�W‡�FLK�+�&j���WSpc��`���҉<a�����T����3f@;Z�O���e>���B���S]!��J�Ny�⃟y�6:䇃3�C�3t�iy\zZ����(pߵyN?7>
6z`I�c��Ÿ��.=m��s}��{��|q��ӻk�5�Tu7�Z����_�܈u�a�l�_T��u{N-"ճ�6Fw>8��Z�Wǝ�C���*�.�\��W��PK�l�n:[PKO�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�മ���&���Ŧ�� ȑM��$����Q�-%�M4(��!29��;����2�n8�V��l��
^��uYF��́rs���(�RN-]_"�=Ղ�������d�j���M�2K���	�!�^�l��y�3z��ꌯ�M��W�j�@�l�����]��}�]�8]��9���5�[���;UT�L�`��u����5����${�m���v��$�
���(��ъfBb���X�=TX�����Q[�X-���4Sg����XM��t�X՚�w(��k����+��F��/���j���t��'�x���� �",�͛T_ik�	)1�4���Ÿ��PH�l\�tbd�$v��MFB��$u(�D5�et�[��U��eWJ
���>�3�e�l[��j����n�=Tz��
�Ð���0��,mU�XiK���=�M�U�q=6�&����:V#̏���L��	}V��w�b��C"�;R�5��OGͿup���Q��*�5��7 �]!��0��p�Y[�,I}���ڸ>+N�5+�j��d�N��������/�����T
�i�����{�%��u�Q=���s�a� ������"�=�zV�@“Ĥ�U���I�n�u�'m�0�^oG�k���%2��M�4��v�I!�e
���x�>��[Q���NBU&:~������9��U4P�6V`ld���0���ɲ]YE&c�k��w�6`(������6t�1+;X�����:OZX�<��a o�$H�dq��@A'm��^��6n�c�pJ��Gm�6��'l���uΦ�BF�O�|t���a��R*��E�
	'�C������_q��u1�yd����`�oq��{	��Ӟ���'��{H�x4�xc�gEG܌>�ؓ�<#1�mc���P�/zqC��e��̳
��5�8�Ŵ(8M���x��k$������/
�?���9�8[8������2���s�j���>��ϓ�x@�<�R�Xq>kn��'sо��޻�Պ#�p�}9���:p5���a�W7`^9�Y�}T2H~PKuu�;KPKO�R)Definitions/resource-Compute-template.yml�VKs�6��W���@
)ˎ͛i'��;ʥ���R��*����F��uƹT���v�}��TJ#���g[r���V奮e;�U�d�LS�<�1&͖;�MX��ߤ�"I�ӓx-9���I�G��,��<�ER��	vu`^����DQ��ry���Ţ�.����iyJ"��pM)����� /��B��*G�L��3G\1��V�Pc���HC�ȓCTs�ޔ�i�lf�"!KI�G���3� �$�b9��,Cz���6<@
ύt-�d���Z:�-!�Y���[.�հ߃L	W���Ҭ�~f���=���ʂrP�Z��˘,�&=��Y�V;�V�R��޵f{����B�&mݎ!4E܇9v
��k�� e��!'d�Ο�H��>W�P��\(����O `]��n/?��>6����{j��[2��*�/0��:��9�ڛ73t�u����-�oڒ�0
fZ�|��M�6�L���^�\*��2��PG�-���j��(z���z��$���J����z7Ɔ��5��&�l����y��������j����t��6���G�UG��>��m<���(v5���C�V��92��c�G���������� �r%�������?�5�T��m~Z�L��m�Rm:1�q�48>�M4����������������ߚDoT�#j����/$��V���W��S�$%��m�H��G���0�f�����G��@�8	���֒
<���������vzՑ���A���_�jc�1m~mM�8Y�w��?��l�p�7w�5�?�QkS�LT������xF>����vQ�����i�p�C�|�ew{Ē��|s\��#��Px��q~��u��_��)�(3���Q��!����/C�C��������
�::l���ç/��6��v�7PK��0��
PKO�R,Definitions/resource-Novaserver-template.yml�WKs�6��W��� ՚ȉ��+;�;���#�v:������R�N�{wR����LO�/�b߾��z	Y��2*(k|6G��c$B|�4fK(u6�G%�!��He�����tu1'grp2�,�����w�''����	���7p
$��s�p���zPz���@��N�S����1(q$n��4"��SU� �r��/@8-�s�BM�%ș2�$����֕���W(U�0�G��۲�
cs�����=1+(By�j����e�N�
!��V�H%�R�:0�a�W��dJx�Y�)q��������ٹ��Q
�uXa�%�A(/|p�L��@I[�<9�/��o.�wOA��Һ� �4�}
xXV�����-!��F�4�$��'k2ؑ��e��+���N�`�H�ޜ߉o�������*Y��w�����'ʎ���	��W���@�~tԋ��\���IM$����G�Zve���ͻ�
&JSl�t�
�C�g����xh���֛\��r%��w��u{�GV��Ǘ_!�k��e��0�n�W?|��~�V�ҎO��( c���Q֜��2���{E�����vP!�-���i
�e/�L�4I��)�%�������q]e*?h��Ӽ3��i'�y�M���(<����^?5�ˊ$į�PjZC�1^�KB���[*f�sڮ.�dB�
����3,;��5B4�
5�r�����o��xR$y��cf�,�V���
����?��*�z)��ı��ѯw�w��,(��R���\�_3��aAgTք�v��|�oq����:{���py����P��yj�=�3[��-�D�c�]g�K��E�$�v���^�P������Gv��������^�+��~�X�O�\�O���!�a�����k�[��>��`,f�Q?��*lװ8tT��W�خ1D%�ך�G�x��$~�WV����t�����\��e�����v���҆��R�g��PK�����PKO�R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���n�0�����
2)��T��H��-:�K� � ��9\������>W�|��*��I{�C�C��bEm{��ִE[,&P��90��A�K���y�_J���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��PKO�RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PKO�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��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?��@@PKO�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PKO�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PKO�RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PKO�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���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~(PKO�RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ��Ȃ�#�܄)}'��-i�;��|�O�xL�o�9|��8� ���]e��W���$)�+i��A� �!����\fA^>����~u�"�u�0���`����<`ϓ�Z��Z�bh���1���Eů�/�#�^dL �s쬳�T�I��T^T
	s�OSb�$Q���P��+��7/��1�f�)�x�c�l��8v�0�VMUԁo�Db�>.a����k��2�C���}}�K���/0�'8� R�(��I歃�������ˎwp�'�w{���\}a/�h�
ܰ��x��曤�7^�	>�+
�� E�'T�޴|��}�(�z�gaZ�x�	�����Թ�ל{����I�M���,�<����msp�����Ů�@������6�S|
�r���
e+��]���.K{p�A
\ �����)���y
]�Ov�S@~S����wY A�"��������ӳS򬺬��w�';kl@���I���G�����)ܝH!�t'
ԈhӉ�u���u�y�d��QiҼ�w\c^D~���g��(�u� ۇ~�<�pD�0/��謒���f��ͻ�k9	�փ����]\����_o�������R/ρw� =|�u�@ �f}	n��0>E�$.�i��[R�R@-]p���G/f	hq�v#��r
O�^|՝<�]u���8��`oƟ/ٞ�!�s�" Sy�k7O>��
k����K7Ov�/(Q��TwOm��)'����m��S����"��i��w��ښ�l}M�?Lu�qo�a��?��;�J��N�D��?������ˮ�S#v�����3�Kߡk`g�ޡ�p���Rp�}��`��4�'���A C�L�n9�rn,Ҷ�$ˍ��=�'��k�Bi�P�Y�מc�"/�?��pY.)����5WWe����Hi6b2�w_��z�iY0i�%�����1E���x(*}xS� �(у;D�=��o��$�h�0-Nt�x�/p{�v�I�-[�E�$�Ͷ�l��]��<��!�o����QhfY)O�|��,Xk�/5�������.�ŝ$1Bx/K��E��N�,g�*��%T�G������M��D�^5�2��-,72��V�j�����eg0�7P~R 7u����H�p~V�z�y*dץǦ�H(�V�F���
��K�͉����۳������?d�I����N~��z&=�����ȭ�v!򉢇��[d�?kn�|�TC�AZf�"���/�Z���9��)�?knE3����>���΋���o�h���k�6���^��r����zO.�[w��I�����"��Y������A=��B�M_�Ct~�6?\�33�*���(���5~:ٟL@��v��x6��������������xL
M7��tyk�Kӱ?/��Om�|b�B1�I"ە�|��<�����"�m#�<%���S�s[o���p@_8��.~�%�$�L�:b���O¡��(y�`�In�Y�()A;].C�	���~��;l"�LħGp�I0g�n�)����iu7�&����7���T6��� h�H[�ɫ��E'b/+�&'s�ʭ9������Jϖ�M���I�--\d7O�A[a*	gOlt�[���8c?�-�?A�Cu��d��W��
&i��Hc��k!��y`�
�k3����X@wQ�snm�G������Sv��I�
���IL�������R8�s���.2'������8.�g����̝^�1��N>Yޅk`i�ϼ�� ��w��0��r���آ�i��)@W�� �8��<�v�59a��qr�˹H9���J+�k��ÀZ�;�/�A�>����V�i��L���\9\8�c�Z
@�A��*Ipֲ)���������y��P�*A��
b9�[��2�Fm���q��o�*�2d��"�2m�
_DK�5�hI�5�p��!.o'h��Ç�x�2>u<���-���n�Y��;:���Mgg<��XnC��U6n�1�gi���x�N{#R��ͬWX��L�^��p2y��^Ö_�پS�Zl2��M�����^'o7U�}/;mj�7�-���cOV����Ȗ<�
f�x���1��6q���������q�a��b�)�
Vwl�8��f��8HB�Zj-�$жt#�D�'+��N�f�Zv�_i�}6;��=E�����5��i_�7^����7��r���v�8?O�b>&����N�mD��{|zٕboH"ɠV�,\o�'$aI#ů�er�H`CZר�r.������3ZHg�D�qoj��vKV��nͷ����XJ*�ٟ�z���Y��#Sܐ�M٢��
��D�&��K�P�BK|�S��h�%�M
]�ڤb1��N�b��̐�;�8�2$Dm�����W�<�.b��@L���f�C�*3�a��:cX��VAIg�e��,#�BR�ϗ�\�r��jARq㮠�ϗZ�f|&g�%O�v���!�̵�Mf�!��h�c+W&�'���R��E�A�L]�up��pL�Y�������/O&P�i�`ѹZkIuw�cg�&�v��b�2����M�~��=i]�B�~%����l�.�(П������xqZ��O��2
Z�Pq_��6J��黟�eS��l
�q��͚<��������
�?6�"�6�/���he�3:��%9��a���4�ڹ�'/终��8´A:��JT�	6�٘��ɐ3\������Ԓpo�R��v�V�ٳ�uG>d/��Ů���r 
��zO�v�����6�Q�tp)e�����S=��{�$�^l��n#t�z����2��ۢ�Y��ʞ����
�\wvs5�^
 �8k����;�_��`a5��@��x�C*K��~B�a���#@	�|O������A${����0.ώ�d��Fj|A��ub���p.�zwv�p1;���vy�ezi���P��R���< ,���aI���wiN�<��= ��tFe�1�����/�C��؋��է�����������8��u��8��aェ��!)Wp��6���g�����^��N�ѣ�5�zZ���I�|{��L����9ߴ���o%�}Wv�c[E�糧(�:����0�k�������AA���Jx�nk��$�ȫ�K&6d�]oɨ
�>\�;����*`�>�p?��r�1,O/�l��#p�aC�4K7P�p0M��#`L=]l���.9HO�̣G�
d4��ː�H�f�g��$�)�'��!93�d�'r]A(1�͂U��J�tP�fʓ8�植x�C�L`gC8�}�o��U�N�Tj��`C+��@e�����'l�:,�cl�޴FL������P�o��m�C�;ŗ�:�oq1����IZ8%�B̴ؗ
�KV��JN�Z j}���Y6����(��5�J�!�W�w�o�p���y���T�Q�c��­�n�z���~���"^��|�1J�����hݝΜվ�28�0@Z����U��ټQ�^o��PD�X}�H��Kiz6bX��2�de(ǜ��>����� �O�d=q�bs�Ie"s�q�{��j���d�M��ܐ��Z�JC�1��yk!A-';E=py��!�g�~6�w�`����x�65�n��G��[ax�u��db�38S_:����[/nآ�V���[�,�6ZvFy��]�+�:�dasI}m�'x�͇���&M��ձ�R��0s���a_^�?�7E�� ����?��+
�Hи���憱�R㐆d$
F�nR�"I�MÞ�`�aQf9��O�si��Fq.C�T��`<�>i*@�kx��݅�M�r9���XJ�3M+���q/͂g��V�2�|��X�Wd�Ì�.����N��O �l��,+]�q��0\��� �e���x\�qtDoL��z��R��"��LN0�9m%��lF�
�uEz��q�S��0��ث�%�r��j�P '�Y�+n�
�\�Nik$���m���*2U9�r���E�>��<��5�������wW
�����Q��Lg��ފB��]��Ӯ����q=DH~,�2?�V���/+K�['\r���vV��3��>�I6�їG�8��A��q�sz�A�w�[�X���vAMQ�W9��J��_�PV\ϧ����/�
)w*x��=
��落E���2���Ӥ?H�E�JFE�փ�ks
���"iƷt"����WY�����Dd׀���>m��KS#Dg5�!!3�23+1O?p�l�D4�f��_<a1qΞ&�ݗ����e`�o@E�����uD��.T	�"�F)�
(��!�^O���C�Fk� ��.2�W�p�4\*��&�A�ޥ2����WvƼ�K��X)�!5���/�•�<
�o���w��ӌP���Lu,Q���Y��޲&��DǟtB1l��G�7���*	�
c��jOR���$Stlo��l�?�a��;��C�O!ĕg�#pE&$6',m�����/��]�$�������sH��l����EZˀ`�Z�!��\]�Q��K�����Rs������C����Լ*,��"��d��V�2^���k?�~�7M��J뙂؆�Y���F��,����^��E�;"2&���t��v�]�Q��4�
��������9(���f���+ģ�N�C/jec�6��Ļ#g�ߎ��,�g�k�-ݴ����2����d��x{~�@�^'x�H���~N��{g�2�C�\�2�R���G�\�����a̍��!k��C
6\_+I�CN[��K~�!0۾�6O��}>>�pY���!�U��?k�f[W;����7�}��u��3|�R����!��Zr���������~�`-�&�w�U+���bk�jǰ�~��J�?�־���El��\]b�s����&���AA^*����Rŝecݞ�a<�q��*�4�9s���[h�)�+���^�$�^W�"�HHڶÈe�T_4M4��u�-n�E(-�6J��^QM�:�Rꁃ����Uq��*�T�t�¸�S�U&�wU��E
X@6[o量��ﮢ�R�W%6������Z/O_��էd �3�>�B|�.�Ǿ�Z�⍴tI�#4x_�)�-�aU]�4��5N�m�LUv0����7WN)\J!����t���\��Kq�M�mip��7����RTJ!��{��з.�[���1Ak�"��ˊ��1�r�S R��p7>[�7}��T�My-�ᄃe�$�Ǹ���Z�H��y�+�$d�_��S+8���X@wQ����Ȃ4�K��L���G����Y�Ąx�M���.]����h��Iӯ�7�q\n���ٙ;��c�wҟ�O���T�ׄ���?_�=i�V�)!g�i�#8��<�v�59�{p��9.�"��8������l-��j8m[Hm����nƠ�qk
�x�����Y��i�����o�lκx��m�l]n��	�#4�y��zZQg�4�ٜ�B��[9?^��Q%�M�޸��;��X�y}l�kt�u����r_Pv�I��"3Vct,���[����r}�:�0��1�@�Pv��4ۊ��Aw �����36e"�3�6��Ҕ����U����"m/bЕ/��;���P/((S�oص>.�>��5^Mz�0��Nhա5�v��@��/�&�zO}��=
Z���wW�-LAN���"��}�Y�Z\S(W��=�K0ǚZ����I�*̲$���w��J�� A�_n8�EQ�K�����ᾌ��Y�'c�P��Y��\��1�U������9�����$��$�=wHD�V�3�I�����"�j�j���L�N�7��$���5A��ey.PЛ�#�z��V�w-d�NN�4Jx��y�}K�	�����}Fb^9o�!�۴Q��
|��C5�$������nݢ�J�4p�`o�t��?|��p�3��aCyk�M@�U�*-��h��6#PUw�O}�$Y���[�<������'�;���	�a%R���#��@���VF2�a��ȏa�����jc����M��,�l�yӸ1�Z�q�C�t.bXg�I���J���NUldzٞ|*�>��I��R���M۴�:.�6t>c�oKgg���-W',���3|y�
mÿUgp�},�r�&��~?��՘8�I���{��/��{�yMx��d��&�ɕy�}&�۔���E+�z���;8q�>i����exBH-ڧtz��wsG|��«�v���F��닙Q��-��rN���dr�ğ&��eӆ�0g�kcV��|z�}�K�m5d�4:B�sg
�?iS���M����A>��4�I��3qn�� ��9�N_��HB#f%�c�;"���5e�������u���� �����=�0��2��D���%q�g_,�ۚ
X(wB�;q�C)�^P�)z�)�<�Y���O!y�9B���OИ�]��:x�[��֋㔘g����KM���&�g��{鑫��
�XKx�c�P�}T��jC��"���Ew�uLd� �Xc+�q!Q#�Xd?U�(�'=����|����
�L�zw9//�L�3$Y�&�� �L*�N��A���wT�X�}�����b�G��G��G���E�D��H�y�V�(�!A3j���*gbc5b�^���`�Mz�m#�~!�8J�B,��Y@�#��$�KR;8���W0�[��E�'9���N+�1���^zD��`�G����^�E�?_MKz{r:q�x˅��5�m+$�x+RIY��klX�����jH��&���]n#�@G�v�p�vop�p���š����@�$m�z�������Y�O|\�����᲼ί:��f#������dw��J��ja���O�v���e��/\�������s�L��"d;�b[
��1�_s".�b���Ҩ��Л���,�s��[0V/)J��ovG�x�G�f�.TP[ ��a��8��&�_
�|�La��&bC���3�9��4
H[5O
D`��Xf��g)�A����|�����E�3?$�� tP�8�0�u��X�Q�Gvr+�
V�|�,����Y�a��7�~���}��϶Z�A)�j�6���c���o�?���T�����9T@�M1��j�]�K}�A���'+ci�]�ߠ2�"1&X#��A�Xx�ƅ����J��E���T
G��__��+���ZE����b&��I/�����D-F���La2��T^���QP����jm=��7��bŊ����Q4j��2^pMp#6�v���H�����3M(��^1S��`9���U�����q����.XǗI0
�+,k�GsJ��IF�;Lk�G����v-�f5%����[��Ȧ�j�O�0��K��R�9����-�rRؗ�$KW����ud�0�3�D��9�&Irt?�2‚d�1g���p�$۰�%�ӝ^%��]!�9�)��a���`�/��Q��M�4�K%9��H�/ŷX�$�o�t�1��fa���.^�O:�h:�@��\@�FN�8��UϢ��X�g����@Q�bm�p��O���vh.���/ߋ��_����)_Q����wi��-�$��ŝ1���J��d�1�q<���4^{D�^��j�u�D�L��OH3gAhB؅y��:��`	P�3w#�Y,[������E�:�Đ��b�ꘇ�t�W�`�hũ'wlҦ�MWK���Y���+kt���B��}�
Ӽ�幂2v/�6`U6�
_�z�]�hyF7��*qGF9a�\��*�`>�U��m�u����[/�z[N���� ��I��F�}&�N�Z���H�U�N��*瀄Է[�rN��,�:��>����^�l_��7@��1���4�՞}	�6��	�X��[�x��
[�wH���������S���	.�2,.{�u��JC�o�!(�#:�eÔXt)1	Ȓ� E�)�D�6i	�<�	����U!�%q�mw.��v3�upWe��	��]�Չ�^����F��d Kp�B���(��;��_�\2�%Q�xKR��T���~XS��OR�����l�yO���S�����M�ɩ���Ғ�҅�[�,��=;���U-/>��L�1������_�m�9����`�:��.wp�m���wp30q��9����y�*A���;6V�g�����-�� ���A��t�ó�W[L�f���ug>��op���Һ!n��u��E៴����0S�x؆mK��)gl�%Y��j�I�W����RRB_�F��x����0���@c�r�Ph!Ё��ߺ�ͩ��7D)%īK{S�Poàă(*H_����rv�TPv,i��aA�׺�t���N
�e_����t���L\(��1�U�eK���!��;����q�V��s:%9שּׂm�M��x6~x�z1��Ҹ�fWް��T8�G[F��p�R�/�"��>��ۜ�U�
槓y��.i�)A�T#�O)�E�pK�����"Xa��"�5�,'��~q��F`*>��qTU�@�?;
,S��"���6q�N%c҄Xo�V��;TY3����ٗ�*4�3fV���uYn���J�J�Lk�|[�T�U���mjD��;��uJwv�l�rG�����L��BE=�ìr�Jn��P�H��XN�>)+�=J���ڣ0�������:^���cXZF��y�Z���p��5'��S���X!���x5��Ђ���]��a2�%I=X�[���Ay.���Tm~0�G��R����yu�P��Ȇ�n�<�͠.���8K���G4���*�ٮD���y���v�)�0q��������d���H�$B��f,�\�\���kQ�+��S�[��$�˲a�����y��Y"҆%�8�E�@Y0����y�G�+���)�!"B�H��d�3��燉>��#�_���K��\�J�,k��,��+�ý�C��qr���~nqPF0�ß�=�ӯ��nb�Yı�lEb�vm컕u�l��V�Y����ꠃH�v�Ӆ�.�2D5�EN���Q~��I�u�Y��2�
�[�ȉ����@B���,��O�N�xt#;�֣i��;{*��w*,7/��,�9Q�}�̱\���]��HhH�חo��v8��L⥢�SjM�Ħ�uY�B[E��'_����b&g���E"y���'�M�����.sIo���ǵ�vĴ�2F��բ*ģ�
q�S����_U���+5�և�r�5���P��T^��f�21���w>�l�6T��Gm3���R�1[Q���B�5�)b���l�� q��^�$�і*H�	�S3�M����)�[�j�K���~O���M��#^V}��*���%��$xH$'9�Yx(#��F��)dQ�H���W߮z�J�/nZXaZ'�ځ���
4k�θ�$w��-�V�I�EKu���>��)� ;��Z�\���Rb��(ÏZ7�|2�+�(�'��D#J�$:~PlN>=�Nǡo].F����	�f�9�fZ;͖0�/��b��原R�_q�q�9�e�X�ix���[�8��G-Xa��[�&+]��ڞ[�f���R)ң��w��7��^����UmUN��l<���5��.���H5Ɉz��1
���"�]-���
,��Z�ײޅ�#�J%��	>Ey�ݝv�/F����I�`�ҭ��o����_c�g��FX1|���W��J�L��K1W���*ˡQ�>����Y��|8��s��>V=������Ĺ����q�9lVꖻ�;�u��)����NU	R2���O��k#x��=A�����*\禅ți-��w|6���cå�U8�<,�?*�b嬤��M�*���5�藫~��|ٳ�A�H�
�F�ܐ{�|��Ņ�����yhpn�3}�UZj@W�E�0�WU��Fٝ{��y�,���#˦j^��`D���T����n>ú��jy֕T���i$P���������/�8;+{ۇ�C9O�D܄J���7Z�𚶐�lJi���`�5i٬��ۿ��*ۆ����|�%#oD�Ѻ�A�a�(�6E���J�-C�eIB��2�ԴO�.�;�Ǔa���`�p}��X������w��d�� �� NW�1���Ћy��v�'t�P,a���6�ڛތ@�M�.p]xRFc1z�6�0�*���������.ɻ��&Ti�ϸ?v����(����z�����i|��R���K�R��ǶW
�B��)E@�i����%�m{������>���0N���1�\�Q^Oų��[b�w4HY,�v��Ρ��L����L򰹇�5��S�*
z�߁��<-�*[$��%Q������m�jE�� �HOI��[$.�,��Jo�	#?�`�x��-�4�(���s�_��e��gc���{z{3w���ԗ�Ϙ+mAӀk�OO���acyӆ�@1ҟ�O����F)J�{����Uv����,�@��"�lݨ��۬@�,�]^9��lm��������ĕ@�?�`��+�����.`($M����	�����1�3���_�Aw�p2��A x~?,Ty)�f�.,$T��DC0��4Z��a��a��.s��Ȕ,҇E%qt Y�h��Q<"+�7�.Z�u�^��r���A�;�3�H�K�J�
(�B�,nӆ-�h�-uA@�l����	��muw?���I�n���҃���;�������U#X3\��u�zVmzA*M�d���������Ļ��J�0��������cXMnq2�[���'����	=�X��'��-NF�jl�`e\n��[���Z��G�s�����:<�w�_y�>��ȑ�1Z�8�hqpL�*vqDL�B_ -�~�y��kl���Z45��0&uD�����KZ|a煮���([E�F�(�1y)j<���+�x�m��E�,��Ͼ$5�j|����s�ƣL��B�2�TY3�˿��.�G'ң�݃GV���jt
��N��F�)[+%�֚�L����l9z��Y��]��żd�0|�l��gE������%���r�o���B*������l-u�g�umy���2��,z��F�8�}�&�Sv1�>�<�b���
��9E��<�~���pnQ����l�%0)��9����J�TUA,R�-���50t�!��y�
�V���_N����4s:90��/��b��`O���W��@�PUM��|!4B"�S�5���Ri��e	��8�`�����'E5���V=�Q�L�/z��|O7���IN��Mr�n���t��<�Mr�o��7v����䇳��ą}��%o)0�TS��#�����80�
����
{
��O՛nk	��x��~���e>�?��M�wLZ3�@k��݄�'j�ɷ!�;�*{
WNS�c7:���zOFS����8~�ɬ����jeNH]�e�&����6Q�|5�����PK��--6v�PKO�R?Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txt�S�n�0<�_�?7i�t)bv�֮7����H���חZ*�,�@yv�������9�w�D'��	|l+��[Qb��$��ʞ�є�%Zi�r�Ԩ�ڀՙ{�2��c��hl`&p=���+�;� b2a!��4	���[|}+�rThH2?c���,��i��}Ģwճ�iw�A,Q�.�b��ȵt+·��F��M9���)?�]��
rMO�6"��0���W�3�������'��o	d��8�����_�C��&)Xϧ
�"f ����J6�5�~�<�oJ��H����e6��Zؾ�����f(����z7�s��K;!D�Cfa�`l`���;�t���$��.l_�C�sz{n�F��=%S�s|n��Fse}z�V��K�&�m������
MM6�-�%�1����KC��͖�bvk�
?��'4y�W���M���8~i]�o%z��2Eӭ<(넒8�D�Ŕ���_�PK&��PKO�R)Artifacts/Deployment/HEAT/base_dummy.yaml��_k�0���).���:T�`�=�u� U�1�V�����	i,��w_�Z�L�^�C����$��^Oj�'a4��������R��܂�T���������������!�����7K,J����@Ma��r���߉^v9	��=Z�d���s�1�q���~����
����p,�Z(���-FG���:�k�
�QL��U���Džm�}�0�B
�ѢH�>c�(8dU�GW�����Hb��S��)�������aQ�,ͷrN�&k7J&q.�:�+>����|�p��"g)^�8j�\C�_�T��v�I�*��^�bd�C���k��}30�(
e�(�P�้�R�6�9��?����`ѣH��Ś�����ձ������;�&�qf��wi9>۵a������t��p��F���PKI@�>��PKO�R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+�m
&�K6�{K���i�y�0nFJ�L�I�TNXv�ZHOõw9�β a�*��AS���~��G���͑��;s��RϽ`]�sY.h��>���.�W�PK,�P{y�PKO�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU��� D�q�W�4�P~��q�&������M]Μ�̈Ñm5
-n���Byv�Z���>&h�O}��b
\J@�����`c&Ay�Z����y��8GW+9�|�8�|�Ѩ��8��;E��g��CU��d�qO��RA6x9!�PKT:�X��PKO�RVArtifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgz�
���ko�8���+xJi{��H\�{������(���h��TEʉ/���7CJ�,�q�6)�p$j83��<���pq�~�����;�w�x�������޳N�������e!S���<�S��t�o���(coʢ�O�L�#�0����ڿ�{
���q�����n��yYV�'��R�Y*ђ�)@.�L�Qƣ��	IhpA'Ly��8动,Id���MD&����`
دH�"���A?=��S�&�U
��i�
H�8�g$�r�	�m�k�w��Ҷ�-��6��j&�%��/KȘGL9/=u���^������zNS.3E���a��?Y�����-49�L2dm�G[��`��`JS��i=�M�������E��O4��,U��>�u�$�W��u\'d*Hy�M�[�OH$��B�2%��F�L��3�����
���������	Dm��|P�g����k꿧���ON?�y�JG�o�;�����n���O]���4�SF �G<��ٿ?�#�9I3!��ϊ��%���\_��F���2�<&�(�����`�TLٞJ�������
q	)�=��֩���52ڮ���(�����mx6�]h�w��nќ�c����r����߆PܺqKg<`��'��cWX����ã������_@4� �VS������U�;Y��ܐ�$*)p��x�����'r!n\�sWH�� �BF\��8�"��q��	v<���D�W	�!<��Ut�<�hf���L�1�c;��^(j���I��FT,�K��|r�a]1'�^��%cvIb.2_�&��\%I��������g�Y�$3PA.q�bz�q9���΃m�fi]n��Ni������ϐ��M̖l�s]�4��p2�.OnvV[J�5{������.K���p����瓷�j�Hdx�y��w��R=.��qUO��^���5*g���ݵ�3MC���]���+�}v{�����ΛN��6�YZ
�.t.���i�T��iH�5�4�Anc����ϰ��e7D�仭7�x����{�&�?	\_�_��}�4�쁠�Ǩ�`
��m�����U��H����,='�k�����yU��F�H�n8*�b���1����%�n@^�G�e�1�"n�$�S��t)�	���qoN�d4�cE	����s~c�����Ǡ C]OI�\�����M�x.��j�{Y5qxr���,0����1n�a��DqЮ�M�KE���9ȩ0���k[��B������g���^
�h^�lᡬ��M+r.�`�,Gԅ�K�0I��c���Z�(�F��}�,[��4�*fEWɷAФƴ�<�XP��h�y
��v0U]��|��2��ݿ����>h�?:5��P��!L9��������������
���'���/dH՞u�.B�.f�SԱ>Ԡv�w�2M|S�Yi�^��Ff�!x.�iۄ����8�谾t�W�	���T�	[��r�3�T����qpm�DW1�{y�̄�\P�L�>̩ػ���AE_3���si*�E���&Ѿ� �n�R�h)P����LX�J���>q+V1Mh	�/��q�h峦\��)
az%u�dh�'Y|\��l��ս����[�P)n�����}OR�e #�|<V�E|��ׇ��en��W��:%X���]o5lk�A]�G��`�����"��䟊G�P��O�H�W�����E�)Cv�;]�Vm-yV�U�Y&�/�o�F��\W�_�ܟ�&ZF,5{�dSi�*N��_l�~ϳ�
��W���^���Ov��=L�'���̏�Ւ�]i&��䙢�8��n/-Jn?C%q��f�BH]u�J�����{+'6��1�=N����r�S�9��+!2�S9ٱ�2c��dR��aˤ e�d������r �d� ��PVv�Ü��f6g0�R�v����M��	T	x�����|�d�܂:\ͧK�]S+�_���f�S���S���n��j�lp΃S��c݇��KK��c�J�����;���z���W����i!����j�?T�?z�6��`���N�G�����������ݽ����9��o�07(lh(�{s<�����;�H�Z=N�m�"�jP�PY�kj�
0N�:��AU*�d5��Ů((�y�hT$	S����p�J�
���KZ�h�*ܶ�B�6fN�kc��E~óˌ�k������
�0�x�8',wr�i�$�Qf̞������m{C:�J̼�Ş���y	&���R�H�HU,?ZUxm�H��T
��Vv�q��T�*EyETL��{.8ZŃم3���\R�4�J�L���tcE��m���\�	�
���@0�h:7�#h�Ҍ�� KA����LM�N��/'��FA��u:q�5��n��{��x�}{8K�ch]���d��bc?����@
4�@
4�@
4�@
4�@
4�@
4�@
��[}PPK����
�
PKO�R�R�B4E	csar.metaPKO�R�|���kTOSCA-Metadata/TOSCA.metaPKO�R��	}6*<Definitions/resource-BasicCnf-template.ymlPKO�RcGV=72^40Definitions/resource-BasicCnf-template-interface.ymlPKO�R��s�(�*8�Definitions/resource-BasicCnfNodesDummycvfc-template.ymlPKO�R�l�n:[BWDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPKO�Ruu�;K/5!Definitions/resource-Globalcompute-template.ymlPKO�R��0��
)�%Definitions/resource-Compute-template.ymlPKO�R�����,�)Definitions/resource-Novaserver-template.ymlPKO�R(�ěP?��)��Artifacts/Deployment/HEAT/base_dummy.yamlPKO�R,�P{y�<r�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKO�RT:�X��4U�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKO�R����
�
VD�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPKM�
2021-04-07T03:02:51.239Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-07T03:02:51.240Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6738b129-3764-45cd-8f9b-babfe1306804/toscaModel|INFO|500||InvokeReturn
2021-04-07T03:02:51.243Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-07T03:02:51.243Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-04-07T03:02:51.243Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||VFCustomizationUUID= ad18387a-de11-4aca-b3c4-8a53d08ea1c8
2021-04-07T03:02:51.243Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ad18387a-de11-4aca-b3c4-8a53d08ea1c8 matches Tosca VF Customization UUID: ad18387a-de11-4aca-b3c4-8a53d08ea1c8
2021-04-07T03:02:51.243Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||vfCustomizationUUID: ad18387a-de11-4aca-b3c4-8a53d08ea1c8  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-07T03:02:51.246Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:51.246Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:51.247Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||resource request for resource customization id ad18387a-de11-4aca-b3c4-8a53d08ea1c8: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-04-07T03:02:51.247Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b6ee8da
2021-04-07T03:02:51.247Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:51.247Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-07T03:02:51.248Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f160864b-0ada-42ea-aa9a-9a11549bb4ca
2021-04-07T03:02:51.248Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f160864b-0ada-42ea-aa9a-9a11549bb4ca
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-07T03:02:51.250Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:51.250Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-07T03:02:51.250Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T03:02:51.251Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:51.251Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-07T03:02:51.251Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T03:02:51.251Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:51.251Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-07T03:02:51.251Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-07T03:02:51.251Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4754cdb2-41c4-4fde-93b9-a031b69e7364
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-07T03:02:51.253Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:51.253Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-07T03:02:51.254Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T03:02:51.254Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:51.254Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-07T03:02:51.254Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ad18387a-de11-4aca-b3c4-8a53d08ea1c8
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-07T03:02:51.256Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:51.256Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:51.256Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500|| resourceSeq for service uuid 71f07cae-94a3-44cd-a65b-d5e402ccca6e: basic_cnf
2021-04-07T03:02:51.256Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:51.256Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:51.257Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:51.257Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:51.257Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:51.257Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:51.257Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:51.257Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:51.257Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-07T03:02:51.257Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T03:02:51.257Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T03:02:51.488Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a9ba0b32-3ae8-4bff-9501-ecd44e63594e 1 ASDC deployResourceStructure
2021-04-07T03:02:51.488Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-04-07T03:02:51.488Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-04-07T03:02:51.489Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-07T03:02:51.489Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:51.490Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:51.490Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764571488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-07T03:02:51.591Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:51.592Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:51.592Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:51.621Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:51.622Z||pool-83-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:52.491Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-04-07T03:02:52.491Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-04-07T03:02:52.492Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-07T03:02:52.492Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:52.494Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:52.495Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764572491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-07T03:02:52.594Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-07T03:02:52.595Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:52.595Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:52.604Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:52.604Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:02:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:02:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:52.663Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:52.664Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.664Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764392681,
  "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-07T03:02:52.669Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10053742-664c-4418-8c9a-b62950b5cc78
2021-04-07T03:02:52.669Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10053742-664c-4418-8c9a-b62950b5cc78 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-07T03:02:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "policy-id",
  "timestamp": 1617764392777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:02:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.676Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764392870,
  "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-07T03:02:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10053742-664c-4418-8c9a-b62950b5cc78
2021-04-07T03:02:52.679Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10053742-664c-4418-8c9a-b62950b5cc78 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-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764390464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "clamp",
  "timestamp": 1617764387719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617764393465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617764393691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.683Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "policy-id",
  "timestamp": 1617764393780,
  "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-07T03:02:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10053742-664c-4418-8c9a-b62950b5cc78
2021-04-07T03:02:52.686Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10053742-664c-4418-8c9a-b62950b5cc78 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-07T03:02:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617764393884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T03:02:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.690Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764390464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "clamp",
  "timestamp": 1617764387719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764390464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "clamp",
  "timestamp": 1617764387719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "aai-ml",
  "timestamp": 1617764395061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764390464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "clamp",
  "timestamp": 1617764387719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "aai-ml",
  "timestamp": 1617764395061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764390464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "aai-ml",
  "timestamp": 1617764395061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.691Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764390464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "aai-ml",
  "timestamp": 1617764395061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764390464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "aai-ml",
  "timestamp": 1617764395061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "aai-ml",
  "timestamp": 1617764395061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764400870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "aai-ml",
  "timestamp": 1617764395061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764402578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "aai-ml",
  "timestamp": 1617764395061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.692Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617764403581,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T03:02:52.695Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10053742-664c-4418-8c9a-b62950b5cc78
2021-04-07T03:02:52.696Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10053742-664c-4418-8c9a-b62950b5cc78 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T03:02:52.702Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.702Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "aai-ml",
  "timestamp": 1617764395061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:02:52.703Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.703Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.703Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "clamp",
  "timestamp": 1617764406504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:02:52.703Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.703Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.703Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "aai-ml",
  "timestamp": 1617764406617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:02:52.703Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.703Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.703Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "clamp",
  "timestamp": 1617764407527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:02:52.703Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.703Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.704Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "clamp",
  "timestamp": 1617764408530,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T03:02:52.708Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10053742-664c-4418-8c9a-b62950b5cc78
2021-04-07T03:02:52.708Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10053742-664c-4418-8c9a-b62950b5cc78 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T03:02:52.787Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.787Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "aai-ml",
  "timestamp": 1617764412053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:02:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.788Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "aai-ml",
  "timestamp": 1617764413057,
  "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-07T03:02:52.793Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10053742-664c-4418-8c9a-b62950b5cc78
2021-04-07T03:02:52.793Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10053742-664c-4418-8c9a-b62950b5cc78 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-07T03:02:52.805Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.805Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3691229e-3c5a-4cb5-be62-78411a76cdd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764435911,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-07T03:02:52.805Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.805Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.805Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.805Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.805Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.805Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T03:02:52.805Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.805Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-07T03:02:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-07T03:02:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:02:52.806Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.807Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.807Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764332644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:02:52.807Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:02:52.807Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.807Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764444334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:02:52.807Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.807Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.807Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764447605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:02:52.807Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.807Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.807Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764448922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:02:52.807Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.808Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.808Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764450122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:02:52.808Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.808Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.808Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764451487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T03:02:52.808Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:52.808Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T03:02:52.808Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764452491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-07T03:02:52.808Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:02:53.495Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-04-07T03:02:53.496Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-07T03:02:53.496Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T03:02:53.496Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:53.497Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:53.497Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764573495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T03:02:53.598Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-07T03:02:53.598Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:53.598Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:53.607Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:53.607Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:54.502Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-04-07T03:02:54.502Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-07T03:02:54.502Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T03:02:54.502Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:54.503Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:54.504Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764574502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-07T03:02:54.604Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:54.605Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:54.605Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:54.614Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:54.614Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:55.566Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-04-07T03:02:55.566Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-07T03:02:55.566Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T03:02:55.566Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:55.568Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:55.568Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764575566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-07T03:02:55.668Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:02:55.669Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:55.669Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:55.678Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:55.679Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T03:02:56.569Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-07T03:02:56.569Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-07T03:02:56.570Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-07T03:02:56.570Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:02:56.572Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:02:56.664Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764576569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:02:56.672Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 7 ms
2021-04-07T03:02:56.673Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:02:56.673Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:02:56.687Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:02:56.687Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-07T03:02:57.666Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10053742-664c-4418-8c9a-b62950b5cc78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-07T03:02:57.675Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10053742-664c-4418-8c9a-b62950b5cc78
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-07T03:02:57.678Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-07T03:02:57.678Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-07T03:02:57.678Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-07T03:02:57.678Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-07T03:02:57.679Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:02:57.679Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:02:57.679Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:02:57.679Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:02:57.679Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:02:57.679Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-07T03:02:57.679Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-07T03:02:57.683Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-07T03:03:12.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T03:03:27.684Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10053742-664c-4418-8c9a-b62950b5cc78 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-07T03:03:27.689Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10053742-664c-4418-8c9a-b62950b5cc78 and serviceModelVersionId: 71f07cae-94a3-44cd-a65b-d5e402ccca6e
2021-04-07T03:03:27.690Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef98e939-12f1-4ee9-900a-362209203bbc
2021-04-07T03:03:27.691Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef98e939-12f1-4ee9-900a-362209203bbc/model-vers/model-ver/71f07cae-94a3-44cd-a65b-d5e402ccca6e?depth=0
2021-04-07T03:03:27.696Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-04-07T03:03:27.787Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef98e939-12f1-4ee9-900a-362209203bbc/model-vers/model-ver/71f07cae-94a3-44cd-a65b-d5e402ccca6e?depth=0|INFO|500||Invoke
2021-04-07T03:03:27.787Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef98e939-12f1-4ee9-900a-362209203bbc/model-vers/model-ver/71f07cae-94a3-44cd-a65b-d5e402ccca6e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef98e939-12f1-4ee9-900a-362209203bbc/model-vers/model-ver/71f07cae-94a3-44cd-a65b-d5e402ccca6e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10053742-664c-4418-8c9a-b62950b5cc78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0deac318-9964-4283-90b6-1dd3e29b239d], X-ECOMP-RequestID=[10053742-664c-4418-8c9a-b62950b5cc78], X-TransactionId=[], X-ONAP-RequestID=[10053742-664c-4418-8c9a-b62950b5cc78], Content-Type=[application/merge-patch+json]}
2021-04-07T03:03:27.808Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef98e939-12f1-4ee9-900a-362209203bbc/model-vers/model-ver/71f07cae-94a3-44cd-a65b-d5e402ccca6e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-07T03:03:28.123Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef98e939-12f1-4ee9-900a-362209203bbc/model-vers/model-ver/71f07cae-94a3-44cd-a65b-d5e402ccca6e?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/ef98e939-12f1-4ee9-900a-362209203bbc/model-vers/model-ver/71f07cae-94a3-44cd-a65b-d5e402ccca6e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210407-03:03:27:866-53976], vertex-id=[192736], Content-Length=[0], Date=[Wed, 07 Apr 2021 03:03:27 GMT], Content-Type=[application/json]}
2021-04-07T03:03:28.123Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef98e939-12f1-4ee9-900a-362209203bbc/model-vers/model-ver/71f07cae-94a3-44cd-a65b-d5e402ccca6e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-07T03:03:28.124Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef98e939-12f1-4ee9-900a-362209203bbc/model-vers/model-ver/71f07cae-94a3-44cd-a65b-d5e402ccca6e?depth=0|INFO|500||InvokeReturn
2021-04-07T03:03:28.124Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-07T03:03:28.124Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||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-07T03:03:28.127Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||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-07T03:03:28.128Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10053742-664c-4418-8c9a-b62950b5cc78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-07T03:03:28.128Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-07T03:03:28.165Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-07T03:03:28.167Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T03:03:28.168Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764608128,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-07T03:03:28.268Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T03:03:28.269Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-07T03:03:28.269Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:03:28.282Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:03:28.283Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-07T03:03:29.179Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:03:29.180Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:03:29.180Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:03:38.712Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:03:38.712Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:03:38.713Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:03:38.713Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:03:48.247Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:03:48.248Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:03:48.249Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:03:48.249Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:03:52.646Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:03:52.646Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:03:52.646Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:03:52.664Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:03:52.664Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T03:03:52.664Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764453496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-07T03:03:52.665Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:03:52.665Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T03:03:52.665Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764454499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:03:52.665Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:03:57.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118
2021-04-07T03:03:57.843Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:03:57.843Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:03:57.844Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:03:57.844Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:04:07.379Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:04:42.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T03:04:52.644Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:04:52.646Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:04:52.644Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:04:52.646Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:04:52.646Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:04:52.646Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:04:52.668Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:04:52.669Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.669Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c3f7b72-de98-4ade-9821-6ac25ead6eed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764546032,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-07T03:04:52.670Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:04:52.670Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.670Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:04:52.670Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:04:52.670Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.670Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-07T03:04:52.670Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:04:52.671Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.671Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-07T03:04:52.671Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:04:52.671Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.671Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-07T03:04:52.671Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:04:52.671Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.671Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-07T03:04:52.671Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:04:52.671Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.671Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:04:52.671Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:04:52.671Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.672Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-07T03:04:52.672Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:04:52.672Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.672Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-07T03:04:52.672Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:04:52.672Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.672Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764547046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-07T03:04:52.672Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-07T03:04:52.672Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.673Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764561065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:04:52.673Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:04:52.673Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.673Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764563272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:04:52.673Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:04:52.673Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.673Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764564760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:04:52.673Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:04:52.674Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.674Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764567057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:04:52.674Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:04:52.674Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.674Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764568814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:04:52.674Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:04:52.674Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.674Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764569968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-07T03:04:52.674Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:04:52.674Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.674Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764571488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-07T03:04:52.675Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:04:52.675Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-07T03:04:52.675Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764572491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-07T03:04:52.675Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:05:02.187Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:05:27.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T03:05:52.644Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:05:52.644Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:05:52.644Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:05:52.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:05:52.646Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:05:52.646Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:05:53.181Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:05:53.182Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-07T03:05:53.182Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764573495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-07T03:05:53.183Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:05:53.183Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-07T03:05:53.183Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764574502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-07T03:05:53.183Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:05:53.183Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-07T03:05:53.183Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764575566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-07T03:05:53.183Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:05:53.183Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-07T03:05:53.183Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764576569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-07T03:05:53.184Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:05:53.184Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-07T03:05:53.184Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10053742-664c-4418-8c9a-b62950b5cc78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617764608128,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-07T03:05:53.184Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T03:06:02.193Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:06:12.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118
2021-04-07T03:06:52.644Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:06:52.645Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:06:52.645Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:06:52.646Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:06:52.646Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:06:52.646Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:07:02.184Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:07:02.249Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:07:42.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T03:07:52.644Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:07:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:07:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:07:52.646Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:07:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:07:52.646Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:08:02.192Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:08:02.192Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:08:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:08:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:08:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:08:52.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:08:52.646Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:08:52.646Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:09:02.198Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:09:02.198Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:09:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:09:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:09:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:09:52.645Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:09:52.646Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:09:52.646Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:09:57.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T03:10:02.202Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:10:02.246Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:10:42.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T03:10:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:10:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:10:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:10:52.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:10:52.646Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:10:52.646Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:11:02.182Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:11:02.183Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:11:27.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T03:11:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:11:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:11:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:11:52.645Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:11:52.646Z|10053742-664c-4418-8c9a-b62950b5cc78|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-07T03:11:52.646Z|10053742-664c-4418-8c9a-b62950b5cc78|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:12:02.185Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:12:02.247Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:12:12.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118
2021-04-07T03:12:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:12:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:12:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:12:52.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:12:52.646Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:12:52.646Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:12:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T03:13:02.204Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:13:02.204Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:13:42.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T03:13:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:13:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:13:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:13:52.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:13:52.646Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:13:52.646Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:14:02.185Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:14:02.184Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:14:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:14:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:14:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:14:52.646Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:14:52.646Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:14:52.646Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:15:02.245Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:15:02.248Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:15:12.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T03:15:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:15:52.646Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:15:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:15:52.646Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:15:52.646Z|10053742-664c-4418-8c9a-b62950b5cc78|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-07T03:15:52.646Z|10053742-664c-4418-8c9a-b62950b5cc78|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:16:02.199Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:16:02.248Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:16:42.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T03:16:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:16:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:16:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:16:52.645Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:16:52.646Z|10053742-664c-4418-8c9a-b62950b5cc78|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-07T03:16:52.646Z|10053742-664c-4418-8c9a-b62950b5cc78|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:17:02.183Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:17:02.245Z|10053742-664c-4418-8c9a-b62950b5cc78|pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:17:27.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T03:17:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:17:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:17:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:17:52.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:17:52.646Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:17:52.646Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:18:02.185Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:18:02.186Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:18:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:18:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:18:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:18:52.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:18:52.646Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:18:52.646Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:18:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T03:19:02.186Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:19:02.246Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:19:42.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T03:19:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:19:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:19:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:19:52.646Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:19:52.646Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:19:52.646Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:20:02.197Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:20:02.244Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:20:27.120Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T03:20:52.644Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:20:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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-07T03:20:52.645Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:20:52.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T03:20:52.646Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T03:20:52.646Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T03:21:02.249Z|e643bbef-2c18-4fed-8594-7c3ce912ebfd|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:21:02.249Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-07T03:21:12.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118