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=;(iIgz@2RofbE:x)o;I%fV0] -Dspring.config.additional-location=/app/config/override.yaml  

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

2021-04-04T01:59:13.053Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-nj9kn with PID 14 (/app/app.jar started by so in /app)
2021-04-04T01:59:13.064Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-04T01:59:13.064Z||main|||||INFO|500||The following profiles are active: basic
2021-04-04T01:59:18.354Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-04T01:59:18.355Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-04T01:59:18.488Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-04T01:59:20.091Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-04T01:59:20.237Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-04T01:59:20.362Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-04T01:59:20.445Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-04T01:59:21.702Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: catalogDB
	...]
2021-04-04T01:59:21.832Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-04T01:59:21.836Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-04T01:59:22.208Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-04T01:59:22.694Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-04T01:59:25.868Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: requestDB
	...]
2021-04-04T01:59:26.102Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-04T01:59:27.235Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-04T01:59:27.255Z||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$$a6636f33.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-04T01:59:27.256Z||main|||||WARN|500||The sdc end point is not alive
2021-04-04T01:59:28.234Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-04T01:59:30.323Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-04T01:59:31.426Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-04T01:59:32.340Z||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-04T01:59:34.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T01:59:34.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T01:59:34.125Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T01:59:34.147Z||main|||||INFO|500||Started Application in 23.353 seconds (JVM running for 24.265)
2021-04-04T01:59:34.153Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T01:59:34.248Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc879012-e539-4728-b2dc-3352a0d52602 url= /sdc/v1/artifactTypes
2021-04-04T01:59:34.249Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T01:59:35.345Z||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.23.129] 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-04T01:59:35.349Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@121cd838
2021-04-04T01:59:35.349Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-04T01:59:35.355Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-04T01:59:35.357Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-04T01:59:35.358Z||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-04T02:00:04.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:00:24.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:00:24.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:00:24.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:00:24.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:00:24.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 713888ce-c4ec-4626-909e-d0673f10a2c0 url= /sdc/v1/artifactTypes
2021-04-04T02:00:24.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:00:25.171Z||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.23.129] 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-04T02:00:25.172Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8c0bb0c
2021-04-04T02:00:25.172Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-04T02:00:25.173Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-04T02:00:25.173Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-04T02:00:25.173Z||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-04T02:00:49.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:01:14.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:01:14.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:01:14.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:01:14.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:01:14.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1bc5746e-3865-4f3c-845f-3bbc62601e4f url= /sdc/v1/artifactTypes
2021-04-04T02:01:14.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:01:15.151Z||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.23.129] 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-04T02:01:15.152Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32de2eb7
2021-04-04T02:01:15.152Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-04T02:01:15.153Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-04T02:01:15.153Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-04T02:01:15.153Z||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-04T02:01:34.090Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:02:04.089Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:02:04.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:02:04.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:02:04.102Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:02:04.134Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c84e6e0-979d-4744-838c-eb1937c92426 url= /sdc/v1/artifactTypes
2021-04-04T02:02:04.135Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:02:05.167Z||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.23.129] 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-04T02:02:05.168Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@283bd1b2
2021-04-04T02:02:05.168Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-04T02:02:05.170Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-04T02:02:05.170Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-04T02:02:05.172Z||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-04T02:02:05.173Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.75.177
2021-04-04T02:02:49.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:02:54.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:02:54.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:02:54.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:02:54.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:02:54.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ebcb024f-2464-4ba0-9994-c84919eba72d url= /sdc/v1/artifactTypes
2021-04-04T02:02:54.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:02:55.118Z||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.23.129] 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-04T02:02:55.119Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@567b6b22
2021-04-04T02:02:55.119Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-04T02:02:55.120Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-04T02:02:55.120Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-04T02:02:55.120Z||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-04T02:03:34.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.75.177
2021-04-04T02:03:44.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:03:44.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:03:44.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:03:44.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:03:44.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 331a8c83-acb4-42c8-9235-d19871c6b692 url= /sdc/v1/artifactTypes
2021-04-04T02:03:44.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:03:44.393Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-04T02:03:44.394Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75647c36
2021-04-04T02:03:44.394Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-04T02:03:44.394Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5003",
      "text": "Error: Not authorized to use the API.",
      "variables": []
    }
  }
}
2021-04-04T02:03:44.395Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-04T02:03:44.395Z||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-04T02:04:34.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:04:34.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:04:34.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:04:34.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:04:34.123Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39c528ad-75a5-476b-86da-55d0d2769ce7 url= /sdc/v1/artifactTypes
2021-04-04T02:04:34.123Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:04:34.237Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-04T02:04:34.238Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@683c0800
2021-04-04T02:04:34.238Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-04T02:04:34.239Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5003",
      "text": "Error: Not authorized to use the API.",
      "variables": []
    }
  }
}
2021-04-04T02:04:34.239Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-04T02:04:34.239Z||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-04T02:05:24.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:05:24.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:05:24.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:05:24.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:05:24.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d7c88360-28b9-4f86-a79e-2ea6ace80d8b url= /sdc/v1/artifactTypes
2021-04-04T02:05:24.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:05:24.227Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-04T02:05:24.228Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@36113f3b
2021-04-04T02:05:24.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-04T02:05:24.228Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5003",
      "text": "Error: Not authorized to use the API.",
      "variables": []
    }
  }
}
2021-04-04T02:05:24.229Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-04T02:05:24.229Z||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-04T02:06:14.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:06:14.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:06:14.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:06:14.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:06:14.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d53f85b-e49f-4910-8f79-cc9c30b3094e url= /sdc/v1/artifactTypes
2021-04-04T02:06:14.122Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:06:14.217Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-04T02:06:14.231Z||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-04T02:06:14.254Z||scheduling-1|||||DEBUG|500||create keys
2021-04-04T02:06:14.264Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-04T02:06:14.353Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:06:14.370Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3f47deff-ccd0-4cfb-a60d-6221ff43aab7 url= /sdc/v1/registerForDistribution
2021-04-04T02:06:14.535Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3f47deff-ccd0-4cfb-a60d-6221ff43aab7 url= /sdc/v1/registerForDistribution
2021-04-04T02:06:14.536Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-04T02:06:14.548Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:06:14.549Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:06:14.627Z||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-04T02:06:14.627Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:06:14.628Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-04T02:06:14.629Z||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-04T02:06:14.630Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:06:24.838Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:06:24.894Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:07:14.545Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:07:14.548Z||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-04T02:07:14.548Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:07:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:07:14.549Z||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-04T02:07:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:07:19.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:07:24.169Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:07:24.171Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:08:04.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:08:14.545Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:08:14.547Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:08:14.547Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:08:14.548Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:08:14.550Z||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-04T02:08:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:08:24.164Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:08:24.165Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:09:08.613Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-04T02:09:14.545Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:09:14.546Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:09:14.546Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:09:14.548Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:09:14.550Z||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-04T02:09:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:09:24.088Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:09:24.089Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:09:34.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:10:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:10:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:10:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:10:14.548Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:10:14.622Z||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-04T02:10:14.623Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:10:24.160Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:10:24.162Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:11:04.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:11:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:11:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:11:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:11:14.548Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:11:14.549Z||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-04T02:11:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:11:24.085Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:11:24.087Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:11:49.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:12:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:12:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:12:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:12:14.548Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:12:14.549Z||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-04T02:12:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:12:24.176Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:12:24.178Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:13:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:13:14.548Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:13:14.548Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:13:14.548Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:13:14.550Z||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-04T02:13:14.551Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:13:19.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:13:24.091Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:13:24.091Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:14:04.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:14:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:14:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:14:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:14:14.548Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:14:14.548Z||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-04T02:14:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:14:24.084Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:14:24.172Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:15:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:15:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:15:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:15:14.548Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:15:14.548Z||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-04T02:15:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:15:24.164Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:15:24.167Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:16:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:16:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:16:14.547Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:16:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:16:14.549Z||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-04T02:16:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:16:19.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:16:24.089Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:16:24.089Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:17:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:17:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:17:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:17:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:17:14.548Z||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-04T02:17:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:17:24.088Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:17:24.166Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:17:49.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:18:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:18:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:18:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:18:14.548Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:18:14.548Z||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-04T02:18:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:18:24.086Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:18:24.089Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:18:34.090Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:19:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:19:14.547Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:19:14.547Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:19:14.548Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:19:14.548Z||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-04T02:19:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:19:19.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:19:24.092Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:19:24.098Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:20:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:20:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:20:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:20:14.548Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:20:14.549Z||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-04T02:20:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:20:24.154Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:20:24.155Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:20:49.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:21:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:21:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:21:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:21:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:21:14.548Z||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-04T02:21:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:21:24.096Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:21:24.169Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:21:34.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.75.177
2021-04-04T02:22:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:22:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:22:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:22:14.548Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:22:14.549Z||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-04T02:22:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:22:24.088Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:22:24.089Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:23:04.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:23:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:23:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:23:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:23:14.548Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:23:14.548Z||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-04T02:23:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:23:24.086Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:23:24.086Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:23:49.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:24:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:24:14.547Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:24:14.548Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:24:14.548Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:24:14.548Z||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-04T02:24:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:24:24.089Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:24:24.172Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:24:34.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:25:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:25:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:25:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:25:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:25:14.548Z||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-04T02:25:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:25:19.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:25:24.089Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:25:24.091Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:26:04.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:26:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:26:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:26:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:26:14.548Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:26:14.548Z||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-04T02:26:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:26:24.153Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:26:24.154Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:26:49.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:27:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:27:14.545Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:27:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:27:14.548Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:27:14.549Z||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-04T02:27:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:27:24.097Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:27:24.102Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:27:34.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:28:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:28:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:28:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:28:14.548Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:28:14.549Z||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-04T02:28:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:28:19.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:28:24.157Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:28:24.157Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:29:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:29:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:29:14.547Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:29:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:29:14.549Z||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-04T02:29:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:29:24.084Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:29:24.085Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:29:34.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:30:04.090Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:30:14.546Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:30:14.548Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:30:14.549Z||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-04T02:30:14.549Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:30:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:30:14.549Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:30:24.160Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:30:24.171Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:30:49.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:31:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:31:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:31:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:31:14.548Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:31:14.548Z||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-04T02:31:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:31:24.086Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:31:24.173Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:31:34.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:32:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:32:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:32:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:32:14.548Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:32:14.549Z||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-04T02:32:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:32:19.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:32:24.085Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:32:24.087Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:33:04.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.75.177
2021-04-04T02:33:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:33:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:33:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:33:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:33:14.548Z||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-04T02:33:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:33:24.089Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:33:24.090Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:33:49.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:34:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:34:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:34:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:34:14.548Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:34:14.549Z||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-04T02:34:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:34:24.156Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:34:24.156Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:34:34.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:35:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:35:14.547Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:35:14.547Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:35:14.548Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:35:14.548Z||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-04T02:35:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:35:19.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.75.177
2021-04-04T02:35:24.156Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:35:24.173Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:04.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:36:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:36:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:36:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:14.548Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:36:14.549Z||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-04T02:36:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:15.169Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:15.172Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:15.172Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.172Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f22b8c4b-b6bb-4ebf-a73a-045eec534ae9","serviceName":"basic_onboard_GYNkLB","serviceVersion":"1.0","serviceUUID":"3f6a4d6b-1752-4c12-8e1f-ad449ac8157f","serviceDescription":"service","serviceInvariantUUID":"6fd60780-9bf4-4ed6-b8db-31f452ae12dc","resources":[{"resourceInstanceName":"basic_onboard_GYNkLB 0","resourceName":"basic_onboard_GYNkLB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd6d9a42-a99f-4be0-be81-439b574ce944","resourceInvariantUUID":"4440d549-38cd-4782-a199-75582c8d9935","resourceCustomizationUUID":"e0330381-05a7-4b89-82eb-dcf2f5d10d80","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml","artifactChecksum":"MGFjZjkxNThlYTRhMzY3ZTY1MzgwNzg2ZTVjZDVkY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae4ea52d-4ae8-448f-8a8a-77ef62973102","artifactVersion":"1"},{"artifactName":"basic_onboard_gynklb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json","artifactChecksum":"M2M3ZTBjNWRmOGQzZDY3YTg3NWQzNWMyZTZjZTE1ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dad319b3-a7e3-4b4b-913f-0b2db3eb6bbe","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"530f41af-6d96-4f27-9e8c-1bd83a833f6c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ba5ae903-a1bd-4491-ab02-bd843a8f4ff1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad094349-926a-4cbf-8f90-a80e1cf9a1f8","artifactVersion":"2","generatedFromUUID":"530f41af-6d96-4f27-9e8c-1bd83a833f6c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGynklb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml","artifactChecksum":"NGJmZGMxNGM0Yzc1NzViMDE3ZWQ3ODYzZGMzYzlkZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27ae0422-1b05-4cf9-89fb-dd44c1ac1f2c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGynklb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar","artifactChecksum":"ZDg4NzNlMGI1ZThlN2MwOGE0ZmE2M2YxZTNmZDBiZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2c65438-647b-4849-82f7-ce9c3942f657","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-04T02:36:15.181Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.181Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503732785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.184Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:15.284Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:15.324Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:15.324Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.326Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.326Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.326Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.326Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.326Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "policy-id",
  "timestamp": 1617503729779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503732785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "policy-id",
  "timestamp": 1617503729779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503732785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "policy-id",
  "timestamp": 1617503729779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503732785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "policy-id",
  "timestamp": 1617503729779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503732785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "policy-id",
  "timestamp": 1617503729779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503743289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.332Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.332Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.332Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503732785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.333Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.333Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.333Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.333Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.333Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.333Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "cds",
  "timestamp": 1617503743930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "policy-id",
  "timestamp": 1617503729779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503743289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503732785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503736727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "cds",
  "timestamp": 1617503743930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.336Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.336Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.336Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "policy-id",
  "timestamp": 1617503729779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.336Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.336Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.336Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503743289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "cds",
  "timestamp": 1617503743930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503743289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503747021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503747021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "policy-id",
  "timestamp": 1617503747148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "clamp",
  "timestamp": 1617503746754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "cds",
  "timestamp": 1617503743930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503743289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "policy-id",
  "timestamp": 1617503748166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "clamp",
  "timestamp": 1617503746754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503748497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503748497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "cds",
  "timestamp": 1617503743930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.342Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.342Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503743289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.342Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.342Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.342Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "policy-id",
  "timestamp": 1617503749169,
  "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-04T02:36:15.424Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-04T02:36:15.428Z||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-04T02:36:15.428Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:15.442Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:15.443Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-04T02:36:15.509Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.535Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 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-04T02:36:15.567Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.567Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "clamp",
  "timestamp": 1617503746754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.568Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.568Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.568Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503749652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.568Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.568Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.568Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503749654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "cds",
  "timestamp": 1617503743930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "dcae-sch",
  "timestamp": 1617503748962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503743289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "clamp",
  "timestamp": 1617503746754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503750658,
  "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-04T02:36:15.584Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.584Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 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-04T02:36:15.594Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.594Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "cds",
  "timestamp": 1617503743930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.594Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.594Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.595Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "dcae-sch",
  "timestamp": 1617503748962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.595Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.595Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.595Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503751199,
  "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-04T02:36:15.600Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.600Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 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-04T02:36:15.608Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.608Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "clamp",
  "timestamp": 1617503746754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.608Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.608Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.608Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503751662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "dcae-sch",
  "timestamp": 1617503748962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503751886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503752206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "clamp",
  "timestamp": 1617503746754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "dcae-sch",
  "timestamp": 1617503748962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "clamp",
  "timestamp": 1617503746754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "dcae-sch",
  "timestamp": 1617503748962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "cds",
  "timestamp": 1617503754653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "dcae-sch",
  "timestamp": 1617503748962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503755016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "cds",
  "timestamp": 1617503755670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-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-04T02:36:15.616Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.617Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 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-04T02:36:15.640Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.641Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "dcae-sch",
  "timestamp": 1617503748962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.641Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.641Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "aai-ml",
  "timestamp": 1617503756133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503757745,
  "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-04T02:36:15.649Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.649Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 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-04T02:36:15.656Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.656Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "aai-ml",
  "timestamp": 1617503756133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.656Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503758748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "aai-ml",
  "timestamp": 1617503756133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503759150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "aai-ml",
  "timestamp": 1617503756133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503759150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "aai-ml",
  "timestamp": 1617503756133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "clamp",
  "timestamp": 1617503760977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503759150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "aai-ml",
  "timestamp": 1617503756133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "clamp",
  "timestamp": 1617503762049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503759150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.660Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.660Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.660Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "aai-ml",
  "timestamp": 1617503756133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.660Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.660Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.660Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "clamp",
  "timestamp": 1617503763056,
  "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-04T02:36:15.665Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.665Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 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-04T02:36:15.675Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.675Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503759150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.675Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.676Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.676Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "aai-ml",
  "timestamp": 1617503764431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.676Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.676Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.676Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503759150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.677Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.677Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.677Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503759150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:36:15.677Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:36:15.677Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.677Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503767212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.678Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.678Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.678Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503770628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:36:15.678Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.678Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.678Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503771633,
  "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-04T02:36:15.684Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.685Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 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-04T02:36:16.331Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:16.331Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:16.334Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:16.335Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:36:16.435Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:16.435Z||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-04T02:36:16.436Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:16.446Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:16.446Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:17.335Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:17.336Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:17.339Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:17.339Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:36:17.439Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:17.440Z||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-04T02:36:17.440Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:17.448Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:17.449Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:18.340Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:18.341Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:18.343Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:18.343Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:18.443Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:18.444Z||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-04T02:36:18.445Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:18.454Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:18.454Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-04T02:36:19.344Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:19.345Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:19.347Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:19.347Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-04T02:36:19.447Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:19.448Z||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-04T02:36:19.448Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:19.457Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:19.457Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:20.348Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:20.349Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:20.351Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:20.351Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:36:20.451Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:20.452Z||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-04T02:36:20.452Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:20.461Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:20.461Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:21.351Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:21.353Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:21.355Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:21.356Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:36:21.456Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:21.456Z||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-04T02:36:21.457Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:21.466Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:21.467Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:22.357Z||pool-3-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "serviceName": "basic_onboard_GYNkLB",
  "serviceVersion": "1.0",
  "serviceUUID": "3f6a4d6b-1752-4c12-8e1f-ad449ac8157f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6fd60780-9bf4-4ed6-b8db-31f452ae12dc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_GYNkLB 0",
      "resourceCustomizationUUID": "e0330381-05a7-4b89-82eb-dcf2f5d10d80",
      "resourceName": "basic_onboard_GYNkLB",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dd6d9a42-a99f-4be0-be81-439b574ce944",
      "resourceInvariantUUID": "4440d549-38cd-4782-a199-75582c8d9935",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gynklb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
          "artifactChecksum": "M2M3ZTBjNWRmOGQzZDY3YTg3NWQzNWMyZTZjZTE1ZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dad319b3-a7e3-4b4b-913f-0b2db3eb6bbe",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "530f41af-6d96-4f27-9e8c-1bd83a833f6c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ad094349-926a-4cbf-8f90-a80e1cf9a1f8",
            "generatedFromUUID": "530f41af-6d96-4f27-9e8c-1bd83a833f6c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ad094349-926a-4cbf-8f90-a80e1cf9a1f8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGynklb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
      "artifactChecksum": "ZDg4NzNlMGI1ZThlN2MwOGE0ZmE2M2YxZTNmZDBiZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a2c65438-647b-4849-82f7-ce9c3942f657"
    }
  ],
  "workloadContext": "Production"
}
2021-04-04T02:36:22.358Z||pool-3-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-04T02:36:22.358Z||pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3f6a4d6b-1752-4c12-8e1f-ad449ac8157f ASDC
2021-04-04T02:36:22.530Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
ServiceName:basic_onboard_GYNkLB
ServiceVersion:1.0
ServiceUUID:3f6a4d6b-1752-4c12-8e1f-ad449ac8157f
ServiceInvariantUUID:6fd60780-9bf4-4ed6-b8db-31f452ae12dc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGynklb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar
ArtifactUUID:a2c65438-647b-4849-82f7-ce9c3942f657
ArtifactChecksum:ZDg4NzNlMGI1ZThlN2MwOGE0ZmE2M2YxZTNmZDBiZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GYNkLB 0
ResourceCustomizationUUID:e0330381-05a7-4b89-82eb-dcf2f5d10d80
ResourceInvariantUUID:4440d549-38cd-4782-a199-75582c8d9935
ResourceName:basic_onboard_GYNkLB
ResourceType:VF
ResourceUUID:dd6d9a42-a99f-4be0-be81-439b574ce944
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gynklb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json
ArtifactUUID:dad319b3-a7e3-4b4b-913f-0b2db3eb6bbe
ArtifactChecksum:M2M3ZTBjNWRmOGQzZDY3YTg3NWQzNWMyZTZjZTE1ZjA=
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/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:530f41af-6d96-4f27-9e8c-1bd83a833f6c
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/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env
ArtifactUUID:ad094349-926a-4cbf-8f90-a80e1cf9a1f8
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/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env
ArtifactUUID:ad094349-926a-4cbf-8f90-a80e1cf9a1f8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-04T02:36:22.531Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f6a4d6b-1752-4c12-8e1f-ad449ac8157f 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-04T02:36:22.658Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:36:22.660Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T02:36:22.661Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T02:36:22.661Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: a2c65438-647b-4849-82f7-ce9c3942f657 from URL: /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:22.661Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T02:36:22.663Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:23.200Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T02:36:23.209Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar a2c65438-647b-4849-82f7-ce9c3942f657 70255
2021-04-04T02:36:23.209Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar ASDC sendASDCNotification
2021-04-04T02:36:23.209Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:23.210Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:36:23.211Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:23.212Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:23.212Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503783209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:23.312Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:23.314Z||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-04T02:36:23.314Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:23.347Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:23.348Z||pool-11-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:24.212Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:36:24.214Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T02:36:24.214Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Trying to write artifact UUID: a2c65438-647b-4849-82f7-ce9c3942f657, URL: /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar to file: /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:24.215Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:24.313Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:24.313Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:24.669Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16621748161774652497/Definitions/service-BasicOnboardGynklb-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-04T02:36:26.336Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-04T02:36:26.339Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-04T02:36:26.339Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.339Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GYNkLB 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GYNkLB 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-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.341Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.341Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.341Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-04T02:36:26.347Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:26.348Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.350Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:26.350Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-04T02:36:26.352Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:36:26.353Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:26.353Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.353Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:26.353Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-04T02:36:26.354Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:36:26.354Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:26.354Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.357Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:26.357Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is not matching search criteria
2021-04-04T02:36:26.357Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-04T02:36:26.357Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-04T02:36:26.358Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-04T02:36:26.358Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-04T02:36:26.358Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-04T02:36:26.358Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:26.358Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-04T02:36:26.359Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:26.359Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:26.359Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:36:26.360Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:26.360Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:26.360Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:36:26.361Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:26.361Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:26.361Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:36:26.361Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:26.361Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is not matching search criteria
2021-04-04T02:36:26.362Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-04T02:36:26.362Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-04T02:36:26.362Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b5a9da2e-3c09-4f8b-a540-3d947990cb7e
2021-04-04T02:36:26.362Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:26.362Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.362Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:26.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:26.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:26.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_GYNkLB
Description:service
Model UUID:3f6a4d6b-1752-4c12-8e1f-ad449ac8157f
Model Version:NULL
Model InvariantUuid:6fd60780-9bf4-4ed6-b8db-31f452ae12dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_GYNkLB
Model UUID:1a05e29f-e9bd-4665-b1d1-45822b73c20f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4440d549-38cd-4782-a199-75582c8d9935
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e0330381-05a7-4b89-82eb-dcf2f5d10d80
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a5786651-e7c0-401e-8f98-ea5a9ffb48e5
ModelName:BasicOnboardGynklb..base_ubuntu18..module-0
ModelUuid:51b6e3c7-b057-413c-aff7-3358269afe3f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b5a9da2e-3c09-4f8b-a540-3d947990cb7e
ModelInvariantUuid:233a2133-b72c-419f-b968-b5755b4e40e7
ModelName:basic_onboard_GYNkLB-nodes.ubuntu18Cvfc
ModelUuid:2da4eec0-e941-4ca9-9e89-41e295a138c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d15fae24-d723-4992-a3c0-18d1d56b0a77
ModelInvariantUuid:705a2221-95c1-4ae1-a452-9056658ec8c4
ModelName:BasicOnboardGynklb.compute.nodes.heat.ubuntu18
ModelUuid:6e9f6790-a4d7-4e9a-b72d-fbf5ef048cdb
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-04T02:36:26.380Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dd6d9a42-a99f-4be0-be81-439b574ce944
2021-04-04T02:36:26.393Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||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-04T02:36:26.496Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||basic_onboard_GYNkLB 0
2021-04-04T02:36:26.525Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd6d9a42-a99f-4be0-be81-439b574ce944
2021-04-04T02:36:26.525Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: dad319b3-a7e3-4b4b-913f-0b2db3eb6bbe from URL: /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json
2021-04-04T02:36:26.525Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T02:36:26.525Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json
2021-04-04T02:36:26.657Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T02:36:26.658Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json dad319b3-a7e3-4b4b-913f-0b2db3eb6bbe 798
2021-04-04T02:36:26.658Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json ASDC sendASDCNotification
2021-04-04T02:36:26.659Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json
2021-04-04T02:36:26.659Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:36:26.659Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:26.661Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:26.661Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503786658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:26.761Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:26.763Z||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-04T02:36:26.763Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:26.772Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:26.772Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:27.663Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGynklb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a5786651-e7c0-401e-8f98-ea5a9ffb48e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "51b6e3c7-b057-413c-aff7-3358269afe3f",
    "vfModuleModelCustomizationUUID": "edf3cf18-3986-4bca-ba90-54f5ee55fad0",
    "isBase": true,
    "artifacts": [
      "530f41af-6d96-4f27-9e8c-1bd83a833f6c",
      "ad094349-926a-4cbf-8f90-a80e1cf9a1f8"
    ],
    "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-04T02:36:27.687Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGynklb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51b6e3c7-b057-413c-aff7-3358269afe3f
VfModuleModelInvariantUUID:a5786651-e7c0-401e-8f98-ea5a9ffb48e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
530f41af-6d96-4f27-9e8c-1bd83a833f6c
,
ad094349-926a-4cbf-8f90-a80e1cf9a1f8

}
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-04T02:36:27.692Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGynklb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a5786651-e7c0-401e-8f98-ea5a9ffb48e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "51b6e3c7-b057-413c-aff7-3358269afe3f",
    "vfModuleModelCustomizationUUID": "edf3cf18-3986-4bca-ba90-54f5ee55fad0",
    "isBase": true,
    "artifacts": [
      "530f41af-6d96-4f27-9e8c-1bd83a833f6c",
      "ad094349-926a-4cbf-8f90-a80e1cf9a1f8"
    ],
    "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-04T02:36:27.692Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGynklb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51b6e3c7-b057-413c-aff7-3358269afe3f
VfModuleModelInvariantUUID:a5786651-e7c0-401e-8f98-ea5a9ffb48e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
530f41af-6d96-4f27-9e8c-1bd83a833f6c
,
ad094349-926a-4cbf-8f90-a80e1cf9a1f8

}
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-04T02:36:27.692Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 530f41af-6d96-4f27-9e8c-1bd83a833f6c from URL: /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml
2021-04-04T02:36:27.692Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T02:36:27.693Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml
2021-04-04T02:36:27.929Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T02:36:27.930Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml 530f41af-6d96-4f27-9e8c-1bd83a833f6c 5033
2021-04-04T02:36:27.930Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-04T02:36:27.930Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml
2021-04-04T02:36:27.931Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:36:27.931Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:27.933Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:27.933Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503787930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:28.034Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:28.035Z||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-04T02:36:28.035Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:28.049Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:28.049Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:28.934Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: ad094349-926a-4cbf-8f90-a80e1cf9a1f8 from URL: /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env
2021-04-04T02:36:29.023Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T02:36:29.023Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env
2021-04-04T02:36:29.358Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T02:36:29.359Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env ad094349-926a-4cbf-8f90-a80e1cf9a1f8 909
2021-04-04T02:36:29.359Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-04T02:36:29.360Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env
2021-04-04T02:36:29.360Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:36:29.361Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:29.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:29.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503789359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:36:29.463Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:29.464Z||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-04T02:36:29.465Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:29.475Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:29.476Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-04T02:36:30.364Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Preparing to deploy Service: 3f6a4d6b-1752-4c12-8e1f-ad449ac8157f
2021-04-04T02:36:30.365Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GYNkLB 0 dd6d9a42-a99f-4be0-be81-439b574ce944 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-04T02:36:30.452Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:30.453Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:30.453Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Processing vnf with UUID: 1a05e29f-e9bd-4665-b1d1-45822b73c20f 
2021-04-04T02:36:30.453Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Will get resource from SDC using resource id: 1a05e29f-e9bd-4665-b1d1-45822b73c20f
2021-04-04T02:36:30.464Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel to get resource 
2021-04-04T02:36:30.488Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel
2021-04-04T02:36:30.490Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|INFO|500||Invoke
2021-04-04T02:36:30.491Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-04T02:36:30.491Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel
2021-04-04T02:36:30.491Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||Method      : GET
2021-04-04T02:36:30.491Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/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:"f22b8c4b-b6bb-4ebf-a73a-045eec534ae9", X-RequestID:"f22b8c4b-b6bb-4ebf-a73a-045eec534ae9", X-TransactionID:"f22b8c4b-b6bb-4ebf-a73a-045eec534ae9", X-ECOMP-RequestID:"f22b8c4b-b6bb-4ebf-a73a-045eec534ae9", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"9194064f-80e4-41d9-9488-9529fd235849"]
2021-04-04T02:36:30.492Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||Request body: 
2021-04-04T02:36:30.492Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||==========================request end================================================
2021-04-04T02:36:31.196Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-04T02:36:31.197Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-04T02:36:31.197Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||Status text  : OK
2021-04-04T02:36:31.197Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||Headers      : [Set-Cookie:"JSESSIONID=node01kr7s1n7lqmf5q8z8ixrhwwlz281.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardGynklb-csar.csar"", Content-MD5:"NWEwNTI5NDVkYTZkMThjN2VjMmE4ZGJhOWZlZjEwZTM=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"f22b8c4b-b6bb-4ebf-a73a-045eec534ae9", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-04T02:36:31.225Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||Response body: PKW�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPKW�RTOSCA-Metadata/TOSCA.metaM�;�0D{��X�;p>U�P�6�{���>.)�i�h�q�=�I���(e��9);��#�M�B�h��Ǭ'dAFuaI��v�
��Ch��M+��٭#/�v+�����ݦ���fLM����,�s�+�I[ێ�PK��eݒ�PKW�R4Definitions/resource-BasicOnboardGynklb-template.yml�Yo���}~os�*��B�+�4]�g�隶�d��4leI���k�/�@��騃�͟��6���@IE�n�n[��B���8a�p��M�@����I�7�P�><��0����->�:;aA`Ձ ~��@��r�F�����UQ�+� ;@}QH�1�p82�r@��}y�+}V��4�	#COW$ےm�������)T������>]�'��A�
���v7'�%���+�������.T|��E��
zB�j�e~��i�z��w��~�_�*2f�)#L���oX���{'�c�!�(�a4�����i�A�\2�y�+Ё�n��*��Ǡ.2`��o�S�-����Pѓxر
])�L�� вl?����=N�h�
t�G�T�8F9%(7���Z2�6Q��f+>��9���OW�Ғ� �c<��ȷ��%��A�JO�M'�RG�!�b��f��FBy~`�D�Z���|@.2Td��k)��?C������J�|�[���R�žH�&�X����_�Uq��������X-�a��h�A(����<v���������}` �J$�p	D��o�xa/6R�4J!X��J�L[ň��FOH��``�'LjYO ��!���C�n-R�\^x|C8!0�!su����JW����f6���\��.RO
^��[��؞/���\���L�~���
�U��w��|�m�la50�4	';<�2�����K�Ͱ�����v=��p��&��,Dh����t	Os�pM����2����������A�Kɫ�%&^"�N�[���
�?�g��I7�pu#ʶ�˶�d�5�6�
�@���r�N�	�����/��O7�V��Q��.���A�L�j;X��(Ilh?�$턂KlE�d���L�@��hS��yo�� 3��S~���F韓�M�&����nʫ��bc�>9A_�z��2~���ͦ�����w�@T]v)���=�f��3��8v���⳿zWoo����>ʛ/yb����� �+�����f��"�ޞ?^�^n^�gO�O��]𚨿����?�+��_/����|�LX�����~[���
����}5O���s�W�[Gϧ���Ƽ�.��������`�7o?�g�l-m���ftw6��=]-S���?�ޔs����20�_�|�L?n.'3ku4��m��.�h���ǫ�-��r9����tf|}o~��woص�cȯ�����~���헲T?�}�_��w��q�x9�����B�v�Q���h�15���d|{,�՛�=�/�S���_��_��(��������PC���;����D��ˏ���\�]M�����|�M���	�|������ˣ/���j�9�:r�����Ŷ���sG����Ӗ�zȸ�f��ᎋ�:�Z*c[��-9��L�]��2��-b�
D8za�$LJ�S
blO��{�p�rVW�TU\x����8�NΙ�ɖ��X�.�����I��`�4pi;�9i���up��=���I˼��������LL���AU3�
�A�D&��Ll�m��A�0�D��{L�!�)[�D����y�B>]���]�6�4��[�\2��3����.�hG7I�E�$�ܸ�
@ŅƦ���9�0��v	9��\v�2-�cۅ��Tl*�Uj�A�p7۫�����%�?��t�,�W�������PN;��VV�+mh�y�9���5 ��1���@���Q���P@Ha
���"FF}q9~�p)�x�m�_a��(�����K��(�D�U�J�ӭ�d*���Q�R��)�f�@�pY���A�$���=l�8�јnE[n�՝>]L��R��_ݎ\bg���h���9Py�.����An���٪
̷bL�z��KU�Ԧ7�-a�)��r0�LY�
�K�yϦb�f�*ZK+hX�l��$�lZ�����oH�]�h€)!a��0�"Ł�D_/?+2�cR�
s�=���V���Զd�)�f��Z��x�LZ�,�-��O��+��pB0������9�q�t%㒦>r�2�aIe�f����C��A�ȑ�1-"?i���~�3V�A6�E�ZRYp�0�"���V���������� ��$VJ>\T:�r1���p���`�P�4��b8���h���^�݉TLwC���混7���g������~z�ada�`��^gh=���e3o����k��
æ!��PL�z�C~��-{Ŀ,eS)�BޔlJV	y�����6��r��~m8�\i�p##�_e���c���2�����EP��\�������"�������W
9*�=
�H��!���L2BYhD&���e���U�/�3(Q��H��;�LP��h*Q�m���_��fB ?{�u
;M?��ՎQ�ځX�YMW<�H�y�Ct��Bð�����Z3BYz��Q��{���%�Kξop�Di�E���*����H\��"�������W�r�p��Bc/o(R�,�n�J�/-�u�HI���i��K��L�ɛџ��������E�*�6'ؽ���H{(�?dt�T��Ĥ��}�AJ�*����'�^d��������]2���~R[���������W�k����.�U��ګ�L�d�ؤv!������-���:K�7EWr3���ۚ����TN���˂�HA�����h�{Ѩ���ؿC����𐉵Ed:hP*��gY��l<1h}��I�_vM�8�.�+\o��n=$����s��9^��`��#� ��!��F(,�;P�!T��>�
�;FHf9�g(�CB�؁ȩ���!^2���"�C�i���4�f\9
̝p�S�����	��6C�1���Jxɽ��J.�w>,JT>$�7��
��J���*��@�?,(&�B�xn�fwc�B����*��3u�(8/�sEi��E(){�?
	��Ex�����ku�0��+f7ƴ��䯔D+oH�傾�73�הhsT�p�rWC��e����~��z9�����[�MV:7/�h��I��1��CY��*r%�2�80�u�	
������!��2vu��8�"QC�>dG"��@Yk
�M�%E��{��I|�;.P)��(�I�IdP�c؛X��B�԰���_�턗S�kX��zE����-��I��������E�$�|�	��\�F��p�4RX �cMP�4Y��P�?��!����$UAM��"B
���j^4�!��]S���e���Q2ό\��Y�v�΂w��B
�����v��m&�#Jz,��s�z���
���d��N͵�S�K;«c��H��z���l��m�.��d�k�$�^jŮ=�h��TK��h��~�����/n]:�/�4[$}gs�=њYl?��ʮ�D-뎵KQv+���ѷ\�81Z�{K/�V�5dZ��s����eZs��ħ��<��.~�t��,k�ښU�v0�V�n�R��A��T7!�4Z1oq�V�R�Ei�_�$�N�1��lA�-53�
�2N�L�o.�B���w4�N�~�#�6uܮ<�;�a�t����?�$�d�/���:-qg.]"о��[�ݱ�b�2��M�n1�m�綗BU�����#��h�e���U�y���:�������22ug�y�������Ue�r��}�W.2��F�xe�e��{��)n۹���w��4;w6��6��`63�rwu+���d��ӌ���x5��ۙ�y�f/�E��O��=\�։b�`�/l��-"m�͵���G�
j+_���t��p�x�4��~u��j�E���h�=�&��p�z.H{��^g�|�
d��'���ځ���߽��L��@�ayf��_����q�'�@e$Y��_�M@�nk?:(c��^'��ǩ���Ǚ���Ƀr&+}�	TF��J��W��?�(c���:��}�7u@u(�A��G�.Ϟ�*9hz{��#2��`b�
_XM/Q�|r���w
��Z�PK�{���VPKW�R>Definitions/resource-BasicOnboardGynklb-template-interface.yml�]ms���~~��9ӑjmm�̝���ݽ[��j_��a"M�!��?ID���-=��'!�z֓���;*P4�#Q�-G�CⰋK��[2m*0
����`1�����d��Ȁ���3
vSPώf���}�`�Vi4K8��J�D�&Ȏ���3�	v���)�mHݨr��g����p�P��ȅU	1�؆T�i�:�%*��\R���}�1Z��A��PSt��ˤ��ȡ�T^B;l�Gm²�5r�4�k.S�Vi�
���#עn�0l���<\�K�Ղ�q�AG%Ȧ�w(
�ҍxN�jJ��-�#
j�ȓ���m�$�3�]J:0�U5�ي�� ˡ��H������%�_L�)q7[:�؀�z�BKW,`2��
$I����L�#q�F��[�G�i���E
|YWs�8N��{
�����۪M,Bw-5���g��$
c+&1����_�v�Y���S�d,-��,��2��c*+mT�,
ǐ�GS�R�:�΄����|��fG�<Ϯ��F�<��7�̲��k���P!�R�e�� ���H�B/�~Ǚ����˝h�<����6k�Z�'�{��6��=�ih�'���la��Z]��L�睧W�@{�[�Hq:2]�ܵ�:ū��l|L�����d����v_�gJ�F�bT3q�]���*��UZ�6�����n�uwU�杖5��_�2.�U4�\\��XWU��Զ.����a���*����r��M��;�����<^t/5
�������}��^��E��)�=��O4�fw����7G�W��^s�]^M�f
��[���*>��Ù�_��5f�o��5?�uN��l��6�ߟ�3-w���Z�>jt���3h���[|E�+�9��U`���@�v�N����ى�����\��k��+φv3hW�@��4�Q9�z�n�=�.n��n�jR-
�ǥ�~O�@�.�:yP����ӯ欢���C�Z�]���#í~�]ԟ��y��z_�Aw1i�|=������vD���Ý�]�Rы�|qdO7�a�����w@��p��wIᶱko��$�B�I#(���l�&aK���|Lp��������uۢ�2��j�fVAv��+ʧ�\�Tv���V��Gº��٨����ؼw\�N{WS�i��np;��h�잃"����?k�7T���|�,OK���gV�^:��n�9kQ�g�d�d�cm��I+Ĥ��U���8ׁ�{���!�
�<n��A�D�y_�����,��\8ZTbU�`2�(b��_B���
��xZ����oy�!�$�]
R�����lGsL#~좬P�5�Le�AK����ڢ�v$4!k�*7 20���$5����e0��˲�߈B�-��m
��U��������,(�LT�,C@R���f��.!0��!� 
:���l5��90��,c�� ��x�����$�TT�u.c԰9Dq����Щ��+�5���2��<��d-St~��r��,܄��l�6Y|�+���y�+�@�B�9�၁���`&�8��',N�.2e}V#e>,�$[�HH�l�̜"
rV�����uI���qV:Lǿ�O��B���:<�i|8�[ �)�fkp��B�a`u�(���p$�B;S��u��?��c�b-(1�m�4�!Z���p^��)��{�A�"�uhΑ�b��'��L�1Y��4��IΎ�c�n�!M �������F:SDs�#c�����L:�I:IؒQN)F�-�$����Z���jڵ�]�P�oT̍Cڞ��=S�b[���ԔS'-��3K��������z�	$�@Ξ4ٳ�<{��]�ty�ug�Ub�w	�V{U�������?�����˹�������-W��t���� ߲����ud�V��sn�R�V2EaSLD&a��7 ~��fUx:�r�&Ul��]=6��4^��Die6�>�~c�'>m��s󄾅�.i�]�Z�>N�����u�F �-���fZC>��<�����|�Z_�VH��OL�W���٣�?��;xS�k���'��ɂ��_w���{���z(�����q,�ȍ��d�¶N����o}� @�	�<*���T��v��!-�7�
�J��)��u*/�q�7��1���6��?9q}���P��W����{
$^h�1<��׵N�]Y<��0�X������90�^Oeg`�f�7����a�g�CS)vx*%��gS�.2I��7@����*V!���ư��l�@�#K��vn�ҧR�&2E������Is#k�����4�����M��۹I��p�3K�|:�KOne���p-��	9[ǖ�٣�'Є�ͫ9IH�(��b�l�d`r">��:���3(�[u`JgΟ�1yD��wO�W��ۻ]����{1��7St_��bL�����+��G?��#�h��u���c-_LI�J���Do��1}h�l��)��+�Ł��LQZ�8��˩����\�|��K��9�$eD>.�i�S�Q���A�4��t��B�����h	/!��u�x��'z��������v��ݫl�Oy7E󝮵���H�'��tk �,㶂
dM��]�^׬9�
��~Թ�ɒ���PfK�7B���.l��Z6�/۵��˲�Z�	��i���t|Â.%�oH@c��T�PK� ��
t�PKW�R)Definitions/resource-Compute-template.yml�VKs�6��W���@�d)n��i'��;ʥ���R��*��H�&e���R��~��� � x.�TVE�lȷ�KUP�Ҕ���,���\�ȗ'�)��^qW�w�K�8�Y��O�LNϋl!�Yv^`5/�����s�j�p9;�_�dggS�-H,�s)��Ϧ����i	�冖�ʙ���oIAxUņ�U��g��fγ����p�Q��(�GT�Ζ��6�P�P�"��7�������֬ V�cH�lP{�q�#��k�%�ʓi�֪Ю��o�Ҽ���2%\��>+����4`�d��n�$��:^��s����T`!zg�zR�P�m ��]c��+���2�
�w�i�!N��P���^a-x�5K�Y�J@��I�{�󵈵O�By\�}�����={�!u�O_��(y���d����ο������k�^��;��ay�5��-
�a�LvFC�Z6�2$a���Ҙ�1d(tS��Q�;Rt�w��J:u��p��un����!j n�)ؼ����I����������K��r�s.v��G�EG��>��M<���(�5��}�N��{���c�֫��������^��Zɼ�������O�i��ɦ���ʆ��nۖj҉��ۀ���A~���m�J�
�(�^:S_��oM�7*��|�A'��؊�S�J�q�Ӂ�Ρ��Iq�t܂f֮�w!����hX�'�Z*���9_�kl�X;`�Si�{t��{�Y�6.��W�F���������ޕ��~������Z��䢪�9�釂?���p^�����I�i�p�C�|�e�{Ē��|\��#��R|t�ar�/u�
_��i�(����A��>����/b���1���iv	B�-�6|m���hk��w�7PK��m���
PKW�R(Definitions/resource-Extcp2-template.yml�RM��0��W̩�@�O�m�DU���d/U���$V�M�m�}m ���*.�{o�3o�蒳$ãP����T� SS���ɕ�2	�p��a3,ua$�2���u�!_�y荣�ԛ�l�-��E�s69ڬF���ޙ��
�
%ڞb��~�Y0y�y��m��h�=<���L�N�A�u��w�9�������N~�������JEf!g��t���Y��z~<8�N���ӞH�O�Y��lb��,BC��YY��J�w�3\1c�\Z_�g����@$��l�scN�̕��\�`������<0m��T���*��0��\�V?��h��S9�~���"�Qk�L%�s�x�V���h�9�U�)r��q-tk%�5s)�br^)����z=��9o���%��L��Dt$*^�5^�F��A�����%C�p�p�,1OF��qSd�A���\���`�r��|e_1=�� r���?
�!˹r�X���nY&_��C@\��	SP2��X���@ >=�*�>��R�]�L�
j�~j��,��>v��āI���e0Tv��������U�3� @�,�t��;R�ht���n���~%6�XXs?��LV
B�b�@]T���Ff4j�*!n�A"��\��%Tm�,&���t$�P���*�c�9�2��[�&��Y���]�AV�F��j����=ޏy|��~�V�Ҏ���( C�/�U��tGn�ֽ���A�t3
����x�4�?�2	���'�A�-�֤�������k�a]%R4�i����4�7Z�d&b
�鲴���FM��"1��3�
��v���QE��
�r���ہ�1��2q��Vin��\NA7��P��0N�(ς|s��E��8�9��-������g�
^��^|�����ֻ�;�p�g���o�����3�_��ԡŝ��[ܼ���N��ч�������73�to%"��:[]ZT�
�:q�
}������O>^]<�77������Z�]I��Ec<фt�G��CfÈ��Qq�)�B�l���$����F��s��]���Q�_	b������q��$~�WV���Μ�
Me׺��e����v��*����b���PK[-�`�PKW�RLDefinitions/resource-BasiconboardgynklbComputeNodesHeatUbuntu18-template.yml��Mo�0���+|� �]�����Tj�\��6V��l�Ŀ��vi��f��x���8� �Q�j��v64#�@���%t�l&�L�5١�
"�ƴ�k�����]��i	y�gIU�,)��2O��<��ʋ,��
��jO�*%D��+H�9WI+�۴�H%��a�>C������\��"r���� ��B�H�^�q1��"�8��={����8��|=K�xu~��=�%ia�O"D2��1��K|B������׸�}��Y}��D���1���M�;�0C'��j��1ԇ�-�~3�jCV�Sg(8�b��fq�K�AhC��#���z4�����w�.��W�=�*[�wF�J�jֺ�潥n���6:宧	���-�c+�;K��>ږ�������ֻ����M�F��ӏ�r��~PK�DN֩pPKW�R&Definitions/resource-Port-template.yml�SMo�0��W�����i���m��0`K���ՠ%:*K�$�ȿ���m�=�ȏ��O"��JʕQAY��=9χB�(5�,t:Kg��J�L�٣Sh�v��&�����#\��h�^g�e>�(���
Œ�ł�Z�j�\�g��D��\ϣ��j�2��E,ָ &,(�{��H�©24��t����@
����3@�P�CF����-�*���a̺0�Ԟ J�S�S������u�~�!�c��Np/s����p�m��	z"#�K�n���=����]��4��r�i�߫���8�$����X��l�-���$b��(u/r�Y���Bs��Ss�!����3���c�﨎46���w��;g�1�E�pi�oJ�XGAclhu����˦�6;m��m�֓�*H�ޞd�;[$#��|�|�Ζ�N�λT�(%W<"�����AG+�H&���ԧ�z�����#b��Y˃g�'[�͎R�����|@>%a��[�oĔ�$��ZpU+�A͢��d�H6q*`���##hЊhP.����n����9bǕ9��5Z�~��f�&O��g�Wj��m�Z+��5�s�OZ�Sk��PK{D�]ePKW�R.Definitions/resource-Extneutroncp-template.yml�V�o�6~�_��u{�jǝ��͍��@�xk��a(�d�H������������~�pw��x������r��Z�t��GB\PYQ��--d:L�8ʩ��!Bm�T����,!��#�����*G��5�&�!����5^���1�ژ�F�M�Ec�����r��E��h2�\����$��*g��Y���eF�.��_���tOn�R���,�P�d�q���h�Cn�xڈ
���}y}B�[F���&�7Ph�Pf�l'^�{����P�r����GP\���-�K��O�//��Ĕ�a<���^�|��*2@oo�\`��q6���B��y'$�A�-$*}M�]����3Z�LH,�I_ޘ�4pa-�=�=Ec�2�ڷ�%���R�����1�JiW��[����_6�n��*�%��颌�Ƭ�7�q�.�˺�<�EO�l��4#�4��ҏ,lj�UF�m
�fx�l��i��Q�t�IWا�>�����c�:&1U��sd�k%$9�.Z�� /pXg�Z�c����c	��U�40a{N(_?��M����Q[�	�ek�p�vi��~BvPΑ�
cQIa�똦���I%�4�y;_��	�Z�TIQ���!�u��	�"X^g��ek(�Vl�����@]�$ �ֈ��q�	�1��F	���2��5��b S+�wl�w��6TV��X/縑h%]B������-_�w���dd��}�
�d��@����^����O�<�I�"�9�w)A'h*E�Sgmu�%�Z�|��D3PJ��
|��]ݦ�wg�Y���Y�'_.dk�Uh�')�U%�'*�~@��#p�	�_U;T��돨�u�&ipƏ�������3� q�X�̗v�����֎}���=/�D��S�2���f&|�g;�O��P)��AZ���љ
�|w�N[u=��N"߶�aQ>O�\ك>ֱ�]{F���n��7I��N��ˇi��o�C���=
��qg�v�ŠW�{���w���a*O�mr����:XLǑ���=���c�������X����-��^T������t���
�PN{��L��2���PK�`T�M�
PKW�R/Definitions/resource-Globalcompute-template.yml�Ko�6����m� ��c���Mڢ���f/E!P��&�U�r�~��(ɖ��M4(�	��䘏��4|���0�q؈RX�J��A�X벌(*	ف2[fˋ,����!��S-hi���x\�Ot����UrK���u~u����&Y\�7�Òq�Vk|GoW���*�|�H���O~w	�Y-V�����KZ���.UN�*���r0L�ʺv~�J���B��Y��ж��e;QyvG
�}TZ�[�hEs!��`R,�*���oxͨ����JЂa���S�}n���b:V�j��;�\�5��t�'��F��o���j��e�����zc�Eq�Ou��������5닄��e�	��Ÿ��PH�l\�tbd�$v��MFB��$u(�D5�et�[��U��eWJ
���>�3�e�l[��j����f�*�MU��a�D�K��7,mU�XiK���=�l�U�q=6�&����:V#̏���L������q�F���D� ��k�ǯ����p���oU&k4�O@��BN�;`6
঳��Y���'�q}��T
��~��J�>����Ҩ�J����0���������"�=�zU�@“Ĥ�U���I�n�u�'m�0�^G�k���%2��M�4��v�I!�e
���x�>��[Q���NBU&:~������9��U4P�6V`ld���0���ɲ]YE&c�k��w�6`(������6t�1+?X�����:/ZX�<��a o�$H�dq��@A'm��	^��6n�c�pJ��Gm�6��'l���uNV[!��^>:Y��0ZQ)s��"ކ��ȡS�Nm�ݯ8U��<2��L�Y0х����=�����iO���ɀ�=�s<�E����г�#nF��Y�Iǃ����	���J�x��	���S�6��E����ך{�
ǁbZ���|�j<��5��l|X��ПY���n�-��Pt��o�DLιA5N�p�\���w< w�}�Y�8_57����9h_��o���j�_��>���{W���P����Ы0��,�>*$�PKd?�=KPKW�REDefinitions/resource-BasicOnboardGynklbNodesUbuntu18cvfc-template.yml�\Io�:��W�4�9���⛟��	�8��3���6��FK�~�~��)�-Jj{:@�&��b�X�Il��a>KX���F1�qm$YU̼Х�+�\sa.�<�`'���0���~����?���j����
Y�%A���A�a�G�f��Xk����*�m����=�hM��������՞,����6,3b���6?������l�R+��t��=9衈D,L��|�/�4���{‰�b#��m���i��_Y�_����>���z��k��i�xqj��7V�D�$P�8H#BQ����OYi�쑺����l��S���ާ�E�Ç+X� J��+��*��`s!gȫ�B%_">�����b.��H�,/H#��L4�X(�
�1
R�*/)���e��eYV�`���I�(�ƕ3
iJb~B#*N�@���|�A>��Ϯu�!~�#$
���j���2# �iBg���(N�a�R��A���x�	��1U�i��>8��4��,�W�Y��X�-:�����8�n{�җ䞦I��R�����	H�D�ۇ��=	�=a��a��v�n7E=���)��bڧ�>���;�|�?
�t�p��@���MX?hfpzT������많�i�U�Ⴀ���'�c��& rK���a���ڶ�\@�x���9������vM�TjU�ԪFsa��j�������P|ξ&��0/�?s���g�8S�5s����/�;��Ǽ����8fG�Z)p�f����2
گ��n�|��o'����/��k���S�"���T� ��cit�y8�2�
i�rΔ>����$܀��Թ�C�>s:��|����6d�֘.^o��0�l��=%{����M���lw�9�;���Á6r,gC��zOl�6V�8	<�W�A������t�F�n�B��a�����bo/��֚�ݮj_�*��Y�Ƀ��B1Uca��	�\s��Bl�q���4Kd�������;�w"�2�v1�	#�����O[��ϑr�X�,Dju$P5��<���]�|�Z6�'�nR;
b3
m�NeaF`���??���:�@�e���Ɓ���-b&&,�s%rm<|����~����Ѽ�x�p�@K�[`��ay����a�<�!�ic�N�n�a�×��;q?��Q�����#����f��+_���m��?��QMGh.bF�3�����yc�[0b6�21�1Pg��R�I���2E�C=��@����(���A�ްaj��ᎀ,���h���� ����Y4g\w�23��m�)t�p��cW�8��1x��RiŮ�<">MZk i?c'���O%�y�i���R��� h��$�Q���
���4n�0-Q-D�X/���+�IR��L�p����E��.��X�(�/2f	T�Av1i�\�޹
+7�*Aj�qd�N��.��D�ꦣg$BvQ�3"/g?J{bA8�Q��kl���Gi+�u1�$�9�/�UdX��j@�oʲV�Y��ꀛV\����rּ�����x��o{�RPꇽdQb�i�E�k��*E mTI��ݶqj�s!"n�iG��F�hLD�ɖ�������f���l���䟆βQ�Y�̈́�� ��4GS��T0�M���Y㢭�Ȱ���\������F-ϸ\Wg�U�����Lp�&G8��2J�H���ș�:�a>X�L�g�v�.;i_}��(
xz�bC �Q`f6�X�Vk��K�܊NZ�p�#HG4x�v�!t���7�RIO=�y�����wٲ����6���5�}]�}(8��h
����K�1D}Ѡ�C|s�� S��	x���w;*IK�}��CZ�eE,�Tk%�$�8���ɫ����A��dE`Y3S��IM�%�$x�L�2'Ah%���n��[�A�
�BH֓NS��Rf�$-[i��I25�	e6IҼ�����Ty-'�~cn�����:)J����As��G�Q��y>��Ie�����Y�s�ʲD��֚�T?c�4�NGo�BC&T���sT��:���l��u�g�X��Al$,��*�NVA��� ��}
b�nh��cD'	&O^�x�{Qؤoqd�l���@��ڎ�0i��Ѽ�ҳ�y���3U�J"&:WOT��5Ѻi���V��rQ����~R�e����/��8JC��r�̦ey�(�Eҳ���.
��
���[=z�D��;ކ>k�O�B�%�+:g���	/��#Ah^�9IF�}KE�o�ږ�޵�A��H��A��0,6������ư�y��?[0:A;�w4zT�F����e���2��z��)��=�3�T��O����	>je���H�6~�;x���_+��]�KU�X��+T�Ҿ���|I�N	���M�+Կd�LJ^���HP#�X�(Q��=B�lZc�Ks���*!Y�s�	͈f)e+T�;)V�d.q�/������ІO)���K���~�|-`�ŏE+T{?ά�WP�G�-YBw�¥�[x�w���gʎ��ʙ!V��;�y)�4h�'��66Vk<���Yq7�yӑ�
;<�|������%ר�u
k�����z�m\y�'�s�7����'�y^�H���)k�|�H���:ލ.lQ���K��C����|!N"�Z��.�b{\�<���H��^�A�[O�⃞`��>�'�}ft_�<��x��;�W��z
ٝB��:�����+�Mj$�$��w�\� F1�W-_�?�~�����w�4`d��j0^O	��Z>��m��+%m�Z�������>���^�o�OS��9�)@C7�/$�vۃz���h�ς�	h�7�A�[H'6B�/�����nS�϶��T�I�g���D1�&��ɶ�Bw��!�R�&w�g�Q뭛���fI1�J���wB��jmCNA%]�6�P�C��f0�(�w�M��!�]�
<��+ԝP��{�ޡ�nm�*�W��4�I�O,�ԭq�k�`?`�şNݔ�p.�Q��눌���B��Mq�"wL����/*[� $[k���R��2Oa�q1.:f�(qix�0��N��0�`$`@f�S��P�*���xk��Y�f�-�jx���jf�#X���:�ֲ�`��Jm��#�i�����bb���z�ߙ���l?�(�9���ݕ5�4����u�W.�5Tҩ"�����'����ϥ�F�6��^T�����v_�	lu'�!\��^+Un���Q�
�݁��hOg��1D�/l��c�5����rL��J�Sb�)�������?$w��Xve�k��c���.y��aU���Ig�=��fpΒv/DR�Č~��3��0��|0|���a�y�0��q�޻���J�Ɛg
k.��S?:RQt	C%jv:���v�KY�+�4;�����m;N�ÙI`�c�ᱳ�T/>ǩ�3!h�C�C>+�,�x!�}��$�:t`Ԕh=B퍡�w?�����Χ���	?{r@�N�hw�C��P�ç:�;�1�
�~�kƓdc�%�!������������7B�|��=0t�7k�pi�[7Z�����QQ�W�BT
�Ͼ��|���ᱜ}`�9i�%q���/GH�٩��M�34��c��}%�_�xI@��r����,q;�T��}p+{!FD�8Hp�
���q!l\xF����@���&��MD��e�0����+P ��ք���7)��9���H��K��37���k~��ן�pu��
���f\<P�f&�wPǛ-<\������KR�a
x�_M�=�w��4{z��:���lf+�?PKT��G�)}PKW�R,Definitions/resource-Globalport-template.yml�WKo�8��W��� �N��oޤ��q�l�ˢ(j$�H-I9��!���EҠ��������H�hA�7\
�@i���4���5��`�204��N�bE����__MIt����ԛ��S���c���'��'�Szq�V���<:����O.�I3�|rL��8G���Ũ,hS�W*C�.�2(�@3�s㒼�\�a4�$qj$�	g�;G}��͒d�����0�Ӑ�X,h��u�.�ɨ�D�5��3��"lųPE�M��B1xI5%_��xg!;�8����0c�����΍� �Y��Ç�����<�oBb��'��Y�������V��z�*=JU)uX��;��%��V)��s�r�$d-�T�Ҕ~�Z�S��M�R%�̱=Lf�_C��/A`���[��^#��
� V2�H=�[��&����Z���䁂�
� ��kqMÔkӈz���y�����t}`I�,��p�SGX�*���Z�-!�m�:vنV
J��m'je^Jb��wa�V����������K�R�#bk�T�2ʞ�NAZ���Uf�&h�uN��:���P6��Ϳ�]E�L���<�I����€�)���{����`��Q*v&�cb��C�te��?EH��;R��/�}���i��Q�:�M���ޅ�3ّ�*����zyQ�^z0����n�+�~���Ғ�+K�U�_\E��9k��H����L��B¤*1�;���#a�U� �m���>2�;,w���ivG����>ܤ���i���&��S��X�ʦX�H�,����6T0 �O|fyt8Ԧ&�͕�����"�~N�70ڷw�i��&��E\q��/����+k�v�k�8JKTq��8'm�kRM2wn���x�B��glC��#�n!���s���~��;���?��ϯ>]5��((׏j=!�v�������v��%��݊u�d��`�`��W���x���벒�(��;��do��,L"m�����@ٓ�U���=�b?9ގ�dr�R=ҡ�o��mvuc�*��@�w��3�W1��oLލ��M��x{�ŨE���cO�7��;`E��O��ژ�����o���oɌ�PKOm�Ui�PKW�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��PKW�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�'}8PKW�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?��@@PKW�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&PKW�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�����PKW�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�
PKW�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~(PKW�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���/�tPKW�RJArtifacts/Informational/OTHER/VSP_basic_onboard_GYNkLB_VSP_Information.txt��mo�0�_o��^n��ڭcR�j*AP��Pi��iB�s	'�8��t��ϱ	I��W��w��=����^-a��Q�fvHSf�[��A��뉯��ݒN̲!����jN� c�gu����G�R3�u�|�����9�[&�f�L\��չ���|�������*�s����1���v���u�N��>GY�2����X׶����cIF����fr��f��m��z�4�F���z0�>ӎG!���8-�"
P�k�Li�q�H*S/3����s)�ܦ;~��_7?��ï路�c7}x�,������yۻ|��m	���{�e�=������^�S?4^�վ�/�PK�y��I�PKW�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�PKW�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-BasicOnboardGynklb-template-interface.ymlPKW�R��m���
)�Definitions/resource-Compute-template.ymlPKW�R�;A1�(� Definitions/resource-Extcp2-template.ymlPKW�RO��Y/.#Definitions/resource-Securityrules-template.ymlPKW�R[-�`�,&Definitions/resource-Novaserver-template.ymlPKW�R�DN֩pL�+Definitions/resource-BasiconboardgynklbComputeNodesHeatUbuntu18-template.ymlPKW�R{D�]e&�-Definitions/resource-Port-template.ymlPKW�R�`T�M�
.Z0Definitions/resource-Extneutroncp-template.ymlPKW�Rd?�=K/5Definitions/resource-Globalcompute-template.ymlPKW�R1�^�K�OE�9Definitions/resource-BasicOnboardGynklbNodesUbuntu18cvfc-template.ymlPKW�RT��G�)}O[FDefinitions/resource-BasicOnboardGynklbNodesUbuntu18cvfc-template-interface.ymlPKW�ROm�Ui�,�ODefinitions/resource-Globalport-template.ymlPKW�R+�@j5��QTDefinitions/data.ymlPKW�R�'}8��Definitions/groups.ymlPKW�R0?��@@��Definitions/policies.ymlPKW�R���C&D�Definitions/annotations.ymlPKW�R�������Definitions/relationships.ymlPKW�R2ea�
��Definitions/artifacts.ymlPKW�R�H�v~(	�Definitions/capabilities.ymlPKW�R8��ɴDefinitions/interfaces.ymlPKW�R5n���/�t¹Definitions/nodes.ymlPKW�R�y��I�J��Artifacts/Informational/OTHER/VSP_basic_onboard_GYNkLB_VSP_Information.txtPKW�R��
'V�,��Artifacts/Deployment/HEAT/base_ubuntu18.yamlPKW�Rd�E�}�<l�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKW�R�'�R��4S�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK�	E�
2021-04-04T02:36:31.244Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-04T02:36:31.248Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|INFO|500||InvokeReturn
2021-04-04T02:36:31.253Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-04T02:36:31.253Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-04-04T02:36:31.253Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||VFCustomizationUUID= e0330381-05a7-4b89-82eb-dcf2f5d10d80
2021-04-04T02:36:31.253Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e0330381-05a7-4b89-82eb-dcf2f5d10d80 matches Tosca VF Customization UUID: e0330381-05a7-4b89-82eb-dcf2f5d10d80
2021-04-04T02:36:31.253Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||vfCustomizationUUID: e0330381-05a7-4b89-82eb-dcf2f5d10d80  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-04T02:36:31.259Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:31.259Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:31.260Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||resource request for resource customization id e0330381-05a7-4b89-82eb-dcf2f5d10d80: {\"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-04T02:36:31.260Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73e64ac5
2021-04-04T02:36:31.260Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:31.260Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-04T02:36:31.261Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : edf3cf18-3986-4bca-ba90-54f5ee55fad0
2021-04-04T02:36:31.261Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID edf3cf18-3986-4bca-ba90-54f5ee55fad0
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-04T02:36:31.265Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:31.265Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:31.266Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:36:31.273Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:31.273Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:31.274Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:36:31.274Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:31.274Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is not matching search criteria
2021-04-04T02:36:31.274Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-04T02:36:31.274Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-04T02:36:31.274Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b5a9da2e-3c09-4f8b-a540-3d947990cb7e
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-04T02:36:31.284Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:31.284Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:31.285Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:36:31.285Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:31.285Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:31.285Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0] matching following query criteria: sdcType=VF, customizationUUID=e0330381-05a7-4b89-82eb-dcf2f5d10d80
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-04T02:36:31.287Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:31.288Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:31.288Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3f6a4d6b-1752-4c12-8e1f-ad449ac8157f: basic_onboard_GYNkLB
2021-04-04T02:36:31.288Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:31.288Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:31.288Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:31.289Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:31.289Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:31.289Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:31.289Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:31.290Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:31.290Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:36:31.290Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:31.290Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Saving Service: basic_onboard_GYNkLB 
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-04T02:36:31.576Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GYNkLB dd6d9a42-a99f-4be0-be81-439b574ce944 1 ASDC deployResourceStructure
2021-04-04T02:36:31.577Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json ASDC sendASDCNotification
2021-04-04T02:36:31.577Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json
2021-04-04T02:36:31.577Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:36:31.577Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:31.580Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:31.580Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503791576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:36:31.680Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:31.681Z||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-04T02:36:31.682Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:31.690Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:31.691Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:32.581Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-04T02:36:32.582Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml
2021-04-04T02:36:32.582Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:36:32.582Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:32.584Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:32.584Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503792581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-04T02:36:32.685Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:32.686Z||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-04T02:36:32.686Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:32.695Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:32.696Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:33.586Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-04T02:36:33.586Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env
2021-04-04T02:36:33.587Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:36:33.587Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:33.590Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:33.590Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503793585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-04T02:36:33.690Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-04T02:36:33.692Z||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-04T02:36:33.692Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:33.703Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:33.703Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:34.591Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar ASDC sendASDCNotification
2021-04-04T02:36:34.592Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:34.592Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:36:34.592Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:34.593Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:34.593Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503794591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:36:34.694Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-04T02:36:34.695Z||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-04T02:36:34.695Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:34.747Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:36:34.747Z||pool-18-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2021-04-04T02:36:35.595Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:36:35.626Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
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-04T02:36:35.632Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T02:36:35.632Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T02:36:35.632Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T02:37:05.632Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:37:05.646Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
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-04T02:37:05.650Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T02:37:05.650Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T02:37:05.650Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T02:37:14.548Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:37:14.549Z||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-04T02:37:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:37:14.671Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:37:14.672Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:37:14.672Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:37:14.674Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:37:34.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:37:35.650Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:37:35.663Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
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-04T02:37:35.666Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T02:37:35.667Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T02:37:35.667Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T02:38:05.667Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:38:05.726Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
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-04T02:38:05.731Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T02:38:05.731Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T02:38:05.731Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T02:38:14.548Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:38:14.549Z||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-04T02:38:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:38:14.572Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:38:14.573Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.573Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "aai-ml",
  "timestamp": 1617503776023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:38:14.576Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:38:14.576Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.576Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:38:14.576Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:38:14.576Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.577Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "aai-ml",
  "timestamp": 1617503777031,
  "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-04T02:38:14.585Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:38:14.585Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 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-04T02:38:14.649Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.649Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:38:14.649Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:38:14.649Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.649Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:38:14.650Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:38:14.650Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.650Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-04T02:38:14.650Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:38:14.650Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.650Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:38:14.650Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:38:14.650Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.650Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503774545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:38:14.650Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:38:14.651Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.651Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503783209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:38:14.651Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:38:14.651Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.651Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503786658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:38:14.651Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:38:14.651Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.651Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503787930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:38:14.652Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:38:14.652Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.652Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503789359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:38:14.652Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:38:14.652Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.652Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503791576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:38:14.652Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:38:14.652Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.652Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503792581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-04T02:38:14.653Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:38:14.653Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.653Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503793585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-04T02:38:14.654Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:38:14.654Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:38:14.654Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503794591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:38:14.654Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:38:19.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:38:35.732Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:38:35.750Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
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-04T02:38:35.753Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T02:38:35.753Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-04T02:38:35.753Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-04T02:38:35.753Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-04T02:38:35.753Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:38:35.754Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:38:35.754Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:38:35.754Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:38:35.754Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:38:35.754Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:38:35.754Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:38:35.759Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-04T02:39:04.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:39:05.759Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 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-04T02:39:05.767Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 and serviceModelVersionId: 3f6a4d6b-1752-4c12-8e1f-ad449ac8157f
2021-04-04T02:39:05.767Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fd60780-9bf4-4ed6-b8db-31f452ae12dc
2021-04-04T02:39:12.248Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fd60780-9bf4-4ed6-b8db-31f452ae12dc/model-vers/model-ver/3f6a4d6b-1752-4c12-8e1f-ad449ac8157f?depth=0
2021-04-04T02:39:12.354Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-04T02:39:12.971Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/6fd60780-9bf4-4ed6-b8db-31f452ae12dc/model-vers/model-ver/3f6a4d6b-1752-4c12-8e1f-ad449ac8157f?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-04T02:39:12.972Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/6fd60780-9bf4-4ed6-b8db-31f452ae12dc/model-vers/model-ver/3f6a4d6b-1752-4c12-8e1f-ad449ac8157f?depth=0|INFO|500||Invoke
2021-04-04T02:39:13.064Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/6fd60780-9bf4-4ed6-b8db-31f452ae12dc/model-vers/model-ver/3f6a4d6b-1752-4c12-8e1f-ad449ac8157f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-04T02:39:13.345Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/6fd60780-9bf4-4ed6-b8db-31f452ae12dc/model-vers/model-ver/3f6a4d6b-1752-4c12-8e1f-ad449ac8157f?depth=0|INFO|500||InvokeReturn
2021-04-04T02:39:13.345Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/6fd60780-9bf4-4ed6-b8db-31f452ae12dc/model-vers/model-ver/3f6a4d6b-1752-4c12-8e1f-ad449ac8157f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210404-02:39:13:071-53860], vertex-id=[192736], Content-Length=[0], Date=[Sun, 04 Apr 2021 02:39:13 GMT], Content-Type=[application/json]}
2021-04-04T02:39:13.346Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-04-04T02:39:13.348Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-04T02:39:13.348Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-04T02:39:13.351Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-04T02:39:13.352Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-04T02:39:13.355Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-04T02:39:13.355Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:13.357Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:13.357Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503953354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T02:39:13.458Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:13.459Z||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-04T02:39:13.459Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:13.471Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:13.471Z||pool-19-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-04T02:39:14.372Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:39:14.372Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:39:14.372Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:14.548Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:39:14.548Z||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-04T02:39:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:14.568Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:14.572Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.572Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503843289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.572Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.573Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.573Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "aai-ml",
  "timestamp": 1617503846134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.573Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.573Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.573Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503843289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.573Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.573Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.573Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "aai-ml",
  "timestamp": 1617503846134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.574Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.574Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.574Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503843289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.574Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.574Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.574Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "aai-ml",
  "timestamp": 1617503846134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.574Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.574Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.574Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "cds",
  "timestamp": 1617503848930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "dcae-sch",
  "timestamp": 1617503848962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503849151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503843289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "aai-ml",
  "timestamp": 1617503846134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.575Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "policy-id",
  "timestamp": 1617503849779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "cds",
  "timestamp": 1617503848930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "dcae-sch",
  "timestamp": 1617503848962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503849151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503843289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "aai-ml",
  "timestamp": 1617503846134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.576Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "policy-id",
  "timestamp": 1617503849779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "dcae-sch",
  "timestamp": 1617503848962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "cds",
  "timestamp": 1617503848930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503849151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503843289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.577Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "aai-ml",
  "timestamp": 1617503846134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "policy-id",
  "timestamp": 1617503849779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "dcae-sch",
  "timestamp": 1617503848962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "cds",
  "timestamp": 1617503848930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503849151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.578Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503843289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "aai-ml",
  "timestamp": 1617503846134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503852785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "policy-id",
  "timestamp": 1617503849779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "dcae-sch",
  "timestamp": 1617503848962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.579Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "cds",
  "timestamp": 1617503848930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503849151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503852785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "policy-id",
  "timestamp": 1617503849779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "dcae-sch",
  "timestamp": 1617503848962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.580Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503854629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "cds",
  "timestamp": 1617503848930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "aai-ml",
  "timestamp": 1617503854738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503849151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503852785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.581Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "policy-id",
  "timestamp": 1617503849779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "dcae-sch",
  "timestamp": 1617503848962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "cds",
  "timestamp": 1617503848930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503849151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503852785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.582Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503856521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "policy-id",
  "timestamp": 1617503849779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503856727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "cds",
  "timestamp": 1617503857401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503852785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503857429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.583Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.584Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.584Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503858018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.584Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.584Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.584Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503856727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.584Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.584Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.584Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "cds",
  "timestamp": 1617503858409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-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-04T02:39:14.598Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8f1af638-2378-4032-8d96-0780a1301269
2021-04-04T02:39:14.598Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1af638-2378-4032-8d96-0780a1301269 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-04T02:39:14.675Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.675Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "policy-id",
  "timestamp": 1617503858323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.675Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.675Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.675Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503852785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.676Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.676Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.676Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503859027,
  "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-04T02:39:14.682Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f1af638-2378-4032-8d96-0780a1301269
2021-04-04T02:39:14.683Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1af638-2378-4032-8d96-0780a1301269 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-04T02:39:14.696Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.696Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503856727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.696Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.696Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.697Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "policy-id",
  "timestamp": 1617503859364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:39:14.697Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.697Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.697Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503852785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.697Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.698Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.698Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617503860030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:39:14.698Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.699Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.699Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503860178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:39:14.699Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.699Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.699Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503856727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.699Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.700Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.700Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "policy-id",
  "timestamp": 1617503860462,
  "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-04T02:39:14.705Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f1af638-2378-4032-8d96-0780a1301269
2021-04-04T02:39:14.705Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1af638-2378-4032-8d96-0780a1301269 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-04T02:39:14.711Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.711Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503861052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.711Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.711Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.711Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617503861183,
  "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-04T02:39:14.716Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8f1af638-2378-4032-8d96-0780a1301269
2021-04-04T02:39:14.716Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1af638-2378-4032-8d96-0780a1301269 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-04T02:39:14.726Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.726Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503856727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.726Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.726Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.726Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503856727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.726Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.726Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.727Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503856727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.727Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.727Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.727Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503863478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.727Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.727Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.727Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "aai-ml",
  "timestamp": 1617503864176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:39:14.727Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.727Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.727Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503864873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.727Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.727Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.728Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503864972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.728Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.728Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.728Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "aai-ml",
  "timestamp": 1617503865184,
  "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-04T02:39:14.732Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8f1af638-2378-4032-8d96-0780a1301269
2021-04-04T02:39:14.733Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1af638-2378-4032-8d96-0780a1301269 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-04T02:39:14.743Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.743Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503866078,
  "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-04T02:39:14.748Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f1af638-2378-4032-8d96-0780a1301269
2021-04-04T02:39:14.748Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1af638-2378-4032-8d96-0780a1301269 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-04T02:39:14.756Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.757Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503866377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.757Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.757Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.757Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617503867082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:39:14.757Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.757Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.757Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "clamp",
  "timestamp": 1617503866754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.758Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.758Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.758Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503867571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.758Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.758Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.758Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "clamp",
  "timestamp": 1617503866754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.758Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.758Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.758Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503868579,
  "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-04T02:39:14.763Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f1af638-2378-4032-8d96-0780a1301269
2021-04-04T02:39:14.764Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1af638-2378-4032-8d96-0780a1301269 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-04T02:39:14.775Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.776Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "clamp",
  "timestamp": 1617503866754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.776Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.777Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.777Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617503869585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:39:14.777Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.777Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.777Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "clamp",
  "timestamp": 1617503866754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.778Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.778Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.778Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "clamp",
  "timestamp": 1617503866754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.778Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.778Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.778Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "clamp",
  "timestamp": 1617503866754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:14.779Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.779Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.779Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "clamp",
  "timestamp": 1617503866754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:39:14.779Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:39:14.779Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.779Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "clamp",
  "timestamp": 1617503880753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:14.779Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.779Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.779Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "clamp",
  "timestamp": 1617503881860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:39:14.780Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:39:14.780Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:39:14.780Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "clamp",
  "timestamp": 1617503882864,
  "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-04T02:39:14.786Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8f1af638-2378-4032-8d96-0780a1301269
2021-04-04T02:39:14.786Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1af638-2378-4032-8d96-0780a1301269 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-04T02:39:18.723Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:18.725Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:39:18.725Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8f1af638-2378-4032-8d96-0780a1301269","serviceName":"vFW 2021-04-04 02-35-46","serviceVersion":"1.0","serviceUUID":"06a9ce89-dfa6-4ec4-9795-ae835c46af2f","serviceDescription":"catalog service description","serviceInvariantUUID":"91824b8e-5d52-4956-8e95-318a63ac5bb7","resources":[{"resourceInstanceName":"vFW 8fcf86b9-3c8a 0","resourceName":"vFW 8fcf86b9-3c8a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bced485a-c7ef-4775-aafe-c7efd052a21f","resourceInvariantUUID":"02728da3-065c-4b8b-80a4-94e50b005787","resourceCustomizationUUID":"3b899e2c-cafc-49ee-abf1-f37389746b65","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vf-license-model.xml","artifactChecksum":"NzcyMTUzMzE4OTUzNTBkZDBjYmVjY2FmNGJhZTg0NjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3372fc2-ac84-44d7-94b9-c3302005c3c7","artifactVersion":"1"},{"artifactName":"vfw8fcf86b93c8a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json","artifactChecksum":"YzAxYTJiZmI0N2JiYTQ0ODA2MTFkZWE4ODVkMzFiMWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee4f6bec-ece9-463c-8ba5-0fbf01e32034","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2a54d327-fcfa-499c-ad14-1ad306aeaa3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjhiOGQ3YTg4NjhlODliYTBlNjRjODY4MGE3MThmMDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f5f299cb-0456-4f70-a35e-097ead813b81","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4bbe33c-ba83-4323-b054-b9ac5e5d21d0","artifactVersion":"2","generatedFromUUID":"2a54d327-fcfa-499c-ad14-1ad306aeaa3d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210404023546-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-template.yml","artifactChecksum":"YWJkNmMyMmE1M2NjNjE3ZWUxNzQwMWJjNDAyOTUyYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f7ecf62-0ced-4ec5-8850-3d2b832974b4","artifactVersion":"1"},{"artifactName":"service-Vfw20210404023546-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar","artifactChecksum":"ZGFhYjUxNzljMDc3OWE3MTdkZGI5ZmFkNGExYjMwYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54874a92-24fa-4460-aa46-8c21c9a7d635","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-04T02:39:18.728Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:39:18.728Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:18.730Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:18.730Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:18.831Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-04T02:39:18.832Z||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-04T02:39:18.832Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:18.842Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:18.842Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:19.731Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:39:19.732Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:19.734Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:19.734Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:39:19.835Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-04T02:39:19.836Z||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-04T02:39:19.836Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:19.846Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:19.846Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-04T02:39:20.735Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:39:20.736Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:20.739Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:20.739Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:39:20.839Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:20.840Z||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-04T02:39:20.840Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:20.849Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:20.849Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:21.739Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:39:21.741Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:21.743Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:21.744Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:21.844Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:21.846Z||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-04T02:39:21.846Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:21.857Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:21.857Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:22.745Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:39:22.746Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:22.748Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:22.748Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-04T02:39:22.848Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:22.849Z||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-04T02:39:22.849Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:22.859Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:22.859Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:23.749Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:39:23.750Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:23.752Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:23.753Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:39:23.853Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:23.854Z||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-04T02:39:23.854Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:23.865Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:23.865Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:24.755Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:39:24.755Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:24.758Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:24.758Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:39:24.858Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:24.859Z||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-04T02:39:24.859Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:24.868Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:24.869Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:25.760Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "serviceName": "vFW 2021-04-04 02-35-46",
  "serviceVersion": "1.0",
  "serviceUUID": "06a9ce89-dfa6-4ec4-9795-ae835c46af2f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "91824b8e-5d52-4956-8e95-318a63ac5bb7",
  "resources": [
    {
      "resourceInstanceName": "vFW 8fcf86b9-3c8a 0",
      "resourceCustomizationUUID": "3b899e2c-cafc-49ee-abf1-f37389746b65",
      "resourceName": "vFW 8fcf86b9-3c8a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bced485a-c7ef-4775-aafe-c7efd052a21f",
      "resourceInvariantUUID": "02728da3-065c-4b8b-80a4-94e50b005787",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8fcf86b93c8a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
          "artifactChecksum": "YzAxYTJiZmI0N2JiYTQ0ODA2MTFkZWE4ODVkMzFiMWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ee4f6bec-ece9-463c-8ba5-0fbf01e32034",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2a54d327-fcfa-499c-ad14-1ad306aeaa3d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f4bbe33c-ba83-4323-b054-b9ac5e5d21d0",
            "generatedFromUUID": "2a54d327-fcfa-499c-ad14-1ad306aeaa3d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f4bbe33c-ba83-4323-b054-b9ac5e5d21d0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210404023546-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
      "artifactChecksum": "ZGFhYjUxNzljMDc3OWE3MTdkZGI5ZmFkNGExYjMwYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "54874a92-24fa-4460-aa46-8c21c9a7d635"
    }
  ],
  "workloadContext": "Production"
}
2021-04-04T02:39:25.760Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-04T02:39:25.760Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 06a9ce89-dfa6-4ec4-9795-ae835c46af2f ASDC
2021-04-04T02:39:25.761Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8f1af638-2378-4032-8d96-0780a1301269
ServiceName:vFW 2021-04-04 02-35-46
ServiceVersion:1.0
ServiceUUID:06a9ce89-dfa6-4ec4-9795-ae835c46af2f
ServiceInvariantUUID:91824b8e-5d52-4956-8e95-318a63ac5bb7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210404023546-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar
ArtifactUUID:54874a92-24fa-4460-aa46-8c21c9a7d635
ArtifactChecksum:ZGFhYjUxNzljMDc3OWE3MTdkZGI5ZmFkNGExYjMwYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8fcf86b9-3c8a 0
ResourceCustomizationUUID:3b899e2c-cafc-49ee-abf1-f37389746b65
ResourceInvariantUUID:02728da3-065c-4b8b-80a4-94e50b005787
ResourceName:vFW 8fcf86b9-3c8a
ResourceType:VF
ResourceUUID:bced485a-c7ef-4775-aafe-c7efd052a21f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8fcf86b93c8a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json
ArtifactUUID:ee4f6bec-ece9-463c-8ba5-0fbf01e32034
ArtifactChecksum:YzAxYTJiZmI0N2JiYTQ0ODA2MTFkZWE4ODVkMzFiMWM=
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/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml
ArtifactUUID:2a54d327-fcfa-499c-ad14-1ad306aeaa3d
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/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env
ArtifactUUID:f4bbe33c-ba83-4323-b054-b9ac5e5d21d0
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/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env
ArtifactUUID:f4bbe33c-ba83-4323-b054-b9ac5e5d21d0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-04T02:39:25.761Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06a9ce89-dfa6-4ec4-9795-ae835c46af2f 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-04T02:39:25.841Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:39:25.842Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T02:39:25.842Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T02:39:25.842Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 54874a92-24fa-4460-aa46-8c21c9a7d635 from URL: /sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:25.843Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T02:39:25.843Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:26.059Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T02:39:26.065Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar 54874a92-24fa-4460-aa46-8c21c9a7d635 105060
2021-04-04T02:39:26.065Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar ASDC sendASDCNotification
2021-04-04T02:39:26.066Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:26.066Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:39:26.066Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:26.068Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:26.068Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503966065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:26.168Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:26.169Z||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-04T02:39:26.169Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:26.178Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:26.178Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:27.069Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:39:27.071Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T02:39:27.071Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Trying to write artifact UUID: 54874a92-24fa-4460-aa46-8c21c9a7d635, URL: /sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar to file: /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:27.071Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210404023546-csar.csar
2021-04-04T02:39:27.072Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:27.072Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:27.347Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP825096775729185268/Definitions/service-Vfw20210404023546-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-04T02:39:29.393Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-04T02:39:29.393Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-04T02:39:29.393Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.394Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-04T02:39:29.394Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||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-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.394Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||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-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.394Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.394Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.395Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.395Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||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-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.395Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.395Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.395Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.395Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.395Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.395Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8fcf86b9-3c8a 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.395Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.396Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8fcf86b9-3c8a 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-Vfw20210404023546-csar.csar
2021-04-04T02:39:29.396Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-04T02:39:29.396Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.396Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:29.397Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is matching search criteria
2021-04-04T02:39:29.397Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-04T02:39:29.397Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW 8fcf86b9-3c8a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:39:29.397Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.397Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:29.398Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is matching search criteria
2021-04-04T02:39:29.398Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-04T02:39:29.398Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW 8fcf86b9-3c8a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:39:29.398Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.398Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:29.399Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.399Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is not matching search criteria
2021-04-04T02:39:29.399Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T02:39:29.399Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T02:39:29.399Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-04T02:39:29.400Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:29.400Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-04T02:39:29.400Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T02:39:29.400Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-04T02:39:29.400Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-04T02:39:29.400Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-04T02:39:29.401Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-04T02:39:29.401Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:29.401Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-04T02:39:29.401Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:29.401Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-04T02:39:29.401Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T02:39:29.402Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-04T02:39:29.402Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.402Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-04T02:39:29.402Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.402Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is matching search criteria
2021-04-04T02:39:29.402Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW 8fcf86b9-3c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:39:29.403Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.403Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is matching search criteria
2021-04-04T02:39:29.403Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW 8fcf86b9-3c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:39:29.403Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.403Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is matching search criteria
2021-04-04T02:39:29.404Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW 8fcf86b9-3c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:39:29.404Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.404Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is not matching search criteria
2021-04-04T02:39:29.404Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T02:39:29.404Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T02:39:29.404Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-04T02:39:29.404Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-04T02:39:29.405Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-04T02:39:29.405Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-04T02:39:29.405Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:29.405Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-04T02:39:29.405Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:29.405Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-04T02:39:29.406Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T02:39:29.406Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=021a6a6a-5a06-4e89-88d6-5b4de86c54d5
2021-04-04T02:39:29.406Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.406Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is not matching search criteria
2021-04-04T02:39:29.407Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T02:39:29.407Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T02:39:29.407Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-04T02:39:29.407Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:29.407Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-04T02:39:29.407Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T02:39:29.408Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-04T02:39:29.408Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-04T02:39:29.408Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-04T02:39:29.408Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:29.408Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-04T02:39:29.408Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T02:39:29.408Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1919ab4b-028e-4738-b633-f813b52a71c7
2021-04-04T02:39:29.409Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.409Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is not matching search criteria
2021-04-04T02:39:29.409Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T02:39:29.409Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T02:39:29.409Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-04T02:39:29.409Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:29.410Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-04T02:39:29.410Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T02:39:29.410Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-04T02:39:29.410Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-04T02:39:29.410Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-04T02:39:29.410Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-04T02:39:29.411Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:29.411Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-04T02:39:29.411Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6fcd7202-a7fa-4ad6-bab4-59ef5990ffb3
2021-04-04T02:39:29.411Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.411Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:29.411Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.411Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:29.412Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.412Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:29.412Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:29.412Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:29.412Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-04 02-35-46
Description:catalog service description
Model UUID:06a9ce89-dfa6-4ec4-9795-ae835c46af2f
Model Version:NULL
Model InvariantUuid:91824b8e-5d52-4956-8e95-318a63ac5bb7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8fcf86b9-3c8a
Model UUID:b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02728da3-065c-4b8b-80a4-94e50b005787
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3b899e2c-cafc-49ee-abf1-f37389746b65
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cf3fe257-d043-40cf-8ea2-e961db73bffb
ModelName:Vfw8fcf86b93c8a..base_vfw..module-0
ModelUuid:a9c95f01-caa0-42d3-9c9a-52fee1be8a28
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:021a6a6a-5a06-4e89-88d6-5b4de86c54d5
ModelInvariantUuid:478bc396-245e-483f-baa4-2fa48faede26
ModelName:vFW 8fcf86b9-3c8a-nodes.vfwCvfc
ModelUuid:eb1eedd8-cede-4a9b-b466-0aa4e2703e9a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:34ae0e0e-fe02-4a64-bc49-540bba41c63d
ModelInvariantUuid:90022ee6-a617-42e4-b5c0-ce32a647a563
ModelName:Vfw8fcf86b93c8a.compute.nodes.heat.vfw
ModelUuid:21d3c0c7-65ab-44a8-bb4e-bf4fb374a6b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1919ab4b-028e-4738-b633-f813b52a71c7
ModelInvariantUuid:c2afebc0-ec9e-4aa3-9b17-05e498acd0e3
ModelName:vFW 8fcf86b9-3c8a-nodes.vsnCvfc
ModelUuid:ac395c6e-863c-4569-8fa3-381a30a24aec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:420af089-0db9-4fd2-afbe-b36f1a1bc79a
ModelInvariantUuid:99bb7901-dafd-4092-91f0-ce14ab735c7e
ModelName:Vfw8fcf86b93c8a.compute.nodes.heat.vsn
ModelUuid:f1b9f4ec-0819-47f4-befa-6d83e16762d2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6fcd7202-a7fa-4ad6-bab4-59ef5990ffb3
ModelInvariantUuid:6a84e5c4-cc6d-4798-ac74-20b557657097
ModelName:vFW 8fcf86b9-3c8a-nodes.vpgCvfc
ModelUuid:108bf966-9af2-4076-8e55-634daf5661af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:92520352-5a87-477f-98d1-05a01e9964e4
ModelInvariantUuid:edda0f60-f20d-4cbf-96a4-664120bbd6f9
ModelName:Vfw8fcf86b93c8a.compute.nodes.heat.vpg
ModelUuid:17ca85ce-2d0b-477a-8a29-72f342c653df
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-04T02:39:29.426Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: bced485a-c7ef-4775-aafe-c7efd052a21f
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-04T02:39:29.430Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||vFW 8fcf86b9-3c8a 0
2021-04-04T02:39:29.430Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bced485a-c7ef-4775-aafe-c7efd052a21f
2021-04-04T02:39:29.430Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: ee4f6bec-ece9-463c-8ba5-0fbf01e32034 from URL: /sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json
2021-04-04T02:39:29.431Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T02:39:29.431Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json
2021-04-04T02:39:29.666Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T02:39:29.667Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json ee4f6bec-ece9-463c-8ba5-0fbf01e32034 785
2021-04-04T02:39:29.667Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json ASDC sendASDCNotification
2021-04-04T02:39:29.668Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json
2021-04-04T02:39:29.668Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:39:29.669Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:29.671Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:29.672Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503969667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:29.772Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:29.773Z||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-04T02:39:29.773Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:29.781Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:29.781Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:30.672Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8fcf86b93c8a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cf3fe257-d043-40cf-8ea2-e961db73bffb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a9c95f01-caa0-42d3-9c9a-52fee1be8a28",
    "vfModuleModelCustomizationUUID": "96b4b1c2-c640-4aa8-b2d7-c9c9b1ae72ac",
    "isBase": true,
    "artifacts": [
      "2a54d327-fcfa-499c-ad14-1ad306aeaa3d",
      "f4bbe33c-ba83-4323-b054-b9ac5e5d21d0"
    ],
    "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-04T02:39:30.677Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8fcf86b93c8a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a9c95f01-caa0-42d3-9c9a-52fee1be8a28
VfModuleModelInvariantUUID:cf3fe257-d043-40cf-8ea2-e961db73bffb
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a54d327-fcfa-499c-ad14-1ad306aeaa3d
,
f4bbe33c-ba83-4323-b054-b9ac5e5d21d0

}
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-04T02:39:30.679Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8fcf86b93c8a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cf3fe257-d043-40cf-8ea2-e961db73bffb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a9c95f01-caa0-42d3-9c9a-52fee1be8a28",
    "vfModuleModelCustomizationUUID": "96b4b1c2-c640-4aa8-b2d7-c9c9b1ae72ac",
    "isBase": true,
    "artifacts": [
      "2a54d327-fcfa-499c-ad14-1ad306aeaa3d",
      "f4bbe33c-ba83-4323-b054-b9ac5e5d21d0"
    ],
    "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-04T02:39:30.680Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8fcf86b93c8a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a9c95f01-caa0-42d3-9c9a-52fee1be8a28
VfModuleModelInvariantUUID:cf3fe257-d043-40cf-8ea2-e961db73bffb
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a54d327-fcfa-499c-ad14-1ad306aeaa3d
,
f4bbe33c-ba83-4323-b054-b9ac5e5d21d0

}
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-04T02:39:30.680Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a54d327-fcfa-499c-ad14-1ad306aeaa3d from URL: /sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml
2021-04-04T02:39:30.680Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T02:39:30.680Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml
2021-04-04T02:39:31.174Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T02:39:31.175Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml 2a54d327-fcfa-499c-ad14-1ad306aeaa3d 20368
2021-04-04T02:39:31.176Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-04T02:39:31.176Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml
2021-04-04T02:39:31.176Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:39:31.176Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:31.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:31.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503971176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:31.279Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:31.280Z||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-04T02:39:31.280Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:31.290Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:31.290Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:32.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: f4bbe33c-ba83-4323-b054-b9ac5e5d21d0 from URL: /sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env
2021-04-04T02:39:32.180Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T02:39:32.180Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env
2021-04-04T02:39:33.214Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T02:39:33.214Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env f4bbe33c-ba83-4323-b054-b9ac5e5d21d0 2098
2021-04-04T02:39:33.214Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-04T02:39:33.215Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env
2021-04-04T02:39:33.215Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:39:33.215Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:33.217Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:33.217Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503973214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:39:33.317Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:33.318Z||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-04T02:39:33.318Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:33.327Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:33.327Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:34.218Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Preparing to deploy Service: 06a9ce89-dfa6-4ec4-9795-ae835c46af2f
2021-04-04T02:39:34.218Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8fcf86b9-3c8a 0 bced485a-c7ef-4775-aafe-c7efd052a21f 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-04T02:39:34.240Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.240Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:34.241Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Processing vnf with UUID: b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c 
2021-04-04T02:39:34.241Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Will get resource from SDC using resource id: b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c
2021-04-04T02:39:34.242Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel to get resource 
2021-04-04T02:39:34.244Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel
2021-04-04T02:39:34.245Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel|INFO|500||Invoke
2021-04-04T02:39:34.245Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-04T02:39:34.245Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel
2021-04-04T02:39:34.246Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel|DEBUG|500||Method      : GET
2021-04-04T02:39:34.246Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/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:"8f1af638-2378-4032-8d96-0780a1301269", X-RequestID:"8f1af638-2378-4032-8d96-0780a1301269", X-TransactionID:"8f1af638-2378-4032-8d96-0780a1301269", X-ECOMP-RequestID:"8f1af638-2378-4032-8d96-0780a1301269", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"402699f1-67ab-4798-b1c5-c8e9dba28922"]
2021-04-04T02:39:34.246Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel|DEBUG|500||Request body: 
2021-04-04T02:39:34.247Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel|DEBUG|500||==========================request end================================================
2021-04-04T02:39:34.844Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-04T02:39:34.845Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-04T02:39:34.845Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel|DEBUG|500||Status text  : OK
2021-04-04T02:39:34.845Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-Vfw8fcf86b93c8a-csar.csar"", Content-MD5:"Y2YzYzU5NzEzNWE1YzFiMDg2YmVhMGQ5ZWFmZjdmYTg=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"8f1af638-2378-4032-8d96-0780a1301269", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-04T02:39:34.867Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/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� �����jLLeWQwjb�#		
�Qn/�.ߗ�7�'3�+2������O���3��5�
���X�4�C*rb g�\�	�'�-P�\�>cI�lۂ�κa�:���1.��v5!nQK[ w��&#����8����$�PK23#@��PK��R1Definitions/resource-Vfw8fcf86b93c8a-template.yml�]�w�6��_�[�Տ��/ysl'q�8�oi�� Ɯ00f�?0 ���8���t����-iﭭ�i�8�r��~�Gab�a���6��U�o����&�F��
L�R��'���=�}�wwg���x1^�`b�3ǜ�K�\��\M�lh���r�j��7��SϜ�lTBh.G�5sיxpj/�*�
|m��~6���-��ʜ8K�޸0qb�f��a�F��D^�bhl���9)*�>m����H�:��^�`c�Ovv���N�d�b�D�؁����|5�w16�h�2����\��I��5 HP�?�ß�?F..w"�?���(N��?�F�^%xT
��D!{0x��%q��~X�w��~���.B>/��0�L?�[�,��(���]*R��F��Ԛ<<+��0�Ҝ.Y�x\��٘l�S{��4�E�{��P<+�B$�hN�j���'���sTZ����A��5����E~k�N����9��
��O�Y��Q=��Ǘ����&e�:�^s)�o�%ܥq�^1i�Kü���R�BZŬ�_pk!ҧWc^��v��w�����V�z1����;n�wAd���|�Z�z^D�C^‘p•��ZO���v����F�j-vӭ�nm�2��B�l���(�*��0/!��O�RR�;oޣ�|x���#o��|�Z�&�c+����Zo���ux��e�R��"A���.D>Q
���6�����o�a^
�S��kc�F��`4����m�E!���e����)Wp]ԛ�H@j����_��E�$z��p��4s�@��6�
�f��3��!/�֏�#�����CO�׆��KB��>���S�w���ָ}n�4��qr��ڸ<�xn�?�>7~ٌ���
��k����U����yh���4~ɹ��Ɔ�.������FN�����].�Wwo��85.�o?��`\�e|��HքQ�r>0v���ud-\s}�V�q+s���~�<�2n�O�/n��?�]��W��.��'�nJ�N�YA>q��x���0����=���`��O��KD�������.�@���l�V�Q���4E��WY�A�� �׊]GQj�]�axX�W����J|�lOً�헌�@�1n��X^ߍ�6c8��{5��*������0z�q2���+�Nd�(���s6"k��lY&�x	�B���C���DA�FY4��lYg�U�$�P����ɹQ6!\��l�a;]���X��f���OÀxl�uN�nEq#�w��
�� ڢr� �R.�
�UF:I���X���H�7��B��Z���U�C�v�:�-X�2	����?�=/��r!�T+jE*����$�ltīR)Hk\�Հ�q��eҏ��
����$qC�ZKH�Gq\����_��惡y�&����[�N������c� ���j�d�2�}���|��VB���k(�_��5��z��N�:�%�hl�g�I�mpЯ>��s��;���~�辘�0�G�Q^������|��V��q�7�Z�<�'��I�������1��%iU��7Ixߙ�Sl�J7]$d~�^�p�5<�eB�9��.���� �֭���W1�1���1�dD������2�D:��&�_�b~R?�#�z�zg5xm���%�&�.tR}-E��1v�b`�����'����yvr{��eɗ8��z�Yc�2�+���S2�����Psf��Bf���j.�^!BN��n
A�����	����y��E?�w��Ǝ�gq!�,z��	�(j���h���Z�w��#Rc+�Js�*I�*|�6A��Q�PBs��E�ۃ�������6��2�A���d8-~V��w��c�ށ)�y�#$㩆�u���8B6G��$���@{�y������#�U�h6e�v�|JdU4|���$�Lt�'_����l�9l��$f����L.���ѓ3>����y�?>���Ͽ����?y�������/���Y|nf�C���߮�
���������/���?G�7g��>>�6�'xs�=���0����ף}z������0�b����Ν,g���0{�^Ϟf7c�Wo��<8	W�ܞ��o?[>�y���SG7����ݻ������<��~�X�u{zz�|��|ۏ�)\��w���ӻ�ǯ�=�����������������ӷ��Ë��{�������×�������f�xzZ��g#p�e�qV�og��f�n����^~���������?_�I4ڝG���G��'��N�&�׿�����ݎ'o���y�������Z;�l��Ou��Er�Pk��K;�i�-�ҏg�p[���0�z���(?LE..�y醾�D�z���=�~�n:A�s-��v���l�bJh#���(� �m���*B�1b��m4���ؖv�g�˔una�eHb
ؑ�C�|��{QsP���0-����WC2N��\x��9\���t5���t44���]���=��ʺy���,g���
�̜���\�4�=w�p>�M����m�g���ɕ�r���\Lǜ�cs5w��l�L���|�N��%F�2�9X�‰�/�!ܢ�wΥpbT��ze%A`�[�|�
�=6��A�]��a�����%o��(�e�1��!��&3�:~�Ű�_9�J��(KH>�Ġ���y$[W(�l����o�]*����jJ�	Ӷ�N˧��!F�`H�w[�P���M���C"��f�x�Fh߂�:[�M��;X��Y������|��P%���tL���������|d/�3s�ZBs:�LD�6��|5��j1���꿪�_���@�[%�L���3�a�0�mp T�������;����kb�IR?ݥxF�5z����jn��3�^ˉg�Lͱ�K@��5���B��H�Q�B�8���!�Nj���=���g��pnN�re.��ܜ�S.��l���4Z;d�9F��[�e�S��YP$h���7��qr6O�ߞ�*3q�!���y`�o�|`RWe����8h�b�Y���03�<ސK�i��F(_W��jh�c����’l�8?HI2�'��uHG٠��i��Pq�Ν���;H���U
z�
h�6����A�����wY�*7��L,֞�B�i��~�
V�_m��Rj����P�>=O��Mw�h��}#J#
)6�\�̴���<;̻�	��8�V��� �1�p�J�^�Jc�[>��M�?�M@F��o�;TkH��ñ�,�L����������+�SSB�qjƘW���㰸�X���5=����昭W&���DIY�jCE�O[�@�����ߕG�.�G�$j�}lC�����B�-�;�ϩ��&�4��Qs��3թz�I�|��d��˛���O׷�g���ͧ���sk���Ҝl����Y5�eH�!�e�fV3��VjV�]�A�R
V�/NT]*j*ރ����%ڬw��\4��&`��QU�(C�y���׵�u?�QC�G��_�� K�M�__��dF��� �,�2&�f+��
c�����b͎!b��.]GH��S
��E�����~���m��d�!�0��l)� �{�K�MĮ��ɚ���{u��;���ׁ�ffC����mN��S.�!�W
�������/nz�jYv��1&�_c�A!&h]�]d�Z�ء��
��)�斯���n�4�a*�O�����-Y��B5�%��"���S	iӄw�N�շNUe��#ڋ���C�I�A�i��h��l��ڋ�Q�!8D��c�ݣ�i�x��%�9���1�A����a�S��Q�&ܖ���LrIwn�^"� ��M�e=h�ke:$~_�p(U;���	R�G��F�y��k�ZU��❐�C��$U���m���z�ik�b6�i�l�(��,k�PV�!6/�]��&�H�l�[z[#$i��vʂ0t3��*���
t���}."g�fh�ΎpZh���[Y���c��q�Q�]ݎ�^�&(��9
7]����rƲހ(��{��Xs
���Lo/hc�Iw�m���n;{�Z��A��������E;�#�d^hO�h�,�a[�t���[����>@K m�_o��a�������*��N�Ñ��[/[@Jv�hKBV+{U���څ}���Î�7�3���	�F����Gs8��b��
��W�d5s��\�'�9��W��C�&���x
`��e��G��
�S���q��di��������=���YT�V�����J��<\?t�ƋC��"`�[W�}=2�X�B������/�J�^�9ҭ�j4�3�"S%~��s�$]㚉��q�B�V��`��)���'&�#��w�Y�tTOh���
̏8|!��[�g÷
?������#�U��D��=�]��c,<`N�;7m`O��
z��j�y��ݹ��JW��/�X���_vFVޱ׬�C,�ٵ�C�sNo~<�h�~9�"�.�m;佋�˒�X��D�p��m���C*WC�S�>Q��W�q��D!7D����LJ3�ډnyE��μ�0���3��W�	�a���7�ɇ�H�s�N"L�U�/��Qo�j�궔�k������.�w���t��en`"����jԘщl��
y$J�������f�mk��!3B���=%
��v_�A�"��M�q�
��l;|�?u��{r���z�F���iŽC��{5��(���E����#;�E���6��\o�
h�P�6W?�}������R��N1 �����%ɦ��A�)�~Ԥ@�e����/�MO��<�^1��BP�buL���<�]��o[Ik,]fR��3��S�|��榈NQ�yRR�k����qώA�ǖZ�{���z
�}W���ͩ)s,4g7'����+Z4�J��<�-��� �޴;T����I&������LW����?ӝ��33-�0��L�XW+���#��k���zd~��l�d�
y6�,{�����Ǭ�O�۰���&uUU 7�/�2�Q�f~l_0��E�Sv����>�ă���t�Ӊ9:���`l��|�ڋ��y6�Pq���Yͼ��t�ӱ;1�`���#.�xɮ_��D�l,���lV�����k�0d����R���M�dH*�[6�
$A*
v�g@ɔ΁��\h�/9�G��!�F��D�e�,G�b��9qG�9��se�&�����N�*ߙWq��Gs�\�gXBG�i�+hN���WS�s���PL=��ã��$��`����P/�W��Q
����8�Lr̚�A����~A�'��ۭ�Eq�Y��
m�Kda�pΒ@�Ŭ"+%G��@��1g�d��
�h�����4�T	�6K��3i`�9Z�@����œw�PL6P�K����j������ېdI��te+y'iT���Vb)�Gb���V2]���#��t��+�f��>G4�h�/;�K��rCV`���.�e��w=b�����
eqI�"�aS,�;�M�;���.�pfΝ��,�K�&<�؅q��D��A�W�)F5�κw��R�EY��VJ�PLd���K�S�&
b~C��5���eU�XHRe"��Te�i�hIU�j֯WVX/Ud�-����KKW�6ÿ�B�F�W\�x���5E��
�����(�{���rY�F�3"�
|s�EYRV�%9��CJ���
�]Qe��i��#�Us��~��7k�̕����b�V�I��/��#�`����ڥS#"[�8��+�[�����C�tYL
�[�i�Q��
�C��'���ζ�V��{��Rw%�
��1R'�$���zUk)Aŝ��ȨQ	e跭@�5��l=
�$�W狀x�n:ը�,�o͌������p���b����)p{ĺ7E����ӥͨ&�$ğ������=c^�$�UA�q��Ew�ڷ%��ƥ*�Q(�ȱ��#�*l���C�j2����Sp�uE~��ŭ�H�`�P���&U"B���+:�&(�Ѵ���/:–�K���UШZM�>�.��hK��l���Y����h��UTW�����pM�t�c@�F��m	ݎη��U�J�aGȽj̺����~0�+���7�u�(k�XGG8�Oe�j@�9t�r2c��`�Q����b
J\�ګMWf�X_kV0fd5�8D*kH�]/�C'R���b�O��i�E���*��
�-k�Ư��w��R��WmA�+�:�qnR�@��E�f�c5R%3�tɢ,��<#�Q��\�e/+dK��;��3m�+|#��� nQb%���Q5�T��H���ѡ���)m���Ɖ&ׄ���ur�x����.��X��1xҞ���3sǠ�_�a]��_�U�������!��`D�
�8k��k��,�ո����
[�%%¡�s�ռh��i12B[����o!�^��[�
���?��|̈����/��c�d
u��x.Y����Vt���B�o�T�����9�)��^��MSm3(:�ݨ�,R߃�0%r
���V��(p�A?� I% щT֌�뢊��g8���zQ� ��  �nQ��������c�	AQ)V���N!=b��Ύ1���	d���&+�E�	�OH��
؅5=c���OV�,��,��͍j�wUQ
�хY����a�,�j�{���?t�F�����*��@�l|��3}e9�-[�˖g s��aa��R�mAZ�Ǭ�jk}�N,�GF�e�uK3�-�d�����[ˣ:!V�X�rzEUں7���AQth�hK�����[1ܟfk)53��%��EL]�@�
H?��#�����͕V��UOi�eby���j7P����o&�U���R�̣�j.R��h���#d�;�DD��x��7��H��~��,�Q�m�u�I"��t� ��=���2"%�D�5���S���j��isE��inixZ�E���GȢ,N9'Ŭo��Cj�����ı�~w-}^M��@�A��*���Ն���w��ܔv��KQf����P־p'@�C��~�B�}�`V�'/:�����ˇ���@�r��5d}
@�����.I���(>&ZYG���z�p��o��r�ⷈK�-˱d��-{��J�W�t�n�mJ��#\ն�\v��l��ko"Ԭ��=��3.Moqg�

�(}�H5�,?5���9��M�Z��zqN±�h�cYN���WcJyuϠL���j۞���Nm��::%I�I�#��;���q�xk�i�2j'cj�y�_I��*L���o��<KΖ�� �k/�(����T������|{���V�����:��o��Q�$��ϝTҔ?8���#n��V��xD	f��ݸ*�|}h~C.3(>�b�p�4_s@�m|�u��u��(�|�����i�"ZkB��H�7R?j(�Gœ�.H}+I��0�ׄd6���h�|Vo��B�s�t�b�xY�����2�tC��QZܛ�S7Q����Cռ1���8`5�����W�Tc����~����d���ܱ�V��ʿ\Ԭ�~O蟿�BQ3
��CW�OV]%tE
�z]V-?��5������jm�¼���s�Nz�zg�R��wo:4�a�UMc�ϱ�JWe�o}����	Kw��-T��=9��m�D�{HMIs�T��L9����PX�$%�a��!������~����W�Zh��*2����HLMFT��X�A=?�0{���Þ��Q-l���U��!"�f�&�=E����e�|���E��69◫4�)���R�b��-������kci�^�S�\�{�.���PK0�/�� �PK��R;Definitions/resource-Vfw8fcf86b93c8a-template-interface.yml�][s�ʲ~߿Bo;����o��;q_b��]�T�4I�B~���
IHH��^U��G3=����Ö�(SE�UG5t[Sˆ_����VG�F�)ibSl��iX�}��=A7d
��=�?hLG|)�8S3��0�^"&��4�H���Q�jě�P5�&�X��|��$��44UJ�2�,x�����Ɵ�}�=�+F+4�A�0�N%cd6,j�%��Xi<)�3ER�N����3�)SKSYT,ct��Ǥo;���Oק+�OM�fd��9U�]�s����&�O*��x>�^�Ws΅��F�������h6
�i뢢��a�:ьe�?��ޗK��F���z�{n[7�—ˇK�è�QYuG���2}����LLW�Sx��%9�R&�2��Y�4��v����"naH�*���o�	l��hQ�Ș��q����{O7��
`��`����]P؁��ݲ��:[�C:���!c��d�F���<"���-����u����*fپ�<�����2�y�f�L�4�7�96�3n�/z�]�Nu�.X�,*J��]�;�Y��[�q�
�c�	h�i�.��E%^�t�}�ӕ�e1��	����>���p�"8�KS�L�ܑ�Ӹ����}V�>���<}��^t.F�>U�Km@AdX͘N��I�
C�D��^}����Z����.�%d�.=;}�@��=z߃�����:YrZ.af8��wk#�3�O�K˖uivg%��
�A$���i <�q�8����u���*�.|�b�-8�j�|�Wy�Hv�L���1��-����^3��t@�x�+�扱L,��+|��^�&Q-�������<�+�G
M�Iձ�O�^��O�������?�@�z����E"$��:b��X���i}�������G�y|p
_E��f/����X�b����*
*IGU��*�Q�z� �lW�٬u�˕FgS��Fg
���X�a%��7Ϣs�
��	v�Q=�\+��\��WƬ3��r1�\��Kβ'&�XL��D¤���u��.��:�^k)u̿\3Y��s�]���?�շ&ql��y�^��n���r�#��f�@��V���i�3����F�H�]�
��o�`3���}�=̀�=��fK�	�`�k��� ��Ϡ��	���,��l)��rf�fmf��x	���9\߮L����2����7���*�b'u�@���g5
@�,G����:,Gy
[���+O8��%�]\:2&��{�����D�sI��ga7-���y�3U�y�jb��J�yw�7�2�>S|3&n��=�&B~.�n��vs*^�vZ?Z��֏Ώ�/__^ԣ���~>��gّ���`t�>��~{�}���^�]>�c]~y��z�l��������/�k�N��A���O��_�Cs�<~{�^��u�����>�Gg'����K�|�N�'�C����5<;�Z�'��>��v�&��WS�6���M����|�p;VF�v��ix���n_�}��~��c: �����Ǐ���_��������[���d���f���������7_ڽ��鷗����k4螪ߦӳ�a�I�/'#��׃މ�{�y���??n�t:�n��߿^H�h��Ư}�����g���9�^��z��yxt��F�(�/��g��me;�g�7=�����4���^&���$�'���e��<��U
>�}J�w�#�!|`����.�ax������mjeҐU��!ӱ*Q�;��O@��ٷ��B$��\���`�X�C�4�?�=���
2�8�e�̘��P�@�$*چ�U��!gO��I�y��~�^�P�	�h;��v�������O+�I�$=��������YC�5b큐�4�3%DŽ����]��=Xrp���9�܋Hhì�
���T慇�@�pӀ�o���8�#e�Ը���Yz���P�e��s1�وɸ�nk��2�h�A��^�|��G�d�{�������$�G�y5�]��.3��\�%����Xd=u�f3Bs�Z�Op�"�A�SW��c�R�l�&�'$0�v�g{��d,B}xX.``W��)'�T2��ԔhB^l'Q�������m��_�@9�����5�}��,l}G5��<��r��i8
���9��h��l��M�n�W
��7m�0m�|�@�і0�PkB,�Zk2;_��]�(�x!���MJb���:���\����W��,�~��
����"'4�)͌�����[�[����Tu����^�R�^�w蕏���h�ۅ�d����p=T��`AN	vt��ޣ۽g-W�k���βe���U�d�rVy�H?��ӽ�AM��aF�,9� ��gME[�I��ǮI�ؗ���&q�+�s^a��D����׈O�-�O�)�L&,�%����	�l�R*��7¡]�F7��T:B�p�Y���	5Av�т8�HIR���b���]�(��V�Qx��Qd�B�w4L���E�J~Gf�yΈ��z�"W>A��'8��	r��+Mv�\KXe��|�i�+�YnC4
�M�Mx�zʠ7���Ȇ��p���:��S6��7�p�'6����l�D����޳�K4�s��h/�Fo"[w��$r,3�${�:��b����(��^�U�=���F�Z�f��b�Z�a��E�&βX�p̢ݫ׭5��Ν��d��Y|}�|�3`5�u�u���z��Q�/P�D+N��$1y-Z�mG+�g�� ���
��pFg���V�Q��7�PF�喀n�\�.0������.�lzU�t�ɖ/��yۅsUl8^(��U����Sl����o�ܛ&t�c�֬R�/
Z��m3Nhu��~�Qǩ� ��JCdQ/�HzE��A�e��t�i�)Xb:�o�O��P����|:�4��5�����d���
p�A��%Úg���nŽ�Q�$�5��E�0V
q��05.�RN���z\o[��74l�d����;D�c������^��Q�P�	�h����铃;w$������Td�3CP�)��s]�E���d�q�C;0Ǣq�K��:�[=�
e1��K\��@,�[�u Vn�v��Ƙ�R�IV��rIX����"�v8���
�Z�%�j��A@�y��F0O18L�GpԠ�p���o��o���%�U_��cXb��Z�a�*�h��ꮞ�5�o욐�5���*��6��uD���-�Е�a=�8��OQ{�Y�R��v6�Õ+�MA�k�kغ'��zSe�\�G{S8�2�,tH`��z�/ފ��K��`#;R�&�g��+N><�0Z-o��Gl﹆da�C؎hB���ZU�����u�u��:�Bb��C�K�:/cﰺ�g�@"12�RX��-�7�4��RX�`
K~}�NPԬ�}�@"��Ti��e�b!��AN�N�q�Z��#�tKU"��.�*ֳ��
5=�����4Ry�q[��a7���3G[w��E�%K�%�J�5��i�W8I.�Ĝ!�]\Z4�Q�lT���e�JXP��R�̌�bgI���,ڊ�I>���K@&��%���3Gǫ�g!۫Η���6�{��5�G��v+����4`�d��n�$��:^��s����T`!zg�zR�P�m ��]c��+���2�
�w�i�!N��P���^a-x�5K�Y�J@��I�{�󵈵O�By\�}�����={�!u�O_��(y���d����ο������k�^��;��ay�5��-
�a�LvFC�Z6�2$a���Ҙ�1d(tS��Q�;Rt�w��J:u��p��un����!j n�)ؼ����I����������K��r�s.v��G�EG��>��M<���(�5��}�N��{���c�֫��������^��Zɼ�������O�i��ɦ���ʆ��nۖj҉��ۀ���A~���m�J�
�(�^:S_��oM�7*��|�A'��؊�S�J�q�Ӂ�Ρ��Iq�t܂f֮�w!����hX�'�Z*���9_�kl�X;`�Si�{t��{�Y�6.��W�F���������ޕ��~������Z��䢪�9�釂?���p^�����I�i�p�C�|�e�{Ē��|\��#��R|t�ar�/u�
_��i�(����A��>����/b���1���iv	B�-�6|m���hk��w�7PK��m���
PK��R,Definitions/resource-Neutronnet-template.yml�VQo�6~ϯ��n���Nl�es��ܮm��a���"F�*I�5���)ّIP,yq����}ǣ��I�2*(k|�%�y���\^Ս�b��.������.��٢Sh�����&(f7�|��f�I6�_f��x��������zz=�]x���dt��G4�&8{�ͧH��刮���
2�`MXQ�5+
l��SMH$�S�ȓ	��u�'�U�`�B6!Q�o�`���r�F�aM�6��t��Ç}�?��K��6���3rJ���<�W}�;Mu��~fc['�i�ޮn��7c-�}�~O��s�q>����~���Jҫ�^G{����.��U�]>
P*�a�!�ך�Q�x�@4�~�
��f�O!C{u���T�9��8z�����Yzwc�g)����������-�'�n�ۆe�n�C	�λ�T�!�����r֯� Y�-ɢt�^<������v%@㘒{P�SV�)p�i
%��Ck���t��cE�f���x����w���/*����2��?G�[�H.�D��h�n_ĭ5>�80��)��́&��|OPw!`W)Qq5��3/��O�I�N�}��֚�Y[�w�\���M,V��;�|���p�%�|�nH�'2�:�������:έ�C�U����'�z�:.^WN�A��2��HE�\ \�"��7lQ�L�!��=�@*[��-������=���j���"���K{-�:<����~�F�>j�! ���~J�󨱹L���r����"�ε�qy6~H)�I�"J�/H�� ӿ�=���t\���9bE�����$s<%
��W���o�z���\��(?yo��#�
��xnJ��x��_���~��[m\O%��]��0�s�����PKf�[�o�	PK��R(Definitions/resource-Extcp2-template.yml�RM��0��W̩�@�O�m�DU���d/U���$V�M�m�}m ���*.�{o�3o�蒳$ãP����T� SS���ɕ�2	�p��a3,ua$�2���u�!_�y荣�ԛ�l�-��E�s69ڬF���ޙ��
�
%ڞb��~�Y0y�y��m��h�=<���L��?�p�}�"N���
�'���,?C!��}/�갹���=��
BXnq�����Z���‹r�.����I���i����Cp�Y���=��*�QF*2_B?��+`{�@�;� 3
:�ݠhӾ��,��X)��=[�[��a�šE�����5�	�9°Bz�gL�:B�- s���@~J���	�	x���u���WI�Gd�|�x�0��җ�\��)��/YT %t�0S���L��b��x��VO����”ą5s��C�`��?�݈f��䛛�a9��݁�]�(��9	���'G�?L��-N37��\}��K��v�$��B	aÌ��lc����)�{s��!�3J�G����{U��ȄA���bY���)y�{\AV�q���p�Lw&�����|8�.���x��*�|B��:]q]?����O]������լFV|n��+�*1i��Cb�H�ط�� �����x�*�H]�=����=~q�a�5�a�~	�ǽ�T����[`��36:���QpIe�ͼ�������1�9�Y{���E0��Rn��
2�c"�H'>���FíI���{��̄t��	��p����8�����S�[�]�l7>ѹN���LV��6���r���Boz�\�N�ar�M�3���t�WKN73�G��!h�L=4��
���j�4��ě��vM	r��C{6E�Y��o����j΁�c������ȴ�_O��]�sD�Z�3��[{�f��l��t���5|]���Eů��I&�R�/��z��/_���g1�l��-��8�8{-�}h�>d�I�o�c���NV��jY��Z�CA黵�?��=X��J�S��f ��g�#��b��&M��d��{�oG��7d�7�ޱѯԭ��w���B��l�hB<�qr��fJ��Xn.`�$_V7�����/4b��I�̵��Y6��b�[��.�{&���k�N�7v65��y���UN ��`��V=Mf��Q���v�`���:R�q���g��VMw�H5�O*�j�Q��&s@1sG֖��(�-�|ͽe!���7�т{�R��>L�|�Y�jD{����o�T�e�w��	;
�8]F����2"%1��uyP�߾BxM)4��9�}�$1�QϥK��eJ��oձ���1J��?�(%���J���X�k.����i�-5�{h6-'�L�-9�l0S����j��a�wl��lآ���6^ �YLg�v�9������^/	E3�ޢ�j���6h5��q�s����lf˙=_���]�j$���KlO�f�,�BoW�צ$�����c�j� ؜XEk��ͭ��W����d�;M��A��v��ɣ�f3�*���Cl�h4���� MEZ��<�+���T<����k�ю�kM�Ίc?��Z�:���Q�<č���Ǐ����O��ۻ�F��F�[5T�7,�n�Ӫ:��<����i:�}�����h{f��N��������G/H����^;�}tXDJϐ'8����tb���;�%�%�4�rd,Q����$����߅��}e�K3����I��Ū�՘�)���E��Z�}�o7��pz�Eفsv��8��*�x]�(:�
K�잎�L^���$�,sv=�$��I���7�����z����U�����ٱʪ"\5�
≿8�9��<ۗ��{�����}y�`��Hs;]o(���8��Y�6嚐D�}��,U
��옘z��dʿ/猍�����D�\-D^	���ʼnޚ�zyJ�����
]tL�WW~�������ԇ�T�ݳ�F��N��9�,Dw�,�H��*�T�� VJ(C+++�\rsp1c�,���y���3t��:�G��bgpN����(�:�$�v�ݵn<�����MV��ۧ�0{����i��Jm
\qf��H�ݙ��.�ć�gv��Rp�^Vp%9ݕ�y�)JvHgK���������k�S[IO�Wv�����I֪����mY��,HҀ�wg/�<���h������u���Z���An��
E�v/u4Q�T�k+�_�Y��X��͞������ӓ$N��?R���֩զ�פ��QЋ�?�d7�ݺ{�%�1�ml�{�����vR)?��鯒ƙV/��IB��w��?7l(�~�ht�0���~ܭ���}yׄa�؜��Cҽ�q�*O)�m�?�2�J����{�F��3�l�n�^�aUп�b��Y��ç�g��{_���;�u���t����h�n�Ɋ��վRq�*R]��sר֧v�sQv��@���w�f﷜#Zt�
����;�~Zzwx���3��/�j92����+n�D���v1�:�de"�D�۝ɽ�J�Ӕ5�I/�D�c���4޼�+�>:��������Н1�������|��S��������ks@Ɗ���@/���
���چ�Oͼ�[TC��Z_��+"��:w����/PK]�nw��kPK��RGDefinitions/resource-Vfw8fcf86b93c8aNodesVpgcvfc-template-interface.yml�]_o�8����=Thv�C/oi�6i�t�X4M��H�����>�
)ɦdʖK�q̓C����o�3�#).1J�$��*ʙLVDH�q)�HҼ�H�Fy�\%Wo�_.��~�6b|N�G)��uU��ΑBj]�+���9F��:mW��몂d��E�n�A]y!xٮU�ԏ�Q��)�� Ƹ��ڵ�bSQ6ٌ��E���y"y)0�W)�ӟ�S�����߿���24�J ��?*٭�E���"�$<���i���ִ-�[�B	�,�	g�H
 �IL黄����Dpf� ��Ȯ#�O�bS(�J*��!JR�'
4�T	eR!���R�9K��-a�*3�"�t7��b��R�I�
e*)W�@X��[5��0%�c˨T�GE�N���$G��
��Z6��k��_��V�Gr_9=�-��'�P��!��a����:�׺�K�}B�7M�N$�0؈�$"�~�V�*O������C���`�hCD��el�eiV�=(�W���HI�	P��۔�eIp)�Z'��pJ����qY���0/�550w(GۢlN���J���z�y��O�r��Usr OC�l��(��q�>�8��X�0�PUj���>�A�Z�]5���(X1�т�ވ��g#;N-�:�\��q��@d�4Qhq@`mǚ�J�I2�@=���n9[A��k�t�L�
��FtL�ݶC�u�RWbg�<������@(���2I�ȑ{%F�o��gjռ�۶v��z
S�p�R��*��ҍ����坠i��D`�Q��`2,
*�)#�9QHs���Ӓ�vvw���g7;|�!�
�[���IE�T��H-���h��ˢ&.��V4'��5G�ISuG�{Y�C�4/�������pM�5sbJ�st`�)��Q��L|)E�'ȩX��"9���!ΑK���\�#BЕM
�l:��������J�a��^2.�U@��<��1g����`=�����/���(;��?�����B<�ʧX4�gkEd�Y��zk��Aq|Kh��w�pn�~A���%R J��P�#ѝ!��n���aز���!�f$�9��è�R��o:�7=s�� m������������O7eP�yR-��K�џ6����]r��d����[�����V�Q%�J���H�F(q�˺t+��JV�l����
�5?�=n��|�w
�CJz7��0g��ٱ(8X�[a�BЬ�䚿�{!�_O�t�h8@���Z�݌���-�z�o;!T�eW�:���
���67&���-n+�S]=����k�&��@g	�o7�-�HpQ�8�a�T=6c�s����<֫��8I��=�R
��:6q��X~�W��МFY)?�^�y���sCz�����OA	&;��v��ͦ)Ng���i�,xʸN:�>��������xl�p)/º�HNQ��w��R�	F��#�����|������U��vi	)�$'e���
�H�-e�1a�x�â��dW�g����r�S�!���/^VFo��O��9�[gd���I��'~�\�؀���;a_�W��T�i+�c�,������r�e#��V���j!끧
�wrP�̾d٣�2OpQ�k�����i��&�jFNt��"������4��������S�2�>DwSq �����A��G�_8�y��Oحk@�丨?��xp;�yUY��N��W�n%�l�3��$���S��P8�>�}�8���R�,�a�WV�z�}H۸X�k�#!���(�pzY�N5��j�(�1�T�|;޽��1Ύ!�B<�Qo,6�'�/)!5���3��H
+�z������я�y��}���]�����ӿ�D�󍮖�B?n����0'�&��ӱ$^�	�E�w�� �����K�N#W��^Ű��p�j�$���Hp�� �b�7Hx���C�q�L��Sm�W2�~�ǚ�~o�e;�ӽk�;'<K_�iz��Z*��796\C��#�P}V�?��Bb+"d���@BH�%Փ��ގ�j�6\ؿ�����vT�5��>��;*��@�H:'��f@��U#a��`�^�9�g��m���}5���(}ޠ�T�E���if>=mߏ������̋��M5�L����W�?ؽե��G�Q��$���w`���xxLvS���F69�N?�Q�H�O;G����q�m{������#X�&zl�PK�����	��PK��R,Definitions/resource-Novaserver-template.yml�WKs"7��W���7{�����TjJ3��j����eS���f`�q�ĕS�˸Տ��mo\����K�]2��c�|xr�($K^����
�\pχG�I=�Vr�ǗC�?>N�A�u��w�9�������N~�������JEf!g��t���Y��z~<8�N���ӞH�O�Y��lb��,BC��YY��J�w�3\1c�\Z_�g����@$��l�scN�̕��\�`������<0m��T���*��0��\�V?��h��S9�~���"�Qk�L%�s�x�V���h�9�U�)r��q-tk%�5s)�br^)����z=��9o���%��L��Dt$*^�5^�F��A�����%C�p�p�,1OF��qSd�A���\���`�r��|e_1=�� r���?
�!˹r�X���nY&_��C@\��	SP2��X���@ >=�*�>��R�]�L�
j�~j��,��>v��āI���e0Tv��������U�3� @�,�t��;R�ht���n���~%6�XXs?��LV
B�b�@]T���Ff4j�*!n�A"��\��%Tm�,&���t$�P���*�c�9�2��[�&��Y���]�AV�F��j����=ޏy|��~�V�Ҏ���( C�/�U��tGn�ֽ���A�t3
����x�4�?�2	���'�A�-�֤�������k�a]%R4�i����4�7Z�d&b
�鲴���FM��"1��3�
��v���QE��
�r���ہ�1��2q��Vin��\NA7��P��0N�(ς|s��E��8�9��-������g�
^��^|�����ֻ�;�p�g���o�����3�_��ԡŝ��[ܼ���N��ч�������73�to%"��:[]ZT�
�:q�
}������O>^]<�77������Z�]I��Ec<фt�G��CfÈ��Qq�)�B�l���$����F��s��]���Q�_	b������q��$~�WV���Μ�
Me׺��e����v��*����b���PK[-�`�PK��R=Definitions/resource-Vfw8fcf86b93c8aNodesVfwcvfc-template.yml�]Ks�8��Wp��=�������ӽ�=G�6b/�Qf���=�~S@	$�gcj"&ڠL�2S���"
�q��K�0H�3��Ǎ�f����|�G�\�˫#I��S|s�i^pƱ�����O��h�vg�����k����E�Z��ع�8d���0���8���xo!��l�d���d��p���F;���smw���hm�0
B�$���x{vm(ٱ���!��I����9��=�T��GÉ�$�e�@��X�?����[���)9�����أu$'�z��J��)<�I�b�� ��7�f��`g�Bd��#��-��Z�[%����|�\��Z������"��ݻ+0D�����Ph����!W��ч��:�-L��xo�[��f�ԟEc���+��)˼(
��Ėʟ�����F��gEa�󭗪=.���zyAJbۄ����>^�)�%�g6�L	�X�bѬ����8��(\��{j��[��?��¾�E���������<��x��\�Oi��#!(t{����JH���†{�b��N�	e�v�Sf��'��ka�w�%1D8���u���WQg�Ɋ��tq��Ѧ!����l^���
]�:�	:3�_�S�aJl�qf{g(oft3��8 �c�,�/�����x�����80�'R<$A?���@��By�
��"� Z��/�(�(jZ|�k�+*~�$�!8DŽm@�)uB�S��f=�L!��0��$��ɪ�q�m#	MtĶYԒ���Fi|�ӊ?-h�'�U
U��H�ǚ���0M�3ׯ��RB�����Ơ�BA�:�Is�ˋ�5�-�]FP�������������t}|c�ik��6��/]�	��M�"dA���Z��#��S���.�&e|����8&��<�g쟠N�|���Hޕ� �AC&	��7B}0��HښYS �JR/=Q3.�����	.0w����+���Lm����q�q�Yw���#<Ǝ#CbF؋_����>���VS�
	c�r�1M�] �<��BHF�9$?�8�����Pu+����8�IҥQ��������"�BPӭ��§#�ʦ&^�JZ��t$gق�+�
s���3�����˰V�`�n�3��[��r�S�JL�n�_6��h �	q+
�����˦* 1\�p���Z�ڪނ��`��+�J2dȮ�$�&������g߄�u�_o��x���o)�B���
�	m�Yn�G�j�ap�^�]�Ã�����A����I7A���H������	�������:�\8�ӕ3Nd-��8�]���i�N�����)��)C��*Y��9���O���1��q��%Z}��2ˤ]f��z�w$��:$���?��kϲN4��3�5�������w�(����lj�Ād
s͂�٤���["�NnL�/a�˰�JB�t*�@VV��eͅ-ΫE}Ṡj������]��j���� ���h�Y:h�o��rko��j="'q�kb툍6�� C_-��l����w��v]#�OI��3���/�:q���T����Z�:ZZ�~���
}W���;f.�8�_�u���Ơ��h�����Ai�8{B���<�Ǿ������{��C��džkU�6��?fK����%ڛZ~�{�����7A�r?��{t���dskK^�@D�j[J!l+��߁���7�yo�_�Y�F�qU�D�F��&��!����=DRݞ!�e��@��3���F�k����*5��5��6XTf㣝�Mn��m:o�SiV��$o͏mMɨ����#���l���tZQ����&��v��;$�P�59ɡJ�5�*���
��gԓ���Ay�,ȧ�1#dGm��H���Y-����_�ko�NwG<^5J3����x��`a=À��i�)1��/jg��ᯣ���4�I��{��l~���™�fy��.�2��U�ZN'�č��ܰɽ��4�+f<�^�	���.Z��9eߊ���7j�.*hL���Ұ.�)�jj{V/*�,m�=��(g�ߓ�j�D�vm#c�ߠ�n�B��5Z�k}�j������
�m@)��A;�:h�l��Nt�Xo�P���;�~o!|m-���]�u�;���
�utkUi����B�A���蘦a�������o��I����Z$$Њ�����B �?9\���.@�P�.�A�p9΀�����@0�I��b*˘S�2���Iљ��8�&����f�Ɂ�춈�Nm��`(������7��pg��>�7'™V��#ė3ibH�?�B��yU#`�t&
�a��-&3O"�����T�U������m�v���E{gs�k�B���#�]��5YbWY�����$7�f�l��3����h䏆Li�wQOj$7V��52;�_�(����/nT���7
�u�N�F�7qx)Q�B/��O)�4����I������$���3��[�A�e��R�#�gή��Ѹ��	.8�8��Z�Ax��"cEd]�:��z�7�_o�t9'Y-���@�\c�!�2�\õ�[o�e�Y�"�%�
Aq��6����-K{��8M�t���}���SBo��������?��.�ۛ��N�򭛜x��Ksw<�	R=ަ��l.�C0�weTI/R�T�,���9y�1—����/U��r}��^����MqL��&X=Hhp���������ˏ_�ۏw����|�r���lM|�)�舢d;���Z��������ԄQ�v�_?��R9?Us��炾�)��U���)��0��E�5�G!D, ���:%+�C�#�P��͏IR�e��VI�c��@��*U������3VF�
�c��g���$o�2S�S���v��2�f.H]g"d+��U�=����D���J����N
��yU2��B���Q��Zy�a,��F�������74��"�~��-W#F�����ˉ��u:�j�0��Z��F�殶���(x���ލ�-ٗ�4��ui��>������E^%��I��R
�[m'�"�9��Ccˠ�}G��䳙����=���81.vJK��YFUgU��zT��d�!{�h}�1g��#�"/8��J��"z�p5gT����8�̃W�7ѣ��e�i�	v� ���-���Dp������xx�^�[�K�S��DAu���1����v	N�LǾ`xU��}���K�y0j`wjم؆4��~qZ��8M��p,��\�X��vO0����r�Innw+�h8�qc�D�8c�[�}�l�j8�q�����9���D!��8
����c�8���n�=��C���(�sBi�� u1����⑭�x@�%��P�U^"��{��Y�q��\Wy���q��TW40�B�D���J�9�v�Lp������o�Y��%o"UY�.6�@����Z�.�q�s�]�uݺ��D:2�����$q_ɒ@��@ZKl,]}9���"5w,n�p���/��p��&��A���X�^Jtó"r+g�n����A�����u�:#������8=T��܇��C��,	W�I�$
���K�Z!��S��풑jQ���f�T<�'�q�c���<�����$���O�����c��51�)G�z2�q�����7���SkX���.���a�3�~������ɹ������&1]S�����D)r7Uơ�X��H�kB��`ݲn�8�^0z���l�Pч,�{}��>�9����"Q�O�G�S=Z��N$����@븦❠=�sD�UC�_>D܍��b�!�]Q��������Rt�V6�
Ϊˇb��t9�g���<�D#�mջ���"�ҵ[�"�����dS8;/K'��Ό��sN��W�>��<$W\�E�Yʠ�d����y���I��[�.�����D��p���j�����'r�>���P�a�L��6$�0��"$3l��;$��=�?�~!�洓���2�_�:{���P�l��w]=�e�yZ<�|��w´�+a�ǝ���rOd��$���'�����_�«Na���?t����'Q��e�k��|LrjHubh��]D����ofu�A�jX��PK"�xz��PK��RGDefinitions/resource-Vfw8fcf86b93c8aNodesVfwcvfc-template-interface.yml�]�s�8߿���{j�[u5��Lf�*U;���n^��(Y[�8!����k�'��9����?�[-!$�0
BQF%�,�Dd��ړ�RF�4&�%qp\��r!���y��~x�ј\
�.��b�$����A5��1Jъ�0h�K���*H�4o����.��ׂ��^EKy9�1ŝ!���b�˂n�W�YwT���\�}�F0OR_���a�1z����?V��@X��U&�r����6z.���[���u��͏�o�����b�Xh�@;�L9��`	�SI���PhfD>s�T��yJ�k/�����ON	)"'u3aR�oH���Wڒ� �����%7YF�,�YW�P��?#8T�&
�d�����Q	��Њ�2�``\��&�0A8(��J��G�l��:c�����Uϣ����8#�����k�EX�$dZ��aPQ@�����a���-�A2,h*�Ӄ��c��fl� �і��[��x�}���Sˆ �$$��3_��VLܥ��2"���#��%��,$/��9���qA������F#���V�X
���bw���`YΒ�\��h��Y��fW��;�~MК̃���
��,��M����QB�ɂQ�<GrS��
X8UI�)���	��<�A�� 2�> I9d'�|Rlc�zB�R1�X0ĉ��D���zn=�_�M��cy�"����wW�:���&K4=���R���Y�$aEβ��jc@�4Ä�*�6����n~���.�J`#��N^n��'I6�#{��L�(�TϏaR�"�΅�πk+s��P��\���n��Be�0h��-�G�@�{e{���*<�+����ؔ�{-A�+4��}s.U��s����,Rg�I8͂��%,�NB.v~����zo���Dxh��b��d{�=�m��c���.���1���U��qZ�6��������W�v�蔗FBo�rعx��+�8��H�V��#ܥ��,c_��l'?.��9�ٞ5�>6[>���߳���f����a��h��������C��c��5jO'���2�jw�z�Z�a�e|	��'?$�Z��W`!�48�(��(zum��8��b��hύ�+X�����\��8XG����۩r&�;��y�I�^�Q��Dx�Jد��r����2�)K�Ұ�Ay��O�a��|0�3.</h9��;��1� \N�8pl_zh0�6���Ι�Ӳ�eh z9ϳ t.*dE\<#��q�U���c&�v�d����O\q��;�0��ac1b��׭-]٨���-��r&e3x�F�b�b��Gb��g���Jz�'N�������%
!����׼���w9@�W}F�΂H�
1�;F��8�xB�)��Hu$.^�tu�YJ�{
[��4�ςJR�i�����0��vt��ޔ�nk��[��-F�5����C�}��a��{N~i��ʠ��R���7&�$�7ҩ$��Ft�I������t���f�K�k�KB�{����^�i�L�u���R����R�Ka����3q^dF/b���L�tC"P���
�@��e�1Q��ړb���j�1��iYQ,����X�uk���i�s�CbHݶ�D�'X�D0��^öcA���$fAB�_�q��a
�'����ln'�B��l�15�r̅�v��,ӝ��@�yG~l��X��A��j��\��0���g�v�Ē�=�w&�ېs��\��{0���q'v���Ǿ��[�ݿ	E�k�$������a�J��g�ԟy#s�QE�7�X���W��N&�rs�7f��ez��?َ
� *����p�
n�R�xw��W�<�aIߧeZ���%����Gш�hx����%���%G�9�t&�Ŗ?�T�‚;�.�7�:��MC�iuCsΥ�K?��R��H_Zve
W\�������+/�Λ5|�oḽ��$����h���1�����6���ܡC}�OR���I>��"��|�I��>��}*������U�/8���K���r�#�s.Нv���.������:��a`�;,��F�;�z����ӪGͤ\��Q'����R��X����u��}�oH*/�%��W�#9ժ���e�zè����)�IŎWd��?^�az{�^�9߿%H��V�64��5�2��.����\��t	INo�'jLٓO_�~�Z���Լ5���$[�Q�W��qz�8Fq�A�98�|�
/�>S������,h%��PK��I�
�PK��RDDefinitions/resource-Vfw8fcf86b93c8aComputeNodesHeatVpg-template.yml��Oo�0���)|ۓ����Q��C��������6T��;��]���7?����肄N�6�D�l�f�-�k)�a챻��wY��� B{`���_^�>���T�)�y�x!��M	/�"�S!T��u��JB� ��*��*�5�
�r}*rY>��&�€-;럵��.Es�5$�
�1�NaH^b2���Sz3�������@�Hg�����3Q�:.M׵���-��DIZ����у��{n��h��-+��U�3:yQ�oD~�@~�!��c����o�����x<Ѝ;C{�l5�\5c������:�T\bX��E��F��\�Ƚ��{X�5��6��ݴ�n�V]o仑oچ��.���Sw�
.f����$n������+Lf-�������Pn3�=��wC���w���!���~������/PK�0�N�cPK��R&Definitions/resource-Port-template.yml�SMo�0��W�����i���m��0`K���ՠ%:*K�$�ȿ���m�=�ȏ��O"��JʕQAY��=9χB�(5�,t:Kg��J�L�٣Sh�v��&�����#\��h�^g�e>�(���
Œ�ł�Z�j�\�g��D��\ϣ��j�2��E,ָ &,(�{��H�©24��t����@
����3@�P�CF����-�*���a̺0�Ԟ J�S�S������u�~�!�c��Np/s����p�m��	z"#�K�n���=����]��4��r�i�߫���8�$����X��l�-���$b��(u/r�Y���Bs��Ss�!����3���c�﨎46���w��;g�1�E�pi�oJ�XGAclhu����˦�6;m��m�֓�*H�ޞd�;[$#��|�|�Ζ�N�λT�(%W<"�����AG+�H&���ԧ�z�����#b��Y˃g�'[�͎R�����|@>%a��[�oĔ�$��ZpU+�A͢��d�H6q*`���##hЊhP.����n����9bǕ9��5Z�~��f�&O��g�Wj��m�Z+��5�s�OZ�Sk��PK{D�]ePK��R.Definitions/resource-Extneutroncp-template.yml�V�o�6~�_��u{�jǝ��͍��@�xk��a(�d�H������������~�pw��x������r��Z�t��GB\PYQ��--d:L�8ʩ��!Bm�T����,!��#�����*G��5�&�!����5^���1�ژ�F�M�Ec�����r��E��h2�\����$��*g��Y���eF�.��_���tOn�R���,�P�d�q���h�Cn�xڈ
���}y}B�[F���&�7Ph�Pf�l'^�{����P�r����GP\���-�K��O�//��Ĕ�a<���^�|��*2@oo�\`��q6���B��y'$�A�-$*}M�]����3Z�LH,�I_ޘ�4pa-�=�=Ec�2�ڷ�%���R�����1�JiW��[����_6�n��*�%��颌�Ƭ�7�q�.�˺�<�EO�l��4#�4��ҏ,lj�UF�m
�fx�l��i��Q�t�IWا�>�����c�:&1U��sd�k%$9�.Z�� /pXg�Z�c����c	��U�40a{N(_?��M����Q[�	�ek�p�vi��~BvPΑ�
cQIa�똦���I%�4�y;_��	�Z�TIQ���!�u��	�"X^g��ek(�Vl�����@]�$ �ֈ��q�	�1��F	���2��5��b S+�wl�w��6TV��X/縑h%]B������-_�w���dd��}�
�d��@����^����O�<�I�"�9�w)A'h*E�Sgmu�%�Z�|��D3PJ��
|��]ݦ�wg�Y���Y�'_.dk�Uh�')�U%�'*�~@��#p�	�_U;T��돨�u�&ipƏ�������3� q�X�̗v�����֎}���=/�D��S�2���f&|�g;�O��P)��AZ���љ
�|w�N[u=��N"߶�aQ>O�\ك>ֱ�]{F���n��7I��N��ˇi��o�C���=
��qg�v�ŠW�{���w���a*O�mr����:XLǑ���=���c�������X����-��^T������t���
�PN{��L��2���PK�`T�M�
PK��R/Definitions/resource-Globalcompute-template.yml�Ko�6����m� ��c���Mڢ���f/E!P��&�U�r�~��(ɖ��M4(�	��䘏��4|���0�q؈RX�J��A�X벌(*	ف2[fˋ,����!��S-hi���x\�Ot����UrK���u~u����&Y\�7�Òq�Vk|GoW���*�|�H���O~w	�Y-V�����KZ���.UN�*���r0L�ʺv~�J���B��Y��ж��e;QyvG
�}TZ�[�hEs!��`R,�*���oxͨ����JЂa���S�}n���b:V�j��;�\�5��t�'��F��o���j��e�����zc�Eq�Ou��������5닄��e�	��Ÿ��PH�l\�tbd�$v��MFB��$u(�D5�et�[��U��eWJ
���>�3�e�l[��j����f�*�MU��a�D�K��7,mU�XiK���=�l�U�q=6�&����:V#̏���L������q�F���D� ��k�ǯ����p���oU&k4�O@��BN�;`6
঳��Y���'�q}��T
��~��J�>����Ҩ�J����0���������"�=�zU�@“Ĥ�U���I�n�u�'m�0�^G�k���%2��M�4��v�I!�e
���x�>��[Q���NBU&:~������9��U4P�6V`ld���0���ɲ]YE&c�k��w�6`(������6t�1+?X�����:/ZX�<��a o�$H�dq��@A'm��	^��6n�c�pJ��Gm�6��'l���uNV[!��^>:Y��0ZQ)s��"ކ��ȡS�Nm�ݯ8U��<2��L�Y0х����=�����iO���ɀ�=�s<�E����г�#nF��Y�Iǃ����	���J�x��	���S�6��E����ך{�
ǁbZ���|�j<��5��l|X��ПY���n�-��Pt��o�DLιA5N�p�\���w< w�}�Y�8_57����9h_��o���j�_��>���{W���P����Ы0��,�>*$�PKd?�=KPK��R=Definitions/resource-Vfw8fcf86b93c8aNodesVsncvfc-template.yml�]oܸ�=�BOM����{�o�/�H|���@_���j��*i7����IJ�Di�NP�wl����p832
�-��^�^$֙�	�rc�٧�;F>�^�ѷ���͑���)�yc^pƱ���۷���d�]jQ��h������k���0qL���3&���l(�m��֛=ڹ�����ċ�:�Ho��;�����GK��(���Ip{vY?���^�f�߆��g�u2җ�y©�%�)���#�I
�e߼�x�(����� 8��0~�1~��=F#9�u�;;IcLRh�i�bBi����o6��.�/�h���A�e���)N�����|������NG�ηo��D�q�ܼA��6��z>`���r��#�6�k,�a��a��.|{�5�>δ�ɋ��‡��!Ob������G$˶��0���抯\P�G1��4v1�"�����f�w�1	�L)��v��I�>�w���ap{/E��9
�$��5�@����
�D%��~hc�tB
�f*�Ġ���*�.�wRnH~F`Ş�[>{O�l
u&�6������<<�/4'g>'���4;�^�G��í6
a����l��/t,�J�݋�(LR��l�������Nq�WޕYK��l||�E[n��0�m1��ɋ�sc��O�l^-���ZQ���)�߼3�ee�Mle@��y΍@̦Z*N*�a��&�#&Vs�A9�z@ş��:��,V$�o �Ē
�d1��0�ϦqV����G�}��cb�XJN���X��,Y�$U�5��X	y�G\�,��w��Ă
ĭ�S6D���8̦���V�L�2�
=��5��xm�Ϸ��;���G���9���)��݋������ǁt�]�I��zҭ���u�Š��Y)>�!f�=B+�j�UNˍB�n^��g�� 7����0��m�^��-`�o�������ښ��`a��KOl�;p|�W,J������x��j
_L�t�ű̳�M-�1�l��PnC ��@����'��d�3�|�fXĺD�p$
�"�k{J&���́��s��Hmd�l;�*�I0��Х��]���Mi�;�yB���F�c�4�wpu��*(���ᆱ�;����Ԍ�{
�Gvڂ���M������!1B"z�yXZp���F��;�j�:n�l���7����6��;l�8�g����k�
��?{�����Ӆ����������p�;9��6~a���X�3y��u�L2Y���G��+��!�|W~�$�!����˄>ޘ�I������>�5h����g/���K�.�3S�y��A���v�ޡ��o�.��YV�
���һr5.����Kf�l1.�^i�ms�Z�U��mo��9�u���/�~��
���l�8=q���]Q���|�V[w�lPl�qvK:�l7gQ��S��G��,��ï&v����
�@ص)��w��6��q_�ĕ�C�O~$��A����u�0I���#@(����?|��4,�Q�����{2&��:�uj���}��E4�O��O�Uf?��� 8�I=l��T�yrP���<�5��W� u�E��N���M�# �������o�g�R}���`�CMB7��cZ�.X0�A�ōq�ǧO֗�����w�
�`���[e���!����l*�KsM����-��zw�^\{Ø�;m�_>��$�>��Z��p�T�#[�j��@x�whbS3cf: /�PJ��������Ϙbgf���2���z�`Ά��aD.3�l3�I:�C^D�#�Rz	n�T�y���!� R�1c��d��"�%X����	c.~<\�cK�&Y�H��N��S(Ae
6v򕳎}?$���p�5��*M�ERR
���v��,d<����B`�
k��,����l��27�s <cl+`���To�k`я����4����5�e4Tb�h+���Y;� b�1��Ꝉ���s��1����ҫ�\����70�m��lȒрղN)DC�����h���B������*9h�?#3�,��q��X��oZ�8yHa��Np��⦾ԤV��D|B�L�IQV���yo�hOw���[V���o�~�Y��z	��bm���O�#����B�%٠�inЎe���vk��tW�m-+I�ȵ]�nM�����ޡݚ�цl���m���w�Jq%������X����<�Y�LD^;��$$K�6H���(�
8F�k7�,���y�u2������x�RJ%���p�N-�q�����WV��7E�*���~8�*�T�e����^0Y�`bUys1C�:]E����1�,"�Ѱ�bR��i�c��x�y����`䧆�F��UO���b!4��
Cv$5j�<�
O�@���U{G:_U׳4 X���eQ�U��d�DV�����KYv��sK��GQ��Ԇ[U]2�B�T����U�!�p	煣Pg
2� �f�"�D�CQ|�2�ƨ�C���;O�|�C��vH�O���A�ō�G�������W�GJ�G>�"�^���@�|\S"�|���Hi�H�U4�c�Qx}]i�ɉ�n�r^���f����]��b��օ������477{2ߒ�v�<�v�Kj�(��f��9›A���r7�m��$^Y�tm��-�5Z��
�7;m7�����Ҟ�z�d�����5�}��WV�
B�
@�Y��o�e����0}�1���č�������+�":�n�� �+�yh����@.:3��흡���*���V����J]UK���,Ru���� +��2HJ#�[s�|i�E��T�zU�ܩ�}��r͕ϗ��IDQ�+PyI�^A�昚T��CQ�׽��'Z�F�c��:��G,;�Vä)�z��P����f��&������q:�ӯ��e���m�D��l.��{D����d{��(���Q3�
1=Qhk��C=�.+8薚�jѾ�$}��Z�s���Y����a��`ښ�p�T������PK�c�%��jPK��RGDefinitions/resource-Vfw8fcf86b93c8aNodesVsncvfc-template-interface.yml�]K�����m��� ����g`�g0�ۗE �e3-�
I����)RK�l�mI��dST�����Z(�Èƌ3�W�J_n���K����&�Mx��R�۟�!."
_|b��ۢ ؤ	<���z��+���9�^�mWi��U%M��mŲV�փ��R��]�()g"ad�ɪ���9��۬�(���a-���@d�S"�,�T�\�c<ǯb���#01ex���Do��[+^�Q��4
c)��C�w^~�|o��$ԕ[�"�^XfB�q�1��
�c�̥�UU6��8O4@@�.5�ޢ�	ż.���9�4�E1NTU�`$a�=?�
�d �4��߇*_p�3�Ȣ۝v@2Ɨ�4x�[g��SL��r��ū2��ȁٺ��S��
���m[��
�<`���r)Jr��&l"}�H”>N!�@nBEV4�M9
�R�2/�I�q
�8�=+t��I`��.��ӣ}�ш"�e�:���砎���v�:ͱN�8�k!M��np��͈�a��tѱx����BG��I$��C��o���r��Na�5�a��T&���q�C#���E?���(�A<6B��"�S�q}�"��$d�(��o���M7
�?>[!v�fUT���#,�K:q)
:>[,�0�tb�^0���+!P\�н�kh���1yŖ��1K�Ni|�ݞ�XrЫ�x��F��0�BtYg�%;�j��z!��/(�!鲯�%��6� p�_p�k	�°|6L|�*=lC
Ģ�N�'���;(.��"�j�sҎ{�J�@�����{L��!�,)$b�WL�����
T�H��g)�eua�����L^������2(��GX�nO�G���4O���-0���F	��W�O���Gyus�jv��Rh����X��1��e�A�R�P����ǒ�;�ؒ�>��&A�q�c�%��a��=��5d�-�x`|�Q�3Iuff��bR��1�<�#x��o;?װ�p������ ��j�!��҇�]>�=���;JF�{�����.#s]��0L���/�,��0�3�����-(JgZ�P��D��
u˂�\J��M��M���������Ou��,
�|���l������L��z+�-P�ߣi��i�=en��
�z5 -*�/���ҭ� h+4���N�GL��2)�z	Ãb$Pl��0!��"^��d��0jb�r��4��s�`�>�E���EԤ[�W�4
@�wn�8�}M;�ٽnVC�GKvx�CǬřU���>��;d�iʖ%n:��;�lk��<8����ԡ�N%YP�z)����8�:
�ch𝉮��c�j��a�� 
'� ž>�N�n5�0F�|90Ĩ��ޚ/��s�6pk��>_p�J�,�Vp�=�/��`s5�.�5&+�zy
J:��]Mh�4rc������cyT,�h�a��,�s��@�&�+��0
Dg
��U}�̶% ��Q���u��n���#�f�/��V�7��u�)
$�%Y13+��y"�A(eR
YF�#�3������e1@���̪uw?lֱ��F�곤&����v�މ�vv#��a�C��Z���%�f���̿2��umhGc�n|,�6���
�D�_��� ���a��Ӑd���U�1^9T�?�]�d��\k`��	���yl\}ݺ�@�O��o���u.<fJ2���i���Q1�D�d��^~���c���he��&��qX�W�����P�)��tx�k[��s8"�~cb���{�I�K�_�q௔�s���h��<.f�U�!�����q}��+�с`���wf�q��e��d"��w;��"�,���L�L�W
v	�7F����:�0|vN����,��\O�
�����S��:S��n���=�v�o�=s��0\8׸;���w�6귻��E��d��5�?v���,y�%x����)_|�`�7�_�Hr�����f�;�������J���/!ΒE���Į���]q梳\���a��5V�[���8�[�w��命�s�}���Ճ���у��̠(ٻ��6D�Y�"-�H(rI���t#��kW���3g�~��C����ϟ��{�O���o8��ͷ��D����΂�,2	�R�w��:���g��ɭ��1�������������tS+�U՚e*�d%R_�a	���k��%I� �0�7����|U�.�Ĺ�ƗK��
|�^4�L���L�<,� `A���PK��_s�	f�PK��RDDefinitions/resource-Vfw8fcf86b93c8aComputeNodesHeatVsn-template.yml��O�� ����r�
����ծz�Zm��C���|��o���~�c����G�Fc�Mֻ��"-Z��R���cw���D'v&А��1f���K��߾��i�������š�y#́+���IUH����1*~�EË�\�^������\�;�e'�6�ԥl���L�a�f�k��B����O�VO>��S�#��a`��/D�˸4]�
�}�������8ɿ�gS�H���iZV6e	��9��<���̏���#D��a����\�O� �z��;�qRlw����f�؞:\_���K��;`�����)�{�V�Ѐ=����+l�9�鞺*[y��UoF�j��t�{K��+����8����BZ��^�0���޾�2��C��Ԕ���3��G�o6;?C��$[�����PK���cPK��RDDefinitions/resource-Vfw8fcf86b93c8aComputeNodesHeatVfw-template.yml��Mo�0���+|ۓ_��U��C���Ͱ�dld���>�.����;�g��5�z	M��2*(k|3��YXJ^�����n�&9�����1e&p
Lx~���fU�)b��HJ���sq�1���P�%���v�p����eɋ��p�B��E�w"+s(DB��kv�^ϝ�΅�2y�H�~Fƶ��M�+��)��b���p� 4�Y
:vy�JT�
s�e-!�պ[��%I��+>8��t�ގN�Mk]͊�(�-S�IZ��s�+�fȟ�<�<&Q|�P�A.�������nܺ��g����딦��[��8�0[����% ��\�Ƚ��5,�a��
|uv�S�����|7�M�0Ɔ��=u'/�l���кkd
iN?z�B
^F��l��㡬3[J{¶���Ϻ�m6v��:�I��o�PK3�Aw�cPK��R)Definitions/resource-Network-template.yml�TMo�0��W��
�'M�Է
�]:M/�`��
�%O�S�ߏ��7�ir��{|)��z���B�5>ۑ�H!��We�)�c��Y6��Pb�t���B6�ۛ��dV ^E��j-��e�3�D����b�pT'^,Z�e͒�:Z��e�J���"�����b�%����b�_���SUhO�@�#O&x@�
_@ۭ��tA��픠)G�}�nOw�hk�>�d�)����|k
�>�Z��������'2Һ��_��ǦJ�O�҄�7�Mc�����D��J��̉�..&��u���S�)1@�4۴�t_j&��7��
��+̕��K��^�Hc{�ϪiGD/�:[�U�ӕ�J����%h�
���n�M�ِaۇӮ��N���L$_ߎdV8[�#�����|�m*g+r��2���>3�Gi~]�q�(�@G�j�H�P�����YT�53��_#�:p*��7����X�_Oے�kK�)y�����
W�0IN[�qT�_���
�B�����s����-�����m�9i��SS��#'!�A`�9i(A�Vt�����l6|N�F��Vz���k,|R�}˅��`�4��VH}�֐�o�0�dTZ�h�o�D��a�j�:�y8Ds�3�%l@p��7m���}W�&�d0ӵ�_����{	�e�
8λ4�R�C�s�?¢��cTRX�:��#Y>�n�.V�6D��ƼU ���z�rF�����'�m �ϰ`��o��a��*D+TH���x���7
�`P�K�Zb
�l�z���T���X'�8�h)]L�����#�9-^�w����6���#�ɒ~@��?��A����;9}��|κUJ��K��T/����\1�R����	o
IY�/*�������UU�Ș���t![�B�P/m'
B��U���&}2�{��p�;%��}��R���D<�E�"���}Ȉm�환�u����P�� I$e�
�)����ٮ���Id��"�?L����w\ڣ
>U����#B3b�yꋤ�g��s��S��1��_Dt𔜵ʭ�fX�N�d�Y?.��?.�w�V��<�J�~���:���h0�F���x�?|N�������Leˋ
�4��>Ζ_�t�pe�Ӭz�܎h�/PK!���\PK��R,Definitions/resource-Globalport-template.yml�WKo�8��W��� �N��oޤ��q�l�ˢ(j$�H-I9��!���EҠ��������H�hA�7\
�@i���4���5��`�204��N�bE����__MIt����ԛ��S���c���'��'�Szq�V���<:����O.�I3�|rL��8G���Ũ,hS�W*C�.�2(�@3�s㒼�\�a4�$qj$�	g�;G}��͒d�����0�Ӑ�X,h��u�.�ɨ�D�5��3��"lųPE�M��B1xI5%_��xg!;�8����0c�����΍� �Y��Ç�����<�oBb��'��Y�������V��z�*=JU)uX��;��%��V)��s�r�$d-�T�Ҕ~�Z�S��M�R%�̱=Lf�_C��/A`���[��^#��
� V2�H=�[��&����Z���䁂�
� ��kqMÔkӈz���y�����t}`I�,��p�SGX�*���Z�-!�m�:vنV
J��m'je^Jb��wa�V����������K�R�#bk�T�2ʞ�NAZ���Uf�&h�uN��:���P6��Ϳ�]E�L���<�I����€�)���{����`��Q*v&�cb��C�te��?EH��;R��/�}���i��Q�:�M���ޅ�3ّ�*����zyQ�^z0����n�+�~���Ғ�+K�U�_\E��9k��H����L��B¤*1�;���#a�U� �m���>2�;,w���ivG����>ܤ���i���&��S��X�ʦX�H�,����6T0 �O|fyt8Ԧ&�͕�����"�~N�70ڷw�i��&��E\q��/����+k�v�k�8JKTq��8'm�kRM2wn���x�B��glC��#�n!���s���~��;���?��ϯ>]5��((׏j=!�v�������v��%��݊u�d��`�`��W���x���벒�(��;��do��,L"m�����@ٓ�U���=�b?9ގ�dr�R=ҡ�o��mvuc�*��@�w��3�W1��oLލ��M��x{�ŨE���cO�7��;`E��O��ژ�����o���oɌ�PKOm�Ui�PK��R/Definitions/resource-Globalnetwork-template.yml�TMo�0��W�
�
�ir�b(��E��2#1�0Y�$9E���I�$�C.���#�H+X/0��TFe�O7�<&ʐWY�)�b��n��dPb�I@�
:�&��7�	�7R"")�~4���r�ј��v{��[y4Ą�	E2I0.F�e2E��`0�-2�`F�����“u���Sy(뼧ܑ'< T��g�v�j0�%��6J<����r��)��9.�����,�9'|��G��V�m9?rJ0��3|�����s�p��H�&p;����;?���IzNӍ�=ɤ��n%�Y�-��>|�p_�?�D`8�w�,�f������n6�Z�XǛ�6)-*�#��N�U��5y�l�fUHέV�(��)h�
�n�ՀK���Сu���<a�<�[ot\�R�?�w��<�
�t�lV��yz��o��;��=`��r�����Mc���O��	,Q{�߭���WO�����*��*�Z�\YRL+D��A�8�g_n����mP+�V#�G?Q�_��m%�_ȑy/�𲉵~���?�X�������se�1>��+U�WCs�B+/�[k��g�=$���y�z�~o&O�6/�8&�3,���Լ�x���WJ쾍ඩkʰ�՜㏜D#X8������PK�J����PK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����E-�̍}q�\.��.��v������[�e[��>M?̀�G*�J巊$���Vaa��.�r��3)؟�p�F�������}�~M�"���1Y҂N��~�Y��_��w��tF0d ?�qdЦ��eS�Ô��e��4��	����ɗ(��IF�!� w��[e����6I
�$͒4�ޅ�<�3�?�0�g#�oa��{�g@+2
p�U�c�V�%��cK�����"�h�	�p٘�������A�0��ɊF��3�i���bX�;-
�7A\�����l\�>bTb=��0-�ܯrs7=%3hF�a\B��$�:��_4�?�b���/�,\l�
dNv=��b�in��,/`�:Z�P����f�^|�~Qv1'����A�b_�T��w����-tͧ��l��3@~�}��f�h�Q�����������VY�����f���(GA�D�*��~Ld�a�A
q�{i�F�@�$JC8��/IV��R�"z!����{��q��a;�E{���A���<�pD�0/��HVI�ڈQ���u9	�փ�	��d|q8��B����ͰeJi�?%�=�C�fǿ*h����:��S4M����Oͣt�����(��Kq�L7�!_5v��J($���4�]�QV�j���N�!�˒�(Roþv��V�a^o��c�	�<�{��6�jhx���YX���-�q��4tZ��-L���A��x�"z=8?��q�Q�	`�V�2X�m��R��U����ݪ̐I;jo��^bx�aS#P�`aI��A�tws|{~q|vz:2� �}zv��;�M����  ��Dպ�D��qAY�O����'SW�S+�Z�	����7A��|L�N�g��n�O-���yxCN��\��E�p�V:Z*yz�Z�;mG�H��'H�ކ>{���o?'�����Q���ۉ�
�΃4z0���6�C�>l~�h��4��;���v�����dr%�iO4���_C�y�A=
�o���&����K�1L	 K��|$�GB��"�|	-��b��D�"���|��-XZ���/��Ͼ4����_�5�.�klӰ���U�t*)[0���b���+�L;�>tC��(��Y���
�D�V�
��tX3�m$|�-\��D����������"a&L�g�[�Fv'�q�1���A�0��C�6e�Nf��KbA� Үڅ�WZ⫝j��ܐKz|Z��آ����8���N����O3�m�n?�K�2�լ��V�ջ�d�0m����vYev�h�kʁ6�����6�qf3�i��/�9�ţ�@-H*^�g[2DC�eS9�g��[�w�+s��ɇaB���J��\���
~K9[�2��爄�`B�a�'����Ǐ�6PY�i�`�:��tw�c�l��H��zq�悌|���B��_A@��AO:�<�@y�uc���!�d	l?h�q�� �?=�E�Ӏ8��\�+��߸�X��������ʭ�5��
HDAǀ�����Nȿ29S(V��'0@�L1Q�3ف
�����.�~yv&�OR��	�Ţ���p�_����s��oW7_N�l��I�iV���D�B�a)��6M~����!��Q��˳�����eϧu�e���b��_��0^P���L\0 �Ë?��!���S;�Cd`Gb/J4�Ac��rY칟(C���(��q%���p���G���t+ʳm���K�4�Y��d�N�-)w�]��Y�M�,X�-PI��AX�R63�ġ;s��]t�|�
��{�U��&��#!�V�Be���Za��1v�ц��{0�a#��b:��^�
l�&�	�Hw[�Nɥ@[R�}���q�Zr'�_�`��o�L�Ov(9Z�擋��,(�(��J-9s�N�Z�<�"�A�d�E/
�y���z��+����)V׵���pu:�S�c萻��Q�L�ר�]Dt�d��:�h�i��n�c�϶��%�h;��8�e�2��i�(>f�£uw6%S�}��v�>X�<�D�*�~:o�з�d(�V̘.�p�
/z$��ܗQ�>"�
V���R��y�����`�8!A�>�`2�ym�����-�'����
�ڸ��44sK}�,EY�v�u�=�C�����O�IlRTL�wjS�\y��J�U��\��Mf����iy�)��td�4��!��om0�A�@[�.L_km�i����&[��\S_�	���1&/�@�4I���&Z3h)�v��
�SrԮR�.��R��-�h��p`�
�)�,9�
`�� �A. &A�R���[i�N��*��7�a�N��B�wl�",��!�Is����� �ͤt&�O��
!0��.a_��]�m�!G��fUns�Ρ
�=�L���;�^�)OX�W��*������}��s#Ѝb�x��.ܸ�,q�JQe��Y g84WL�p�Dc=c��λŔ��-�����P\����`�'PW������&P�HǴx���B$��P�GW;�+i�
�@�^i�@�Lv�58��m
��C�U,r�i0�)��1d]���m��^'O�4��Uռ$�7��d�UHz����<�]�����?+��Lq'dz������,���n��D�RZ-�^������VL�y툾�8r/ő������f�Du����);h��,�)Jb��:cUq��kˊ�����^�8!�NA��rrG��2-�1hŦ��p����2<��|k҅Q�9�j��Ԑ�-.�f|���*�Lp����1h����k@�UD
��Ρ`�����˜�G�����	۳�m�J�/�������	��2U0b��,��
��]yT��e��S4�
�U|�J�o���{r�Q4mt,3��ۋs���I�t�l�K��V�vδrYm+���ue&B�˼�$�:KDŽL��
o�!K�5��!
�@��B3��;J������c�^>�J�h9@x�˄����C���J��A����8���Ib�L�a#vl������H���x���'QH�'��܎� ����+�.�y>�=�,d;���������抺�9����Ր��[�l����`pm�֠���pETqo���6 ������tl�M����7F�0֧�<�
��]�:��֩!���vC���
'��%��z	���^���+^lb�o�i�w\?���_�a��(Y��@D�siԟ�YR����w�o��t"YF���O{��6)k��F+��C��{'���r*�Y>�[�ľ�J�|L0l\M=\3��%%j��k#�pv9��4d�R��dna!-c��=�O#&���U#�J�Q^��`������� ��B|39ǵ��a�o|K4������f��.�*p�م���bL�<�l%�RԬ�`�c����=�����앴�P^#cD���2�a�/�,
^5�|X�xD>��#2�L�H�a���^����g�r�ܓ÷\WA�4�4U�
L�h��#�����)A6�6�q��#ΎBӒ��8r��� 2�S��W�!���;�9Qa����8�����Xu�c�ۂ�3�^k��&��+a��c	��|�$+�d┘�P@�ˣ��A�ի@/�/-�aJ7L}���������
8J�R����X#Q�����+@�v�
���wo��/����k/�}��j5eث��:0�G�B8~�~����n�
�fFY�p�*��
�b���P��?W�'�Ub������6nP9�"qH�df(;�b�����*U�ugR8o��9��W8�_��y8�X��U�����AZ8Q�ѿ�>3���*�E!�y����ZW+󍴀x	Z~���ϒ��CF.Ϥ��W\
��`v���h��g��W�P�<�,SB�`+)���U����ˆq��kn���
,���
����œ�0z��û�d�Y���hi��@˦Y͈�Ѡ�V51��:�����R=�e�;��B���Ia_*�,_�g��ud�0�3�D���$9��`a��ڄ3I�6\�d��z���$T�+�3<��}��<�>l��;*�)�淩&��)������鏕����v̨�Y�Dj/��6�x:����\@�F���8��UϢs�X�g��)�@Q�*�o �@~�	qۘg'^�PǗO#�c�	�9<���߾H�0�K/��}��Ι�8�;���>�؇P���4Yz��^��j�uuD������f΂�
��
�u�Ɂ�v	Bq�u<�e�v"ۓo��X�3�S�@��BL&��A��7	�@XM�Y�8���B�DS��(0—n,h�2����"�eE$��o˜v�26s�EY���UEQ��K��,S�j| ��)B�X"g���L����B˴��c�WV�Z�u�9���oÉK#����1��s��,J]I���b�֝�>�T�l�A�-��o	9e��v@�#�@&'��=�bt�#:m��=ږ͞�7pu�M�bA,�s>���0�.�H
�EfJ�����`C���	�E����$�O��@I�.���Ǜ��*&�/�6�Xk#
��v��(2t���0o�����m(�V(O�ڛ�Nc��d���H�!RqY,�2+<̫�^�E}	%Zq����c!��%�8�,�a��5�k�v�}�>9�i�)��RA�=	)�6`S6�
��(-��'��s� ���K펩��E����ןu�C{'t��`�1���x��ާ���yƇ�b�xlDb�¨�
��*���ܷ[�r��jXV��vet�;��a*�SߕU��J'��4��N})�6��	[,���|ǭB����h��w���,&$���q�|v�����^f]&��P%�����n�,����dihТ�j�\�������d��Ӓ���;Ww�v��mpWe����]9��D/�����G8)���p*a5���+���K�lYU���|u���*Ձ�q?�UkI�д]���<���a��*��i�"��)�<^b�i$�=�=�oY	=�}S��z��{���O"�a��
�{�b�7�q�!Z)>��ŕg�j�- ԁ���5*Cǥ2��T�Đn3��t�R�o�,��>���{|E���!
�՛|���#[|�]^EV����H�<ε�>K�$)kˣa��Uh'q7�P�q퍣j"��"�5�`L�q��l�0�t�n*��&�z��ϲ"�:�Xe�zb]7�/1T���Yi�g��e�i:L�+�+�3=���
J��G���q��7�� �N��ή��\�(�R���t�/TՓ%�&W���
����t�g���ڧd�=�}
�ݿ5?�{]�˃�29~
K�H�4�Y�0�.7�?�)_Ȍ�๐\��Ӫv�\�`_x�U2��8�Cf�$�����26�E�r%U��Q����D��yu�P�m�
�U�9;a2�͢.���8M���G4�f�*��nD���y��y��SaB�������x2��_H�,B��f,�R�\����(;���
�ح�O�O�l�X�<30b�`��=ÒO��"��,V����ˏl�k�M�)�!"ʣ�8�d�K3���G�>��Eؿ��K� TO����E�BOY�v��MT��{�Ǻ��8�����⠌`8��?��џ>�G���f0Ǯ��/��ƾ;Yw�n�n�H�u�Z�Z��@n�C�.���@DP�89�h�q�w'A���^�j�-k����\9�g���6P�KR`����aҫ��μ�hڹ(۠�<|�6kȋVx�f�lx����V{�o��vQ��֏fTD�'Z������5�h�o���Ο�~�����2S%��Oс+�u�������������5�i��X��^*mwJ��?�Qź,R�����^�Y�9�]N�,0�@$/�V�D���!�QC����e.�s�t&q�1�Qx3@u�
�AT��(�K��U���+3�Uև�r�5�
��X��V^=D���bzg]�|4�]�zu9�&�f<2ٵ:c���@	΄,k�Rļ=F�q����e�#z��XF[� }8L���I����]�2���ֽd����k,��&<�e5T:�R�eYr�M���Lr��!Ȃ���t.-�Bo��ŶpEV��d��v�KV�Řxu���
Òk�+МE:�R���vh��2�h�,Z��o`+�Gx0�d��Մ=7%���XK�1��s�Q�g��R�B~"�Ml�ѵf���a��7�����	�6��n�w ?%���AB��f�����o��^��8�8������H����B�pə��:��֍z��d����/c&���sA��S�,�úW>��G��ɐò$���2������$�xO�
~������/�|���t�o#c�\+�A`gA�^;���~!�^��X��#�hC�a	���jo3>a0iغ��“2�1��U䀭Ut�'�haR����$�Βs-�J#|�áp��tX�R�ΰ+���������wz/����k)����V
�B�R���wR��|���mOX�ir���Ft�K�a$�@H"���m�7P�,_�,1�;�,���m�~m�sl蹐��-�2l�a>�C�
_�A/�;P����Te�$u�$����t
cZm��x�k�+P���co"���ߛ���(�7����%�B�,nӅ-���[ꃀU�,+��;��������r�}���_h.�.�_~�k�W����[<�uz���$N6�6?��9�$�n�|�͍l�I=���|��xɋ�"�}��%�U��1�nLY�a&���
2t�	���H�ź�ٗ4�N��@e�l�k�ƣN���ZYX�����ߏϦ����S��!#+CNg5��C��`#���Ւ�
gMT'~np�	�G��8~V}v׃�u9/*t_&��EQ�(���~Mj)��b��TX%UY�\����[K��I�q�ϣ�_�7�E�Pܨ'��A�Lv�.G�A��s�]����1�H��gb¯Q�.�
����\�&����0R��1���U�b%1�r���Z�5��,�T�ѩ�<������K3���Qt���x��̾p�Ȃ'�:
�Ce)�"a�Zi�2E�=��/$T�#�u>�Z!��Q�
Fg�c�4z �RB�XV��ꈓ���:Pꪞ�&�W�IN��n��7|���`7��[�IN��Mr�7�ɏx�������G�I~:+IG\�,^��X5��0�khh����0L�ذ����S����:5e�Yi`��fق�D��D��&����l�uJ�n�*����ӝx���+�)��]��l���\h-+,?�l�R��Q[eIH}/��M2���D�36k~���PK�j��-�YPK��RCArtifacts/Informational/OTHER/VSP_vFW-8fcf86b9-3c8a_Information.txt�W]o�0}�~�7i0�$������6*-}���8�`5ę�c�~�JH@�C�������{�Ip�>�c�\�kP��2@�l��xʧOȣ�z���9���5H"X�OPI����,��GQM�< �Fh���Z.6h�F8�=�l�纞��C�1H0�	V��b �g��^���5$ 1xj���DB��b����G���1�r-���JϡÁ?�)D�
=�mˡc���0�^�V�#�M�L�t#x�։�2)}�ұ�`�%�a�u|7	���lY�-[o�e�k�!��ڕ�mLp���k-V]a���ҳ��=�1#�t�~eL@�%@��¼3;�� �u[ʝ�X�n��dq\���DԒP��@Bv�
����,M��6LS���kX�_��j:���K�O���Mlt��׫�Y�yhJ��V�����	ߦ��ϫ�l��Di?�:�<�<�O�A;h��-�A�d��uPe[�d��nY�ύ`I�v��ș��U�:G����jv��`��l��d*���tW���%j�r�tŔ��~�g�x�<>M��2϶!��F�.�
'dg�bt�9��Y���I9��2�����nr����+NL���t?������zbjS\)�Sʈ�AY[��J�-P���D-��:�A�o]=]=]=]=�s=�w��B���݉o��@�PK�B1R��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\+�֗׊����Xq�H�8�vٍ��֘-���~��i㵇g0H>>��#�O�l�I]t=���X�����_nC趔N�mۡC�6�m�(���7I�߲�\��4��Y��U� �r�Iv��� �.T��&�I׶u��>\���;�� ��Pټ�|c�u�1�&��i¤H���i��u�����2����� ��wB��.�*6i�@<ӝ��U��8�����S�6Ck�4$Ȉ,mB�k��y({�.�	�V5Vc
M/A:=�~����c��֖��b��U!��>j!�j:9��l�|ҫԾ���T�ǽ
�lG�y[�������b�.��>s�'L���t~iz���U��-�h�l�Y<}�����Y�/+��Ƀo��o��!�TF�9��!.��8�"�j��7u|����x+������m�G�1��B�ae",��2+3��S��"��~����R�*�lP�C�g����RK�3��(�1.�g.]�A�PKl`�#7PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xml�Mo�0��Jл�˖Uh�&=�]v�%�5�/�N���Ɏ;���v�%R�+�zl��'ue��4��z�������y�;Jg��E�5�m�(��wI�߲���u] -4Xd:��)A�M��9ѥH=2q��e
<�����B�J=�̺��1i�3a<$O�;���a��۱kl��]W/Q����8�΂�$Ȉ�.!e���Sy�~���8ս9�LB������g[1'g�T�
s�@W*��#�
�y8�]z�s��Yn�K0�Y¤�R�%��}�p���f�Zecj���R�!����Z��>ϒ�\�����H@�[��=4%���?C?�2�s�ṫ9B}�M9��X|�9�	
��4�Y��H�R��N��M@�3LH4��䅲�v$8�tDP��vӡ�Zq���
#��8�Lp�d?���/C���Ux�-�h�ܥ:�}q���B��K�_�1�_p�.�	ؒ��R~�󢴉J�Y��y�.�G�%��S<�ܒC>|��*r����"�����j��j+�^��N�vٖ�zǸRk�_f�?�_FzȕΟ�]�p����OU��H��2�=w���t,��AH"��U-�������+^�����.f$Z���"/
]I�p^��&��Z�PK���u�jPK��R�R�B4E	csar.metaPK��R23#@��kTOSCA-Metadata/TOSCA.metaPK��R0�/�� �1CDefinitions/resource-Vfw8fcf86b93c8a-template.ymlPK��R"IR'%F�;["Definitions/resource-Vfw8fcf86b93c8a-template-interface.ymlPK��R��m���
)�9Definitions/resource-Compute-template.ymlPK��Rf�[�o�	,�=Definitions/resource-Neutronnet-template.ymlPK��R�;A1�(�ADefinitions/resource-Extcp2-template.ymlPK��R]�nw��k=DDefinitions/resource-Vfw8fcf86b93c8aNodesVpgcvfc-template.ymlPK��R�����	��G]SDefinitions/resource-Vfw8fcf86b93c8aNodesVpgcvfc-template-interface.ymlPK��R[-�`�,�]Definitions/resource-Novaserver-template.ymlPK��R"�xz��=cDefinitions/resource-Vfw8fcf86b93c8aNodesVfwcvfc-template.ymlPK��R��I�
�G�sDefinitions/resource-Vfw8fcf86b93c8aNodesVfwcvfc-template-interface.ymlPK��R�0�N�cD�~Definitions/resource-Vfw8fcf86b93c8aComputeNodesHeatVpg-template.ymlPK��R{D�]e&�Definitions/resource-Port-template.ymlPK��R�`T�M�
.��Definitions/resource-Extneutroncp-template.ymlPK��Rd?�=K/f�Definitions/resource-Globalcompute-template.ymlPK��R�c�%��j=�Definitions/resource-Vfw8fcf86b93c8aNodesVsncvfc-template.ymlPK��R��_s�	f�G/�Definitions/resource-Vfw8fcf86b93c8aNodesVsncvfc-template-interface.ymlPK��R���cDj�Definitions/resource-Vfw8fcf86b93c8aComputeNodesHeatVsn-template.ymlPK��R3�Aw�cD��Definitions/resource-Vfw8fcf86b93c8aComputeNodesHeatVfw-template.ymlPK��RN`Y�V�)��Definitions/resource-Network-template.ymlPK��R!���\-N�Definitions/resource-Neutronport-template.ymlPK��ROm�Ui�,�Definitions/resource-Globalport-template.ymlPK��R�J����/ȶDefinitions/resource-Globalnetwork-template.ymlPK��R+�@j5����Definitions/data.ymlPK��R�'}8a�Definitions/groups.ymlPK��R0?��@@"�Definitions/policies.ymlPK��R���C&�Definitions/annotations.ymlPK��R�����Definitions/relationships.ymlPK��R2ea�
"Definitions/artifacts.ymlPK��R�H�v~(mDefinitions/capabilities.ymlPK��R8��-Definitions/interfaces.ymlPK��R�j��-�Y&Definitions/nodes.ymlPK��R�B1R��CmLArtifacts/Informational/OTHER/VSP_vFW-8fcf86b9-3c8a_Information.txtPK��R��ȕ�O'�OArtifacts/Deployment/HEAT/base_vfw.yamlPK��Rl`�#7<}[Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R���u�j4
^Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK%%!
�`
2021-04-04T02:39:34.932Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-04T02:39:34.933Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b1f34b4f-35bc-4eee-81ed-76dc3fe4b78c/toscaModel|INFO|500||InvokeReturn
2021-04-04T02:39:34.937Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-04T02:39:34.938Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-04-04T02:39:34.938Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||VFCustomizationUUID= 3b899e2c-cafc-49ee-abf1-f37389746b65
2021-04-04T02:39:34.938Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b899e2c-cafc-49ee-abf1-f37389746b65 matches Tosca VF Customization UUID: 3b899e2c-cafc-49ee-abf1-f37389746b65
2021-04-04T02:39:34.938Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||vfCustomizationUUID: 3b899e2c-cafc-49ee-abf1-f37389746b65  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-04T02:39:34.941Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.942Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:34.943Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||resource request for resource customization id 3b899e2c-cafc-49ee-abf1-f37389746b65: {\"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-04T02:39:34.943Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7834a1df
2021-04-04T02:39:34.943Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.943Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-04T02:39:34.943Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 96b4b1c2-c640-4aa8-b2d7-c9c9b1ae72ac
2021-04-04T02:39:34.943Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 96b4b1c2-c640-4aa8-b2d7-c9c9b1ae72ac
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-04T02:39:34.945Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.946Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is matching search criteria
2021-04-04T02:39:34.946Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW 8fcf86b9-3c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:39:34.946Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.946Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is matching search criteria
2021-04-04T02:39:34.946Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW 8fcf86b9-3c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:39:34.946Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.947Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is not matching search criteria
2021-04-04T02:39:34.947Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T02:39:34.947Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T02:39:34.947Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-04T02:39:34.947Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-04T02:39:34.947Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-04T02:39:34.948Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-04T02:39:34.948Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:34.948Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-04T02:39:34.948Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:34.948Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-04T02:39:34.948Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T02:39:34.948Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=021a6a6a-5a06-4e89-88d6-5b4de86c54d5
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-04T02:39:34.951Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.951Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is matching search criteria
2021-04-04T02:39:34.951Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW 8fcf86b9-3c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:39:34.951Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.951Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is not matching search criteria
2021-04-04T02:39:34.951Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T02:39:34.951Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T02:39:34.951Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-04T02:39:34.952Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:34.952Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-04T02:39:34.952Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T02:39:34.952Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-04T02:39:34.952Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-04T02:39:34.952Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-04T02:39:34.952Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:34.952Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-04T02:39:34.952Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T02:39:34.953Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1919ab4b-028e-4738-b633-f813b52a71c7
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-04T02:39:34.954Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.954Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is matching search criteria
2021-04-04T02:39:34.954Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW 8fcf86b9-3c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:39:34.957Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.957Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is not matching search criteria
2021-04-04T02:39:34.957Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T02:39:34.957Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T02:39:34.957Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-04T02:39:34.957Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:34.958Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-04T02:39:34.958Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T02:39:34.958Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-04T02:39:34.958Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-04T02:39:34.958Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-04T02:39:34.958Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-04T02:39:34.959Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-04T02:39:34.959Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-04T02:39:34.959Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6fcd7202-a7fa-4ad6-bab4-59ef5990ffb3
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-04T02:39:34.961Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.961Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is matching search criteria
2021-04-04T02:39:34.961Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW 8fcf86b9-3c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:39:34.961Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.962Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Node template vFW 8fcf86b9-3c8a 0 is matching search criteria
2021-04-04T02:39:34.962Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW 8fcf86b9-3c8a 0] matching following query criteria: sdcType=VF, customizationUUID=3b899e2c-cafc-49ee-abf1-f37389746b65
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-04T02:39:34.964Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.964Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:34.964Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500|| resourceSeq for service uuid 06a9ce89-dfa6-4ec4-9795-ae835c46af2f: vFW 8fcf86b9-3c8a
2021-04-04T02:39:34.964Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.965Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:34.965Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.965Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:34.965Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.965Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:34.965Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.965Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:34.965Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:39:34.966Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-04-04 02-35-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:39:34.966Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Saving Service: vFW 2021-04-04 02-35-46 
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-04T02:39:35.144Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8fcf86b9-3c8a bced485a-c7ef-4775-aafe-c7efd052a21f 1 ASDC deployResourceStructure
2021-04-04T02:39:35.144Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json ASDC sendASDCNotification
2021-04-04T02:39:35.144Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json
2021-04-04T02:39:35.144Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:39:35.145Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:35.147Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:35.147Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503975144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:39:35.247Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:35.248Z||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-04T02:39:35.248Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:35.260Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:35.260Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:36.147Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-04T02:39:36.148Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml
2021-04-04T02:39:36.149Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:39:36.149Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:36.151Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:36.151Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503976147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-04T02:39:36.251Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:36.252Z||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-04T02:39:36.252Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:36.261Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:36.261Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:37.154Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-04T02:39:37.154Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env
2021-04-04T02:39:37.154Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:39:37.154Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:37.157Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:37.157Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503977154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-04T02:39:37.257Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:37.259Z||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-04T02:39:37.259Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:37.268Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:37.268Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:38.158Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar ASDC sendASDCNotification
2021-04-04T02:39:38.158Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar
2021-04-04T02:39:38.158Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:39:38.159Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:39:38.160Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:39:38.160Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503978157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:39:38.260Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:39:38.261Z||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-04T02:39:38.261Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:39:38.270Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:39:38.271Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:39:39.161Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f1af638-2378-4032-8d96-0780a1301269
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:39:39.173Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f1af638-2378-4032-8d96-0780a1301269
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-04T02:39:39.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T02:39:39.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-04T02:39:39.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-04T02:39:39.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-04T02:39:39.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:39:39.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:39:39.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:39:39.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:39:39.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:39:39.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:39:39.179Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:39:39.184Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-04T02:39:49.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:40:09.185Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f1af638-2378-4032-8d96-0780a1301269 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-04T02:40:09.191Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f1af638-2378-4032-8d96-0780a1301269 and serviceModelVersionId: 06a9ce89-dfa6-4ec4-9795-ae835c46af2f
2021-04-04T02:40:09.191Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91824b8e-5d52-4956-8e95-318a63ac5bb7
2021-04-04T02:40:09.192Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91824b8e-5d52-4956-8e95-318a63ac5bb7/model-vers/model-ver/06a9ce89-dfa6-4ec4-9795-ae835c46af2f?depth=0
2021-04-04T02:40:09.197Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-04T02:40:09.248Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/91824b8e-5d52-4956-8e95-318a63ac5bb7/model-vers/model-ver/06a9ce89-dfa6-4ec4-9795-ae835c46af2f?depth=0|INFO|500||Invoke
2021-04-04T02:40:09.249Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/91824b8e-5d52-4956-8e95-318a63ac5bb7/model-vers/model-ver/06a9ce89-dfa6-4ec4-9795-ae835c46af2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/91824b8e-5d52-4956-8e95-318a63ac5bb7/model-vers/model-ver/06a9ce89-dfa6-4ec4-9795-ae835c46af2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8f1af638-2378-4032-8d96-0780a1301269], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[72b08286-cbfb-442e-8989-fd72b5c1e111], X-ECOMP-RequestID=[8f1af638-2378-4032-8d96-0780a1301269], X-TransactionId=[], X-ONAP-RequestID=[8f1af638-2378-4032-8d96-0780a1301269], Content-Type=[application/merge-patch+json]}
2021-04-04T02:40:09.275Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/91824b8e-5d52-4956-8e95-318a63ac5bb7/model-vers/model-ver/06a9ce89-dfa6-4ec4-9795-ae835c46af2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-04T02:40:09.368Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/91824b8e-5d52-4956-8e95-318a63ac5bb7/model-vers/model-ver/06a9ce89-dfa6-4ec4-9795-ae835c46af2f?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/91824b8e-5d52-4956-8e95-318a63ac5bb7/model-vers/model-ver/06a9ce89-dfa6-4ec4-9795-ae835c46af2f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210404-02:40:09:281-71309], vertex-id=[213216], Content-Length=[0], Date=[Sun, 04 Apr 2021 02:40:09 GMT], Content-Type=[application/json]}
2021-04-04T02:40:09.368Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/91824b8e-5d52-4956-8e95-318a63ac5bb7/model-vers/model-ver/06a9ce89-dfa6-4ec4-9795-ae835c46af2f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-04T02:40:09.369Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/91824b8e-5d52-4956-8e95-318a63ac5bb7/model-vers/model-ver/06a9ce89-dfa6-4ec4-9795-ae835c46af2f?depth=0|INFO|500||InvokeReturn
2021-04-04T02:40:09.370Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-04T02:40:09.370Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-04T02:40:09.374Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-04T02:40:09.375Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f1af638-2378-4032-8d96-0780a1301269 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-04T02:40:09.375Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-04T02:40:09.375Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:40:09.378Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:40:09.378Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504009375,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T02:40:09.478Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:40:09.479Z||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-04T02:40:09.479Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:40:09.497Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:40:09.497Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 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-04T02:40:10.395Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:40:10.396Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:40:10.396Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:40:14.548Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:40:14.549Z||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-04T02:40:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:40:14.566Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:40:14.567Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-04T02:40:14.567Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503953354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T02:40:14.567Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:40:19.930Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:40:19.931Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:40:19.932Z||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-04T02:40:19.932Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:40:29.472Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:40:29.474Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:40:29.475Z||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-04T02:40:29.475Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:40:34.094Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.75.177
2021-04-04T02:40:39.012Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:41:14.545Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:41:14.547Z||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-04T02:41:14.547Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:41:14.548Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:41:14.549Z||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-04T02:41:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:41:15.068Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:41:15.071Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.071Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:41:15.072Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:41:15.073Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.073Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:41:15.073Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:41:15.073Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.073Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:41:15.073Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:41:15.073Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.073Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:41:15.073Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:41:15.074Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.074Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-04T02:41:15.074Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:41:15.074Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.074Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:41:15.074Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:41:15.074Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.074Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503954371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:41:15.074Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:41:15.075Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.075Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503966065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:41:15.075Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:41:15.075Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.075Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503969667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:41:15.075Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:41:15.075Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.075Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503971176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:41:15.076Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:41:15.076Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.076Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503973214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:41:15.076Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:41:15.076Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.076Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503975144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/vfw8fcf86b93c8a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:41:15.076Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:41:15.077Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.077Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503976147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-04T02:41:15.077Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:41:15.077Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.077Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503977154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/resourceInstances/vfw8fcf86b93c8a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-04T02:41:15.077Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:41:15.077Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.077Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617503978157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210404023546/1.0/artifacts/service-Vfw20210404023546-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:41:15.077Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:41:15.077Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-04T02:41:15.077Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f1af638-2378-4032-8d96-0780a1301269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504009375,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T02:41:15.122Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:41:19.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:41:24.085Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:42:14.545Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:42:14.546Z||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-04T02:42:14.546Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:42:14.548Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:42:14.548Z||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-04T02:42:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:42:24.085Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:42:24.172Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:42:49.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:43:14.545Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:43:14.546Z||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-04T02:43:14.546Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:43:14.548Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:43:14.548Z||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-04T02:43:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:43:24.080Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:43:24.173Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:43:34.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:44:14.545Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:44:14.545Z||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-04T02:44:14.545Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:44:14.548Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:44:14.548Z||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-04T02:44:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:44:24.081Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:44:24.087Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:45:04.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:45:14.545Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:45:14.547Z||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-04T02:45:14.547Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:45:14.548Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:45:14.548Z|8f1af638-2378-4032-8d96-0780a1301269|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-04T02:45:14.548Z|8f1af638-2378-4032-8d96-0780a1301269|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:45:15.244Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:45:15.245Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:45:15.246Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.246Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b60125a6-7650-469c-8e37-77622f539d4c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"14511315-e873-4098-9be2-5c9dad266725","serviceDescription":"service","serviceInvariantUUID":"0298b5aa-11d5-40d0-a8c8-30ffa0d88ae1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9658562b-7e02-4683-b7df-696894dc40ea","resourceInvariantUUID":"ccbc5fa1-0a18-496a-8da6-c2e838ec0118","resourceCustomizationUUID":"c1296482-bfc0-4f82-a661-2cdfff118ffc","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":"YTdmYzQyZWQzOTBhOTUwYjY1MzlhMWYxNTlkMWNlYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a10f1489-d130-47ce-b791-e1b16b6b229d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGEzYjgyNTdmMmUwYjNmZjYwYzVjZmI2YmEyZGFkNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27048de7-f4e1-49aa-80a0-0acb9ba1ace7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-04T02:45:15.247Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.248Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504292785,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:45:15.249Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.249Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.249Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504296726,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "dcae-sch",
  "timestamp": 1617504288962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "aai-ml",
  "timestamp": 1617504296133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "policy-id",
  "timestamp": 1617504289779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "cds",
  "timestamp": 1617504298930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.322Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.323Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504296726,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:45:15.323Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.323Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.323Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504292785,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:45:15.323Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.323Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.323Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "dcae-sch",
  "timestamp": 1617504288962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:45:15.323Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.323Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.323Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "aai-ml",
  "timestamp": 1617504296133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:45:15.323Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.323Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.323Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "policy-id",
  "timestamp": 1617504289779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504299151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "cds",
  "timestamp": 1617504298930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504299151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "aai-ml",
  "timestamp": 1617504301743,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.324Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "policy-id",
  "timestamp": 1617504301816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:45:15.325Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:45:15.325Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.325Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "policy-id",
  "timestamp": 1617504302821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:45:15.325Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:45:15.325Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:45:15.325Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.325Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "policy-id",
  "timestamp": 1617504303824,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-04-04T02:45:15.326Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:45:15.330Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:45:15.330Z||pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504314545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:45:15.348Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b60125a6-7650-469c-8e37-77622f539d4c
2021-04-04T02:45:15.348Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b60125a6-7650-469c-8e37-77622f539d4c 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-04T02:45:15.375Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.375Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "cds",
  "timestamp": 1617504303883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:45:15.375Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:45:15.376Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.376Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504303289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:45:15.376Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.376Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.376Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504304222,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:45:15.377Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:45:15.377Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.377Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "cds",
  "timestamp": 1617504304889,
  "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-04T02:45:15.383Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b60125a6-7650-469c-8e37-77622f539d4c
2021-04-04T02:45:15.383Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b60125a6-7650-469c-8e37-77622f539d4c 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-04T02:45:15.430Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:45:15.431Z||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-04T02:45:15.431Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:45:15.439Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:45:15.440Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:45:15.440Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.440Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504303289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:45:15.441Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:45:15.441Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.441Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504305651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:45:15.441Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:45:15.441Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.442Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "aai-ml",
  "timestamp": 1617504306489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:45:15.442Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:45:15.442Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.442Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504306655,
  "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-04T02:45:15.448Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b60125a6-7650-469c-8e37-77622f539d4c
2021-04-04T02:45:15.448Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b60125a6-7650-469c-8e37-77622f539d4c 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-04T02:45:15.456Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:45:15.456Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "aai-ml",
  "timestamp": 1617504307496,
  "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-04T02:45:15.461Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b60125a6-7650-469c-8e37-77622f539d4c
2021-04-04T02:45:15.461Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b60125a6-7650-469c-8e37-77622f539d4c 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-04T02:45:16.331Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:45:16.332Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:45:16.334Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:45:16.334Z||pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504314545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:45:16.434Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:45:16.435Z||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-04T02:45:16.435Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:45:16.443Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:45:16.443Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:45:17.335Z||pool-3-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "14511315-e873-4098-9be2-5c9dad266725",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0298b5aa-11d5-40d0-a8c8-30ffa0d88ae1",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c1296482-bfc0-4f82-a661-2cdfff118ffc",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9658562b-7e02-4683-b7df-696894dc40ea",
      "resourceInvariantUUID": "ccbc5fa1-0a18-496a-8da6-c2e838ec0118",
      "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": "MGEzYjgyNTdmMmUwYjNmZjYwYzVjZmI2YmEyZGFkNTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "27048de7-f4e1-49aa-80a0-0acb9ba1ace7"
    }
  ],
  "workloadContext": "Production"
}
2021-04-04T02:45:17.335Z||pool-3-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-04T02:45:17.335Z||pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 14511315-e873-4098-9be2-5c9dad266725 ASDC
2021-04-04T02:45:17.336Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b60125a6-7650-469c-8e37-77622f539d4c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:14511315-e873-4098-9be2-5c9dad266725
ServiceInvariantUUID:0298b5aa-11d5-40d0-a8c8-30ffa0d88ae1
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:27048de7-f4e1-49aa-80a0-0acb9ba1ace7
ArtifactChecksum:MGEzYjgyNTdmMmUwYjNmZjYwYzVjZmI2YmEyZGFkNTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c1296482-bfc0-4f82-a661-2cdfff118ffc
ResourceInvariantUUID:ccbc5fa1-0a18-496a-8da6-c2e838ec0118
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9658562b-7e02-4683-b7df-696894dc40ea
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-04T02:45:17.336Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14511315-e873-4098-9be2-5c9dad266725 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-04T02:45:17.451Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:45:17.454Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-04T02:45:17.454Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-04T02:45:17.454Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 27048de7-f4e1-49aa-80a0-0acb9ba1ace7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-04T02:45:17.454Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-04T02:45:17.455Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-04T02:45:18.818Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-04T02:45:18.820Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 27048de7-f4e1-49aa-80a0-0acb9ba1ace7 47924
2021-04-04T02:45:18.820Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:18.820Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:18.820Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:45:18.821Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:45:18.822Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:45:18.822Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504318820,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:45:18.923Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-04T02:45:18.924Z||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-04T02:45:18.924Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:45:18.933Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:45:18.933Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:45:19.823Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:45:19.824Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-04T02:45:19.825Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||Trying to write artifact UUID: 27048de7-f4e1-49aa-80a0-0acb9ba1ace7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-04T02:45:19.825Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-04T02:45:19.826Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-04T02:45:19.826Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-04T02:45:19.916Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13097287685808240725/Definitions/service-BasicNetwork-template.yml
2021-04-04T02:45:20.285Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-04T02:45:20.286Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-04T02:45:20.286Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-04T02:45:20.286Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-04T02:45:20.286Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:20.286Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:20.286Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:20.286Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-04T02:45:20.287Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:20.287Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:20.287Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:20.287Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:20.287Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-04T02:45:20.287Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.287Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:45:20.287Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-04T02:45:20.288Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-04T02:45:20.288Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:45:20.289Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.289Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:45:20.289Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-04T02:45:20.289Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-04T02:45:20.289Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:45:20.289Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.289Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:45:20.289Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.290Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:45:20.290Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.290Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:45:20.290Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.290Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:45:20.290Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.291Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:45:20.291Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:14511315-e873-4098-9be2-5c9dad266725
Model Version:NULL
Model InvariantUuid:0298b5aa-11d5-40d0-a8c8-30ffa0d88ae1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ccbc5fa1-0a18-496a-8da6-c2e838ec0118
Model UUID:3edb03a2-da4d-4b6c-977d-015afd1ff38f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c1296482-bfc0-4f82-a661-2cdfff118ffc
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-04T02:45:20.299Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 9658562b-7e02-4683-b7df-696894dc40ea
2021-04-04T02:45:20.299Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||No resources found for Service: 14511315-e873-4098-9be2-5c9dad266725
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-04T02:45:20.307Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||
2021-04-04T02:45:20.307Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-04T02:45:20.308Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||No resources found for Service: 14511315-e873-4098-9be2-5c9dad266725
2021-04-04T02:45:20.308Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Preparing to deploy Service: 14511315-e873-4098-9be2-5c9dad266725
2021-04-04T02:45:20.308Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-04T02:45:20.308Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:20.318Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.319Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:45:20.319Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.319Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:45:20.319Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500|| resourceSeq for service uuid 14511315-e873-4098-9be2-5c9dad266725: Generic NeutronNet
2021-04-04T02:45:20.319Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.320Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:45:20.320Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.321Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:20.390Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.390Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:45:20.391Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.391Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:45:20.391Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:45:20.391Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:45:20.391Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:20.474Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-04T02:45:20.475Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:20.475Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||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-04T02:45:20.475Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:45:20.475Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:45:20.477Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:45:20.477Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504320475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:45:20.577Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:45:20.578Z||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-04T02:45:20.578Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:45:20.587Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:45:20.587Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:45:21.479Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b60125a6-7650-469c-8e37-77622f539d4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:45:21.491Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b60125a6-7650-469c-8e37-77622f539d4c
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-04T02:45:21.494Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T02:45:21.494Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-04T02:45:21.494Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-04T02:45:21.494Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-04T02:45:21.494Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:45:21.494Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:45:21.494Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:45:21.494Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:45:21.494Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:45:21.494Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:45:21.546Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-04T02:45:51.546Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b60125a6-7650-469c-8e37-77622f539d4c 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-04T02:45:51.551Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b60125a6-7650-469c-8e37-77622f539d4c and serviceModelVersionId: 14511315-e873-4098-9be2-5c9dad266725
2021-04-04T02:45:51.551Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0298b5aa-11d5-40d0-a8c8-30ffa0d88ae1
2021-04-04T02:45:51.552Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0298b5aa-11d5-40d0-a8c8-30ffa0d88ae1/model-vers/model-ver/14511315-e873-4098-9be2-5c9dad266725?depth=0
2021-04-04T02:45:51.556Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-04T02:45:51.599Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0298b5aa-11d5-40d0-a8c8-30ffa0d88ae1/model-vers/model-ver/14511315-e873-4098-9be2-5c9dad266725?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-04T02:45:51.600Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0298b5aa-11d5-40d0-a8c8-30ffa0d88ae1/model-vers/model-ver/14511315-e873-4098-9be2-5c9dad266725?depth=0|INFO|500||Invoke
2021-04-04T02:45:51.616Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0298b5aa-11d5-40d0-a8c8-30ffa0d88ae1/model-vers/model-ver/14511315-e873-4098-9be2-5c9dad266725?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-04T02:45:51.815Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0298b5aa-11d5-40d0-a8c8-30ffa0d88ae1/model-vers/model-ver/14511315-e873-4098-9be2-5c9dad266725?depth=0|INFO|500||InvokeReturn
2021-04-04T02:45:51.815Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0298b5aa-11d5-40d0-a8c8-30ffa0d88ae1/model-vers/model-ver/14511315-e873-4098-9be2-5c9dad266725?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210404-02:45:51:621-26058], vertex-id=[217280], Content-Length=[0], Date=[Sun, 04 Apr 2021 02:45:51 GMT], Content-Type=[application/json]}
2021-04-04T02:45:51.816Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-04-04T02:45:51.816Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-04T02:45:51.816Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-04T02:45:51.820Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-04T02:45:51.820Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b60125a6-7650-469c-8e37-77622f539d4c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-04T02:45:51.820Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-04T02:45:51.820Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:45:51.822Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:45:51.822Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504351820,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T02:45:51.923Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-04T02:45:51.924Z||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-04T02:45:51.924Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:45:51.940Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:45:51.940Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 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-04T02:46:14.545Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:46:14.547Z|b60125a6-7650-469c-8e37-77622f539d4c|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-04T02:46:14.547Z|b60125a6-7650-469c-8e37-77622f539d4c|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:46:14.548Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:46:14.548Z|8f1af638-2378-4032-8d96-0780a1301269|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-04T02:46:14.549Z|8f1af638-2378-4032-8d96-0780a1301269|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:46:14.758Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:46:14.762Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:46:14.762Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504314545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:46:14.765Z|8f1af638-2378-4032-8d96-0780a1301269|pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:46:24.084Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:46:34.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:47:14.545Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:47:14.546Z|b60125a6-7650-469c-8e37-77622f539d4c|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-04T02:47:14.546Z|b60125a6-7650-469c-8e37-77622f539d4c|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:47:14.548Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:47:14.548Z||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-04T02:47:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:47:14.571Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:47:14.572Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:47:14.572Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504314545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:47:14.572Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:47:14.572Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:47:14.573Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "clamp",
  "timestamp": 1617504316754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:47:14.573Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:47:14.573Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:47:14.573Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "clamp",
  "timestamp": 1617504316754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:47:14.573Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:47:14.573Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:47:14.573Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504318820,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:47:14.573Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:47:14.573Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:47:14.573Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504320475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:47:14.573Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:47:14.574Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:47:14.574Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "clamp",
  "timestamp": 1617504327788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:47:14.574Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:47:14.574Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:47:14.574Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "clamp",
  "timestamp": 1617504328859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:47:14.574Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:47:14.574Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:47:14.574Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "clamp",
  "timestamp": 1617504329863,
  "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-04T02:47:14.584Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b60125a6-7650-469c-8e37-77622f539d4c
2021-04-04T02:47:14.584Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b60125a6-7650-469c-8e37-77622f539d4c 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-04T02:47:14.592Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:47:14.592Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b60125a6-7650-469c-8e37-77622f539d4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504351820,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T02:47:14.593Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:47:15.170Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:47:15.171Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:47:15.171Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b12bc6e-838e-452b-bf98-6dc05c94349b","serviceName":"Demo_pNF_NnimoVuFRndnIRuKLNjG","serviceVersion":"1.0","serviceUUID":"dec306d4-f71a-4e8c-b924-9a336f6ff0f2","serviceDescription":"catalog service description","serviceInvariantUUID":"43f9fffa-2b29-43ae-877e-89b1dcd51073","resources":[{"resourceInstanceName":"pNF 6947e1e8-30bc 0","resourceName":"pNF 6947e1e8-30bc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f2189a56-f503-4477-bbff-0f79587d3f58","resourceInvariantUUID":"abfba3a5-92c2-4b78-8ca2-3445347add3e","resourceCustomizationUUID":"e1f1529c-aa74-4f27-940c-50953132e4a7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vf-license-model.xml","artifactChecksum":"YjJhNzhmNTc1ZTZmNTQwZjVhZTA3YzU1M2ZiZWI0YWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d369f4-f3f8-4d3b-8e4b-f4da5b52f157","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/pNF.csar","artifactChecksum":"YmM2NTlhMTM2ZjlhMWMzNzk4M2YzNzBlYzZjMWU1NDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa5e4f1b-f21d-482e-ad6d-21ba1bb1a8af","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be6f9b31-e92a-4e87-99b0-d67a74fd487e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDBkNDA1MGNkNjliYTEyM2IxNDdhMDQwYjBhOGRlMmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24bb10cb-15c9-4393-9f50-30329e45df24","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40ea78ea-6718-42e5-a173-462494d099ad","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"979e1a8a-484a-441a-97e4-e5ca0fc14dfe","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNnimovufrndniruklnjg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-template.yml","artifactChecksum":"YjQ0NmY1ZDU3ZTYxY2Q0YzZjNjU4ZWZlMmEyNWUyMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c289e4b1-a859-4286-b662-d9cd2cab7f37","artifactVersion":"1"},{"artifactName":"service-DemoPnfNnimovufrndniruklnjg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar","artifactChecksum":"YWE2NGQ2YTI0ZWU0Nzk1MjZlZGE0NGMyMTVjODM0Nzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c83756fd-4ab0-4904-946e-9ad333c8fe03","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-04T02:47:15.174Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:47:15.174Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:47:15.177Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:47:15.178Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:47:15.278Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:47:15.279Z||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-04T02:47:15.279Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:47:15.289Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:47:15.290Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-04T02:47:16.178Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:47:16.179Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:47:16.181Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:47:16.181Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:47:16.281Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:47:16.282Z||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-04T02:47:16.282Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:47:16.291Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:47:16.291Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:47:17.181Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:47:17.182Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:47:17.184Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:47:17.184Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:47:17.284Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:47:17.285Z||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-04T02:47:17.285Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:47:17.294Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:47:17.295Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:47:18.185Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:47:18.186Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:47:18.189Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:47:18.189Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:47:18.289Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:47:18.290Z||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-04T02:47:18.290Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:47:18.299Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:47:18.300Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:47:19.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:47:19.189Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:47:19.190Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:47:19.193Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:47:19.193Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:47:19.293Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:47:19.294Z||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-04T02:47:19.294Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:47:19.302Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:47:19.303Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:47:20.193Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:47:20.194Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:47:20.196Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:47:20.196Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:47:20.297Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-04T02:47:20.298Z||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-04T02:47:20.298Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:47:20.307Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:47:20.307Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:47:21.197Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:47:21.198Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:47:21.200Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:47:21.201Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:47:21.301Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:47:21.302Z||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-04T02:47:21.302Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:47:21.312Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:47:21.313Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-04T02:47:22.201Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:47:22.202Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:47:22.204Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:47:22.204Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:47:22.304Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:47:22.305Z||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-04T02:47:22.305Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:47:22.314Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:47:22.315Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:47:23.205Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "serviceName": "Demo_pNF_NnimoVuFRndnIRuKLNjG",
  "serviceVersion": "1.0",
  "serviceUUID": "dec306d4-f71a-4e8c-b924-9a336f6ff0f2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "43f9fffa-2b29-43ae-877e-89b1dcd51073",
  "resources": [
    {
      "resourceInstanceName": "pNF 6947e1e8-30bc 0",
      "resourceCustomizationUUID": "e1f1529c-aa74-4f27-940c-50953132e4a7",
      "resourceName": "pNF 6947e1e8-30bc",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f2189a56-f503-4477-bbff-0f79587d3f58",
      "resourceInvariantUUID": "abfba3a5-92c2-4b78-8ca2-3445347add3e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNnimovufrndniruklnjg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
      "artifactChecksum": "YWE2NGQ2YTI0ZWU0Nzk1MjZlZGE0NGMyMTVjODM0Nzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c83756fd-4ab0-4904-946e-9ad333c8fe03"
    }
  ],
  "workloadContext": "Production"
}
2021-04-04T02:47:23.205Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-04T02:47:23.205Z|b60125a6-7650-469c-8e37-77622f539d4c|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dec306d4-f71a-4e8c-b924-9a336f6ff0f2 ASDC
2021-04-04T02:47:23.206Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8b12bc6e-838e-452b-bf98-6dc05c94349b
ServiceName:Demo_pNF_NnimoVuFRndnIRuKLNjG
ServiceVersion:1.0
ServiceUUID:dec306d4-f71a-4e8c-b924-9a336f6ff0f2
ServiceInvariantUUID:43f9fffa-2b29-43ae-877e-89b1dcd51073
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNnimovufrndniruklnjg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar
ArtifactUUID:c83756fd-4ab0-4904-946e-9ad333c8fe03
ArtifactChecksum:YWE2NGQ2YTI0ZWU0Nzk1MjZlZGE0NGMyMTVjODM0Nzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6947e1e8-30bc 0
ResourceCustomizationUUID:e1f1529c-aa74-4f27-940c-50953132e4a7
ResourceInvariantUUID:abfba3a5-92c2-4b78-8ca2-3445347add3e
ResourceName:pNF 6947e1e8-30bc
ResourceType:PNF
ResourceUUID:f2189a56-f503-4477-bbff-0f79587d3f58
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-04T02:47:23.206Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dec306d4-f71a-4e8c-b924-9a336f6ff0f2 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-04T02:47:23.259Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:47:23.260Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-04T02:47:23.260Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-04T02:47:23.261Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: c83756fd-4ab0-4904-946e-9ad333c8fe03 from URL: /sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:23.261Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-04T02:47:23.261Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:23.703Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-04T02:47:23.710Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar c83756fd-4ab0-4904-946e-9ad333c8fe03 78798
2021-04-04T02:47:23.710Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar ASDC sendASDCNotification
2021-04-04T02:47:23.711Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:23.711Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:47:23.722Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:47:23.724Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:47:23.724Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504443710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:47:23.824Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:47:23.825Z||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-04T02:47:23.825Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:47:23.835Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:47:23.836Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:47:24.725Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:47:24.726Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-04T02:47:24.727Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||Trying to write artifact UUID: c83756fd-4ab0-4904-946e-9ad333c8fe03, URL: /sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar to file: /app/ASDC/1/service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:24.727Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:24.822Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:24.822Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:24.908Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP318268406024224527/Definitions/service-DemoPnfNnimovufrndniruklnjg-template.yml
2021-04-04T02:47:25.473Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-04T02:47:25.473Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-04T02:47:25.473Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:25.473Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-04T02:47:25.474Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:25.474Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6947e1e8-30bc 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:25.474Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||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-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:25.474Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:25.474Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6947e1e8-30bc 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-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:25.474Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:25.474Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||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-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:25.474Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:25.474Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-04T02:47:25.474Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:47:25.474Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_NnimoVuFRndnIRuKLNjG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:47:25.474Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Node template pNF 6947e1e8-30bc 0 is matching search criteria
2021-04-04T02:47:25.474Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-04T02:47:25.475Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Found topology templates [pNF 6947e1e8-30bc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:47:25.475Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:47:25.475Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_NnimoVuFRndnIRuKLNjG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:47:25.475Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Node template pNF 6947e1e8-30bc 0 is matching search criteria
2021-04-04T02:47:25.475Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-04T02:47:25.475Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Found topology templates [pNF 6947e1e8-30bc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:47:25.475Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:47:25.475Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_NnimoVuFRndnIRuKLNjG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:47:25.475Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:47:25.475Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_NnimoVuFRndnIRuKLNjG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:47:25.475Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:47:25.475Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_NnimoVuFRndnIRuKLNjG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:47:25.476Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:47:25.476Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_NnimoVuFRndnIRuKLNjG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:47:25.476Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:47:25.476Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_NnimoVuFRndnIRuKLNjG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:47:25.476Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_NnimoVuFRndnIRuKLNjG
Description:catalog service description
Model UUID:dec306d4-f71a-4e8c-b924-9a336f6ff0f2
Model Version:NULL
Model InvariantUuid:43f9fffa-2b29-43ae-877e-89b1dcd51073
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-04T02:47:25.481Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: f2189a56-f503-4477-bbff-0f79587d3f58
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-04T02:47:25.484Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||pNF 6947e1e8-30bc 0
2021-04-04T02:47:25.484Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f2189a56-f503-4477-bbff-0f79587d3f58
2021-04-04T02:47:25.484Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||No resources found for Service: dec306d4-f71a-4e8c-b924-9a336f6ff0f2
2021-04-04T02:47:25.485Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Preparing to deploy Service: dec306d4-f71a-4e8c-b924-9a336f6ff0f2
2021-04-04T02:47:25.485Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6947e1e8-30bc 0 f2189a56-f503-4477-bbff-0f79587d3f58 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-04T02:47:25.489Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:47:25.489Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_NnimoVuFRndnIRuKLNjG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:47:25.490Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500|| resourceSeq for service uuid dec306d4-f71a-4e8c-b924-9a336f6ff0f2: pNF 6947e1e8-30bc
2021-04-04T02:47:25.490Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||Processing PNF resource: f2189a56-f503-4477-bbff-0f79587d3f58
2021-04-04T02:47:25.490Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:47:25.490Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_NnimoVuFRndnIRuKLNjG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:47:25.490Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||Resource customization UUID: e1f1529c-aa74-4f27-940c-50953132e4a7 is the same as notified resource customizationUUID: e1f1529c-aa74-4f27-940c-50953132e4a7
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-04T02:47:25.641Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6947e1e8-30bc f2189a56-f503-4477-bbff-0f79587d3f58 0 ASDC deployResourceStructure
2021-04-04T02:47:25.642Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar ASDC sendASDCNotification
2021-04-04T02:47:25.642Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar
2021-04-04T02:47:25.642Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:47:25.642Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:47:25.644Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:47:25.644Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504445642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:47:25.744Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:47:25.745Z||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-04T02:47:25.745Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:47:25.753Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:47:25.754Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:47:26.645Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b12bc6e-838e-452b-bf98-6dc05c94349b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:47:26.656Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b12bc6e-838e-452b-bf98-6dc05c94349b
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-04T02:47:26.659Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T02:47:26.659Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T02:47:26.659Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T02:47:56.659Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b12bc6e-838e-452b-bf98-6dc05c94349b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:47:56.670Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b12bc6e-838e-452b-bf98-6dc05c94349b
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-04T02:47:56.673Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T02:47:56.673Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T02:47:56.673Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T02:48:04.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:48:14.548Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:48:14.549Z||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-04T02:48:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:48:14.574Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:48:14.576Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.576Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504396727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.577Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.577Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.577Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504403289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.577Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.577Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.577Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "cds",
  "timestamp": 1617504403930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.577Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.577Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.577Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504403289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.622Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.622Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.622Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504396727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.622Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.622Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.623Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "cds",
  "timestamp": 1617504403930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.623Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.623Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.623Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "clamp",
  "timestamp": 1617504406754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.623Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.623Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.623Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504403289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.624Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.624Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.624Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504396727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.624Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.624Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.624Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "cds",
  "timestamp": 1617504403930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.624Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.624Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.625Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "clamp",
  "timestamp": 1617504406754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.625Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.625Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.625Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504403289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.625Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.625Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.625Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504396727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.626Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.626Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.626Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "cds",
  "timestamp": 1617504403930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.626Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.626Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.626Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "clamp",
  "timestamp": 1617504406754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.627Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.627Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.627Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "dcae-sch",
  "timestamp": 1617504408962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.627Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.627Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.627Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504403289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.628Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.628Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.628Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504396727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.628Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.628Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.628Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "cds",
  "timestamp": 1617504403930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.628Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.629Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.629Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "clamp",
  "timestamp": 1617504406754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.629Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.629Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.629Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "policy-id",
  "timestamp": 1617504409779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.629Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.629Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.630Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "dcae-sch",
  "timestamp": 1617504408962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.630Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.630Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.630Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504396727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.630Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.630Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.630Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504403289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.631Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.631Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.631Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "cds",
  "timestamp": 1617504403930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.631Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.631Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.631Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "clamp",
  "timestamp": 1617504406754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.631Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.632Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.632Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "policy-id",
  "timestamp": 1617504409779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.632Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.632Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.632Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "dcae-sch",
  "timestamp": 1617504408962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.632Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.632Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.632Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504396727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.633Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.633Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.633Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504403289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.633Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.633Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.633Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "cds",
  "timestamp": 1617504403930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.633Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.634Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.634Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "clamp",
  "timestamp": 1617504406754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.634Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.634Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.634Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "policy-id",
  "timestamp": 1617504409779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.634Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.634Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.634Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "dcae-sch",
  "timestamp": 1617504408962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.634Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.635Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.635Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504403289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:48:14.635Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.635Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.635Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504396727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:48:14.635Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.635Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.635Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "cds",
  "timestamp": 1617504403930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:48:14.635Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.635Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.635Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "clamp",
  "timestamp": 1617504406754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.636Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.636Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.636Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504412785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.636Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.636Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.636Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "policy-id",
  "timestamp": 1617504409779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.636Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.636Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.636Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "dcae-sch",
  "timestamp": 1617504408962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.636Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.636Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.637Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "clamp",
  "timestamp": 1617504406754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:48:14.637Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.637Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.637Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504412785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.637Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.637Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.637Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "policy-id",
  "timestamp": 1617504409779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.637Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.637Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.637Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "dcae-sch",
  "timestamp": 1617504408962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.637Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.638Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.638Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "cds",
  "timestamp": 1617504414920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:48:14.638Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:48:14.638Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.638Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504412785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.638Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.638Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.638Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "policy-id",
  "timestamp": 1617504409779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.638Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.638Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.638Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "dcae-sch",
  "timestamp": 1617504408962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.639Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.639Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.639Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "cds",
  "timestamp": 1617504415928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-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-04T02:48:14.645Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b12bc6e-838e-452b-bf98-6dc05c94349b
2021-04-04T02:48:14.645Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b12bc6e-838e-452b-bf98-6dc05c94349b 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-04T02:48:14.654Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.655Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504412785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.655Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.655Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.655Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "policy-id",
  "timestamp": 1617504409779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.655Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.655Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.655Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "dcae-sch",
  "timestamp": 1617504408962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.655Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.656Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.656Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "aai-ml",
  "timestamp": 1617504416133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.656Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.656Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.656Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504412785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.656Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.656Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.657Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "policy-id",
  "timestamp": 1617504409779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:48:14.657Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.657Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.657Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "aai-ml",
  "timestamp": 1617504416133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.657Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.657Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.657Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "clamp",
  "timestamp": 1617504417998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:48:14.657Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:48:14.657Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.657Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504412785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.658Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.658Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.658Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "aai-ml",
  "timestamp": 1617504416133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.658Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.658Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.658Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "policy-id",
  "timestamp": 1617504418933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:48:14.658Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:48:14.658Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.658Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "clamp",
  "timestamp": 1617504419042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504412785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504419150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "aai-ml",
  "timestamp": 1617504416133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "policy-id",
  "timestamp": 1617504419937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:48:14.659Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.660Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "clamp",
  "timestamp": 1617504420046,
  "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-04T02:48:14.666Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b12bc6e-838e-452b-bf98-6dc05c94349b
2021-04-04T02:48:14.666Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b12bc6e-838e-452b-bf98-6dc05c94349b 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-04T02:48:14.675Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.675Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504412785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:48:14.675Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.675Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.676Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504419150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.676Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.676Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.676Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "aai-ml",
  "timestamp": 1617504416133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.676Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.676Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.676Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "policy-id",
  "timestamp": 1617504420940,
  "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-04T02:48:14.682Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b12bc6e-838e-452b-bf98-6dc05c94349b
2021-04-04T02:48:14.682Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b12bc6e-838e-452b-bf98-6dc05c94349b 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-04T02:48:14.740Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.740Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504419150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.741Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.741Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.741Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "aai-ml",
  "timestamp": 1617504416133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.741Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.741Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.741Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504419150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.741Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.741Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.742Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "aai-ml",
  "timestamp": 1617504416133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.742Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.742Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.742Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504419150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.742Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.742Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.742Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "aai-ml",
  "timestamp": 1617504416133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:48:14.742Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.742Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.742Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504419150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.743Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.743Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.743Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "aai-ml",
  "timestamp": 1617504425197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:48:14.743Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:48:14.743Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.743Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504419150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:14.743Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.743Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.743Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504419150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:48:14.743Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:48:14.744Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.744Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504427942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:48:14.744Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:48:14.744Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.744Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "aai-ml",
  "timestamp": 1617504428991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:48:14.744Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:48:14.744Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.744Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504429487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:48:14.744Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:48:14.744Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.744Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "aai-ml",
  "timestamp": 1617504429997,
  "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-04T02:48:14.750Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b12bc6e-838e-452b-bf98-6dc05c94349b
2021-04-04T02:48:14.750Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b12bc6e-838e-452b-bf98-6dc05c94349b 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-04T02:48:14.758Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:48:14.758Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504430492,
  "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-04T02:48:14.763Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b12bc6e-838e-452b-bf98-6dc05c94349b
2021-04-04T02:48:14.763Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b12bc6e-838e-452b-bf98-6dc05c94349b 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-04T02:48:26.673Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b12bc6e-838e-452b-bf98-6dc05c94349b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:48:26.686Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b12bc6e-838e-452b-bf98-6dc05c94349b
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-04T02:48:26.689Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T02:48:26.689Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-04T02:48:26.689Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-04T02:48:26.689Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-04T02:48:26.689Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:48:26.689Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:48:26.689Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:48:26.689Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:48:26.690Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:48:26.690Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:48:26.690Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:48:26.694Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-04T02:48:49.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:48:56.695Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b12bc6e-838e-452b-bf98-6dc05c94349b 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-04T02:48:56.701Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b12bc6e-838e-452b-bf98-6dc05c94349b and serviceModelVersionId: dec306d4-f71a-4e8c-b924-9a336f6ff0f2
2021-04-04T02:48:56.701Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 43f9fffa-2b29-43ae-877e-89b1dcd51073
2021-04-04T02:48:56.702Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/43f9fffa-2b29-43ae-877e-89b1dcd51073/model-vers/model-ver/dec306d4-f71a-4e8c-b924-9a336f6ff0f2?depth=0
2021-04-04T02:48:56.709Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-04T02:48:56.741Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/43f9fffa-2b29-43ae-877e-89b1dcd51073/model-vers/model-ver/dec306d4-f71a-4e8c-b924-9a336f6ff0f2?depth=0|INFO|500||Invoke
2021-04-04T02:48:56.742Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/43f9fffa-2b29-43ae-877e-89b1dcd51073/model-vers/model-ver/dec306d4-f71a-4e8c-b924-9a336f6ff0f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/43f9fffa-2b29-43ae-877e-89b1dcd51073/model-vers/model-ver/dec306d4-f71a-4e8c-b924-9a336f6ff0f2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8b12bc6e-838e-452b-bf98-6dc05c94349b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55e0aa6f-32b4-4b0c-8047-00c2a471e390], X-ECOMP-RequestID=[8b12bc6e-838e-452b-bf98-6dc05c94349b], X-TransactionId=[], X-ONAP-RequestID=[8b12bc6e-838e-452b-bf98-6dc05c94349b], Content-Type=[application/merge-patch+json]}
2021-04-04T02:48:56.765Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/43f9fffa-2b29-43ae-877e-89b1dcd51073/model-vers/model-ver/dec306d4-f71a-4e8c-b924-9a336f6ff0f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-04T02:48:56.933Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/43f9fffa-2b29-43ae-877e-89b1dcd51073/model-vers/model-ver/dec306d4-f71a-4e8c-b924-9a336f6ff0f2?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/43f9fffa-2b29-43ae-877e-89b1dcd51073/model-vers/model-ver/dec306d4-f71a-4e8c-b924-9a336f6ff0f2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210404-02:48:56:771-98809], vertex-id=[225504], Content-Length=[0], Date=[Sun, 04 Apr 2021 02:48:56 GMT], Content-Type=[application/json]}
2021-04-04T02:48:56.933Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/43f9fffa-2b29-43ae-877e-89b1dcd51073/model-vers/model-ver/dec306d4-f71a-4e8c-b924-9a336f6ff0f2?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-04T02:48:56.934Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/43f9fffa-2b29-43ae-877e-89b1dcd51073/model-vers/model-ver/dec306d4-f71a-4e8c-b924-9a336f6ff0f2?depth=0|INFO|500||InvokeReturn
2021-04-04T02:48:56.935Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-04T02:48:56.935Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-04T02:48:56.941Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-04T02:48:56.941Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b12bc6e-838e-452b-bf98-6dc05c94349b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-04T02:48:56.941Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-04T02:48:56.942Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:48:56.944Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:48:56.944Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504536941,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T02:48:57.044Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:48:57.045Z||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-04T02:48:57.045Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:48:57.058Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:48:57.059Z||pool-51-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-04T02:48:57.956Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:48:57.957Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|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-04T02:48:57.957Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:48:58.579Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:48:58.580Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:48:58.580Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8424e1d-b3a5-49bd-a872-948a0b2ed06e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4d436110-bb21-4f8a-a41f-afdef25dc79e","serviceDescription":"service","serviceInvariantUUID":"a40f3bcd-e317-441d-b780-699309beacce","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"accdc6c5-fce8-44c5-a982-64e6bdc64396","resourceInvariantUUID":"e6dcbc9b-186b-4533-b6a7-5747028a91cb","resourceCustomizationUUID":"e1fb7bef-2850-41d5-8a0d-cac9ba2d7d56","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":"YzcxOGRkMjE1MTNjMTJkNjc0MjAyYTQ4NzQzNzIxNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"153a9f2c-e469-4b5e-b163-86fa20f149e9","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":"NTk3OTBiNGIyNzg5NWUyZGZkNmU1MTFlMmY2MWM5NTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6a43065a-7c29-4068-b6e4-d38a5e185c44","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":"4a0cc336-b760-4235-a27c-2057804690aa","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":"a3bbae41-63a2-4a07-824d-4b9b8ae3be27","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":"3b3e71c6-792f-4809-9241-13a85ea79138","artifactVersion":"2","generatedFromUUID":"4a0cc336-b760-4235-a27c-2057804690aa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Yzg1MTQwZjNlNjM3NTMxZWU2ZTRiNTg1MGVmOTBmZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"861b4288-a62b-47ac-bc77-cd9d482b2317","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjBjOWU5ZjJmMzYyYjU0MmEwMTQ1ZDUyNDYxZTBkOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9614889a-82e7-41be-9d11-05166c818d25","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-04T02:48:58.582Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:48:58.582Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:48:58.584Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:48:58.584Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:48:58.684Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:48:58.685Z||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-04T02:48:58.686Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:48:58.694Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:48:58.695Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:48:59.585Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:48:59.586Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:48:59.588Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:48:59.588Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:48:59.688Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:48:59.689Z||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-04T02:48:59.689Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:48:59.698Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:48:59.699Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-04T02:49:00.589Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:00.590Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:00.593Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:00.593Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:49:00.694Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:00.695Z||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-04T02:49:00.695Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:00.704Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:00.705Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:01.594Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:01.595Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:01.597Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:01.598Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:01.698Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:01.699Z||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-04T02:49:01.699Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:01.707Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:01.707Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:02.598Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:02.599Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:02.602Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:02.602Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-04T02:49:02.702Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:02.703Z||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-04T02:49:02.703Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:02.712Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:02.713Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:03.602Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:03.604Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:03.622Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:03.622Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:03.722Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:03.723Z||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-04T02:49:03.723Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:03.733Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:03.733Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:04.623Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:04.624Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:04.626Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:04.626Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:04.726Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:04.727Z||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-04T02:49:04.727Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:04.735Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:04.735Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:05.627Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4d436110-bb21-4f8a-a41f-afdef25dc79e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a40f3bcd-e317-441d-b780-699309beacce",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e1fb7bef-2850-41d5-8a0d-cac9ba2d7d56",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "accdc6c5-fce8-44c5-a982-64e6bdc64396",
      "resourceInvariantUUID": "e6dcbc9b-186b-4533-b6a7-5747028a91cb",
      "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": "NTk3OTBiNGIyNzg5NWUyZGZkNmU1MTFlMmY2MWM5NTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6a43065a-7c29-4068-b6e4-d38a5e185c44",
          "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": "4a0cc336-b760-4235-a27c-2057804690aa",
          "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": "3b3e71c6-792f-4809-9241-13a85ea79138",
            "generatedFromUUID": "4a0cc336-b760-4235-a27c-2057804690aa"
          },
          "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": "3b3e71c6-792f-4809-9241-13a85ea79138",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjBjOWU5ZjJmMzYyYjU0MmEwMTQ1ZDUyNDYxZTBkOTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9614889a-82e7-41be-9d11-05166c818d25"
    }
  ],
  "workloadContext": "Production"
}
2021-04-04T02:49:05.628Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-04T02:49:05.628Z|8b12bc6e-838e-452b-bf98-6dc05c94349b|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d436110-bb21-4f8a-a41f-afdef25dc79e ASDC
2021-04-04T02:49:05.628Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e8424e1d-b3a5-49bd-a872-948a0b2ed06e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4d436110-bb21-4f8a-a41f-afdef25dc79e
ServiceInvariantUUID:a40f3bcd-e317-441d-b780-699309beacce
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:9614889a-82e7-41be-9d11-05166c818d25
ArtifactChecksum:NjBjOWU5ZjJmMzYyYjU0MmEwMTQ1ZDUyNDYxZTBkOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e1fb7bef-2850-41d5-8a0d-cac9ba2d7d56
ResourceInvariantUUID:e6dcbc9b-186b-4533-b6a7-5747028a91cb
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:accdc6c5-fce8-44c5-a982-64e6bdc64396
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:6a43065a-7c29-4068-b6e4-d38a5e185c44
ArtifactChecksum:NTk3OTBiNGIyNzg5NWUyZGZkNmU1MTFlMmY2MWM5NTI=
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:4a0cc336-b760-4235-a27c-2057804690aa
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:3b3e71c6-792f-4809-9241-13a85ea79138
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:3b3e71c6-792f-4809-9241-13a85ea79138
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-04T02:49:05.628Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d436110-bb21-4f8a-a41f-afdef25dc79e 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-04T02:49:05.660Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:49:05.661Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-04T02:49:05.661Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-04T02:49:05.662Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 9614889a-82e7-41be-9d11-05166c818d25 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-04T02:49:05.662Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-04T02:49:05.662Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-04T02:49:05.899Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-04T02:49:05.901Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9614889a-82e7-41be-9d11-05166c818d25 69714
2021-04-04T02:49:05.902Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:05.902Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:05.902Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:49:05.902Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:05.903Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:05.903Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504545902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:06.004Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:06.005Z||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-04T02:49:06.005Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:06.014Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:06.015Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:06.904Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:49:06.906Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-04T02:49:06.906Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||Trying to write artifact UUID: 9614889a-82e7-41be-9d11-05166c818d25, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T02:49:06.906Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-04T02:49:06.906Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T02:49:06.907Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T02:49:07.288Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1167143026175033543/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-04T02:49:08.105Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-04T02:49:08.105Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-04T02:49:08.105Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:08.106Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T02:49:08.107Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-04T02:49:08.107Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:49:08.107Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:08.107Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:08.107Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T02:49:08.107Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-04T02:49:08.107Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:49:08.107Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:08.107Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:08.107Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:08.107Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-04T02:49:08.107Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-04T02:49:08.108Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-04T02:49:08.108Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-04T02:49:08.108Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-04T02:49:08.108Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-04T02:49:08.108Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:08.108Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-04T02:49:08.108Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:08.108Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T02:49:08.108Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:49:08.108Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:08.109Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T02:49:08.109Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:49:08.109Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:08.109Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T02:49:08.109Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:49:08.109Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:08.109Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-04T02:49:08.109Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-04T02:49:08.109Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-04T02:49:08.109Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3f9be3dc-8af4-4838-8f5b-aead112856bb
2021-04-04T02:49:08.109Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:08.110Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:08.110Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:08.110Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:08.110Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:08.110Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:08.110Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:08.110Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:08.110Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4d436110-bb21-4f8a-a41f-afdef25dc79e
Model Version:NULL
Model InvariantUuid:a40f3bcd-e317-441d-b780-699309beacce
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ef092d00-c348-426d-9597-cd6cc4a8ac91
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e6dcbc9b-186b-4533-b6a7-5747028a91cb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1fb7bef-2850-41d5-8a0d-cac9ba2d7d56
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ffe4607-8aa8-4846-bc30-e5b122aea74f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:83ca65ea-be15-46a1-9d36-c43da21aaedb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3f9be3dc-8af4-4838-8f5b-aead112856bb
ModelInvariantUuid:deb6b1bb-d3d9-4957-96f8-f9dfff203a5c
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:e0e7bdcd-1a6c-447e-9c17-ca1436301211
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:54dcaea8-d85b-4141-a5a4-f8cbd8f471e4
ModelInvariantUuid:a8872a30-2c65-4b54-9118-bb56f6944b1f
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:e7651137-685f-4a01-aa02-30d93ec8c9db
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-04T02:49:08.117Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: accdc6c5-fce8-44c5-a982-64e6bdc64396
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-04T02:49:08.120Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||basic_vm 0
2021-04-04T02:49:08.120Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: accdc6c5-fce8-44c5-a982-64e6bdc64396
2021-04-04T02:49:08.120Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 6a43065a-7c29-4068-b6e4-d38a5e185c44 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-04T02:49:08.121Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-04T02:49:08.121Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:08.386Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-04T02:49:08.387Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6a43065a-7c29-4068-b6e4-d38a5e185c44 787
2021-04-04T02:49:08.387Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:08.387Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:08.387Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:49:08.387Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:08.390Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:08.390Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504548387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:08.490Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:08.491Z||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-04T02:49:08.491Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:08.500Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:08.500Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:09.390Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3ffe4607-8aa8-4846-bc30-e5b122aea74f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83ca65ea-be15-46a1-9d36-c43da21aaedb",
    "vfModuleModelCustomizationUUID": "4e719337-ec13-44ea-9140-e5eb167353c7",
    "isBase": true,
    "artifacts": [
      "4a0cc336-b760-4235-a27c-2057804690aa",
      "3b3e71c6-792f-4809-9241-13a85ea79138"
    ],
    "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-04T02:49:09.397Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83ca65ea-be15-46a1-9d36-c43da21aaedb
VfModuleModelInvariantUUID:3ffe4607-8aa8-4846-bc30-e5b122aea74f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a0cc336-b760-4235-a27c-2057804690aa
,
3b3e71c6-792f-4809-9241-13a85ea79138

}
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-04T02:49:09.402Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3ffe4607-8aa8-4846-bc30-e5b122aea74f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83ca65ea-be15-46a1-9d36-c43da21aaedb",
    "vfModuleModelCustomizationUUID": "4e719337-ec13-44ea-9140-e5eb167353c7",
    "isBase": true,
    "artifacts": [
      "4a0cc336-b760-4235-a27c-2057804690aa",
      "3b3e71c6-792f-4809-9241-13a85ea79138"
    ],
    "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-04T02:49:09.402Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83ca65ea-be15-46a1-9d36-c43da21aaedb
VfModuleModelInvariantUUID:3ffe4607-8aa8-4846-bc30-e5b122aea74f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a0cc336-b760-4235-a27c-2057804690aa
,
3b3e71c6-792f-4809-9241-13a85ea79138

}
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-04T02:49:09.402Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 4a0cc336-b760-4235-a27c-2057804690aa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-04T02:49:09.403Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-04T02:49:09.422Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:09.625Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-04T02:49:09.626Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4a0cc336-b760-4235-a27c-2057804690aa 5033
2021-04-04T02:49:09.626Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:09.626Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:09.626Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:49:09.627Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:09.722Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:09.722Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504549626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:09.729Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 7 ms
2021-04-04T02:49:09.729Z||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-04T02:49:09.730Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:09.740Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:09.740Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:10.723Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 3b3e71c6-792f-4809-9241-13a85ea79138 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-04T02:49:10.723Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-04T02:49:10.724Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:11.101Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-04T02:49:11.101Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3b3e71c6-792f-4809-9241-13a85ea79138 903
2021-04-04T02:49:11.102Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:11.102Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:11.102Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:49:11.102Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:11.103Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:11.104Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504551102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:11.204Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:11.205Z||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-04T02:49:11.205Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:11.214Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:11.215Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:12.104Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Preparing to deploy Service: 4d436110-bb21-4f8a-a41f-afdef25dc79e
2021-04-04T02:49:12.105Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 accdc6c5-fce8-44c5-a982-64e6bdc64396 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-04T02:49:12.121Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:12.121Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:12.121Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Processing vnf with UUID: ef092d00-c348-426d-9597-cd6cc4a8ac91 
2021-04-04T02:49:12.121Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Will get resource from SDC using resource id: ef092d00-c348-426d-9597-cd6cc4a8ac91
2021-04-04T02:49:12.122Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel to get resource 
2021-04-04T02:49:12.123Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel
2021-04-04T02:49:12.124Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|INFO|500||Invoke
2021-04-04T02:49:12.124Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-04T02:49:12.124Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel
2021-04-04T02:49:12.124Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|DEBUG|500||Method      : GET
2021-04-04T02:49:12.124Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/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:"e8424e1d-b3a5-49bd-a872-948a0b2ed06e", X-RequestID:"e8424e1d-b3a5-49bd-a872-948a0b2ed06e", X-TransactionID:"e8424e1d-b3a5-49bd-a872-948a0b2ed06e", X-ECOMP-RequestID:"e8424e1d-b3a5-49bd-a872-948a0b2ed06e", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"b68cdded-753f-4556-b014-71d10333eb60"]
2021-04-04T02:49:12.124Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|DEBUG|500||Request body: 
2021-04-04T02:49:12.124Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|DEBUG|500||==========================request end================================================
2021-04-04T02:49:13.520Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-04T02:49:13.521Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-04T02:49:13.521Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|DEBUG|500||Status text  : OK
2021-04-04T02:49:13.521Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicVm-csar.csar"", Content-MD5:"OTU4ZGVkNDFkM2VmY2M4Nzg1MDYxZGY5N2QyMWE1MWE=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"e8424e1d-b3a5-49bd-a872-948a0b2ed06e", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-04T02:49:13.529Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|DEBUG|500||Response body: PK��R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM��
�0Dw�@I�zK�vk
M�.R�d꿯nj��w��\�R�{�I	�������:��x!Tz�T��(1� +2��T��'p�&gO�*�+;��%�[�t�6����1��{A�R;c|f%VX�Ѹ�O��l�PK��Љ�PK��R)Definitions/resource-BasicVm-template.yml�is���{�z�t�Cf��s���m��K� b��8v~����n�n}g�4��tt6��P֐n�F`8�/����SA4��k"y-Sfd担���(�^Aπv��pqzL!ASUR#

��N�x�OhV��*+�i��h�/�4 ��	P5AUy(BUb0�
-tL)�7Tye�
��g�A$��9	6.J���-osL}G6������*~�A5����S�#�5�Kx�,�~�w�����WfD�L_:2硥 L���/Xk���_e�)����t������2�$Q%Y@�&�*t�b�xo� ���C&����p���x�9a*I�]�4��t,���1��z��АF)�j>�N�<�Ҏ)�~��_��:~ ���cD�FV[7��U�6�¢|����n�0�u���2��O�BD��$�=-�2s���q1AeQ4�Zd�0?C��\ ��}cQ]�x�Ұ�4tܼq
�zh�y5w��[���i"O�Y��*k���g��tz?�G��a�)q#:6�-�Ƌ�&Za�H��@^��i�*C/0p�
�$�'\�)�*�m*��+�|HM���Q�3����fzB�73NS����
Y������9_�W��-�'�5|n6��y�R�BϿ?��'�}q������z{Ӯ���[��+�Oej9ҹ�+�����H��_o��qsή��/N�oxN������[p�d��E�����B���s[|�0㟏����]N�9淭,߼�!x�x/��Q�?|L�"1�������|��y�ݼ�}n~�w�u���i~g)�ґ�?�&7�?�Nj��}�����ɫzF�6ޟǦ�Zw�������^}��Y�==��4�������|��L%��ln���p�3���C�V��T@'��xs��.����1kC�s}t�&]���G��]>�K�/6�;�-7�n�����GR�\�JܷǷs���7����)�޳z"�{�=}t4��|#q7��FR�P��.��<(׫����~�������k�f�q�￧�����އ����t�՚|~s��g���,��t�����CN��Yǰ{*������ڞR�O���T��r�$�	[E-&��#j�
�s@ �$�K*�Q�S����=���t^�"A�v�aXzD��{A�%�xt���
�ox�H �
���?bG� t隂���r�� Ng�3*c��ZK��y;��(H���9,;��Nk87
6b2ݨ�ú�aw���Y����+G���k�ȂI�6��U��j���P>� φ&6�/���8޲����u��Bkb1#�����Z�<�h���?1���"F�H�ē��ydB�j������.֪�9b�O����?Q%�%��Q�H�Pͷ��_�q����1�D�S/B
�H�yI���pcA��<���Q��~���q���~�X�gt0��ى�)
�9�;"/��4QQ�UE��?k��������V\��Y�`Bv5j�l�H�ɆB�5�8G��QF*�oͶ�isſB��(Q��E�)��=i���(�y�e��>4�k�,��b�]�m[WŤV7�������P����V��a9>��㠇tc��"��>�sPD���Et&�{�6Lva2��P�~��$([
��6�ɤ���T_	��9k�k�`��_ �G���6�BƩ�v����B�M����q��M�+����-��A@%k�R�Q�q���{<���@�4]�Y��c��&��j��"8Ie&@��	Ͱ���FA���8��G�XA�aXq,(J�����k��Ǿ��1��Ha@ʟ�0�>Na����9Î���m�
�^xj�;:�u`��xP��Э���Pi�,*�|�X B������ih-���l�#WkqBPT���#+�sQB�Rtn���r"2$]-��ȯC�	��UW��_�r����V���_e|F�`�����������+Px*s*>'4�C��Mۋ���!rC�VS�n����Y�Cr���G��)�.�Ϛ��2󋭷B�%���}�k��
M�:d�Ъ��؟�7-�����m*��m�d�
��e�3�-dw�³������]MG���]YA(S<W���|YO���zI�����0k�D�JP|��=\__�ޟ�ʷgwW���-�6�b�M�3���O�D�������&�S|��PMl�{�e�U�\�O3��(􉡖+�H��\1�*�-�V����6hňE�4D�
.ߠ6R6��7"j*h=�Z�DW*���X�d�<����͑o|^M�J���\�+ө�UD
�	��++�3w0y�����p�����2»�DAIWm.ٝ{+�fk?�:���'X�Z{/v�)�8Y�L� i:j\�-�y��QC���>�#Q��9N�W����}
��aW���5;j����FLv���rQ�]�b6�!�R���U��,{6njB�4�%��U��i�R'' [ݷvH��D��UD�i��5�J�l�&��?.M
��~�ҚrYnOP�e i�@�tw�ȹ����gDj��s����t�:���Ǣ�H)��l�
���_���[f��x��"�5�e3.M�00�TS�]��p�� � ����{"����>��14������B~�X!f��;�-�9�dȣ���RY�#���d�\_�
5f�ۛ>D=R�����o4�۝��1y��Q��?�7XA^�b�K#4�j�]!�~�eS��]��ǽ(�Er��x��B�"/E�h��
ò�	����EN��A� fx2@�8��J��iJ=������Όh/׉�k/l�M� 3���*dK	��S���x믆�{�f4�gq�3�P�J�ޥ ��Ts�G!���{���U^�b������P��Yb:
��HU��9��Ȳ�':�U4��5������������u.k��f����E���h�<���p=U��&���k.���\��$B�'�f�C.�9�=ژ<��ݖ�*ɂ��#]"W��R�c	�S	B]�>ۺl��6�&��P�F�:��b{Q.�4���ncԆ�ȴ���Ʃ��Ya]�fevxX�*�b�Z�Ѕq�}w7uwnd3�N�KҮ�+���jP�d�D��m�i��U�}U;��;Հ���p}�6���Ү�}̾��7\���(���c��t�n��]=����l�w��T'Q��g]���w�Q�!v�1��ٰ�<Ś3M�}K��q%=�&��a�6�l����,`52�k崑��7m�t�Q� 5���l�]�ؙG����E��h7������w�Mw
4���׵�w��?,֠5�أ)�&���k�?�KCy4
��3k��!���h������]I��Խ�����*��$z�>@���4V>�k}�u���8V��fd
�+;����=����p.�O��p��ػ.�:*�΄�9u��ݝ};CV�_����|�#���ϟ)�oYw��i�;���(�0�ƧCw[m�O�p��wЮϾ
p�>b����u��\��%.T���^Juo!U�\�C�H��h�n�	t�7�@��V��G�@~���‡�@i<n���̤{��+R�
(�m��@�\�����@���,���"*3�>�},��j��e�՗�@�{|͟d5s9=�;��\�Wo@uj���w H�T�)P.k�����Vq�wV*Ғ��[����ll��	(O�WS�0�C��PK�8��.VPK��R3Definitions/resource-BasicVm-template-interface.yml�]Ys�~�_ᷙ�K6Ru�.�99I Yn�r	[[2�Lb~�H�!6��@�)���^�nu˒`�V��Aa���2���_�%�=��iPq�i(���I(����I�h���GG<�d�4�C
0�\+ZA�U`�2���*��*��h!+R7� �<�ĉ��K��1��4�,�0&��7\+T�U�*	�Ă�Ĵd
m�P�S]��}��J�M��蔘�I���f�L���ozM-ʫ�WqI�TWL�9\;H���!t��\�
̜b>�o��z�:��s����0��V)�������M��k']�%d
�H��4p�v�r�hI��Aj�{>�=F�b�)�`�<�)*�::��C7��2�B����``r�V;]H�'leȥ�)���
���r�k�������r���0��p�w2������M�Bw�U��"%����Jh�v�w���Wn+�L2|w�*3��b��0v�`��!fp�&�jXU7,�3!d�>aέM���2�n}�=�QH���Z3P+�j�!~�+�JU;��6�]�o9E��n23.[/��;O,�z|���:e���ӡ�m㸕���O��Ԯ���ӧ'���;yb�v�����'W�[&����W��S��Nө�4n/�?ܣ����siD�%��F�����g|Qƥ�&>�sǗ����O\��t�������cO���<z�˅����]�r���Y��1�<5f�%�wM�=�y��<&��Y��S������IM?�F�t�6�hrl�W�캵I�G����V�X��`������Rk<>����Z˘�^��v��<)M�u�V�tnf�X��1 ����S��6�?<�2��^�\���Y����k���C����.F��A�iX��Exd�zyV��Z-7�'':l�wʥ��K�<0���Y��7��V:/w��.tf����Q�R*M&�f���om�#��=?2Og���v��6���=Ɓos'���Mm�}���&q�I\@�s��P5�`�q�.�ÂX��=��
\;˴�9Qg�I�Z��Jp��������6;�,x�?d�����ת�{�z��(�i��K)�ԯ��gV]��g@a�;[\b����l�vLE��HY��$��S��<�����8��9�g䲨��>9e<�䏹��M�.*��s��I�*Xt�C�6xiq%~:T�����"�B�2�F�)P`xl'�M##,����*� 2��O�`+�Ҋ�w��q���ëx������(]�XC*�6���l�p%�n��=H�b`y�$�"�Dӊ87_���u��nE��"�|����
�F����+}���5��?�fs��a��T�ɳ�l�o׾滯��s&�����O�.�����M3U�9���/��Wc�P�[����g���a�����L	��<��F�.Y=�$��+X"��-X���_����ye�W�!}��(F��<$9�Y�j[�~">V׵4�֗xT�M�k�<��'z��;;[��ᵟ��;T!ƽ�ʚܖT�
h-�/�9�+Cڈ.R�A�Kn>F���M�'�T�be'O4m� ��}S)M�WX�v��5�a�/��n��_��pתjw� `���-2�E�Uiu�����A��]N�o�u��f�Y{2���j�ȅo0��cg��/�T�be!?;B��0Z��TBk�0l���Cղ.R�`�8�����˰����bND�O�e��4Lߴ�t�P��\ޔ>�D��Ae��%ݐ����@���˩�M�Ά,��?��5�*0�>�A���i�;ޤ����K	a�5�;��RN�cn����ެ��Lp5�̀��X?��ɒ��&�Ya�Z�))�)�������e��H��p��pu�90����+a{��拏�w�'��j�y&�x���y��w�=��6x�1�_[&��R��]���^��@W��Ȏ��<��ڷ�M����]0s���ͭ6/b�0J�w�.A$���E�_���C��nj��Wل�^唍�>][�!��?PKE�v��
c�PK��R)Definitions/resource-Compute-template.yml�VKs�6��W���@�d)n��i'��;ʥ���R��*��H�&e���R��~��� � x.�TVE�lȷ�KUP�Ҕ���,���\�ȗ'�)��^qW�w�K�8�Y��O�LNϋl!�Yv^`5/�����s�j�p9;�_�dggS�-H,�s)��Ϧ����i	�冖�ʙ���oIAxUņ�U��g��fγ����p�Q��(�GT�Ζ��6�P�P�"��7�������֬ V�cH�lP{�q�#��k�%�ʓi�֪Ю��o�Ҽ���2%\��>+����4`�d��n�$��:^��s����T`!zg�zR�P�m ��]c��+���2�
�w�i�!N��P���^a-x�5K�Y�J@��I�{�󵈵O�By\�}�����={�!u�O_��(y���d����ο������k�^��;��ay�5��-
�a�LvFC�Z6�2$a���Ҙ�1d(tS��Q�;Rt�w��J:u��p��un����!j n�)ؼ����I����������K��r�s.v��G�EG��>��M<���(�5��}�N��{���c�֫��������^��Zɼ�������O�i��ɦ���ʆ��nۖj҉��ۀ���A~���m�J�
�(�^:S_��oM�7*��|�A'��؊�S�J�q�Ӂ�Ρ��Iq�t܂f֮�w!����hX�'�Z*���9_�kl�X;`�Si�{t��{�Y�6.��W�F���������ޕ��~������Z��䢪�9�釂?���p^�����I�i�p�C�|�e�{Ē��|\��#��R|t�ar�/u�
_��i�(����A��>����/b���1���iv	B�-�6|m���hk��w�7PK��m���
PK��R(Definitions/resource-Extcp2-template.yml�RM��0��W̩�@�O�m�DU���d/U���$V�M�m�}m ���*.�{o�3o�蒳$ãP����T� SS���ɕ�2	�p��a3,ua$�2���u�!_�y荣�ԛ�l�-��E�s69ڬF���ޙ��
�
%ڞb��~�Y0y�y��m��h�=<���L��	L����?�����}�P}�p��b�\_�l=	g�a��rV�>t�
�K��Ƣ��#�=vX"�Cc��L���4V�(�(�G�-E�1�=Ҙ�l+��0�X�W%4Wt�B������ńʄ��sȧ��Õ`��1
2�[�7'�/잦,���%��ȱ����n:xr\h!��#� J輛ˊ����`ٌ��J�;��3Ŭb��է�6�8�*a���G'��Ơ��hyw�u�p����YŊ�x�0ܪ`Y�^��5א0����w��Q�,/LhM/p�D���8���:�ũ�@�)-�r%eG萰h���R/�ε�b?�Gr9�JV[�	���Bje=s+;�ԱB�~E���Z�����.�AC�Z	y�.!K�(>̢#hM��Y��f�L��|��b�$�a�a����UP����O0��0s��兇��U�3|ց[����������*��e�b�$i(h� W2;�ʩpW�g��&6�8��f�������OQle��(�����Ψ'���F�y^�����ϫf����P5�����
��7f�-��0x�3-~G�<��
�}�|���8��G�y��|��9T��DZ�'�����$
K���C����.&�+�m�>�'��C>���>{�g���4y�u�M�s��l�̍�\X,������M����tI��b3�xT��[rB/���ةQNwG]G�u�G�B��3�MC"�(��P�\ԡM�fޱ^��8#CbD.���B'��R��f7b`��j��2�o��ޙL��N����Y�*z�>؃�R-|������\x�_���I�0K���xAav���q���9;.���]�tlq�_�R�Ơ�-�^}Q;�R?���I7_`KƟ�/^�V�!��=ƽ�~��by�X-+�5r����`�"���i��g��i���n�]��-�f�V�z����C��޸��je�n[D㶛�i.�h�[�h��&�x�@˹�_R�#{Ǯ��4aQ���]Xs���!��rvk�����
�;b;;w�5骂�"�e,�䡾�
B������	w��#�6y8O�	�E��?�`_)=!?հV�O5����c�����O���ρ��0MlD�#/��t՞߲�S4na�(���h�Vzt�u,���~�����uk��������M"���1-"2l{�pEqm<|����v��t�h�~�.��	�۶ʋe������5��x�b�8zU�X�����N>~(!Jm�}�oIA;F�?������>�3����F�X�N�\9�L�C���B���~#0�W�����)g�"�Q8o��<=�Y�K�?K��'�F�"���z�5�(y��֛&,9�c22y>/:NF�a��u!�%\��#��m�����)�}B�H������VU#���8�
�ʙϑ��;�"vֹ���乂�9'rL�������ŴnǞ�Zy2�+:�g�c��8ˎ�8���5($�ڤK�Y����6�+(�f潀�n���9g#FV�y�6w�8�����e!�Ȧ(t������rT�_PqV��1k	�wV.wL$�',�z��r`s/��X<��5�ϯ0�+��p�����I�T�,��\I.v�V����ڠ�9�N��XVsUr�'��v�t�ظh�u7h��	�mL��
/ #���IQ��\R{G	��A���Dx�#Sw�ܙ��RQD�V������v����5�/�kDV��f�W&���3��Xp#����7�����	�iYnに�,�����{��q�бw��GA��(g���*�2�;_
��c^_�o�߾�
�kU/`���̗����^��$�A�Qi�Z���K�A]���i�xj��S�2^�
�fK@�hLL�d[\�bn~|�Z�C�5���z�y�s��@��U����8D��y�#��)U���X�x*4�X����6�����Ai�^N+r�cW)��լ�l,�"���ɡs���H)��X3�V�d�\�d�WAV8�E���s-ו��j�H��LsF);�u:�neC����F:fjQ��e�5�������㈧/F�+�Gɽz�6^������Q4Ӕ�^����
צ7ڈb��xq�9%�r@T4��ߏ�4z^�Eg�s�J��Eb-X�����:����=C]LP��gѥB�^�d�P�#9֑�S���r�2[:D�Tְ4��&0����	�{m�E[�U�#*�áV4ҍ�_�;�D
�T��Ik��Y�>rכ���,l�:}���P�#Y�i�t,Q�FE��z�	"ߒ�޸�U�����t�֪��6��XU9���L�UG�A���\��
��nUZ
�-�g�jC"��4'ʃ���Yf+]��_�
@��uR2IAt���zbe�Jq'�D�>��8e�t�d��z�QQx���U�lrc�=UZ��(s��a��9�7�V=K��f�R\�Y��ShN�L�?I�<ƈ�(�������'*$%�J���=|����E#=�Z׻	��e�.s��_�)K�K�>�-	Q�Q�Y��2��s���M�5Z#3:�Ј9�+�n�T�W��
�4+.~��J��6X�(��f�Z4_�ܨa@Æ�W�v��`@�M����[�Ԥ�ۿy����I�H������"&��������M�Ps���)ˌ}n?�d��I}���Ky$6��I�w�{�>���v9Ȕ��fjg�5/�Q�c(]R>yEb
��)y����p$�V�H�%��f`��K�L�z>�2B�$��C���� H]�3�E�䂜����������<��k|Q�?PK`9�5DJOPK��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~`��X���a��;�d���Z�PINJ�{)���T_����h{��B��f���>3v=�-��x���5եJ�8g*����1�m�C�3
C<��$/F�A	���o��E���T�S���)���o	��S�8Iq&VF'G־SÉ�E&���S%��'a�E�w�#�����Vh���Q���!L=m�l�1}(O����	�u���j�5Ɲ�/w2
�cg����.8��;�Rk��I}�w����H
� �4m?��ͭ��y��-�Y��=;n��n!;�q�FN�a�6�9@�n�����}�� �Th���w����4*�e}�
?0�d�t��1A���$�0_�A �Z�c��do�2�kߵ�h{L��yM��ĸ3>�N+}Un����X�X�[����}�)2dV�^�����)��Un_�o
0Cl�(ӄx�r�'�}r�	�����s9�&L�>.b1��+�Q�Ӓ^� #ą�cb�
�����K_����m��Y�<�^>����,R�»}b��o��m����烻�(���N)���{��=����9��E=MO�u��8�u������붙\��[P�������`�i�
��W*>���J?p�%��y��(�F!"�����o���7���/�u~ё"�o�:�m�Y�sK��՝ř0>;/��5��DÁI�����SA��Fi�M��Y���0h�]�����=b�š�{�ԏ�%YADCtg_ޑZ����I8�f������vokη��q�U�:1	%.b�D�;�!�<q�1����HHtf���c5�6�>iVt���e�1�&2z	�Q�s����
��
�丨���	qg7����j�0�ˈ�����Y�e	}�%�@�|�a�DŽZ��ӳf�ӧ&zXTߙ������ˣ]�/n�����3�r��{��-7���SK�%�	a��Xs�������j���%W'e���5��3�����_#;��.�z	�S��1�;�1*ѳW�k�w���C����dSS��PK��v��}PK��R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ���Ҕ��٦I[ZuM_�1�`
lj�T��]ᣙ�M�"s��=��gq����
%M|Dm��m!#ʪ��aeq�(Ѳ�Y-�<2-�����mI��VA��6��{ᆥ�7�c���z��t�#/��<�K��~�m8[y�ux��2Ȃ�#KVb?��Z��.А5Eõ�l獒�8Ԛ�WPT���Ȕ$��
�)�R���ئ"׏�o�̙Ń�M_P��l�NF�IY�Q����2U:�����yp�z{�c�̐H�/���.Wg��*�bW�	������-<�Wg�L�5�MY�z�2����9�X"
j�2��T�E[;��jƝ=��U=gu�nk�B�d�)LJe;�S���]���_U����?��?f�o��w�ɑY_�}V�'��V+�Ϧ��L��GL�L�����ýR�����4���.�#ݟOSh��0g��`�2qz�UȔ��ϫ��;x�ρ*$����邫�x��Np+.�u�!����jcs|�+�zl�(Xc/���3�輼����&6<ǒ��'���
;�s��b�\�R���Ĩ�8]�(�4k���~��v��~��aq����V��Z�s':�p�2�asx�����x'�?�����.4j�PKO��YPK��R,Definitions/resource-Novaserver-template.yml�WKs"7��W���7{�����TjJ3��j����eS���f`�q�ĕS�˸Տ��mo\����K�]2��c�|xr�($K^����
�\pχG�I=�Vr�ǗC�?>N�A�u��w�9�������N~�������JEf!g��t���Y��z~<8�N���ӞH�O�Y��lb��,BC��YY��J�w�3\1c�\Z_�g����@$��l�scN�̕��\�`������<0m��T���*��0��\�V?��h��S9�~���"�Qk�L%�s�x�V���h�9�U�)r��q-tk%�5s)�br^)����z=��9o���%��L��Dt$*^�5^�F��A�����%C�p�p�,1OF��qSd�A���\���`�r��|e_1=�� r���?
�!˹r�X���nY&_��C@\��	SP2��X���@ >=�*�>��R�]�L�
j�~j��,��>v��āI���e0Tv��������U�3� @�,�t��;R�ht���n���~%6�XXs?��LV
B�b�@]T���Ff4j�*!n�A"��\��%Tm�,&���t$�P���*�c�9�2��[�&��Y���]�AV�F��j����=ޏy|��~�V�Ҏ���( C�/�U��tGn�ֽ���A�t3
����x�4�?�2	���'�A�-�֤�������k�a]%R4�i����4�7Z�d&b
�鲴���FM��"1��3�
��v���QE��
�r���ہ�1��2q��Vin��\NA7��P��0N�(ς|s��E��8�9��-������g�
^��^|�����ֻ�;�p�g���o�����3�_��ԡŝ��[ܼ���N��ч�������73�to%"��:[]ZT�
�:q�
}������O>^]<�77������Z�]I��Ec<фt�G��CfÈ��Qq�)�B�l���$����F��s��]���Q�_	b������q��$~�WV���Μ�
Me׺��e����v��*����b���PK[-�`�PK��RADefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.yml��ˮ�0��y
�‚a׋Zuѳh�l��9�|A�A��w��
=������υ肄��NY����:�,Ρ�L�����M�d;�Z�P�Sv�������AU�pL��,�$E����J�(ʮ<��:�j��TYv<%eUtIi���䘶�#�J�[A��5�Aɫ�ҙ~�ȭk1�W��/b�q8�Ē&�������!��H�����'��'��,!���{;"J��G� B� #����+������M��~M�7���2�3��߄�S�e0�j��Q�����%l.nj/c���T{7��S�
6�$�q	=�i�[�Y_Q�摿�~�n+|�n�R���{���+�C[������z�gp*��]��7�z��4y�h!;�;���úK–&�(���
Œ�ł�Z�j�\�g��D��\ϣ��j�2��E,ָ &,(�{��H�©24��t����@
����3@�P�CF����-�*���a̺0�Ԟ J�S�S������u�~�!�c��Np/s����p�m��	z"#�K�n���=����]��4��r�i�߫���8�$����X��l�-���$b��(u/r�Y���Bs��Ss�!����3���c�﨎46���w��;g�1�E�pi�oJ�XGAclhu����˦�6;m��m�֓�*H�ޞd�;[$#��|�|�Ζ�N�λT�(%W<"�����AG+�H&���ԧ�z�����#b��Y˃g�'[�͎R�����|@>%a��[�oĔ�$��ZpU+�A͢��d�H6q*`���##hЊhP.����n����9bǕ9��5Z�~��f�&O��g�Wj��m�Z+��5�s�OZ�Sk��PK{D�]ePK��R.Definitions/resource-Extneutroncp-template.yml�V�o�6~�_��u{�jǝ��͍��@�xk��a(�d�H������������~�pw��x������r��Z�t��GB\PYQ��--d:L�8ʩ��!Bm�T����,!��#�����*G��5�&�!����5^���1�ژ�F�M�Ec�����r��E��h2�\����$��*g��Y���eF�.��_���tOn�R���,�P�d�q���h�Cn�xڈ
���}y}B�[F���&�7Ph�Pf�l'^�{����P�r����GP\���-�K��O�//��Ĕ�a<���^�|��*2@oo�\`��q6���B��y'$�A�-$*}M�]����3Z�LH,�I_ޘ�4pa-�=�=Ec�2�ڷ�%���R�����1�JiW��[����_6�n��*�%��颌�Ƭ�7�q�.�˺�<�EO�l��4#�4��ҏ,lj�UF�m
�fx�l��i��Q�t�IWا�>�����c�:&1U��sd�k%$9�.Z�� /pXg�Z�c����c	��U�40a{N(_?��M����Q[�	�ek�p�vi��~BvPΑ�
cQIa�똦���I%�4�y;_��	�Z�TIQ���!�u��	�"X^g��ek(�Vl�����@]�$ �ֈ��q�	�1��F	���2��5��b S+�wl�w��6TV��X/縑h%]B������-_�w���dd��}�
�d��@����^����O�<�I�"�9�w)A'h*E�Sgmu�%�Z�|��D3PJ��
|��]ݦ�wg�Y���Y�'_.dk�Uh�')�U%�'*�~@��#p�	�_U;T��돨�u�&ipƏ�������3� q�X�̗v�����֎}���=/�D��S�2���f&|�g;�O��P)��AZ���љ
�|w�N[u=��N"߶�aQ>O�\ك>ֱ�]{F���n��7I��N��ˇi��o�C���=
��qg�v�ŠW�{���w���a*O�mr����:XLǑ���=���c�������X����-��^T������t���
�PN{��L��2���PK�`T�M�
PK��R/Definitions/resource-Globalcompute-template.yml�Ko�6����m� ��c���Mڢ���f/E!P��&�U�r�~��(ɖ��M4(�	��䘏��4|���0�q؈RX�J��A�X벌(*	ف2[fˋ,����!��S-hi���x\�Ot����UrK���u~u����&Y\�7�Òq�Vk|GoW���*�|�H���O~w	�Y-V�����KZ���.UN�*���r0L�ʺv~�J���B��Y��ж��e;QyvG
�}TZ�[�hEs!��`R,�*���oxͨ����JЂa���S�}n���b:V�j��;�\�5��t�'��F��o���j��e�����zc�Eq�Ou��������5닄��e�	��Ÿ��PH�l\�tbd�$v��MFB��$u(�D5�et�[��U��eWJ
���>�3�e�l[��j����f�*�MU��a�D�K��7,mU�XiK���=�l�U�q=6�&����:V#̏���L������q�F���D� ��k�ǯ����p���oU&k4�O@��BN�;`6
঳��Y���'�q}��T
��~��J�>����Ҩ�J����0���������"�=�zU�@“Ĥ�U���I�n�u�'m�0�^G�k���%2��M�4��v�I!�e
���x�>��[Q���NBU&:~������9��U4P�6V`ld���0���ɲ]YE&c�k��w�6`(������6t�1+?X�����:/ZX�<��a o�$H�dq��@A'm��	^��6n�c�pJ��Gm�6��'l���uNV[!��^>:Y��0ZQ)s��"ކ��ȡS�Nm�ݯ8U��<2��L�Y0х����=�����iO���ɀ�=�s<�E����г�#nF��Y�Iǃ����	���J�x��	���S�6��E����ך{�
ǁbZ���|�j<��5��l|X��ПY���n�-��Pt��o�DLιA5N�p�\���w< w�}�Y�8_57����9h_��o���j�_��>���{W���P����Ы0��,�>*$�PKd?�=KPK��R,Definitions/resource-Globalport-template.yml�WKo�8��W��� �N��oޤ��q�l�ˢ(j$�H-I9��!���EҠ��������H�hA�7\
�@i���4���5��`�204��N�bE����__MIt����ԛ��S���c���'��'�Szq�V���<:����O.�I3�|rL��8G���Ũ,hS�W*C�.�2(�@3�s㒼�\�a4�$qj$�	g�;G}��͒d�����0�Ӑ�X,h��u�.�ɨ�D�5��3��"lųPE�M��B1xI5%_��xg!;�8����0c�����΍� �Y��Ç�����<�oBb��'��Y�������V��z�*=JU)uX��;��%��V)��s�r�$d-�T�Ҕ~�Z�S��M�R%�̱=Lf�_C��/A`���[��^#��
� V2�H=�[��&����Z���䁂�
� ��kqMÔkӈz���y�����t}`I�,��p�SGX�*���Z�-!�m�:vنV
J��m'je^Jb��wa�V����������K�R�#bk�T�2ʞ�NAZ���Uf�&h�uN��:���P6��Ϳ�]E�L���<�I����€�)���{����`��Q*v&�cb��C�te��?EH��;R��/�}���i��Q�:�M���ޅ�3ّ�*����zyQ�^z0����n�+�~���Ғ�+K�U�_\E��9k��H����L��B¤*1�;���#a�U� �m���>2�;,w���ivG����>ܤ���i���&��S��X�ʦX�H�,����6T0 �O|fyt8Ԧ&�͕�����"�~N�70ڷw�i��&��E\q��/����+k�v�k�8JKTq��8'm�kRM2wn���x�B��glC��#�n!���s���~��;���?��ϯ>]5��((׏j=!�v�������v��%��݊u�d��`�`��W���x���벒�(��;��do��,L"m�����@ٓ�U���=�b?9ގ�dr�R=ҡ�o��mvuc�*��@�w��3�W1��oLލ��M��x{�ŨE���cO�7��;`E��O��ژ�����o���oɌ�PKOm�Ui�PK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����g�-�}c��]�d���g���_��4�}R���qN�$i��)���8N�a��C���������)���ϑ�I}+q����Y���ѹ������n�j̒�A�)?��5H��'gM�L̙E$ɶq>���sѝ�9�;?��2�)�tR6�a1*��yi��@ss7?q���s�:$�8��)�˒d~��o����0
�E^��Ȯ�QDv�픛e9lUG�ְ�E���.�'i7s|8~�G+?��He�C�x�1�B�l����f�:�d7Q�'��"M$_!���_�?�|�>=;�ߪ#+���$Z���9�#ȳ0X������W#�S� H!#�t/
Ԉh�	�M���u�5����^������6~�>.v�?��ix �q��O���;��0�r?�5:�8�m��4�]NL��`g�x^\D9[�~��!��w�fز�%$����!���_���ugig��)��QL[ڧ�Q:�|ugq�~���?I:�!6م�ā�=�M�CP;7��^>^��3�g��_�Pܑ�g�C�'�ܐ-�s)���
����#I�y�Q�Gm���F��'L<�N��;~Ww��X�7��K�'O���th?˳��SO|�5��������"�$UR��N��6�rv�*��=��O�(zN���FrǛ���9���5��f$��`0��I柜���w����B�D��ߔ������>�٢v�p}q����eh�
��Grڝ�j��7��ۊ�A)M���1�ː��!C]΍dڶd���xr�X�q�>�I��<-��ca5@Ԝcq`/���<��/��
Mq
ބ���=��Q�Ҭ��۾g��$Id���N�������)��=��P��w*�F��!��ټl��5iD#�އ)��@�1Y}���^���n�4ȷ���Z���?���oa����̲R��E��,;X��^j��y~������ϙGL;�S
N�P�Fp�H[	�TȘ^j„nc4���C1���N������z���Eer��hnO���F>��Z�d����]
�a�����g�4c�g�_{||f��C�l�n�,Q	�r�iq}>�ҿv�E����0Bh��ͫE�M�z�q�*aVo����yzp3o���^E�����ުm�\���`�!w���i%5���"�N-\��X�����mYRщ�v˘�}E=�4g\Z�q�Ϻp�%8��E�4u�Nf+�K`A�!�.ە�Z⋝j������XE�N�E
���	0d�h��e#)�f����F��IƘ�W��u�jjt}�^@�
�m�5�CV�����ڿ�M����Q.�m\iJm�����aAy�(�P����4!�rT�\��,���Э�qb�\�s�a�@�|�Z���+�b����o	cc��� [�}�w��?s�A������Ç'���4C��X��u���]��Y���/�&pБ�@1�
�.��T#	zܹ4�.�0�E�ݚm�4~
�Of�X��/N3At����Hxq_��F�54�i�jr	��#�$�Z�R���6�,6~�&Y	��f>P
:(��H�C�A��Y��E�E��Xh���
�߶>��ʼP�m\�+�2��q��t#�kg�QY4��-�<'��U��,�`M�A�r6����1Ÿ^sl[�?�_цI������;!_��XvYi�M,��h��I��	�+��M����$�L����Q`��@2p��Ww��$$�
U�Zك����������i忤5�ϔL�yK�(n#��莑��[�Z;��m�>�s�h��@{�Qu�!˸�!M�X�ŶKBF-���Y,�.�f�C��i��MmK%jP֎<�b\�D�.���`?��3����]�:Y���T&��J�_e3�"�����{>E$o���G�/K��x��FjbAp��Ţ�	��\������b~�|�����ɥ)vƒ��u��R����y@X������q!K3Jx�Q�����3*%G�Gѓi�Ϝ���aQP�3�L\0�a��l����v�I}�`ǐ���%	�C��Y����������m��OEu��Ix?���rL�V8bQ��f�3����|x�a��d�蟣v�>�F�8��+m�T�o��7m��[���Е�c�N����)ڀ�8}$�
�vA���hNҍ���@l�5\�;�󩩿�j�
�؋����3jR��Q�z��8ڀ[��r}��Z�S�����N����^'9Ay\��h �ː�H0�|�&�6�I��h�8$Rt���ԒI;��%�r��&���M�u�� *MU�G��iO�$7�ֈ5��v�E��W���[��4I���޵�HTV_�i {�Ǯ*ˠ�c�5jB�,ke�W���~��_D�W�N��@[�l��[hȝt���QbV,˙����h_Ұ��]q��Q�+5�̪�L�g����u��2�V�C��=l]f���Lr#q�	�z�<����c���Q͢��w�}��%�Byhd	�[4�`G6�P/ِ8�x��^Dk��Y��v����a(`�WH1/N�%�9�rCE�����#f)#��R�ft��.�b/���_�N���%8(�ej��O���H�����C�&S���ɼb��A,��y`�-�:�Ⱦ�[��5��h���K��"�YY�Ѥ�X(���z���b�ɋy`�8;k�+4Wf.�*4=���*���rWq�.��\���p4ts8�kH
?�@}X�,NwPՠq)^)����J�цf$+F�bnX0S%�l��,�2�i�~��E7{m]'Rg;��hABj^C���2I��\�h�c%�4�h�O�{i&K����e.�x�'
,�+���FQW�~�S��F1[����.ܐs�8֥��2Ȑ�3L��5�b� ���)z��-z�h�"��LA0�9m%��lF����򑀌8�.��0ݣ��r�b�Z�\5�	~��J�%ׯWۚ�"Ղ�.\��j2u9�j���Ev}�y������r�6~㸻R�(M%�UUm��e:���NV�������v-5���!B�g���ɶ��P~Y]B���(l@���B��?+���>�Oc��jG��ԑ{��E�mФj�Tu�����*V��-�)J`��*�cU���kˊ��4��^�X!�NB��r�G�u���h�b]\Z�E����I��h`��݅�"�jIɅ��
���܌o�@f���	��bU�XFV��q
��*�H���i��33B�VB2c�3㱒��p����,A�2k�~i��S�3��i��}�K�I.�|*jW�	eY��C*K]B��Q��J�o��'��}Jд�YhX{�o��P����H���3Y�(O}f�9-}���`�.R�G
�D_'F}�d����*�Ku����f%�m�:�`�'qM4��
�ڡ�[�y�
�����hUQ5=�cW>����ϥ�O�.��^�S�E�_�d�cd���$�E�$"������E!��c݅q���3BC�H�$���}c�ΐ�A�@*�c�������
�!���Qȡ�4N���<�q�=[\���ܓ��N�C��'M���
-��5e�����U6m*��[�����:�/B�p_���,��#�^j�7e�4�?����5F�D�̈(@wA��o��ӪԙƤ
�3TE��T1g���Dg�7���R���z��q����I.Bo�#2�+���}���N�$�x��E��U��2�����_ߛ����sgFNV������—u�Օ���;R
����#K��a�AτK���Ǿ����#U͆�^�+���F�c�<��[��+���c'!�Wz�FoͪtY�7#{��w��
`�I)���}-�_��������Ү���a���Ϝ��_)��4U��[�n °��8�0M���������(����O�d�$F�P#uj��7:aE�2�%is{9U��̹�s�z�p����a-���j���/|:�`} ��v�"\��}8D;rp�8���
^��'tԂ]J�?�XM=�Yz~_+9� �ύ2B�s�:B[�az܂����������G|5����&_	+|��a��C��4&��T����P�����9����p��̚�}�]���1�
��I��xE�2J�v����Lyz����y�I#1l�R�7,�
�E�jB;8�>�w>�w��;����������������� s��-��ϥF�Mt�$<B�wg�?i3}��MZD�w� ~v$�$�Ǚ97Qx�H���<�*
!��մ����yi������aMa�no�N�j�b�^]�]��
lɣK��:�2Nש���q'�̜߀�PH��s�/Dg*c�:*286�'�#DoYim�0�����YB��5�� �Sb
��|�3~,,5u�^Iv��r�Q��XZ�p�*x�c�P�y�X���eU����D��5��������B�}��Bdo���JA��Jo���JA������y�JA?w)hk�$�eI�eI�j�[��[��[�����?�Z��%]sR�=�[�93Yل”#�-j�S
�U��~+��V�{��ܯ�T�W�����>\�����3�VyQՇ����/Ţ�"Nɓ�j'���Ԕ7�y��V�v>{�m���U�]�Ř�],N���}�X9R����\�
�"�g��[-(��Q��W�ֿz��ׯ����[�l�U�f�Fl����;�x{�_}����*_��f��3�(96@��
����h�	��e{����b�2̣&+�1%X]�N����?� �蹚����6%���+e�z��,�}��2��b��mҲC�FD�bf4G������p��]��1�DU0�(# "���n�M��>j�l�bͫ��7���_2.Jp�O�N��*������/,$�,�XgE)%�U�W&���u���k����
�Nfx�e��aNh ,��g]�i�H=��H�/ŷx��^}L�D�cND���$�-A�vQ >���Z�_f�P4BwJ�Y
�z�5Ƃ߻'O���W�(����Hi)"�_t��]_	Iz�
f�gz���-q~�,�B���8
-�;�Z:��T�h�#�����<�e�u��:|�'L�SR��7PZ�� ��cOְ�8u�*�U��e;�����HV�3ŒI@�
L�~��7éBXM�X�8���B�H��(P�τA���C^}~.�_����@�.��.�H�N ���U��l�*k�F\��C�����O�Pz�9�Vdf��E-R&�V��uDyE9G���ǁټoÉKBrp�ձ�i��ʢԕ��[�Ժs��c�ઘ��o���y�ՀQ&MJ�dNw>2�(��iG�M�L�m�7D��%6�'߂�N�Kd,��3�'�e�fCѥA�RD��=�&�e��dv�	�eB��GNJa	^��N]����F���*��.�6�Xk>��0;L^s�ݾA��� x.̀�y1!������r�3!,V+�o�HX��O9�z�wl����nu�rV�讥��H�dhu'm�s�U�|~C؀u��f(���|v�|�n�ċ�ϵ;��l�0�Ŕ��b�m'�t��ܑ�׻zxY��i�٪_bԟ[�g��-�<��؈�\a�|���Pe���v�_��X�!�RS��B�fp������=��h!S,�{�%��+�'l�*D+V��Y�����;�6jxg[�r ���W�g'��ʰ�"o*���*�߬���X7�w�F`��T�$!KA�}��&��qHKP=��pN}@f����W�vg�n�n7��
���<��t'f�����|(i��NJ
���*�Jh���F0C�)[�D����BSh�)�t��6��@�'��J�m���n~R�
/x��ٻ��0�$�-�&���.�_�x	���Z{C��Y[y�49f#(�y(fd4�G0�]����s!ʅU�`�)�IW�i[��kR����{G��`@,ظݓg�:k��x_
��V���\��I'��5�YC��t�ó��;
L�͠E|����
O?Jp�Ldiݐ7��:�u���wV�:$Ѧfj۰m�#:�ݴ���V���ہ�]��ޟr�����YU�/1k`��^�c
l4h�
��=����ܜi!݅�ZB���v7���;TeF��@��^ί�
ʞ%��(�ix���ܺ��e�W�41K�z+��b=PyH����4���
�ZU.w�ِ���w�%������i�`�E�	�ͮ@Y�/�Q����� .x��g�r�ルi�A�����q[�� ��%�R�m���T������d�	xg�j���I���|}�p!�M�e#j�g�������ebD^ ��O�����n�ś��DY�"Ey��&`N�VG��� e���l�X��GZ����Ϡ�u)��8|�@Y��Ȥw9$N�~#�H{�6�o���8��K!n�rGm#�K�>P���t�����%�
A&��!O�3��g����X�/@�ɀ��넾T>`��d C�$%�h�>��_c����5e<'��~q��F�W|\{����?z
,S��"�GW
(]�ݕ�k�Z�)Ú��c/k��w�.��CEK����v|~]��'�T��r�r�
=Vs��Q�F�A�f�
��O]q��qgW�v�w��R���t�/T�'�u�P���0c$��a�A��j��Uq\�$��5?�[�����*>zJ�H7ŬE�v��o�E����?.��ie�@&��V2ѹ���8�Cf�8�˒��26h�E�rU��Q尔�E"D퍫:p����邞0��fP��^g�'�Iy�#}���l�"�Y�����u�	�0q�������p<��w�d!��=f,F���B����'7Ȇ�R��$��遲Tqf`����(!}H!�9'�@Y0�|s-f����\W������7�~:����݂��U�C������O��\�j���奇8�$7dX��F��x>v�Kz+�ܪ�	\��GM;*c^
PW�h��B�T��4�o�q��/����J�C~9B���9V�2�W����\M��=���<ۢU/����DیgM&�Rg�V�����c�m����h6�]���vD�R�hK�����6�cw{\���U�^�~��k�5o"QX
���zQ�\q�,�#՜�pgIPG�w.-@Co��ŶpEZ0Wt��v�KV�ŘXy���
�:	��U�Y�tƥ$��mj��2�(�,Z���J�x0�Pd独Մ��%���Z�8���
G5���zT�c�nb%a�;��o��=�NG�g].F
���u�D�f�>�fZ;�V0����"���o�)U�G����-S��@���֘_��ǩ��`��n���
���ܚ6ke�O��JQ>5ܾKPd�j(M�����x[�V�`�&�������<�u�#���Fr�IF�3V�ix6�F��j)��m`�ԧ��V�]h>��TR�C�����1yE��)m��K�:�m���9�h(��C6Ҋar�5BR��J�L��K1W���*ˡ1�>��!^g��N�b��ݠOUO豻�@/$Qf�3t�����r�w�E�hv��4���U����n��I�w�a�[�S�j��-ێ�\p��.�-�,3�w|6��Z��K1�W�܊�\��1U+g�eunڪ��&��b3W�9h20�����#u*�ipC�m2�i��K�����yhpni���*5��	XQ.�DU�b�ݹg	;>՗˲i88�lv��cT�X�Z��D�Z�-��Xo��-Ϻ�J����&"�J����~i��y��!l]�*x�T&�&T�����^�'$�}�R���ʹqM�E>�Çu���ڟU�
�o�f�����u%���,Qz�mt���f��Dv	���1���D���>�^Yz����GQ�̕��T�x���wR�P����z�}k�e^�c3-��x�56�6���kڥ6������*k[l�G�ë=_�}����Vؓ���)�C���x������Qƛ�2!f+*G�[��[�ɯq�'��e�?�d�ֲ=�c�V�/�b.a�"����D�}|Ɔ�@g�7�����-η�=����O�'̬�������1#��a;��5�������4�‚T�'H�4w��߃���.&	��r������y�yJ��e��/X
[���#9��B����:��֍z�d����/b&���sI��c�ʷúW>��G��ɐiY��zGIj�NF[�w4�'�?�����مX��@��fE�-�k0(�4��m�X��y׋E�v�m��,aG�Q�Z��`� &
Sx[xR�b1�6�0�*�������E�>ͻ��\K����p(�l/V�Ij�iv�S�����i,��{)���^K��۷Rh���R$���Ba�㽒�=a����
�a�D�H�� �Xd.�Q���g�J�`�qx�Ѩ�b	8)��K_8dž�s-���2)���b�^�4�jr�$W�>����=E#�9�$�� �?Z?�#�m�p���}���[������K�=K\���S���2b�V��������+�kq������	r�1�3��;����x<ǣ@ �0,Ty)��^�
*hY"�!�Z���ЋU�0Yd��Q]dB����(<ЬuZ4믨ѕf۸We��tQ�u0�O���`gg~����`i���=!\��–	VZ�-�A@�l�ȸ���ZZ�ݟ�_̕O7w�s����ŝ���/���!X3\��M��gzA+��x�Qv�@Yu�b�d�R+/br� �)���0������� nql�-����i���nq�l��x"n�ǖ	V��=p�nQ*����q499������c�+�k�`j��D�R��2��G���ש��"?a���i����U����}��͌l�I=���l��hŊ�"�}��%��"t�b�JLQ�a*�ŋ
2d���#��ź�ٗ�N��@e�l��Y�Q%��m��,U����G���ӱ�i�����]�!`���lȎ�*�o��MT%~fp�	�G��8vV=*�AߺX�����~^�+����1�_�Z�*��uF ZIU5�/o��R��|a\ז�Q��/�ˢG�nԍ�Ǡ�h�;�#胍 ���.���˘S���S5
�W(��������6_�BPi`���t�(aCU�hI�3`���D������*0:/,����ڹ�K3g��#ax���x��̾`MH�G�:�Ce)� a�[i�2E�=���T�#�u>�!�Q���Jit_�eI��9�d�����⼏�:Pj{=WQ�M�/*I��H���K���L��&Ir��$��sJ���Q��2Ir�=K��J�������0ZM�:2��&��46L�&6�;x��T��ඎ@MQj@TF�/Y��-Q�-Q~�Dy��i&h�ҳ���Dm>�.�t'Ve���i*~\��X�yћ)�e�ʼn�sOG-�:8j��!���v���O��x��*rJg�n���PK5n���/�tPK��R>Artifacts/Informational/OTHER/VSP_basic_vm_VSP_Information.txt�T]o�@|n�>�RC��R�RT#j�(N�CUEDZ6��>�>��_����R��������q5{��
&��*��U����e��)�e�hi�8p��K*4�J̷B��~f��bk�vl�K�T����҅�u�J�k��"G@G��D�}�0����A�9J�;�7�+�S:�b�i��a��n��a�k/r��-.y�� b�"��6?���ʉ�ܔV�PJz���#-$K�d���0�Y��t�EJ�9���!��/�,U���ˈ�/��D��@9�����"�U$��
�|�M(��'rC���4�=�r���~�
]OC���Wrj��U`˜� �gu
Rwi{Ϙgv��B�F������k�}��N�չre�z����D��B��9Y�+��;��C����E���%)k\�T��z۾�g�N$Y��3[W�{73v��=��B�[�Jc�ne
��q/D���ei�
�z�`�+�r�I�a��r� ��WRh�]�����u���;8��AzW=v�ýdqL�fĔ�����#�o+(��W��{��G�E=}�ա?�C��^�[�"�PK}�;.@�PK��R,Artifacts/Deployment/HEAT/base_ubuntu20.yaml�Wmo�6��_qk�`/��]1�C�"m�bK�]�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B��O?	&?�OF�M���^�������J�
�Y��>\�E*
&�
�R���7���gh�~48�+�<ᖃƿ�Ia���e>g9���F`����|�i���\|�Ć��Sח���%/a@iY����e2)R%�&2��#"���|܀���g����
�e��Xf��b��<��I=Oy)�ܗ�ƒ�������w
/�����[\�'�)f���p]­l���Ӕ.+s���}�ue���p)��h菉=2�/e,�yS)� ���a�
�~c�1'^������)�"���T��+^V��",��J��i�����<9Ƈ�bFC5}��ɍI�ˮ�BX�S�#,��Q�t�,fc��ʜ����$�A�&�є�1�vb��]lH�����ś��Zgde^��c��tIc~�_+4	����6'�L0��jJ�J�DŽ��ÅH�]k�X��!��4�K�L�sY	�q?k�`�娸�Ax���ʹ'P*xD{̞O�}���#x��Xd�ka�ː�B�ou����]ת"�S�yOP��
�+1)���_��m�����gO{��?6��h���ҤgZ���r����K��Ƴee�*B8}R��yAm|�#�q<x���_PK�ظW�PK��R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+���fwC6�������0�a܌����#��!IX��p~��JE�(T����%8����w����q��'s��rϽ �j�HY/h��	�fl�����PKwHy�PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU���0�_�p/
���W1�v�$�'m!>�/r��f2�6+���g.^.����ޥ�����3�&�lN%h��jcoB��L�{�<�L��x����Vr��v�4�h����t�e,kb1����n.�x:��PK`	E���PK��R�R�B4E	csar.metaPK��R��Љ�kTOSCA-Metadata/TOSCA.metaPK��R�8��.V);Definitions/resource-BasicVm-template.ymlPK��RE�v��
c�3gDefinitions/resource-BasicVm-template-interface.ymlPK��R��m���
)�Definitions/resource-Compute-template.ymlPK��R�;A1�({ Definitions/resource-Extcp2-template.ymlPK��R`9�5DJO:�"Definitions/resource-BasicVmNodesUbuntu20cvfc-template.ymlPK��R��v��}D�/Definitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.ymlPK��RO��Y/�8Definitions/resource-Securityrules-template.ymlPK��R[-�`�,�;Definitions/resource-Novaserver-template.ymlPK��R��|��TAADefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.ymlPK��R{D�]e&CDefinitions/resource-Port-template.ymlPK��R�`T�M�
.�EDefinitions/resource-Extneutroncp-template.ymlPK��Rd?�=K/oJDefinitions/resource-Globalcompute-template.ymlPK��ROm�Ui�,	ODefinitions/resource-Globalport-template.ymlPK��R+�@j5���SDefinitions/data.ymlPK��R�'}8x�Definitions/groups.ymlPK��R0?��@@9�Definitions/policies.ymlPK��R���C&��Definitions/annotations.ymlPK��R�����.�Definitions/relationships.ymlPK��R2ea�
9�Definitions/artifacts.ymlPK��R�H�v~(��Definitions/capabilities.ymlPK��R8��D�Definitions/interfaces.ymlPK��R5n���/�t=�Definitions/nodes.ymlPK��R}�;.@�>v�Artifacts/Informational/OTHER/VSP_basic_vm_VSP_Information.txtPK��R�ظW�,"�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPK��RwHy�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R`	E���4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKX	��
2021-04-04T02:49:13.534Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-04T02:49:13.534Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/ef092d00-c348-426d-9597-cd6cc4a8ac91/toscaModel|INFO|500||InvokeReturn
2021-04-04T02:49:13.538Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-04T02:49:13.538Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-04-04T02:49:13.538Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||VFCustomizationUUID= e1fb7bef-2850-41d5-8a0d-cac9ba2d7d56
2021-04-04T02:49:13.538Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e1fb7bef-2850-41d5-8a0d-cac9ba2d7d56 matches Tosca VF Customization UUID: e1fb7bef-2850-41d5-8a0d-cac9ba2d7d56
2021-04-04T02:49:13.539Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||vfCustomizationUUID: e1fb7bef-2850-41d5-8a0d-cac9ba2d7d56  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-04T02:49:13.542Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:13.542Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:13.543Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||resource request for resource customization id e1fb7bef-2850-41d5-8a0d-cac9ba2d7d56: {\"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-04T02:49:13.543Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b946594
2021-04-04T02:49:13.543Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:13.543Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-04T02:49:13.543Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4e719337-ec13-44ea-9140-e5eb167353c7
2021-04-04T02:49:13.543Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4e719337-ec13-44ea-9140-e5eb167353c7
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-04T02:49:13.546Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:13.546Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T02:49:13.546Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:49:13.546Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:13.546Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T02:49:13.547Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:49:13.547Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:13.547Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-04T02:49:13.547Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-04T02:49:13.547Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-04T02:49:13.547Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3f9be3dc-8af4-4838-8f5b-aead112856bb
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-04T02:49:13.550Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:13.550Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T02:49:13.550Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:49:13.550Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:13.550Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T02:49:13.550Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e1fb7bef-2850-41d5-8a0d-cac9ba2d7d56
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-04T02:49:13.552Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:13.552Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:13.552Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4d436110-bb21-4f8a-a41f-afdef25dc79e: basic_vm
2021-04-04T02:49:13.553Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:13.553Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:13.553Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:13.553Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:13.553Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:13.553Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:13.553Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:13.553Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:13.553Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:49:13.554Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:49:13.554Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:13.676Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm accdc6c5-fce8-44c5-a982-64e6bdc64396 1 ASDC deployResourceStructure
2021-04-04T02:49:13.676Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:13.676Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:13.677Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:49:13.677Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:13.679Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:13.679Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504553676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:13.779Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:13.780Z||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-04T02:49:13.780Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:13.790Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:13.790Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:14.548Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:49:14.548Z||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-04T02:49:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:14.560Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:14.577Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.577Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.578Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.578Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.578Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.578Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.579Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.579Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.579Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.579Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.579Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.579Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.579Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.580Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.580Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.580Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.580Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "clamp",
  "timestamp": 1617504436754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.580Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.580Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.580Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "cds",
  "timestamp": 1617504433930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.580Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.581Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.581Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504436727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.581Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.581Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.581Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504432785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.581Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.581Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.581Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "policy-id",
  "timestamp": 1617504429779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.582Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.582Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.582Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/resourceInstances/pnf6947e1e830bc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.582Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.582Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.582Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "clamp",
  "timestamp": 1617504436754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.582Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.583Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.583Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "cds",
  "timestamp": 1617504433930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.583Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.583Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.583Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504432785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.583Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.583Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.583Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504436727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.584Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.584Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.584Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "policy-id",
  "timestamp": 1617504429779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.584Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.584Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.584Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.584Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.584Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.585Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "clamp",
  "timestamp": 1617504436754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.585Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.585Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.585Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "cds",
  "timestamp": 1617504433930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.585Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.585Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.585Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504432785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.585Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.586Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.586Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504436727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.586Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.586Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.586Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "policy-id",
  "timestamp": 1617504429779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.586Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.586Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.586Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504434545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.587Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.587Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.587Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "clamp",
  "timestamp": 1617504436754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.587Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.587Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.587Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "cds",
  "timestamp": 1617504433930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.587Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.587Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.587Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504436727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.587Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.588Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.588Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504432785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.588Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.588Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.588Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "policy-id",
  "timestamp": 1617504429779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.588Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.588Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.588Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "clamp",
  "timestamp": 1617504436754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.588Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.588Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.588Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "cds",
  "timestamp": 1617504433930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.589Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.589Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.589Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504436727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.589Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.589Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.589Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504432785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.589Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.589Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.589Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "policy-id",
  "timestamp": 1617504429779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.589Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.590Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.590Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504443710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.590Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.590Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.590Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504443289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.590Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.590Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.590Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "clamp",
  "timestamp": 1617504436754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.590Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.590Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.590Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "cds",
  "timestamp": 1617504433930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.591Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.591Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.591Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504432785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.591Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.591Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.591Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "policy-id",
  "timestamp": 1617504429779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.591Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.591Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.591Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504436727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.591Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.592Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.592Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504443289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.592Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.592Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.592Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "clamp",
  "timestamp": 1617504436754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.592Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.592Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.592Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "cds",
  "timestamp": 1617504433930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.592Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.592Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.592Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504436727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.593Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.593Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.593Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504432785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.593Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.593Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.593Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "policy-id",
  "timestamp": 1617504429779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.593Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.593Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.593Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504445642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnimovufrndniruklnjg/1.0/artifacts/service-DemoPnfNnimovufrndniruklnjg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.593Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.594Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.594Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504443289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.594Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.594Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.594Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "aai-ml",
  "timestamp": 1617504446133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.594Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.594Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.594Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504446872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.594Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.594Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.594Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "cds",
  "timestamp": 1617504446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.595Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.595Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.595Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504443289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.595Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.595Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.595Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504446899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.595Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.595Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.595Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "policy-id",
  "timestamp": 1617504446911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.595Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.596Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.596Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "aai-ml",
  "timestamp": 1617504446133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.596Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.596Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.596Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "cds",
  "timestamp": 1617504447904,
  "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-04T02:49:14.601Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8424e1d-b3a5-49bd-a872-948a0b2ed06e
2021-04-04T02:49:14.601Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8424e1d-b3a5-49bd-a872-948a0b2ed06e 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-04T02:49:14.648Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.648Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "policy-id",
  "timestamp": 1617504447915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.648Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.649Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.649Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504443289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.649Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.649Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.649Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504448034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.649Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.649Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.649Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504448057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.650Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.650Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.650Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "aai-ml",
  "timestamp": 1617504446133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.650Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.650Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.650Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "policy-id",
  "timestamp": 1617504448918,
  "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-04T02:49:14.656Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8424e1d-b3a5-49bd-a872-948a0b2ed06e
2021-04-04T02:49:14.656Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8424e1d-b3a5-49bd-a872-948a0b2ed06e 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-04T02:49:14.665Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.665Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504443289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.665Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.666Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.666Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504449160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.666Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.666Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.666Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504449173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.666Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.666Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.666Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504448962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.666Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.666Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.667Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504449150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.667Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.667Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.667Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "aai-ml",
  "timestamp": 1617504446133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.667Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.667Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.667Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504443289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.667Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.667Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.667Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504450176,
  "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-04T02:49:14.672Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8424e1d-b3a5-49bd-a872-948a0b2ed06e
2021-04-04T02:49:14.672Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8424e1d-b3a5-49bd-a872-948a0b2ed06e 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-04T02:49:14.678Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.679Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504450277,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-04-04T02:49:14.682Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:14.682Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:14.682Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:49:14.682Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:14.684Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:14.684Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504554682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.687Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8424e1d-b3a5-49bd-a872-948a0b2ed06e
2021-04-04T02:49:14.687Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8424e1d-b3a5-49bd-a872-948a0b2ed06e 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-04T02:49:14.696Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.696Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504448962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.696Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.696Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.696Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504449150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.696Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.696Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.696Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "aai-ml",
  "timestamp": 1617504446133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.696Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.696Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.697Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504451179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.697Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.697Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.697Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504451281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.697Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.697Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.697Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504451390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.697Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.697Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.697Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504448962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.697Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.697Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.697Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504449150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "aai-ml",
  "timestamp": 1617504446133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504448962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504449150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "aai-ml",
  "timestamp": 1617504446133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.698Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504448962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504449150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504454420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504448962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "aai-ml",
  "timestamp": 1617504454645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504449150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504448962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504449150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.699Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.700Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.700Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "clamp",
  "timestamp": 1617504455804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.700Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.700Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.700Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504456415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.700Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.700Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.700Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "clamp",
  "timestamp": 1617504456853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.700Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.700Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.700Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504457420,
  "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-04T02:49:14.705Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8424e1d-b3a5-49bd-a872-948a0b2ed06e
2021-04-04T02:49:14.705Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8424e1d-b3a5-49bd-a872-948a0b2ed06e 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-04T02:49:14.712Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.713Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "clamp",
  "timestamp": 1617504457857,
  "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-04T02:49:14.718Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e8424e1d-b3a5-49bd-a872-948a0b2ed06e
2021-04-04T02:49:14.718Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8424e1d-b3a5-49bd-a872-948a0b2ed06e 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-04T02:49:14.728Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504457929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504458426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504456727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504452785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "policy-id",
  "timestamp": 1617504449920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.729Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.730Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504459910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.730Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.730Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.730Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504456727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.730Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.730Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.730Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504452785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.730Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.730Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.730Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "policy-id",
  "timestamp": 1617504449920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.730Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.730Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.730Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504460913,
  "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-04T02:49:14.735Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8424e1d-b3a5-49bd-a872-948a0b2ed06e
2021-04-04T02:49:14.735Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8424e1d-b3a5-49bd-a872-948a0b2ed06e 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-04T02:49:14.746Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.746Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "aai-ml",
  "timestamp": 1617504461321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.746Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.747Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.747Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504456727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.747Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.747Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.747Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504452785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.747Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.747Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.747Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "policy-id",
  "timestamp": 1617504449920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.747Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.748Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.748Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "aai-ml",
  "timestamp": 1617504462328,
  "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-04T02:49:14.752Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8424e1d-b3a5-49bd-a872-948a0b2ed06e
2021-04-04T02:49:14.753Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8424e1d-b3a5-49bd-a872-948a0b2ed06e 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-04T02:49:14.761Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.761Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504456727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.761Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.761Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.762Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504452785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.762Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.762Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.762Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "policy-id",
  "timestamp": 1617504449920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.762Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.762Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.762Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504456727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.762Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.762Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.762Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504452785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.762Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.763Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.763Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "policy-id",
  "timestamp": 1617504449920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.763Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.763Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.763Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504463289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.763Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.763Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.763Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504456727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.763Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.763Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.763Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504452785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.763Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.764Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.764Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "cds",
  "timestamp": 1617504463930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.764Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.764Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.764Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "policy-id",
  "timestamp": 1617504449920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.764Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.764Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.764Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504463289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.764Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.764Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.764Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504456727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.765Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.765Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.765Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504452785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.765Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.765Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.765Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "cds",
  "timestamp": 1617504463930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.765Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.765Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.765Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "policy-id",
  "timestamp": 1617504449920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.765Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.765Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.765Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504463289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.766Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.766Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.766Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504456727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.766Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.766Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.766Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504452785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.766Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.766Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.766Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "cds",
  "timestamp": 1617504463930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.766Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.766Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.767Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "policy-id",
  "timestamp": 1617504449920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.767Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.767Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.767Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504463289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.767Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.767Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.767Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "clamp",
  "timestamp": 1617504466755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.767Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.767Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.767Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504456727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.767Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.768Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.768Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504452785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.768Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.768Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.768Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "cds",
  "timestamp": 1617504463930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.768Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.768Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.768Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "policy-id",
  "timestamp": 1617504449920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.768Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.768Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.768Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504463289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.769Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.769Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.769Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "clamp",
  "timestamp": 1617504466755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.769Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.769Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.769Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "cds",
  "timestamp": 1617504463930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.769Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.769Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.769Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504468652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.769Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.769Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.769Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504468669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.770Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.770Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.770Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "policy-id",
  "timestamp": 1617504468811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.770Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.770Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.770Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504463289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.770Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.770Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.770Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "clamp",
  "timestamp": 1617504466755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.770Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.770Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.771Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "cds",
  "timestamp": 1617504463930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.771Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.771Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.771Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504468962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.771Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.771Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.771Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "policy-id",
  "timestamp": 1617504469814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.771Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.771Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.771Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504469897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.771Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.771Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.772Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504469901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.772Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.772Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.772Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504463289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.772Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.772Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.772Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "clamp",
  "timestamp": 1617504466755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.772Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.772Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.772Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "cds",
  "timestamp": 1617504463930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.772Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.773Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.773Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504468962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.773Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.773Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.773Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "policy-id",
  "timestamp": 1617504470816,
  "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-04T02:49:14.784Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:14.785Z||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-04T02:49:14.785Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:14.785Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e
2021-04-04T02:49:14.785Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e 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-04T02:49:14.792Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:14.793Z||pool-64-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:14.793Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.793Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504463289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.793Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.793Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.793Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "clamp",
  "timestamp": 1617504466755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.793Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504471494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "cds",
  "timestamp": 1617504463930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504471578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504468962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504463289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.794Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "clamp",
  "timestamp": 1617504466755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "cds",
  "timestamp": 1617504463930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504468962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "clamp",
  "timestamp": 1617504466755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504468962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504474114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.795Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504474215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.796Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.796Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.796Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504474323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.796Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.796Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.796Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "clamp",
  "timestamp": 1617504466755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.796Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.796Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.796Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "cds",
  "timestamp": 1617504474435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.796Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.796Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.796Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504468962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.796Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.797Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.797Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504475181,
  "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-04T02:49:14.801Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e
2021-04-04T02:49:14.801Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e 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-04T02:49:14.806Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.806Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504475222,
  "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-04T02:49:14.811Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e
2021-04-04T02:49:14.812Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e 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-04T02:49:14.818Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.818Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "clamp",
  "timestamp": 1617504466755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.818Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.818Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.818Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "cds",
  "timestamp": 1617504475441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:49:14.822Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e
2021-04-04T02:49:14.823Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e 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-04T02:49:14.832Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.833Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504468962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.833Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.833Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.833Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504476025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.834Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.834Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.834Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617504476184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.834Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.834Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.834Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617504476229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.834Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.835Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.835Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504468962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.835Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.835Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.835Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "aai-ml",
  "timestamp": 1617504476133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.835Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.835Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.835Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "dcae-sch",
  "timestamp": 1617504468962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.835Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.835Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.835Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "aai-ml",
  "timestamp": 1617504476133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.836Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.836Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.836Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504477826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.836Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.836Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.836Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "aai-ml",
  "timestamp": 1617504476133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.837Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.837Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.837Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504479241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.837Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.837Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.837Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504479150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.837Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.837Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.837Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "aai-ml",
  "timestamp": 1617504476133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.838Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.838Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.838Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "clamp",
  "timestamp": 1617504479942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.838Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.838Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.838Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504480252,
  "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-04T02:49:14.842Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e
2021-04-04T02:49:14.843Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e 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-04T02:49:14.848Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504479150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "aai-ml",
  "timestamp": 1617504476133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "clamp",
  "timestamp": 1617504481044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617504481261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504479150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.848Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.849Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.849Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "aai-ml",
  "timestamp": 1617504476133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.849Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.849Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.849Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "clamp",
  "timestamp": 1617504482047,
  "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-04T02:49:14.853Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e
2021-04-04T02:49:14.853Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e 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-04T02:49:14.861Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.862Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504479150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.862Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.862Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.862Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "aai-ml",
  "timestamp": 1617504476133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.862Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.862Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.862Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504479150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.862Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.862Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "aai-ml",
  "timestamp": 1617504476133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504479150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "aai-ml",
  "timestamp": 1617504476133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504479150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "aai-ml",
  "timestamp": 1617504486131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.863Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.864Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504479150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:14.864Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.864Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.864Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504479150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:14.864Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:49:14.864Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.864Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504489010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:14.864Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.864Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.864Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504490707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.864Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.864Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.864Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617504491710,
  "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-04T02:49:14.870Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e
2021-04-04T02:49:14.871Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e 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-04T02:49:14.879Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.879Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "aai-ml",
  "timestamp": 1617504492023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:14.880Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:49:14.880Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:49:14.880Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "aai-ml",
  "timestamp": 1617504493029,
  "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-04T02:49:14.884Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e
2021-04-04T02:49:14.884Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e 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-04T02:49:15.685Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:15.686Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:15.686Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:49:15.686Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:15.688Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:15.688Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504555685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:15.788Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:15.789Z||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-04T02:49:15.789Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:15.798Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:15.798Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:16.689Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:16.690Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||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-04T02:49:16.690Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:49:16.690Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:16.692Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:16.693Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504556689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:49:16.793Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-04T02:49:16.793Z||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-04T02:49:16.794Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:16.849Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:16.849Z||pool-66-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:17.694Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8424e1d-b3a5-49bd-a872-948a0b2ed06e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:49:17.704Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8424e1d-b3a5-49bd-a872-948a0b2ed06e
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-04T02:49:17.708Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T02:49:17.709Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-04T02:49:17.709Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-04T02:49:17.709Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-04T02:49:17.709Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:49:17.721Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:49:17.722Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:49:17.722Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:49:17.722Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:49:17.722Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:49:17.722Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:49:17.749Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-04T02:49:34.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:49:47.749Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8424e1d-b3a5-49bd-a872-948a0b2ed06e 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-04T02:49:47.754Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8424e1d-b3a5-49bd-a872-948a0b2ed06e and serviceModelVersionId: 4d436110-bb21-4f8a-a41f-afdef25dc79e
2021-04-04T02:49:47.754Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a40f3bcd-e317-441d-b780-699309beacce
2021-04-04T02:49:47.755Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a40f3bcd-e317-441d-b780-699309beacce/model-vers/model-ver/4d436110-bb21-4f8a-a41f-afdef25dc79e?depth=0
2021-04-04T02:49:47.760Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-04T02:49:47.846Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/a40f3bcd-e317-441d-b780-699309beacce/model-vers/model-ver/4d436110-bb21-4f8a-a41f-afdef25dc79e?depth=0|INFO|500||Invoke
2021-04-04T02:49:47.846Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/a40f3bcd-e317-441d-b780-699309beacce/model-vers/model-ver/4d436110-bb21-4f8a-a41f-afdef25dc79e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/a40f3bcd-e317-441d-b780-699309beacce/model-vers/model-ver/4d436110-bb21-4f8a-a41f-afdef25dc79e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8424e1d-b3a5-49bd-a872-948a0b2ed06e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2daa9acd-b57f-44a4-9d7e-2e7c1a5f81e3], X-ECOMP-RequestID=[e8424e1d-b3a5-49bd-a872-948a0b2ed06e], X-TransactionId=[], X-ONAP-RequestID=[e8424e1d-b3a5-49bd-a872-948a0b2ed06e], Content-Type=[application/merge-patch+json]}
2021-04-04T02:49:47.862Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/a40f3bcd-e317-441d-b780-699309beacce/model-vers/model-ver/4d436110-bb21-4f8a-a41f-afdef25dc79e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-04T02:49:47.946Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/a40f3bcd-e317-441d-b780-699309beacce/model-vers/model-ver/4d436110-bb21-4f8a-a41f-afdef25dc79e?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/a40f3bcd-e317-441d-b780-699309beacce/model-vers/model-ver/4d436110-bb21-4f8a-a41f-afdef25dc79e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210404-02:49:47:867-6444], vertex-id=[172264], Content-Length=[0], Date=[Sun, 04 Apr 2021 02:49:47 GMT], Content-Type=[application/json]}
2021-04-04T02:49:47.946Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/a40f3bcd-e317-441d-b780-699309beacce/model-vers/model-ver/4d436110-bb21-4f8a-a41f-afdef25dc79e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-04T02:49:47.947Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/a40f3bcd-e317-441d-b780-699309beacce/model-vers/model-ver/4d436110-bb21-4f8a-a41f-afdef25dc79e?depth=0|INFO|500||InvokeReturn
2021-04-04T02:49:47.948Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-04T02:49:47.948Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-04T02:49:47.952Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-04T02:49:47.953Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8424e1d-b3a5-49bd-a872-948a0b2ed06e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-04T02:49:47.953Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-04T02:49:47.953Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:47.955Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:47.955Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504587953,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T02:49:48.056Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-04T02:49:48.056Z||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-04T02:49:48.056Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:48.068Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:48.068Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-04T02:49:48.969Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:49:48.969Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b6f0c2a-1889-4ebf-a198-4a41d8596d1e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5343c9ae-0a44-4498-9fd5-ca93c8e00149","serviceDescription":"service","serviceInvariantUUID":"3700f60a-dcaa-48f6-9f61-ee2ca6e079eb","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"de258328-bf02-4bd0-8c3d-4d40e2bb3c19","resourceInvariantUUID":"153ea121-6f43-4ac3-b5e9-3c99583e30d8","resourceCustomizationUUID":"127cb789-69ac-406e-9d9a-870e6b5010e0","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":"YWE1NTVjNTcwNjg3MmFmZGJlYjVkMzA1MGMxZThjZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98c9fbb9-d492-4a82-9ffe-a44d84e94322","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":"ffb23bf6-915a-4001-8364-0c593d5b2107","artifactVersion":"2","generatedFromUUID":"8b77f075-914e-4bf1-b7ae-1d2e1f2c44cf"},{"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":"8b77f075-914e-4bf1-b7ae-1d2e1f2c44cf","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":"MGZmMTcyZDkxYWIzOTE2OWM4MTI4NWQzZTQwYjk0MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c8f13c6-79e4-4583-b9bc-05e5889f57bb","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":"32735042-6d55-45ef-9cdf-f4208aab8690","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":"55fd6834-829f-4ff9-90c2-709d73ada73d","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":"6f9b0f57-b509-4723-9b7e-50bd712581be","artifactVersion":"2","generatedFromUUID":"32735042-6d55-45ef-9cdf-f4208aab8690"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MzIzYjhkYWVkM2Q4Nzg5NDhiM2RiOTZiNjc1YjU0ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dba12a7-9e19-4c53-8537-c211b2634baf","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Njk5OTA2NmU3YTMxMWY3NGY1ZGNlNTAyYmRkMmU3MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75e17622-efc4-45b3-8424-8ede828a169f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-04T02:49:48.969Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:48.970Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:48.971Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:48.972Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:49.072Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:49.073Z||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-04T02:49:49.073Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:49.082Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:49.082Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:49.972Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:49.973Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:49.975Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:49.975Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-04T02:49:50.075Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:50.076Z||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-04T02:49:50.076Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:50.086Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:50.087Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:50.975Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:50.976Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:50.979Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:50.979Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-04T02:49:51.079Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:51.080Z||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-04T02:49:51.080Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:51.089Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:51.089Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:51.980Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:51.981Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:51.983Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:51.983Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:49:52.084Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:52.085Z||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-04T02:49:52.085Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:52.094Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:52.095Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-04T02:49:53.023Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:53.024Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:53.026Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:53.026Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:49:53.126Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:53.127Z||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-04T02:49:53.127Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:53.137Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:53.137Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:54.027Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:54.027Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:54.029Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:54.029Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:54.129Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:54.130Z||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-04T02:49:54.130Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:54.140Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:54.140Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:55.029Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:55.030Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:55.032Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:55.032Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-04T02:49:55.132Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:55.133Z||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-04T02:49:55.133Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:55.174Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:55.174Z||pool-74-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:56.032Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:56.033Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:56.036Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:56.036Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:49:56.136Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:56.137Z||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-04T02:49:56.137Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:56.145Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:56.146Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:57.037Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:49:57.037Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:57.040Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:57.040Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:49:57.140Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:57.141Z||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-04T02:49:57.141Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:57.150Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:57.150Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:58.041Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5343c9ae-0a44-4498-9fd5-ca93c8e00149",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3700f60a-dcaa-48f6-9f61-ee2ca6e079eb",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "127cb789-69ac-406e-9d9a-870e6b5010e0",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "de258328-bf02-4bd0-8c3d-4d40e2bb3c19",
      "resourceInvariantUUID": "153ea121-6f43-4ac3-b5e9-3c99583e30d8",
      "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": "ffb23bf6-915a-4001-8364-0c593d5b2107",
          "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": "8b77f075-914e-4bf1-b7ae-1d2e1f2c44cf",
          "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": "MGZmMTcyZDkxYWIzOTE2OWM4MTI4NWQzZTQwYjk0MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8c8f13c6-79e4-4583-b9bc-05e5889f57bb",
          "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": "32735042-6d55-45ef-9cdf-f4208aab8690",
          "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": "6f9b0f57-b509-4723-9b7e-50bd712581be",
            "generatedFromUUID": "32735042-6d55-45ef-9cdf-f4208aab8690"
          },
          "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": "6f9b0f57-b509-4723-9b7e-50bd712581be",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Njk5OTA2NmU3YTMxMWY3NGY1ZGNlNTAyYmRkMmU3MzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75e17622-efc4-45b3-8424-8ede828a169f"
    }
  ],
  "workloadContext": "Production"
}
2021-04-04T02:49:58.042Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-04T02:49:58.042Z|e8424e1d-b3a5-49bd-a872-948a0b2ed06e|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5343c9ae-0a44-4498-9fd5-ca93c8e00149 ASDC
2021-04-04T02:49:58.042Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:0b6f0c2a-1889-4ebf-a198-4a41d8596d1e
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5343c9ae-0a44-4498-9fd5-ca93c8e00149
ServiceInvariantUUID:3700f60a-dcaa-48f6-9f61-ee2ca6e079eb
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:75e17622-efc4-45b3-8424-8ede828a169f
ArtifactChecksum:Njk5OTA2NmU3YTMxMWY3NGY1ZGNlNTAyYmRkMmU3MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:127cb789-69ac-406e-9d9a-870e6b5010e0
ResourceInvariantUUID:153ea121-6f43-4ac3-b5e9-3c99583e30d8
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:de258328-bf02-4bd0-8c3d-4d40e2bb3c19
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:ffb23bf6-915a-4001-8364-0c593d5b2107
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:8b77f075-914e-4bf1-b7ae-1d2e1f2c44cf
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:8c8f13c6-79e4-4583-b9bc-05e5889f57bb
ArtifactChecksum:MGZmMTcyZDkxYWIzOTE2OWM4MTI4NWQzZTQwYjk0MjQ=
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:32735042-6d55-45ef-9cdf-f4208aab8690
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:6f9b0f57-b509-4723-9b7e-50bd712581be
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:6f9b0f57-b509-4723-9b7e-50bd712581be
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-04T02:49:58.043Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5343c9ae-0a44-4498-9fd5-ca93c8e00149 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-04T02:49:58.140Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:49:58.141Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-04T02:49:58.141Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-04T02:49:58.142Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 75e17622-efc4-45b3-8424-8ede828a169f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-04T02:49:58.142Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-04T02:49:58.142Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-04T02:49:58.636Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-04T02:49:58.639Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 75e17622-efc4-45b3-8424-8ede828a169f 66796
2021-04-04T02:49:58.639Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:49:58.639Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:49:58.639Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:49:58.640Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:49:58.641Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:49:58.641Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504598639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:49:58.742Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:49:58.742Z||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-04T02:49:58.743Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:49:58.752Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:49:58.752Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:49:59.642Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:49:59.644Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-04T02:49:59.644Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||Trying to write artifact UUID: 75e17622-efc4-45b3-8424-8ede828a169f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-04T02:49:59.644Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-04T02:49:59.645Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-04T02:49:59.645Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-04T02:49:59.724Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11379190470054147181/Definitions/service-BasicCnf-template.yml
2021-04-04T02:50:00.524Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-04T02:50:00.524Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-04T02:50:00.524Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-04T02:50:00.524Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-04T02:50:00.525Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:00.525Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:00.525Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:00.525Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:00.525Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-04T02:50:00.525Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-04T02:50:00.525Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:00.525Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:00.525Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-04T02:50:00.525Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-04T02:50:00.525Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:50:00.525Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:00.526Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:00.526Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-04T02:50:00.526Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-04T02:50:00.526Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:50:00.526Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:00.526Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:00.526Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:00.526Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-04T02:50:00.526Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-04T02:50:00.526Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-04T02:50:00.527Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-04T02:50:00.527Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:00.527Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-04T02:50:00.527Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:00.527Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-04T02:50:00.527Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:50:00.527Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:00.527Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-04T02:50:00.527Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:50:00.528Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:00.528Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-04T02:50:00.528Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:50:00.528Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:00.528Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-04T02:50:00.528Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-04T02:50:00.528Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=62eee8f4-ba8a-4440-b3bc-e936a550fa1b
2021-04-04T02:50:00.528Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:00.528Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:00.528Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:00.528Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:00.528Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:00.529Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:00.529Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:00.529Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:00.529Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5343c9ae-0a44-4498-9fd5-ca93c8e00149
Model Version:NULL
Model InvariantUuid:3700f60a-dcaa-48f6-9f61-ee2ca6e079eb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:46b67933-882a-4000-98b9-dd766c4debf3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:153ea121-6f43-4ac3-b5e9-3c99583e30d8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127cb789-69ac-406e-9d9a-870e6b5010e0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c5b21511-b3ce-46ea-935d-bf503979555b
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:44fda4b0-76e4-4dd7-834d-520dc4ec4a65
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:62eee8f4-ba8a-4440-b3bc-e936a550fa1b
ModelInvariantUuid:e6b245a9-2d82-4631-baec-3a164346b668
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f38a6cbb-98c4-42f5-b50f-e097aef9a2dc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:29ba320d-3f64-4397-afd8-6cd67c4d7e20
ModelInvariantUuid:7cef6c0a-a829-4c23-970e-6904f5ca9fff
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:faef504e-3b14-4e85-b8b2-033ba61107ac
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-04T02:50:00.534Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: de258328-bf02-4bd0-8c3d-4d40e2bb3c19
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-04T02:50:00.536Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||basic_cnf 0
2021-04-04T02:50:00.537Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: de258328-bf02-4bd0-8c3d-4d40e2bb3c19
2021-04-04T02:50:00.537Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: ffb23bf6-915a-4001-8364-0c593d5b2107 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-04T02:50:00.537Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-04T02:50:00.537Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:00.957Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-04T02:50:00.959Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ffb23bf6-915a-4001-8364-0c593d5b2107 12
2021-04-04T02:50:00.960Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:00.960Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:00.960Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:50:00.960Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:50:00.964Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:50:00.964Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504600960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:50:01.064Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:50:01.065Z||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-04T02:50:01.066Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:01.092Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:01.092Z||pool-78-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:50:01.966Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 8b77f075-914e-4bf1-b7ae-1d2e1f2c44cf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-04T02:50:01.967Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-04T02:50:01.967Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:02.602Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-04T02:50:02.602Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8b77f075-914e-4bf1-b7ae-1d2e1f2c44cf 2688
2021-04-04T02:50:02.603Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:02.603Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:02.603Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:50:02.604Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:50:02.607Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:50:02.607Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504602603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:50:02.707Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:50:02.708Z||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-04T02:50:02.708Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:02.717Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:02.718Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-04T02:50:03.609Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 8c8f13c6-79e4-4583-b9bc-05e5889f57bb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-04T02:50:03.609Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-04T02:50:03.609Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:04.089Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-04T02:50:04.089Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8c8f13c6-79e4-4583-b9bc-05e5889f57bb 828
2021-04-04T02:50:04.090Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:04.090Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:04.090Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:50:04.090Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:50:04.092Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:50:04.092Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504604090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:50:04.193Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-04T02:50:04.193Z||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-04T02:50:04.194Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:04.202Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:04.203Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:50:05.093Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c5b21511-b3ce-46ea-935d-bf503979555b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "44fda4b0-76e4-4dd7-834d-520dc4ec4a65",
    "vfModuleModelCustomizationUUID": "10b19eb1-1abb-401f-8c21-dc78270f843e",
    "isBase": true,
    "artifacts": [
      "32735042-6d55-45ef-9cdf-f4208aab8690",
      "8b77f075-914e-4bf1-b7ae-1d2e1f2c44cf",
      "6f9b0f57-b509-4723-9b7e-50bd712581be"
    ],
    "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-04T02:50:05.101Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44fda4b0-76e4-4dd7-834d-520dc4ec4a65
VfModuleModelInvariantUUID:c5b21511-b3ce-46ea-935d-bf503979555b
VfModuleModelDescription:NULL
Artifacts UUID List:{
32735042-6d55-45ef-9cdf-f4208aab8690
,
8b77f075-914e-4bf1-b7ae-1d2e1f2c44cf
,
6f9b0f57-b509-4723-9b7e-50bd712581be

}
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-04T02:50:05.106Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c5b21511-b3ce-46ea-935d-bf503979555b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "44fda4b0-76e4-4dd7-834d-520dc4ec4a65",
    "vfModuleModelCustomizationUUID": "10b19eb1-1abb-401f-8c21-dc78270f843e",
    "isBase": true,
    "artifacts": [
      "32735042-6d55-45ef-9cdf-f4208aab8690",
      "8b77f075-914e-4bf1-b7ae-1d2e1f2c44cf",
      "6f9b0f57-b509-4723-9b7e-50bd712581be"
    ],
    "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-04T02:50:05.106Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44fda4b0-76e4-4dd7-834d-520dc4ec4a65
VfModuleModelInvariantUUID:c5b21511-b3ce-46ea-935d-bf503979555b
VfModuleModelDescription:NULL
Artifacts UUID List:{
32735042-6d55-45ef-9cdf-f4208aab8690
,
8b77f075-914e-4bf1-b7ae-1d2e1f2c44cf
,
6f9b0f57-b509-4723-9b7e-50bd712581be

}
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-04T02:50:05.106Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 32735042-6d55-45ef-9cdf-f4208aab8690 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-04T02:50:05.106Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-04T02:50:05.107Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:05.487Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-04T02:50:05.488Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 32735042-6d55-45ef-9cdf-f4208aab8690 1164
2021-04-04T02:50:05.488Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:05.488Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:05.488Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:50:05.489Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:50:05.491Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:50:05.491Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504605488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:50:05.591Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:50:05.592Z||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-04T02:50:05.592Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:05.602Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:05.602Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:50:06.492Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 6f9b0f57-b509-4723-9b7e-50bd712581be from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-04T02:50:06.492Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-04T02:50:06.493Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:06.733Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-04T02:50:06.734Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6f9b0f57-b509-4723-9b7e-50bd712581be 200
2021-04-04T02:50:06.734Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:06.734Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:06.734Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:50:06.734Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:50:06.736Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:50:06.736Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504606734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:50:06.836Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:50:06.837Z||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-04T02:50:06.837Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:06.847Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:06.848Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:50:07.737Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Preparing to deploy Service: 5343c9ae-0a44-4498-9fd5-ca93c8e00149
2021-04-04T02:50:07.737Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 de258328-bf02-4bd0-8c3d-4d40e2bb3c19 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 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=?
2021-04-04T02:50:07.751Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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 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-04T02:50:07.759Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:07.759Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:07.759Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Processing vnf with UUID: 46b67933-882a-4000-98b9-dd766c4debf3 
2021-04-04T02:50:07.759Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Will get resource from SDC using resource id: 46b67933-882a-4000-98b9-dd766c4debf3
2021-04-04T02:50:07.760Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel to get resource 
2021-04-04T02:50:07.822Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel
2021-04-04T02:50:07.823Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|INFO|500||Invoke
2021-04-04T02:50:07.823Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-04T02:50:07.824Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel
2021-04-04T02:50:07.824Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|DEBUG|500||Method      : GET
2021-04-04T02:50:07.824Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/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:"0b6f0c2a-1889-4ebf-a198-4a41d8596d1e", X-RequestID:"0b6f0c2a-1889-4ebf-a198-4a41d8596d1e", X-TransactionID:"0b6f0c2a-1889-4ebf-a198-4a41d8596d1e", X-ECOMP-RequestID:"0b6f0c2a-1889-4ebf-a198-4a41d8596d1e", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"788363ee-e23f-42e9-9999-f08d6046d80c"]
2021-04-04T02:50:07.825Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|DEBUG|500||Request body: 
2021-04-04T02:50:07.825Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|DEBUG|500||==========================request end================================================
2021-04-04T02:50:08.026Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-04T02:50:08.027Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-04T02:50:08.027Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|DEBUG|500||Status text  : OK
2021-04-04T02:50:08.027Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"MGUwOTZiYjRjZmE4MWRiYjViMDFhMzljZDBjMzlhN2I=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"0b6f0c2a-1889-4ebf-a198-4a41d8596d1e", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-04T02:50:08.040Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|DEBUG|500||Response body: PK��R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM��
�0Dw}�@I�zK�vk
M�.R�l꿯nj��w��\܈V»�o��'�f�.���u&�̤���Z�(�T�B�$7�\�ʻ�M(֜B���o�'*~s��r��H�H@s��s!���	F��V\�S�]��4�#0��~;��ϋ��3��eF�M�4��$!���#�F#�s�n�Z��M��4z.c�Իw`�4+����ʹ�,+d ���5�`�ے+���j��3�Y��I��4�>|eg�V���OYZ�Tr��>�#��XE��$-$�J�7뒆B�K
���P}��N��

��k�!�Q�2��/!~�O��i#f2������9���4�-h��ӹ�\r-zE��\¼\�+Ņ\���AϏ�I��_�"�>(��6"Vs��D���1IAL8E
����^=*�V�x	�8
J�[,�#qWP�����,���C��jMa)�h/�����e����Y�7�_��@w��q�m��9;{�%�ƛ�c���n��J�����}�99�Ѕ�:Dt}x�4<�m@R�E�_����-�t: hw�Y#��	�{�]@���o�Eu�/�J�Rl贈�uOD
�	�X�+.,�[e{
�VBs8��K��Fu�ǗO[�����ԑt�d"�݃LD�ې�9guY{�+�T+��
�@
�H����ZP�
A�u��ֳ0�����_M}	]�%��]pT�Z��7�*����,4�t��Ϝ��p�6s�
g/��(�����z_��R��ϐ���D
�~l���t���E�C[����&<�=(,�򣫱.
�m&�xC��D�z�r��&T�b��c��A�� YV�����,���Q��_�4���&d���a�a�4-V9�E�Bm�uЀ�}�
V���{(���r���m}J���E
&}Me.�Fw�Hp�`��$����ݳ�3"�W2����Y��ip��{#�-�p���Z�5P��h��\\ɥ�_����|F�y�"���@������lKظsрŨ�´�C1`aw0n�����G�j�B:�84`�Kϋv4�qB���o����IжQY�莽$��)�G�S��O�))3ک�ԕ.�tU]��
|��������ʫ�~w��㓞_iUptm�CtU�;$��k����=�c�"6Oo
6}�jR�8lt�Im1^T�U�t�\�	�@Ƅ"���? V�n�8���bx�V}�����&?*z�2�fJ�Ko�5T7�\;��&ܡ��
r����뵏�6��G���6'T��G�v־�pH�P۶�l�>��͆�~��Q�T�.�f��a;sx��j�����B�[�wJ����U�[�"��s�^��zy�ͬ�S�J]�ZO��K�� ^�K#{V�P�K3s~��L\�q7�ۄ"gG1��
��k��xp]�7U�#�0���F�;�� xD{�	��]ġ��;������y6Sz>���NC��@-d��0ҙ`]����D���QpT}S�Ҩ�i����w���w��g��*Mek|���4���ݢG�*�$��PCVMh���8qJ3�H�;i��x%�v�,>�\U�D9��gI�m�5�����v1�3ֱ�24�hC�9�0�a�u� �Nn�|�����#J���5�r�W���}��;�_�Oڋ-ۈ��v������~�kD�\�L2�ؕr��'�HCzZ���Ǘ��B��e�fq�V��|�����cc�cVʸUl��2�GK~�4cw�I�1L��%�O��U]��ҪkeN�/����f� }�Y��,ffo�]7#[���2I����O�yG��ؿ'��!1��U�\#:�uj��0q(���؉�қA��AL�\�[��/��ܥ���C�Ȭ��hyE=����%w:#u�����uƫ�'Ш7S����f4FT�v�32����<7B��E"2���Ѓ*�`��fU_�z@mx��
��E�9�Zh�o�:�gQ=Pkkz%��aM�M,2=�xʊ��PK�%��	}6PK��R4Definitions/resource-BasicCnf-template-interface.yml�\K��(�ϯ�q��V�5�~�4�팦gFZ�V�`������̯��N��c�n�"'|�Ael#5�(�9�0)4ZS��b�wK���mp��
���2z��*2�p��/g��|A�)8�̰�fSvla}��/�F�"��ZTQ�]�V���vn��K%���/�o��3��䶬�BH����Z�N�5#�j�ʒ
JdQ��jY)B�u��a�ȽȽ��*��ʕ,fC��B��I=��?���Q��+I�9*dV�yX�-�M��f�|�2���������O��	��Ym0�lU�D��8�Vr�2�%�Mҩ��?S4�%9��������� &���0"R�lY)����FUt�W)9��H�"G��C�MA�8X����u��f��hț>�*GzS@������f˾��+\8X�3����8�"����`H�$�T!�T=�{�_}y�x�p�����3�g���������i�f�	&]Ru��� ��a���̪�� VXsw�4�s"g̷+�8��Uy�kO�������>~��ݒt�A`N�r+���z�i��lsx�'��W_Kkp�7���5��eƀ��W���i
���L	���f��pU8g`I��8�4��_�kwqVډ{��X���FZ4$!�R��Urݺ��t7���k�֘��ТX��Z^����0�hz��?��0��.̊/���P��wz�['*Š����T�׆�gjRV����#�=e\�uk�t8}�l�.1+l`v^����NɎ��SD�D?��6pS$�"~	#I*
�LH�pz�o7��;=�"��f�d;H�G϶�oD���uU��H����>��V,�G���31�!M���ӡ�p`����VOQ����F�v��2S!�:9��W�H<�ɧ��:��������%��zx�ߧӎ%?D�b̏�q����t8��u�C���}4~�F�J�4`$�8�p��C	*�R2aNv��u��6+�8f�qw�����q�~7���v�W��+���T��0���4y+�Z�]��Y��V�f�T�c4�
�U=�h?6�X�4�ٟ� �cuUyS+s�N���]��1�����Z�e��X̹$�S\hGZhw������D<3��C����r ��f)r`�PRz��19�C��M�4E��h�h0�џ�I�I�cvp�P#�$�ڦ"-F��C6">����	p������b"l{3�crl�
��_<�0��	���F~��F�
�yae�d�P�7:��7�+n]&�&]�C�LA&&M�1H�h\b�9��X[��f�0���î8L��#fS�$�sf��+�d��60��d�DL	6��y|�|�%�w��)�IH��?~��J��'F���$��~HQ�2:�~kd�[�m��8r8Z�rE�0��Ռ�|tq�$�� ��Gj�s���!���~�׍��
nj0�W��ڱ�M�����6߸�Z�PK穬�
p]���GAa�g}/�\d��d>�5,�6�:�x�"��Ƕ�-��~o���]�E���a�4L��'c���LVE;P8�t���wꌱz�T��PK�!�272^PK��R)Definitions/resource-Compute-template.yml�VKs�6��W���@�d)n��i'��;ʥ���R��*��H�&e���R��~��� � x.�TVE�lȷ�KUP�Ҕ���,���\�ȗ'�)��^qW�w�K�8�Y��O�LNϋl!�Yv^`5/�����s�j�p9;�_�dggS�-H,�s)��Ϧ����i	�冖�ʙ���oIAxUņ�U��g��fγ����p�Q��(�GT�Ζ��6�P�P�"��7�������֬ V�cH�lP{�q�#��k�%�ʓi�֪Ю��o�Ҽ���2%\��>+����4`�d��n�$��:^��s����T`!zg�zR�P�m ��]c��+���2�
�w�i�!N��P���^a-x�5K�Y�J@��I�{�󵈵O�By\�}�����={�!u�O_��(y���d����ο������k�^��;��ay�5��-
�a�LvFC�Z6�2$a���Ҙ�1d(tS��Q�;Rt�w��J:u��p��un����!j n�)ؼ����I����������K��r�s.v��G�EG��>��M<���(�5��}�N��{���c�֫��������^��Zɼ�������O�i��ɦ���ʆ��nۖj҉��ۀ���A~���m�J�
�(�^:S_��oM�7*��|�A'��؊�S�J�q�Ӂ�Ρ��Iq�t܂f֮�w!����hX�'�Z*���9_�kl�X;`�Si�{t��{�Y�6.��W�F���������ޕ��~������Z��䢪�9�釂?���p^�����I�i�p�C�|�e�{Ē��|\��#��R|t�ar�/u�
_��i�(����A��>����/b���1���iv	B�-�6|m���hk��w�7PK��m���
PK��R,Definitions/resource-Novaserver-template.yml�WKs"7��W���7{�����TjJ3��j����eS���f`�q�ĕS�˸Տ��mo\����K�]2��c�|xr�($K^����
�\pχG�I=�Vr�ǗC�?>N�A�u��w�9�������N~�������JEf!g��t���Y��z~<8�N���ӞH�O�Y��lb��,BC��YY��J�w�3\1c�\Z_�g����@$��l�scN�̕��\�`������<0m��T���*��0��\�V?��h��S9�~���"�Qk�L%�s�x�V���h�9�U�)r��q-tk%�5s)�br^)����z=��9o���%��L��Dt$*^�5^�F��A�����%C�p�p�,1OF��qSd�A���\���`�r��|e_1=�� r���?
�!˹r�X���nY&_��C@\��	SP2��X���@ >=�*�>��R�]�L�
j�~j��,��>v��āI���e0Tv��������U�3� @�,�t��;R�ht���n���~%6�XXs?��LV
B�b�@]T���Ff4j�*!n�A"��\��%Tm�,&���t$�P���*�c�9�2��[�&��Y���]�AV�F��j����=ޏy|��~�V�Ҏ���( C�/�U��tGn�ֽ���A�t3
����x�4�?�2	���'�A�-�֤�������k�a]%R4�i����4�7Z�d&b
�鲴���FM��"1��3�
��v���QE��
�r���ہ�1��2q��Vin��\NA7��P��0N�(ς|s��E��8�9��-������g�
^��^|�����ֻ�;�p�g���o�����3�_��ԡŝ��[ܼ���N��ч�������73�to%"��:[]ZT�
�:q�
}������O>^]<�77������Z�]I��Ec<фt�G��CfÈ��Qq�)�B�l���$����F��s��]���Q�_	b������q��$~�WV���Μ�
Me׺��e����v��*����b���PK[-�`�PK��R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���n�0��}
v[��v����A�qa�n�!5\�!���}F�핍8��礒���v:i�b�c�t�X���mk��������
$�6�i�C������;ITG�C��%+�n�]N9f�K^����R�nͰT���l/�2+�|��Y�|�p,���`+���wNq�m�%��7�B�Mg�@$	2�6M����v�A*�a`�?�JCK�泄�W���B"��/v�]�&b
 ����gt�cENѴ��O��H��Ϸ��?T���@
��nh�>�Xm26u6�1�
E�[�!s���
�ŗЂІ6�Fn�
h`Z��nW��X�k�ݚ���n���C�WmA�9�渷ԍ<�c��[�>\�oi7����y�${���OcN��~{lj���
|s���#�#��aPKڼI"�PPK��R/Definitions/resource-Globalcompute-template.yml�Ko�6����m� ��c���Mڢ���f/E!P��&�U�r�~��(ɖ��M4(�	��䘏��4|���0�q؈RX�J��A�X벌(*	ف2[fˋ,����!��S-hi���x\�Ot����UrK���u~u����&Y\�7�Òq�Vk|GoW���*�|�H���O~w	�Y-V�����KZ���.UN�*���r0L�ʺv~�J���B��Y��ж��e;QyvG
�}TZ�[�hEs!��`R,�*���oxͨ����JЂa���S�}n���b:V�j��;�\�5��t�'��F��o���j��e�����zc�Eq�Ou��������5닄��e�	��Ÿ��PH�l\�tbd�$v��MFB��$u(�D5�et�[��U��eWJ
���>�3�e�l[��j����f�*�MU��a�D�K��7,mU�XiK���=�l�U�q=6�&����:V#̏���L������q�F���D� ��k�ǯ����p���oU&k4�O@��BN�;`6
঳��Y���'�q}��T
��~��J�>����Ҩ�J����0���������"�=�zU�@“Ĥ�U���I�n�u�'m�0�^G�k���%2��M�4��v�I!�e
���x�>��[Q���NBU&:~������9��U4P�6V`ld���0���ɲ]YE&c�k��w�6`(������6t�1+?X�����:/ZX�<��a o�$H�dq��@A'm��	^��6n�c�pJ��Gm�6��'l���uNV[!��^>:Y��0ZQ)s��"ކ��ȡS�Nm�ݯ8U��<2��L�Y0х����=�����iO���ɀ�=�s<�E����г�#nF��Y�Iǃ����	���J�x��	���S�6��E����ך{�
ǁbZ���|�j<��5��l|X��ПY���n�-��Pt��o�DLιA5N�p�\���w< w�}�Y�8_57����9h_��o���j�_��>���{W���P����Ы0��,�>*$�PKd?�=KPK��R8Definitions/resource-BasicCnfNodesDummycvfc-template.yml�ZKw�*��Wh�>~ʼn�kӴ�9i�Ӵ]܍B��V��q��	=lNj�f�a^|#!� ��i�b&���BS���O	%!u8
݅�����>�xw�8,~�)ñ�����Ρo���[��o�h�Y-��)A+�جW덷��WA�n��x�ސ5Z/�+�]�D��kL�-^��cѝ�a��K��ܧb�gQt�}	<��%2���+m_E��C��t�p2A}'�B����_A�z�_o�`I�<=�O4�)Sk��k��yB��HO��YJ�/�<-����z�|�!���\�旝�/�t��EQ��`y�J��@�~�2��,	�Q��j�,�	N��B�I����)
q�,1h���x��̤*F�鄇�����J�\ru*m�֫0��bI�j�]�W|�q�>(&��$�x�6��+����$��>S,����-o�|�����\��^둿�'�BZ��i�O�J�r��V!E��^9Cnm���k���V�E}�ҳ�7K܄�XH�,w�Kx�}��O���g���f�+���r(.�R�_�R�C9��((〸A]^�i���ki7���W�FHȄ��Ԥ�L� �4�9+�/4g�O_�f��幱���=Mk"���+!N.��:�rP��d2S��F��.q�����<@�dS�U��̠�!¯n���M���ʢ,r�V��C�{�rF�6˷�^�H��ݽ��`3�"�"O�3��b��Ex��3������Mŗ�
B��S��{"�V��x��.�����e�zց����N��z�@K�4�^��rc��O��f�+���'��c�x�uB���	ؓExOO0'�*BW����⨀pN��
0�(��?����_0��L�.��X��&�����s3J�?�cA`s��_cɤ��:��jg�=B�sn�:�O\��^PJl�|Mh�!s���r��d�B��9E��|\�
���-�2��������Lo*�xK4_�<�Y,�ט4��	�#�7?O���ë��G�`���5�6��\��M�M���¨ů��`��7���%x'�t�=��:�ֽ���0x��C�U��qY�ۈ�ؼ�IR������W���q�T��׮UܛQ����_&��%���9�{|�{����CS�;��K�Q�1H�âq���ƹ��X��e�|����>�}�u�ݽ���.
�T��aUe3�cT
���-u�&.�}�A��w?��_�>i�L#���tlh�ho�'��c\n�bo��ջ�#T5�,:s�x�M����y;*�
5��%��
֘��]8�m7�I��})�x�3����ӼƩ��>#�Bm=ڳ�lal
9���S\t��w����F�*�ݶ
6�V	��ߒY���ji��\z���jYW���p[ee�v7�Z�!�
����A�J����Du��qT�7.�V�l-O[����ۛ6K��oe��o�Ʊ�Ş�#�;*3�:�N���n:�c:��1ى�A��o'{ �^�MMc{��m�,���m����/U��M��}K��4[��<
凔6{s�毨��ž�5�S��|���t@���e��$2*��Y�����j�v@�VV�?��{v�B�v|�歨z����4t�v��rSQ��#�_ۣ������:hyIm����Ѫ�^��^e�^c�fc�|��a�:�G��oE��&H������)�߁����W!������˱���N���2�;�3n
�����PK;)�*PK��RBDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.yml�\�r�6��+pK{0���;�LvfꤗN�K	5��D��.@R"%Ғ<&C��'\,o��Ӗ3�B&�pB+K7`,�� .<�B9�-�9�����6�.���S��e"�EU�le�S��]_X?�`K�c�]�vy-j g���(:������+U�ԏ�~�dSV�0������Z�A�w��z��*�(�Z��K�!�d<�cV�{�q��-�3���?hi)�j.#6���h�R|P�����naP��1%�>���:*�uL9�@�V�X�&�j�}�+s��7%�J}7d�uL�J
�[
�d,��4v�f��]���Y��	��� ��9T��zu��̖Z�٪�h���/B���nX^B�4-������F���w��UDgĭ�%�Do	Wz	b�l�s@L�N�@*�p��$�=4?I��6��ö^�����D�r	�ÁU>^0sSbn�x�3u�e���c�k{J�N�L��[������/fW,M�[��)��a�)F��D������!��U qk��Y �u���"l���91'vϝ,�5��O�#�a�����st��"ƢB
��y��IX$����󁠥�������w��n���j�	-��·z�i1-���v��o���.�c�͆�+aH�Ӊ�I2]	�_OrG�LG��3f��Mܥ��3�}��,z�}�1?����wG'D.�<=4@ϝq2	+�q�_tM-��}���#�퉀����{(q�9����W���.�YM�S\�^U\z�M��Zsķb������."��&<�W‡�FLK�+�&j���WSpc��`���҉<a�����T����3f@;Z�O���e>���B���S]!��J�Ny�⃟y�6:䇃3�C�3t�iy\zZ����(pߵyN?7>
6z`I�c��Ÿ��.=m��s}��{��|q��ӻk�5�Tu7�Z����_�܈u�a�l�_T��u{N-"ճ�6Fw>8��Z�Wǝ�C���*�.�\��W��PK[�ahn:[PK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ��Ȃ�#�܄)}'��-i�;��|�O�xL�o�9|��8� ���]e��W���$)�+i��A� �!����\fA^>����~u�"�u�0���`����<`ϓ�Z��Z�bh���1���Eů�/�#�^dL �s쬳�T�I��T^T
	s�OSb�$Q���P��+��7/��1�f�)�x�c�l��8v�0�VMUԁo�Db�>.a����k��2�C���}}�K���/0�'8� R�(��I歃�������ˎwp�'�w{���\}a/�h�
ܰ��x��曤�7^�	>�+
�� E�'T�޴|��}�(�z�gaZ�x�	�����Թ�ל{����I�M���,�<����msp�����Ů�@������6�S|
�r���
e+��]���.K{p�A
\ �����)���y
]�Ov�S@~S����wY A�"��������ӳS򬺬��w�';kl@���I���G�����)ܝH!�t'
ԈhӉ�u���u�y�d��QiҼ�w\c^D~���g��(�u� ۇ~�<�pD�0/��謒���f��ͻ�k9	�փ����]\����_o�������R/ρw� =|�u�@ �f}	n��0>E�$.�i��[R�R@-]p���G/f	hq�v#��r
O�^|՝<�]u���8��`oƟ/ٞ�!�s�" Sy�k7O>��
k����K7Ov�/(Q��TwOm��)'����m��S����"��i��w��ښ�l}M�?Lu�qo�a��?��;�J��N�D��?������ˮ�S#v�����3�Kߡk`g�ޡ�p���Rp�}��`��4�'���A C�L�n9�rn,Ҷ�$ˍ��=�'��k�Bi�P�Y�מc�"/�?��pY.)����5WWe����Hi6b2�w_��z�iY0i�%�����1E���x(*}xS� �(у;D�=��o��$�h�0-Nt�x�/p{�v�I�-[�E�$�Ͷ�l��]��<��!�o����QhfY)O�|��,Xk�/5�������.�ŝ$1Bx/K��E��N�,g�*��%T�G������M��D�^5�2��-,72��V�j�����eg0�7P~R 7u����H�p~V�z�y*dץǦ�H(�V�F���
��K�͉����۳������?d�I����N~��z&=�����ȭ�v!򉢇��[d�?kn�|�TC�AZf�"���/�Z���9��)�?knE3����>���΋���o�h���k�6���^��r����zO.�[w��I�����"��Y������A=��B�M_�Ct~�6?\�33�*���(���5~:ٟL@��v��x6��������������xL
M7��tyk�Kӱ?/��Om�|b�B1�I"ە�|��<�����"�m#�<%���S�s[o���p@_8��.~�%�$�L�:b���O¡��(y�`�In�Y�()A;].C�	���~��;l"�LħGp�I0g�n�)����iu7�&����7���T6��� h�H[�ɫ��E'b/+�&'s�ʭ9������Jϖ�M���I�--\d7O�A[a*	gOlt�[���8c?�-�?A�Cu��d��W��
&i��Hc��k!��y`�
�k3����X@wQ�snm�G������Sv��I�
���IL�������R8�s���.2'������8.�g����̝^�1��N>Yޅk`i�ϼ�� ��w��0��r���آ�i��)@W�� �8��<�v�59a��qr�˹H9���J+�k��ÀZ�;�/�A�>����V�i��L���\9\8�c�Z
@�A��*Ipֲ)���������y��P�*A��
b9�[��2�Fm���q��o�*�2d��"�2m�
_DK�5�hI�5�p��!.o'h��Ç�x�2>u<���-���n�Y��;:���Mgg<��XnC��U6n�1�gi���x�N{#R��ͬWX��L�^��p2y��^Ö_�پS�Zl2��M�����^'o7U�}/;mj�7�-���cOV����Ȗ<�
f�x���1��6q���������q�a��b�)�
Vwl�8��f��8HB�Zj-�$жt#�D�'+��N�f�Zv�_i�}6;��=E�����5��i_�7^����7��r���v�8?O�b>&����N�mD��{|zٕboH"ɠV�,\o�'$aI#ů�er�H`CZר�r.������3ZHg�D�qoj��vKV��nͷ����XJ*�ٟ�z���Y��#Sܐ�M٢��
��D�&��K�P�BK|�S��h�%�M
]�ڤb1��N�b��̐�;�8�2$Dm�����W�<�.b��@L���f�C�*3�a��:cX��VAIg�e��,#�BR�ϗ�\�r��jARq㮠�ϗZ�f|&g�%O�v���!�̵�Mf�!��h�c+W&�'���R��E�A�L]�up��pL�Y�������/O&P�i�`ѹZkIuw�cg�&�v��b�2����M�~��=i]�B�~%����l�.�(П������xqZ��O��2
Z�Pq_��6J��黟�eS��l
�q��͚<��������
�?6�"�6�/���he�3:��%9��a���4�ڹ�'/终��8´A:��JT�	6�٘��ɐ3\������Ԓpo�R��v�V�ٳ�uG>d/��Ů���r 
��zO�v�����6�Q�tp)e�����S=��{�$�^l��n#t�z����2��ۢ�Y��ʞ����
�\wvs5�^
 �8k����;�_��`a5��@��x�C*K��~B�a���#@	�|O������A${����0.ώ�d��Fj|A��ub���p.�zwv�p1;���vy�ezi���P��R���< ,���aI���wiN�<��= ��tFe�1�����/�C��؋��է�����������8��u��8��aェ��!)Wp��6���g�����^��N�ѣ�5�zZ���I�|{��L����9ߴ���o%�}Wv�c[E�糧(�:����0�k�������AA���Jx�nk��$�ȫ�K&6d�]oɨ
�>\�;����*`�>�p?��r�1,O/�l��#p�aC�4K7P�p0M��#`L=]l���.9HO�̣G�
d4��ː�H�f�g��$�)�'��!93�d�'r]A(1�͂U��J�tP�fʓ8�植x�C�L`gC8�}�o��U�N�Tj��`C+��@e�����'l�:,�cl�޴FL������P�o��m�C�;ŗ�:�oq1����IZ8%�B̴ؗ
�KV��JN�Z j}���Y6����(��5�J�!�W�w�o�p���y���T�Q�c��­�n�z���~���"^��|�1J�����hݝΜվ�28�0@Z����U��ټQ�^o��PD�X}�H��Kiz6bX��2�de(ǜ��>����� �O�d=q�bs�Ie"s�q�{��j���d�M��ܐ��Z�JC�1��yk!A-';E=py��!�g�~6�w�`����x�65�n��G��[ax�u��db�38S_:����[/nآ�V���[�,�6ZvFy��]�+�:�dasI}m�'x�͇���&M��ձ�R��0s���a_^�?�7E�� ����?��+
�Hи���憱�R㐆d$
F�nR�"I�MÞ�`�aQf9��O�si��Fq.C�T��`<�>i*@�kx��݅�M�r9���XJ�3M+���q/͂g��V�2�|��X�Wd�Ì�.����N��O �l��,+]�q��0\��� �e���x\�qtDoL��z��R��"��LN0�9m%��lF�
�uEz��q�S��0��ث�%�r��j�P '�Y�+n�
�\�Nik$���m���*2U9�r���E�>��<��5�������wW
�����Q��Lg��ފB��]��Ӯ����q=DH~,�2?�V���/+K�['\r���vV��3��>�I6�їG�8��A��q�sz�A�w�[�X���vAMQ�W9��J��_�PV\ϧ����/�
)w*x��=
��落E���2���Ӥ?H�E�JFE�փ�ks
���"iƷt"����WY�����Dd׀���>m��KS#Dg5�!!3�23+1O?p�l�D4�f��_<a1qΞ&�ݗ����e`�o@E�����uD��.T	�"�F)�
(��!�^O���C�Fk� ��.2�W�p�4\*��&�A�ޥ2����WvƼ�K��X)�!5���/�•�<
�o���w��ӌP���Lu,Q���Y��޲&��DǟtB1l��G�7���*	�
c��jOR���$Stlo��l�?�a��;��C�O!ĕg�#pE&$6',m�����/��]�$�������sH��l����EZˀ`�Z�!��\]�Q��K�����Rs������C����Լ*,��"��d��V�2^���k?�~�7M��J뙂؆�Y���F��,����^��E�;"2&���t��v�]�Q��4�
��������9(���f���+ģ�N�C/jec�6��Ļ#g�ߎ��,�g�k�-ݴ����2����d��x{~�@�^'x�H���~N��{g�2�C�\�2�R���G�\�����a̍��!k��C
6\_+I�CN[��K~�!0۾�6O��}>>�pY���!�U��?k�f[W;����7�}��u��3|�R����!��Zr���������~�`-�&�w�U+���bk�jǰ�~��J�?�־���El��\]b�s����&���AA^*����Rŝecݞ�a<�q��*�4�9s���[h�)�+���^�$�^W�"�HHڶÈe�T_4M4��u�-n�E(-�6J��^QM�:�Rꁃ����Uq��*�T�t�¸�S�U&�wU��E
X@6[o量��ﮢ�R�W%6������Z/O_��էd �3�>�B|�.�Ǿ�Z�⍴tI�#4x_�)�-�aU]�4��5N�m�LUv0����7WN)\J!����t���\��Kq�M�mip��7����RTJ!��{��з.�[���1Ak�"��ˊ��1�r�S R��p7>[�7}��T�My-�ᄃe�$�Ǹ���Z�H��y�+�$d�_��S+8���X@wQ����Ȃ4�K��L���G����Y�Ąx�M���.]����h��Iӯ�7�q\n���ٙ;��c�wҟ�O���T�ׄ���?_�=i�V�)!g�i�#8��<�v�59�{p��9.�"��8������l-��j8m[Hm����nƠ�qk
�x�����Y��i�����o�lκx��m�l]n��	�#4�y��zZQg�4�ٜ�B��[9?^��Q%�M�޸��;��X�y}l�kt�u����r_Pv�I��"3Vct,���[����r}�:�0��1�@�Pv��4ۊ��Aw �����36e"�3�6��Ҕ����U����"m/bЕ/��;���P/((S�oص>.�>��5^Mz�0��Nhա5�v��@��/�&�zO}��=
Z���wW�-LAN���"��}�Y�Z\S(W��=�K0ǚZ����I�*̲$���w��J�� A�_n8�EQ�K�����ᾌ��Y�'c�P��Y��\��1�U������9�����$��$�=wHD�V�3�I�����"�j�j���L�N�7��$���5A��ey.PЛ�#�z��V�w-d�NN�4Jx��y�}K�	�����}Fb^9o�!�۴Q��
|��C5�$������nݢ�J�4p�`o�t��?|��p�3��aCyk�M@�U�*-��h��6#PUw�O}�$Y���[�<������'�;���	�a%R���#��@���VF2�a��ȏa�����jc����M��,�l�yӸ1�Z�q�C�t.bXg�I���J���NUldzٞ|*�>��I��R���M۴�:.�6t>c�oKgg���-W',���3|y�
mÿUgp�},�r�&��~?��՘8�I���{��/��{�yMx��d��&�ɕy�}&�۔���E+�z���;8q�>i����exBH-ڧtz��wsG|��«�v���F��닙Q��-��rN���dr�ğ&��eӆ�0g�kcV��|z�}�K�m5d�4:B�sg
�?iS���M����A>��4�I��3qn�� ��9�N_��HB#f%�c�;"���5e�������u���� �����=�0��2��D���%q�g_,�ۚ
X(wB�;q�C)�^P�)z�)�<�Y���O!y�9B���OИ�]��:x�[��֋㔘g����KM���&�g��{鑫��
�XKx�c�P�}T��jC��"���Ew�uLd� �Xc+�q!Q#�Xd?U�(�'=����|����
�L�zw9//�L�3$Y�&�� �L*�N��A���wT�X�}�����b�G��G��G���E�D��H�y�V�(�!A3j���*gbc5b�^���`�Mz�m#�~!�8J�B,��Y@�#��$�KR;8���W0�[��E�'9���N+�1���^zD��`�G����^�E�?_MKz{r:q�x˅��5�m+$�x+RIY��klX�����jH��&���]n#�@G�v�p�vop�p���š����@�$m�z�������Y�O|\�����᲼ί:��f#������dw��J��ja���O�v���e��/\�������s�L��"d;�b[
��1�_s".�b���Ҩ��Л���,�s��[0V/)J��ovG�x�G�f�.TP[ ��a��8��&�_
�|�La��&bC���3�9��4
H[5O
D`��Xf��g)�A����|�����E�3?$�� tP�8�0�u��X�Q�Gvr+�
V�|�,����Y�a��7�~���}��϶Z�A)�j�6���c���o�?���T�����9T@�M1��j�]�K}�A���'+ci�]�ߠ2�"1&X#��A�Xx�ƅ����J��E���T
G��__��+���ZE����b&��I/�����D-F���La2��T^���QP����jm=��7��bŊ����Q4j��2^pMp#6�v���H�����3M(��^1S��`9���U�����q����.XǗI0
�+,k�GsJ��IF�;Lk�G����v-�f5%����[��Ȧ�j�O�0��K��R�9����-�rRؗ�$KW����ud�0�3�D��9�&Irt?�2‚d�1g���p�$۰�%�ӝ^%��]!�9�)��a���`�/��Q��M�4�K%9��H�/ŷX�$�o�t�1��fa���.^�O:�h:�@��\@�FN�8��UϢ��X�g����@Q�bm�p��O���vh.���/ߋ��_����)_Q����wi��-�$��ŝ1���J��d�1�q<���4^{D�^��j�u�D�L��OH3gAhB؅y��:��`	P�3w#�Y,[������E�:�Đ��b�ꘇ�t�W�`�hũ'wlҦ�MWK���Y���+kt���B��}�
Ӽ�幂2v/�6`U6�
_�z�]�hyF7��*qGF9a�\��*�`>�U��m�u����[/�z[N���� ��I��F�}&�N�Z���H�U�N��*瀄Է[�rN��,�:��>����^�l_��7@��1���4�՞}	�6��	�X��[�x��
[�wH���������S���	.�2,.{�u��JC�o�!(�#:�eÔXt)1	Ȓ� E�)�D�6i	�<�	����U!�%q�mw.��v3�upWe��	��]�Չ�^����F��d Kp�B���(��;��_�\2�%Q�xKR��T���~XS��OR�����l�yO���S�����M�ɩ���Ғ�҅�[�,��=;���U-/>��L�1������_�m�9����`�:��.wp�m���wp30q��9����y�*A���;6V�g�����-�� ���A��t�ó�W[L�f���ug>��op���Һ!n��u��E៴����0S�x؆mK��)gl�%Y��j�I�W����RRB_�F��x����0���@c�r�Ph!Ё��ߺ�ͩ��7D)%īK{S�Poàă(*H_����rv�TPv,i��aA�׺�t���N
�e_����t���L\(��1�U�eK���!��;����q�V��s:%9שּׂm�M��x6~x�z1��Ҹ�fWް��T8�G[F��p�R�/�"��>��ۜ�U�
槓y��.i�)A�T#�O)�E�pK�����"Xa��"�5�,'��~q��F`*>��qTU�@�?;
,S��"���6q�N%c҄Xo�V��;TY3����ٗ�*4�3fV���uYn���J�J�Lk�|[�T�U���mjD��;��uJwv�l�rG�����L��BE=�ìr�Jn��P�H��XN�>)+�=J���ڣ0�������:^���cXZF��y�Z���p��5'��S���X!���x5��Ђ���]��a2�%I=X�[���Ay.���Tm~0�G��R����yu�P��Ȇ�n�<�͠.���8K���G4���*�ٮD���y���v�)�0q��������d���H�$B��f,�\�\���kQ�+��S�[��$�˲a�����y��Y"҆%�8�E�@Y0����y�G�+���)�!"B�H��d�3��燉>��#�_���K��\�J�,k��,��+�ý�C��qr���~nqPF0�ß�=�ӯ��nb�Yı�lEb�vm컕u�l��V�Y����ꠃH�v�Ӆ�.�2D5�EN���Q~��I�u�Y��2�
�[�ȉ����@B���,��O�N�xt#;�֣i��;{*��w*,7/��,�9Q�}�̱\���]��HhH�חo��v8��L⥢�SjM�Ħ�uY�B[E��'_����b&g���E"y���'�M�����.sIo���ǵ�vĴ�2F��բ*ģ�
q�S����_U���+5�և�r�5���P��T^��f�21���w>�l�6T��Gm3���R�1[Q���B�5�)b���l�� q��^�$�і*H�	�S3�M����)�[�j�K���~O���M��#^V}��*���%��$xH$'9�Yx(#��F��)dQ�H���W߮z�J�/nZXaZ'�ځ���
4k�θ�$w��-�V�I�EKu���>��)� ;��Z�\���Rb��(ÏZ7�|2�+�(�'��D#J�$:~PlN>=�Nǡo].F����	�f�9�fZ;͖0�/��b��原R�_q�q�9�e�X�ix���[�8��G-Xa��[�&+]��ڞ[�f���R)ң��w��7��^����UmUN��l<���5��.���H5Ɉz��1
���"�]-���
,��Z�ײޅ�#�J%��	>Ey�ݝv�/F����I�`�ҭ��o����_c�g��FX1|���W��J�L��K1W���*ˡQ�>����Y��|8��s��>V=������Ĺ����q�9lVꖻ�;�u��)����NU	R2���O��k#x��=A�����*\禅ți-��w|6���cå�U8�<,�?*�b嬤��M�*���5�藫~��|ٳ�A�H�
�F�ܐ{�|��Ņ�����yhpn�3}�UZj@W�E�0�WU��Fٝ{��y�,���#˦j^��`D���T����n>ú��jy֕T���i$P���������/�8;+{ۇ�C9O�D܄J���7Z�𚶐�lJi���`�5i٬��ۿ��*ۆ����|�%#oD�Ѻ�A�a�(�6E���J�-C�eIB��2�ԴO�.�;�Ǔa���`�p}��X������w��d�� �� NW�1���Ћy��v�'t�P,a���6�ڛތ@�M�.p]xRFc1z�6�0�*���������.ɻ��&Ti�ϸ?v����(����z�����i|��R���K�R��ǶW
�B��)E@�i����%�m{������>���0N���1�\�Q^Oų��[b�w4HY,�v��Ρ��L����L򰹇�5��S�*
z�߁��<-�*[$��%Q������m�jE�� �HOI��[$.�,��Jo�	#?�`�x��-�4�(���s�_��e��gc���{z{3w���ԗ�Ϙ+mAӀk�OO���acyӆ�@1ҟ�O����F)J�{����Uv����,�@��"�lݨ��۬@�,�]^9��lm��������ĕ@�?�`��+�����.`($M����	�����1�3���_�Aw�p2��A x~?,Ty)�f�.,$T��DC0��4Z��a��a��.s��Ȕ,҇E%qt Y�h��Q<"+�7�.Z�u�^��r���A�;�3�H�K�J�
(�B�,nӆ-�h�-uA@�l����	��muw?���I�n���҃���;�������U#X3\��u�zVmzA*M�d���������Ļ��J�0��������cXMnq2�[���'����	=�X��'��-NF�jl�`e\n��[���Z��G�s�����:<�w�_y�>��ȑ�1Z�8�hqpL�*vqDL�B_ -�~�y��kl���Z45��0&uD�����KZ|a煮���([E�F�(�1y)j<���+�x�m��E�,��Ͼ$5�j|����s�ƣL��B�2�TY3�˿��.�G'ң�݃GV���jt
��N��F�)[+%�֚�L����l9z��Y��]��żd�0|�l��gE������%���r�o���B*������l-u�g�umy���2��,z��F�8�}�&�Sv1�>�<�b���
��9E��<�~���pnQ����l�%0)��9����J�TUA,R�-���50t�!��y�
�V���_N����4s:90��/��b��`O���W��@�PUM��|!4B"�S�5���Ri��e	��8�`�����'E5���V=�Q�L�/z��|O7���IN��Mr�n���t��<�Mr�o��7v����䇳��ą}��%o)0�TS��#�����80�
����
{
��O՛nk	��x��~���e>�?��M�wLZ3�@k��݄�'j�ɷ!�;�*{
WNS�c7:���zOFS����8~�ɬ����jeNH]�e�&����6Q�|5�����PK��--6v�PK��R?Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txt�S�n�0<�_�?7i�t)bv�֮7����H���חZ*�,�@yv�������9�w�D'��	|l+��[Qb��$��ʞ�є�%Zi�r�Ԩ�ڀՙ{�2��c��hl`&p=���+�;� b2a!��4	���[|}+�rThH2?c���,��i��}Ģwճ�iw�A,Q�.�b��ȵt+·��F��M9���)?�]��
rMO�6"��0���W�3�������'��o	d��8�����_�C��&)Xϧ
�"f ����J6�5�~�<�oJ��H����e6��Zؾ�����f(����z7�s��K;!D�Cfa�`l`���;�t���$��.l_�C�sz{n�F��=%S�s|n��Fse}z�V��K�&�m������
MM6�-�%�1����KC��͖�bvk�
?��'4y�W���M���8~i]�o%z��2Eӭ<(넒8�D�Ŕ���_�PK&��PK��R)Artifacts/Deployment/HEAT/base_dummy.yaml��_k�0���).���:T�`�=�u� U�1�V�����	i,��w_�Z�L�^�C����$��^Oj�'a4��������R��܂�T���������������!�����7K,J����@Ma��r���߉^v9	��=Z�d���s�1�q���~����
����p,�Z(���-FG���:�k�
�QL��U���Džm�}�0�B
�ѢH�>c�(8dU�GW�����Hb��S��)�������aQ�,ͷrN�&k7J&q.�:�+>����|�p��"g)^�8j�\C�_�T��v�I�*��^�bd�C���k��}30�(
e�(�P�้�R�6�9��?����`ѣH��Ś�����ձ������;�&�qf��wi9>۵a������t��p��F���PKI@�>��PK��R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+�m
&�K6�{K���i�y�0nFJ�L�I�TNXv�ZHOõw9�β a�*��AS���~��G���͑��;s��RϽ`]�sY.h��>���.�W�PK,�P{y�PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU��� D�qW��� ���Xy���k�.g�Lf��Ⱥ����ǯ�Lͻ��8�	���yU��K	m)v6f�G�UYLp��'���ct���
��cC�[��\!�E6�3'��e$s�[:�
��PK�I��PK��RVArtifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgz�
���ko�8���+xJi{��H\�{������(���h��TEʉ/���7CJ�,�q�6)�p$j83��<���pq�~�����;�w�x�������޳N�������e!S���<�S��t�o���(coʢ�O�L�#�0����ڿ�{
���q�����n��yYV�'��R�Y*ђ�)@.�L�Qƣ��	IhpA'Ly��8动,Id���MD&����`
دH�"���A?=��S�&�U
��i�
H�8�g$�r�	�m�k�w��Ҷ�-��6��j&�%��/KȘGL9/=u���^������zNS.3E���a��?Y�����-49�L2dm�G[��`��`JS��i=�M�������E��O4��,U��>�u�$�W��u\'d*Hy�M�[�OH$��B�2%��F�L��3�����
���������	Dm��|P�g����k꿧���ON?�y�JG�o�;�����n���O]���4�SF �G<��ٿ?�#�9I3!��ϊ��%���\_��F���2�<&�(�����`�TLٞJ�������
q	)�=��֩���52ڮ���(�����mx6�]h�w��nќ�c����r����߆PܺqKg<`��'��cWX����ã������_@4� �VS������U�;Y��ܐ�$*)p��x�����'r!n\�sWH�� �BF\��8�"��q��	v<���D�W	�!<��Ut�<�hf���L�1�c;��^(j���I��FT,�K��|r�a]1'�^��%cvIb.2_�&��\%I��������g�Y�$3PA.q�bz�q9���΃m�fi]n��Ni������ϐ��M̖l�s]�4��p2�.OnvV[J�5{������.K���p����瓷�j�Hdx�y��w��R=.��qUO��^���5*g���ݵ�3MC���]���+�}v{�����ΛN��6�YZ
�.t.���i�T��iH�5�4�Anc����ϰ��e7D�仭7�x����{�&�?	\_�_��}�4�쁠�Ǩ�`
��m�����U��H����,='�k�����yU��F�H�n8*�b���1����%�n@^�G�e�1�"n�$�S��t)�	���qoN�d4�cE	����s~c�����Ǡ C]OI�\�����M�x.��j�{Y5qxr���,0����1n�a��DqЮ�M�KE���9ȩ0���k[��B������g���^
�h^�lᡬ��M+r.�`�,Gԅ�K�0I��c���Z�(�F��}�,[��4�*fEWɷAФƴ�<�XP��h�y
��v0U]��|��2��ݿ����>h�?:5��P��!L9��������������
���'���/dH՞u�.B�.f�SԱ>Ԡv�w�2M|S�Yi�^��Ff�!x.�iۄ����8�谾t�W�	���T�	[��r�3�T����qpm�DW1�{y�̄�\P�L�>̩ػ���AE_3���si*�E���&Ѿ� �n�R�h)P����LX�J���>q+V1Mh	�/��q�h峦\��)
az%u�dh�'Y|\��l��ս����[�P)n�����}OR�e #�|<V�E|��ׇ��en��W��:%X���]o5lk�A]�G��`�����"��䟊G�P��O�H�W�����E�)Cv�;]�Vm-yV�U�Y&�/�o�F��\W�_�ܟ�&ZF,5{�dSi�*N��_l�~ϳ�
��W���^���Ov��=L�'���̏�Ւ�]i&��䙢�8��n/-Jn?C%q��f�BH]u�J�����{+'6��1�=N����r�S�9��+!2�S9ٱ�2c��dR��aˤ e�d������r �d� ��PVv�Ü��f6g0�R�v����M��	T	x�����|�d�܂:\ͧK�]S+�_���f�S���S���n��j�lp΃S��c݇��KK��c�J�����;���z���W����i!����j�?T�?z�6��`���N�G�����������ݽ����9��o�07(lh(�{s<�����;�H�Z=N�m�"�jP�PY�kj�
0N�:��AU*�d5��Ů((�y�hT$	S����p�J�
���KZ�h�*ܶ�B�6fN�kc��E~óˌ�k������
�0�x�8',wr�i�$�Qf̞������m{C:�J̼�Ş���y	&���R�H�HU,?ZUxm�H��T
��Vv�q��T�*EyETL��{.8ZŃم3���\R�4�J�L���tcE��m���\�	�
���@0�h:7�#h�Ҍ�� KA����LM�N��/'��FA��u:q�5��n��{��x�}{8K�ch]���d��bc?����@
4�@
4�@
4�@
4�@
4�@
4�@
��[}PPK����
�
PK��R�R�B4E	csar.metaPK��R�|���kTOSCA-Metadata/TOSCA.metaPK��R�%��	}6*<Definitions/resource-BasicCnf-template.ymlPK��R�!�272^42Definitions/resource-BasicCnf-template-interface.ymlPK��R��m���
)�Definitions/resource-Compute-template.ymlPK��R[-�`�,�Definitions/resource-Novaserver-template.ymlPK��RڼI"�P?9Definitions/resource-BasiccnfComputeNodesHeatDummy-template.ymlPK��Rd?�=K/ADefinitions/resource-Globalcompute-template.ymlPK��R;)�*8�!Definitions/resource-BasicCnfNodesDummycvfc-template.ymlPK��R[�ahn:[Bj*Definitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPK��R+�@j5��H1Definitions/data.ymlPK��R�'}8�fDefinitions/groups.ymlPK��R0?��@@�mDefinitions/policies.ymlPK��R���C&;zDefinitions/annotations.ymlPK��R������|Definitions/relationships.ymlPK��R2ea�
��Definitions/artifacts.ymlPK��R�H�v~(�Definitions/capabilities.ymlPK��R8����Definitions/interfaces.ymlPK��R��--6v���Definitions/nodes.ymlPK��R&��?)�Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txtPK��RI@�>��)��Artifacts/Deployment/HEAT/base_dummy.yamlPK��R,�P{y�<v�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R�I��4Y�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK��R����
�
VI�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPKR�
2021-04-04T02:50:08.041Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-04T02:50:08.042Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/46b67933-882a-4000-98b9-dd766c4debf3/toscaModel|INFO|500||InvokeReturn
2021-04-04T02:50:08.047Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-04T02:50:08.047Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-04-04T02:50:08.047Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||VFCustomizationUUID= 127cb789-69ac-406e-9d9a-870e6b5010e0
2021-04-04T02:50:08.047Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 127cb789-69ac-406e-9d9a-870e6b5010e0 matches Tosca VF Customization UUID: 127cb789-69ac-406e-9d9a-870e6b5010e0
2021-04-04T02:50:08.047Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||vfCustomizationUUID: 127cb789-69ac-406e-9d9a-870e6b5010e0  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-04T02:50:08.050Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:08.050Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:08.051Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||resource request for resource customization id 127cb789-69ac-406e-9d9a-870e6b5010e0: {\"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-04T02:50:08.051Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7de0fdb3
2021-04-04T02:50:08.051Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:08.052Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-04T02:50:08.052Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 10b19eb1-1abb-401f-8c21-dc78270f843e
2021-04-04T02:50:08.052Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 10b19eb1-1abb-401f-8c21-dc78270f843e
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-04T02:50:08.054Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:08.055Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-04T02:50:08.055Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:50:08.055Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:08.055Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-04T02:50:08.055Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:50:08.055Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:08.056Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-04T02:50:08.056Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-04T02:50:08.056Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=62eee8f4-ba8a-4440-b3bc-e936a550fa1b
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-04T02:50:08.058Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:08.058Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-04T02:50:08.059Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:50:08.059Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:08.059Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-04T02:50:08.059Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=127cb789-69ac-406e-9d9a-870e6b5010e0
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-04T02:50:08.061Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:08.061Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:08.061Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5343c9ae-0a44-4498-9fd5-ca93c8e00149: basic_cnf
2021-04-04T02:50:08.062Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:08.062Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:08.062Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:08.062Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:08.062Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:08.062Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:08.062Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:08.062Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:08.063Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-04T02:50:08.063Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:50:08.063Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:08.201Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf de258328-bf02-4bd0-8c3d-4d40e2bb3c19 1 ASDC deployResourceStructure
2021-04-04T02:50:08.202Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:08.202Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:08.202Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-04T02:50:08.203Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:50:08.205Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:50:08.205Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504608202,
  "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-04T02:50:08.305Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:50:08.306Z||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-04T02:50:08.306Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:08.315Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:08.315Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:50:09.205Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:09.206Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:09.206Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-04T02:50:09.207Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:50:09.208Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:50:09.209Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504609205,
  "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-04T02:50:09.309Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:50:09.309Z||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-04T02:50:09.310Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:09.318Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:09.318Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:50:10.209Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:10.210Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:10.210Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:50:10.210Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:50:10.212Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:50:10.212Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504610209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:50:10.313Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:50:10.314Z||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-04T02:50:10.314Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:10.323Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:10.324Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:50:11.213Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:11.215Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:11.215Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:50:11.215Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:50:11.217Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:50:11.217Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504611213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-04T02:50:11.318Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:50:11.319Z||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-04T02:50:11.319Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:11.327Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:11.327Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:50:12.219Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:12.219Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:12.219Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:50:12.220Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:50:12.222Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:50:12.222Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504612219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-04T02:50:12.322Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:50:12.322Z||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-04T02:50:12.323Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:12.331Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:12.332Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-04T02:50:13.223Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:13.223Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||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-04T02:50:13.223Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T02:50:13.223Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:50:13.225Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:50:13.225Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504613222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:50:13.325Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:50:13.326Z||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-04T02:50:13.326Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:13.335Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:13.336Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-04T02:50:14.226Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-04T02:50:14.237Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e
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-04T02:50:14.240Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T02:50:14.240Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-04T02:50:14.240Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-04T02:50:14.240Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-04T02:50:14.240Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:50:14.240Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:50:14.240Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:50:14.240Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:50:14.240Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:50:14.240Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-04T02:50:14.240Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:50:14.327Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-04T02:50:14.548Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:50:14.548Z||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-04T02:50:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:14.567Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:14.567Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:50:14.568Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b12bc6e-838e-452b-bf98-6dc05c94349b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504536941,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T02:50:14.568Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:50:14.568Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:50:14.568Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:50:14.568Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:50:14.569Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:50:14.569Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:50:14.569Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:50:14.569Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:50:14.569Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:50:14.569Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:50:14.569Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:50:14.569Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:50:14.569Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:50:14.569Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:50:14.569Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504545902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504548387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504549626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:50:14.570Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:50:14.571Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504551102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:50:14.571Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:50:14.571Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-04T02:50:14.571Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504553676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:50:14.571Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:50:44.327Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e 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-04T02:50:44.335Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e and serviceModelVersionId: 5343c9ae-0a44-4498-9fd5-ca93c8e00149
2021-04-04T02:50:44.335Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3700f60a-dcaa-48f6-9f61-ee2ca6e079eb
2021-04-04T02:50:44.336Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3700f60a-dcaa-48f6-9f61-ee2ca6e079eb/model-vers/model-ver/5343c9ae-0a44-4498-9fd5-ca93c8e00149?depth=0
2021-04-04T02:50:44.343Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-04T02:50:44.436Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/3700f60a-dcaa-48f6-9f61-ee2ca6e079eb/model-vers/model-ver/5343c9ae-0a44-4498-9fd5-ca93c8e00149?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-04T02:50:44.437Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/3700f60a-dcaa-48f6-9f61-ee2ca6e079eb/model-vers/model-ver/5343c9ae-0a44-4498-9fd5-ca93c8e00149?depth=0|INFO|500||Invoke
2021-04-04T02:50:44.459Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/3700f60a-dcaa-48f6-9f61-ee2ca6e079eb/model-vers/model-ver/5343c9ae-0a44-4498-9fd5-ca93c8e00149?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-04T02:50:44.676Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/3700f60a-dcaa-48f6-9f61-ee2ca6e079eb/model-vers/model-ver/5343c9ae-0a44-4498-9fd5-ca93c8e00149?depth=0|INFO|500||InvokeReturn
2021-04-04T02:50:44.677Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/3700f60a-dcaa-48f6-9f61-ee2ca6e079eb/model-vers/model-ver/5343c9ae-0a44-4498-9fd5-ca93c8e00149?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210404-02:50:44:465-48819], vertex-id=[184552], Content-Length=[0], Date=[Sun, 04 Apr 2021 02:50:44 GMT], Content-Type=[application/json]}
2021-04-04T02:50:44.677Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-04-04T02:50:44.678Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-04T02:50:44.678Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-04T02:50:44.686Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-04T02:50:44.686Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b6f0c2a-1889-4ebf-a198-4a41d8596d1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-04T02:50:44.686Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-04T02:50:44.686Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:50:44.688Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:50:44.688Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504644686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T02:50:44.789Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-04T02:50:44.790Z||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-04T02:50:44.790Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:44.848Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:44.849Z||pool-89-thread-1|||||INFO|500||cambria reply ok (60 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-04T02:50:45.701Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:50:45.702Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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-04T02:50:45.703Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:50:55.240Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:50:55.240Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:50:55.241Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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-04T02:50:55.241Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:51:04.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:51:04.779Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:51:14.545Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:51:14.546Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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-04T02:51:14.546Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:51:14.548Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:51:14.548Z||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-04T02:51:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:51:14.563Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:51:14.563Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:51:14.563Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504554682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-04T02:51:14.564Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:51:24.083Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:52:14.545Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:52:14.548Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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-04T02:52:14.548Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:52:14.548Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:52:14.548Z||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-04T02:52:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:52:14.641Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:52:14.642Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.642Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504555685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504556689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8424e1d-b3a5-49bd-a872-948a0b2ed06e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504587953,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-04T02:52:14.643Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504537956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504598639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504600960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.644Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504602603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504604090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504605488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504606734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504608202,
  "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-04T02:52:14.645Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504609205,
  "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-04T02:52:14.645Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504610209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504611213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504612219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:52:14.645Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504613222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-04T02:52:14.646Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:52:24.160Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:52:34.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:53:14.545Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:53:14.546Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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-04T02:53:14.546Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:53:14.548Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:53:14.548Z||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-04T02:53:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:53:15.067Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:53:15.067Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-04T02:53:15.067Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b6f0c2a-1889-4ebf-a198-4a41d8596d1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617504644686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T02:53:15.068Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:53:24.087Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:54:14.545Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:54:14.545Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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-04T02:54:14.546Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:54:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:54:14.548Z||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-04T02:54:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:54:24.084Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:54:24.096Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:54:49.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.75.177
2021-04-04T02:55:14.545Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:55:14.545Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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-04T02:55:14.546Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:55:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:55:14.548Z||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-04T02:55:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:55:24.083Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:55:24.085Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:55:34.092Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:56:14.545Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:56:14.546Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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-04T02:56:14.546Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:56:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:56:14.548Z||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-04T02:56:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:56:19.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:56:24.083Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:56:24.170Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:57:04.090Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:57:14.545Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:57:14.547Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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-04T02:57:14.547Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:57:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:57:14.548Z||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-04T02:57:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:57:24.087Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:57:24.172Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:57:49.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.75.177
2021-04-04T02:58:14.545Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:58:14.546Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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-04T02:58:14.546Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:58:14.548Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:58:14.548Z||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-04T02:58:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:58:24.084Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:58:24.100Z|0b6f0c2a-1889-4ebf-a198-4a41d8596d1e|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-04T02:58:34.086Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146