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=a+fnTcBjG[q;U[W]Kf.OhGh] -Dspring.config.additional-location=/app/config/override.yaml  

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

2021-04-30T02:21:55.032Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-845d4495b5-s8rcb with PID 15 (/app/app.jar started by so in /app)
2021-04-30T02:21:55.035Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-30T02:21:55.036Z||main|||||INFO|500||The following profiles are active: basic
2021-04-30T02:21:59.771Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-30T02:21:59.772Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-30T02:21:59.896Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-30T02:22:01.278Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-30T02:22:01.399Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-30T02:22:01.528Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-30T02:22:01.594Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-30T02:22:02.617Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: requestDB
	...]
2021-04-30T02:22:02.755Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-30T02:22:02.759Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-30T02:22:03.072Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-30T02:22:03.491Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-30T02:22:05.239Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: catalogDB
	...]
2021-04-30T02:22:05.431Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-30T02:22:07.286Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-30T02:22:07.303Z||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$$eba79929.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-30T02:22:07.304Z||main|||||WARN|500||The sdc end point is not alive
2021-04-30T02:22:08.250Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-30T02:22:09.472Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-30T02:22:11.074Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-30T02:22:11.987Z||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-30T02:22:13.750Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:22:13.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:22:13.765Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:22:13.786Z||main|||||INFO|500||Started Application in 20.854 seconds (JVM running for 21.757)
2021-04-30T02:22:13.826Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:22:13.857Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a3f7ec7-430c-4b8b-968e-6a4308cd739e url= /sdc/v1/artifactTypes
2021-04-30T02:22:13.857Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:22:14.956Z||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.28.231] 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-30T02:22:14.959Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74f18025
2021-04-30T02:22:14.959Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T02:22:14.965Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T02:22:14.966Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T02:22:14.967Z||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-30T02:23:03.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:23:03.748Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:23:03.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:23:03.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:23:03.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35e5d687-307d-4070-ad7d-4fb75bb3a031 url= /sdc/v1/artifactTypes
2021-04-30T02:23:03.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:23:04.847Z||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.28.231] 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-30T02:23:04.847Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@305fbcbd
2021-04-30T02:23:04.847Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T02:23:04.848Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T02:23:04.848Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T02:23:04.848Z||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-30T02:23:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:23:53.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:23:53.748Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:23:53.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:23:53.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:23:53.763Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6b4dcc8d-6961-410d-a4f7-53871ae3d049 url= /sdc/v1/artifactTypes
2021-04-30T02:23:53.764Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:23:54.862Z||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.28.231] 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-30T02:23:54.862Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9b03b3c
2021-04-30T02:23:54.862Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T02:23:54.862Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T02:23:54.863Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T02:23:54.863Z||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-30T02:24:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T02:24:43.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:24:43.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:24:43.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:24:43.759Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:24:43.766Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ab6a402d-f860-4d11-8d98-47e5408b8f6a url= /sdc/v1/artifactTypes
2021-04-30T02:24:43.767Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:24:44.846Z||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.28.231] 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-30T02:24:44.847Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a655bb7
2021-04-30T02:24:44.848Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T02:24:44.848Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T02:24:44.848Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T02:24:44.849Z||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-30T02:25:33.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:25:33.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:25:33.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:25:33.757Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:25:33.764Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e25ff506-8e0a-4a6f-93d9-d322bdcf2a8e url= /sdc/v1/artifactTypes
2021-04-30T02:25:33.764Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:25:34.798Z||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.28.231] 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-30T02:25:34.798Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5918015d
2021-04-30T02:25:34.798Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T02:25:34.799Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T02:25:34.799Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T02:25:34.799Z||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-30T02:26:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:26:23.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:26:23.748Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:26:23.748Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:26:23.755Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:26:23.762Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f75cffc9-ef77-42d7-97b1-d4ae2ff4a86e url= /sdc/v1/artifactTypes
2021-04-30T02:26:23.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:26:24.778Z||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.28.231] 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-30T02:26:24.779Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23517f15
2021-04-30T02:26:24.779Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T02:26:24.779Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T02:26:24.779Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T02:26:24.780Z||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-30T02:27:13.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:27:13.750Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:27:13.750Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:27:13.759Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:27:13.765Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cf9c9b77-9d9c-40b9-84f7-f478e180c39e url= /sdc/v1/artifactTypes
2021-04-30T02:27:13.819Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:27:13.979Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-30T02:27:13.979Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e2f414
2021-04-30T02:27:13.979Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-30T02:27:13.980Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5003",
      "text": "Error: Not authorized to use the API.",
      "variables": []
    }
  }
}
2021-04-30T02:27:13.980Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-30T02:27:13.980Z||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-30T02:27:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T02:28:03.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:28:03.748Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:28:03.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:28:03.754Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:28:03.758Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4534942d-a604-4137-b9cb-f1037c81737e url= /sdc/v1/artifactTypes
2021-04-30T02:28:03.759Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:28:03.884Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-30T02:28:03.897Z||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-30T02:28:03.915Z||scheduling-1|||||DEBUG|500||create keys
2021-04-30T02:28:03.921Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-30T02:28:03.944Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:28:03.960Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0d8d94e4-2270-4004-b070-dc1281b267e8 url= /sdc/v1/registerForDistribution
2021-04-30T02:28:04.229Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0d8d94e4-2270-4004-b070-dc1281b267e8 url= /sdc/v1/registerForDistribution
2021-04-30T02:28:04.230Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-30T02:28:04.240Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:28:04.241Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:28:04.320Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-30T02:28:04.322Z||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-30T02:28:04.321Z||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-30T02:28:04.322Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:28:04.322Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:28:14.680Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:28:14.739Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:28:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T02:29:04.238Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:29:04.239Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:29:04.240Z||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-30T02:29:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:29:04.240Z||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-30T02:29:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:29:13.953Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:29:13.961Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:29:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.69.146
2021-04-30T02:30:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:30:04.239Z||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-30T02:30:04.239Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:30:04.239Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:30:04.240Z||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-30T02:30:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:30:13.951Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:30:13.952Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:30:43.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.68.27
2021-04-30T02:31:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:31:04.238Z||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-30T02:31:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:31:04.239Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:31:04.240Z||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-30T02:31:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:31:13.864Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:31:13.950Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:31:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T02:32:04.237Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:32:04.238Z||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-30T02:32:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:32:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:32:04.241Z||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-30T02:32:04.241Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:32:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T02:32:13.786Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:32:13.786Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:32:42.744Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-30T02:33:04.237Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:33:04.239Z||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-30T02:33:04.239Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:33:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:33:04.240Z||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-30T02:33:04.241Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:33:13.862Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:33:13.862Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:33:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:34:04.237Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:34:04.238Z||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-30T02:34:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:34:04.239Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:34:04.240Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:34:04.240Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:34:13.862Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:34:13.864Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:35:04.237Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:35:04.239Z||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-30T02:35:04.239Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:35:04.239Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:35:04.240Z||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-30T02:35:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:35:13.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T02:35:13.784Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:35:13.789Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:36:04.237Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:36:04.238Z||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-30T02:36:04.239Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:36:04.239Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:36:04.240Z||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-30T02:36:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:36:13.862Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:36:13.951Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:36:43.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:37:04.237Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:37:04.238Z||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-30T02:37:04.239Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:37:04.239Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:37:04.240Z||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-30T02:37:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:37:13.950Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:37:13.951Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:38:04.237Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:38:04.239Z||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-30T02:38:04.239Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:38:04.239Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:38:04.240Z||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-30T02:38:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:38:13.860Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:38:13.886Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:38:58.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T02:39:04.237Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:39:04.238Z||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-30T02:39:04.239Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:39:04.239Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:39:04.240Z||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-30T02:39:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:39:13.863Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:39:13.878Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:39:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.68.27
2021-04-30T02:40:04.237Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:40:04.238Z||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-30T02:40:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:40:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:40:04.240Z||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-30T02:40:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:40:13.865Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:40:13.950Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:40:28.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T02:41:04.237Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:41:04.238Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:41:04.238Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:41:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:41:04.242Z||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-30T02:41:04.320Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:41:13.861Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:41:13.962Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:41:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:42:04.237Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:42:04.238Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:42:04.238Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:42:04.240Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:42:04.241Z||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-30T02:42:04.242Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:42:13.782Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:42:13.783Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:42:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T02:43:04.237Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:43:04.238Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:43:04.239Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:43:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:43:04.240Z||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-30T02:43:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:43:13.803Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:43:13.851Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:43:28.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T02:44:04.237Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:44:04.238Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:44:04.238Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:44:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:44:04.240Z||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-30T02:44:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:44:13.860Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:44:13.861Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:44:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:45:04.237Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:45:04.238Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:45:04.238Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:45:04.239Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:45:04.240Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:45:04.240Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:45:13.858Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:45:13.858Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:45:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T02:46:04.239Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:46:04.241Z||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-30T02:46:04.241Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:46:04.238Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:46:04.244Z||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-30T02:46:04.244Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:46:13.954Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:46:13.954Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:47:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:47:04.238Z||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-30T02:47:04.239Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:47:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:47:04.240Z||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-30T02:47:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:47:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:47:13.948Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:47:13.960Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:47:58.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T02:48:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:48:04.238Z||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-30T02:48:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:48:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:48:04.240Z||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-30T02:48:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:48:13.784Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:48:13.847Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:49:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:49:04.238Z||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-30T02:49:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:49:04.239Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:49:04.240Z||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-30T02:49:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:49:13.965Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:49:13.976Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:49:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T02:50:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:50:04.238Z||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-30T02:50:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:50:04.239Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:50:04.240Z||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-30T02:50:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:50:13.749Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:50:13.846Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:50:13.848Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:51:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:51:04.238Z||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-30T02:51:04.239Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:51:04.239Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:51:04.240Z||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-30T02:51:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:51:13.948Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:51:13.949Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:52:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:52:04.238Z||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-30T02:52:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:52:04.239Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:52:04.240Z||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-30T02:52:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:52:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T02:52:13.853Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:52:13.861Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:53:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:53:04.238Z||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-30T02:53:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:53:04.239Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:53:04.240Z||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-30T02:53:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:53:13.780Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:53:13.782Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:53:43.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.69.146
2021-04-30T02:54:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:54:04.238Z||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-30T02:54:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:54:04.239Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:54:04.240Z||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-30T02:54:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:54:13.861Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:54:13.867Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:55:04.238Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:55:04.239Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:55:04.241Z||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-30T02:55:04.241Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:55:04.241Z||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-30T02:55:04.241Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:55:13.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.68.27
2021-04-30T02:55:13.950Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:55:13.950Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:55:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T02:56:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:56:04.238Z||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-30T02:56:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:56:04.239Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:56:04.240Z||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-30T02:56:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:56:13.864Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:56:13.950Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:56:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:57:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:57:04.238Z||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-30T02:57:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:57:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:57:04.240Z||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-30T02:57:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:57:13.791Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:57:13.872Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:57:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T02:58:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:58:04.238Z||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-30T02:58:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:58:04.239Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:58:04.240Z||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-30T02:58:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:58:13.754Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T02:58:13.856Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:58:13.857Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:58:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.69.146
2021-04-30T02:59:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:59:04.238Z||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-30T02:59:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:59:04.239Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:59:04.240Z||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-30T02:59:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:59:13.846Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T02:59:13.850Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:00:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:00:04.237Z||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-30T03:00:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:00:04.239Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:00:04.240Z||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-30T03:00:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:00:13.784Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:00:13.851Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:00:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T03:01:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:01:04.238Z||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-30T03:01:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:01:04.239Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:01:04.240Z||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-30T03:01:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:01:13.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T03:01:14.442Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:01:14.443Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:01:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T03:02:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:02:04.238Z||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-30T03:02:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:02:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:02:04.240Z||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-30T03:02:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:02:13.948Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:02:13.951Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:02:43.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T03:03:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:03:04.238Z||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-30T03:03:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:03:04.239Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:03:04.240Z||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-30T03:03:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:03:13.859Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:03:13.865Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:04:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:04:04.239Z||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-30T03:04:04.239Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:04:04.239Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:04:04.240Z||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-30T03:04:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:04:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T03:04:13.860Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:04:13.948Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:04:58.752Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.68.27
2021-04-30T03:05:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:05:04.238Z||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-30T03:05:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:05:04.239Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:05:04.240Z||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-30T03:05:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:05:13.776Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:05:13.776Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:06:04.238Z||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-30T03:06:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:06:04.240Z||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-30T03:06:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:04.730Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:04.737Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.738Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619751946816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.824Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.824Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.824Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "clamp",
  "timestamp": 1619751941605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619751946816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "clamp",
  "timestamp": 1619751941605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "cds",
  "timestamp": 1619751952335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619751946816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "clamp",
  "timestamp": 1619751941605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "cds",
  "timestamp": 1619751952335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619751946816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "clamp",
  "timestamp": 1619751941605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "cds",
  "timestamp": 1619751952335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619751946816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "clamp",
  "timestamp": 1619751941605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "cds",
  "timestamp": 1619751952335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619751946816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "clamp",
  "timestamp": 1619751941605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "cds",
  "timestamp": 1619751952335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619751956643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619751946816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "clamp",
  "timestamp": 1619751941605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "cds",
  "timestamp": 1619751952335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619751956643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "policy-id",
  "timestamp": 1619751958047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619751958244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "cds",
  "timestamp": 1619751952335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619751956643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619751959547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "policy-id",
  "timestamp": 1619751958047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619751958244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619751956643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "policy-id",
  "timestamp": 1619751958047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619751958244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "cds",
  "timestamp": 1619751961266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619751956643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "dcae-sch",
  "timestamp": 1619751960885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "policy-id",
  "timestamp": 1619751958047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619751961754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619751958244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "cds",
  "timestamp": 1619751962281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-04-30T03:06:04.867Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:06:04.867Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.868Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"99eaca79-3485-4971-bd0d-a91472b0bcbc","serviceName":"basic_onboard_xyRIBo","serviceVersion":"1.0","serviceUUID":"14c110eb-fe28-4fc4-82bf-7e251ac8e63e","serviceDescription":"service","serviceInvariantUUID":"7ae703e3-d419-4cad-a273-3bda0f780232","resources":[{"resourceInstanceName":"basic_onboard_xyRIBo 0","resourceName":"basic_onboard_xyRIBo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3446ea54-61dc-4363-a978-a6f3182d2b1d","resourceInvariantUUID":"03dcb67e-7588-4a4e-8b4b-68a4de4ae529","resourceCustomizationUUID":"3f826807-9f2c-4c5a-bb43-de89504bfec5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml","artifactChecksum":"NTVhYTYzZGRiMDAxYWM4MzRhZThiZGJlYmY0NmJiYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e779b09d-6586-4135-8997-72f942f4f6cf","artifactVersion":"1"},{"artifactName":"basic_onboard_xyribo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json","artifactChecksum":"ZDY1OTg4MzFjYjViMzlmNWM2ZTUwNjdjY2FmNDg3ZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ec5a10-1614-402a-a116-4653b3f93f60","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"21c1460d-7f4a-4312-aae4-e0e50c5a96e6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4bbbd56d-b56f-4969-beef-3ac1469a898a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"edf941e6-ea8e-4960-8571-5a078f9755fc","artifactVersion":"2","generatedFromUUID":"21c1460d-7f4a-4312-aae4-e0e50c5a96e6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXyribo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml","artifactChecksum":"MzUyOTI0YWIwNmRkYTBmNjdiNTFmNTJmYmM0MWI1YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9780d7bc-0d81-4551-887e-1c41ea0d83f7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXyribo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar","artifactChecksum":"NjNjY2QzYzU3OGUxM2IwZGNkNjdhYmRmOTFjMjkzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15292484-5a39-4cf1-bd69-faff6a7da04f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T03:06:04.871Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:04.875Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:04.883Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:04.883Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
  "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-30T03:06:04.970Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99eaca79-3485-4971-bd0d-a91472b0bcbc
2021-04-30T03:06:04.986Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-30T03:06:04.989Z||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-30T03:06:04.989Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:04.994Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99eaca79-3485-4971-bd0d-a91472b0bcbc and ComponentName cds
2021-04-30T03:06:05.000Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:05.000Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, 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-30T03:06:05.020Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.020Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619751956643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:05.021Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:05.021Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.021Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "dcae-sch",
  "timestamp": 1619751960885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:05.022Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:05.022Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.022Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "policy-id",
  "timestamp": 1619751958047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:05.022Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:05.022Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.023Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619751958244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T03:06:05.023Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:05.023Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.023Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619751956643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:06:05.023Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:05.023Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619751963536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "dcae-sch",
  "timestamp": 1619751960885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "policy-id",
  "timestamp": 1619751958047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:05.025Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:05.025Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.025Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619751958244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:05.025Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:06:05.892Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:05.893Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:05.894Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:05.894Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:06:05.994Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:05.995Z||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-30T03:06:05.995Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:06.006Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:06.007Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:06.895Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:06.896Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:06.899Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:06.899Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:06:07.000Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:06:07.001Z||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-30T03:06:07.001Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:07.011Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:07.011Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:06:07.900Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:07.901Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:07.904Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:07.904Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:08.004Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:08.005Z||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-30T03:06:08.005Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:08.017Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:08.018Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:08.904Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:08.905Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:08.907Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:08.907Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T03:06:09.007Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:09.009Z||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-30T03:06:09.009Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:09.019Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:09.020Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:09.908Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:09.909Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:09.912Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:09.912Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:06:10.012Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:10.013Z||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-30T03:06:10.013Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:10.023Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:10.024Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:10.913Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:10.914Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:10.917Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:10.917Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:06:11.017Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:11.017Z||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-30T03:06:11.018Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:11.032Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:11.033Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:06:11.919Z||pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "serviceName": "basic_onboard_xyRIBo",
  "serviceVersion": "1.0",
  "serviceUUID": "14c110eb-fe28-4fc4-82bf-7e251ac8e63e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7ae703e3-d419-4cad-a273-3bda0f780232",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_xyRIBo 0",
      "resourceCustomizationUUID": "3f826807-9f2c-4c5a-bb43-de89504bfec5",
      "resourceName": "basic_onboard_xyRIBo",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3446ea54-61dc-4363-a978-a6f3182d2b1d",
      "resourceInvariantUUID": "03dcb67e-7588-4a4e-8b4b-68a4de4ae529",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_xyribo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
          "artifactChecksum": "ZDY1OTg4MzFjYjViMzlmNWM2ZTUwNjdjY2FmNDg3ZTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ec5a10-1614-402a-a116-4653b3f93f60",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "21c1460d-7f4a-4312-aae4-e0e50c5a96e6",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "edf941e6-ea8e-4960-8571-5a078f9755fc",
            "generatedFromUUID": "21c1460d-7f4a-4312-aae4-e0e50c5a96e6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "edf941e6-ea8e-4960-8571-5a078f9755fc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardXyribo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
      "artifactChecksum": "NjNjY2QzYzU3OGUxM2IwZGNkNjdhYmRmOTFjMjkzYWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "15292484-5a39-4cf1-bd69-faff6a7da04f"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T03:06:11.919Z||pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T03:06:11.920Z||pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 14c110eb-fe28-4fc4-82bf-7e251ac8e63e ASDC
2021-04-30T03:06:12.035Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:99eaca79-3485-4971-bd0d-a91472b0bcbc
ServiceName:basic_onboard_xyRIBo
ServiceVersion:1.0
ServiceUUID:14c110eb-fe28-4fc4-82bf-7e251ac8e63e
ServiceInvariantUUID:7ae703e3-d419-4cad-a273-3bda0f780232
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXyribo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar
ArtifactUUID:15292484-5a39-4cf1-bd69-faff6a7da04f
ArtifactChecksum:NjNjY2QzYzU3OGUxM2IwZGNkNjdhYmRmOTFjMjkzYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xyRIBo 0
ResourceCustomizationUUID:3f826807-9f2c-4c5a-bb43-de89504bfec5
ResourceInvariantUUID:03dcb67e-7588-4a4e-8b4b-68a4de4ae529
ResourceName:basic_onboard_xyRIBo
ResourceType:VF
ResourceUUID:3446ea54-61dc-4363-a978-a6f3182d2b1d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xyribo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json
ArtifactUUID:a8ec5a10-1614-402a-a116-4653b3f93f60
ArtifactChecksum:ZDY1OTg4MzFjYjViMzlmNWM2ZTUwNjdjY2FmNDg3ZTQ=
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/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:21c1460d-7f4a-4312-aae4-e0e50c5a96e6
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/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env
ArtifactUUID:edf941e6-ea8e-4960-8571-5a078f9755fc
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/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env
ArtifactUUID:edf941e6-ea8e-4960-8571-5a078f9755fc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T03:06:12.036Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14c110eb-fe28-4fc4-82bf-7e251ac8e63e 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-30T03:06:12.147Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:06:12.148Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:06:12.149Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:06:12.149Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 15292484-5a39-4cf1-bd69-faff6a7da04f from URL: /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:12.149Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:06:12.150Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:12.899Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:06:12.909Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar 15292484-5a39-4cf1-bd69-faff6a7da04f 70256
2021-04-30T03:06:12.910Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar ASDC sendASDCNotification
2021-04-30T03:06:12.910Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:12.911Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:06:12.920Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:12.922Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:12.923Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751972909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:06:13.022Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:06:13.023Z||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-30T03:06:13.023Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:13.033Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:13.034Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:13.923Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:06:13.925Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:06:13.926Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 15292484-5a39-4cf1-bd69-faff6a7da04f, URL: /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar to file: /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:13.927Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:14.120Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:14.120Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:14.462Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11019225492637695470/Definitions/service-BasicOnboardXyribo-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-30T03:06:16.039Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T03:06:16.043Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xyRIBo 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xyRIBo 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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:06:16.051Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:16.053Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.055Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:16.055Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:06:16.056Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:06:16.057Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:16.057Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.057Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:16.057Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:06:16.057Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:06:16.058Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:16.058Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.060Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:16.060Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is not matching search criteria
2021-04-30T03:06:16.060Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-30T03:06:16.061Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-30T03:06:16.061Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-30T03:06:16.061Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T03:06:16.061Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T03:06:16.061Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:16.061Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T03:06:16.062Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:16.062Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:16.062Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:06:16.062Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:16.062Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:16.062Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:06:16.063Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:16.063Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:16.063Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:06:16.063Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:16.063Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is not matching search criteria
2021-04-30T03:06:16.063Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=51946161-44b2-4db0-a12c-8426530f29f4
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.065Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:16.065Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.065Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_xyRIBo
Description:service
Model UUID:14c110eb-fe28-4fc4-82bf-7e251ac8e63e
Model Version:NULL
Model InvariantUuid:7ae703e3-d419-4cad-a273-3bda0f780232
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_xyRIBo
Model UUID:4c1abae5-7372-4883-8c62-ce80671ea481
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:03dcb67e-7588-4a4e-8b4b-68a4de4ae529
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3f826807-9f2c-4c5a-bb43-de89504bfec5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fdb6d468-bbc5-4917-a42a-66b707612335
ModelName:BasicOnboardXyribo..base_ubuntu18..module-0
ModelUuid:781597a0-ba3a-4643-85f2-778d43ad5631
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:51946161-44b2-4db0-a12c-8426530f29f4
ModelInvariantUuid:5a435eda-68d6-4895-b8f8-0ae3546f8aeb
ModelName:basic_onboard_xyRIBo-nodes.ubuntu18Cvfc
ModelUuid:cc067336-48b0-46ab-8694-cdd8a0b9cdab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b9b3b080-0dd9-44b1-8195-0f72141754ef
ModelInvariantUuid:3527b51f-ad54-4a03-9ec2-afe13ea4227d
ModelName:BasicOnboardXyribo.compute.nodes.heat.ubuntu18
ModelUuid:9069d6f6-f5ad-479c-a14a-645c4452a113
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-30T03:06:16.133Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3446ea54-61dc-4363-a978-a6f3182d2b1d
2021-04-30T03:06:16.145Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-30T03:06:16.203Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||basic_onboard_xyRIBo 0
2021-04-30T03:06:16.211Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3446ea54-61dc-4363-a978-a6f3182d2b1d
2021-04-30T03:06:16.211Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: a8ec5a10-1614-402a-a116-4653b3f93f60 from URL: /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json
2021-04-30T03:06:16.212Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:06:16.212Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json
2021-04-30T03:06:17.725Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:06:17.726Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json a8ec5a10-1614-402a-a116-4653b3f93f60 798
2021-04-30T03:06:17.726Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json ASDC sendASDCNotification
2021-04-30T03:06:17.726Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json
2021-04-30T03:06:17.726Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:06:17.726Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:17.728Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:17.728Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751977726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:06:17.828Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:17.829Z||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-30T03:06:17.829Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:17.840Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:17.840Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:18.729Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXyribo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fdb6d468-bbc5-4917-a42a-66b707612335",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "781597a0-ba3a-4643-85f2-778d43ad5631",
    "vfModuleModelCustomizationUUID": "878c9d62-8d11-4908-bcad-9ef6817865d2",
    "isBase": true,
    "artifacts": [
      "21c1460d-7f4a-4312-aae4-e0e50c5a96e6",
      "edf941e6-ea8e-4960-8571-5a078f9755fc"
    ],
    "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-30T03:06:18.749Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXyribo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:781597a0-ba3a-4643-85f2-778d43ad5631
VfModuleModelInvariantUUID:fdb6d468-bbc5-4917-a42a-66b707612335
VfModuleModelDescription:NULL
Artifacts UUID List:{
21c1460d-7f4a-4312-aae4-e0e50c5a96e6
,
edf941e6-ea8e-4960-8571-5a078f9755fc

}
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-30T03:06:18.752Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXyribo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fdb6d468-bbc5-4917-a42a-66b707612335",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "781597a0-ba3a-4643-85f2-778d43ad5631",
    "vfModuleModelCustomizationUUID": "878c9d62-8d11-4908-bcad-9ef6817865d2",
    "isBase": true,
    "artifacts": [
      "21c1460d-7f4a-4312-aae4-e0e50c5a96e6",
      "edf941e6-ea8e-4960-8571-5a078f9755fc"
    ],
    "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-30T03:06:18.752Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXyribo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:781597a0-ba3a-4643-85f2-778d43ad5631
VfModuleModelInvariantUUID:fdb6d468-bbc5-4917-a42a-66b707612335
VfModuleModelDescription:NULL
Artifacts UUID List:{
21c1460d-7f4a-4312-aae4-e0e50c5a96e6
,
edf941e6-ea8e-4960-8571-5a078f9755fc

}
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-30T03:06:18.752Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 21c1460d-7f4a-4312-aae4-e0e50c5a96e6 from URL: /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml
2021-04-30T03:06:18.752Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:06:18.753Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml
2021-04-30T03:06:20.535Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:06:20.535Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml 21c1460d-7f4a-4312-aae4-e0e50c5a96e6 5033
2021-04-30T03:06:20.536Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-30T03:06:20.536Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml
2021-04-30T03:06:20.536Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:06:20.536Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:20.538Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:20.538Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751980536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:06:20.638Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:20.639Z||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-30T03:06:20.639Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:20.649Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:20.650Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:21.538Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: edf941e6-ea8e-4960-8571-5a078f9755fc from URL: /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env
2021-04-30T03:06:21.539Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:06:21.539Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env
2021-04-30T03:06:22.544Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:06:22.544Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env edf941e6-ea8e-4960-8571-5a078f9755fc 909
2021-04-30T03:06:22.545Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-30T03:06:22.545Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env
2021-04-30T03:06:22.545Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:06:22.545Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:22.546Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:22.547Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751982545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:06:22.647Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:22.648Z||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-30T03:06:22.648Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:22.657Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:22.658Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:23.547Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 14c110eb-fe28-4fc4-82bf-7e251ac8e63e
2021-04-30T03:06:23.548Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xyRIBo 0 3446ea54-61dc-4363-a978-a6f3182d2b1d 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-30T03:06:23.646Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:23.646Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:23.646Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: 4c1abae5-7372-4883-8c62-ce80671ea481 
2021-04-30T03:06:23.646Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: 4c1abae5-7372-4883-8c62-ce80671ea481
2021-04-30T03:06:23.655Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel to get resource 
2021-04-30T03:06:23.681Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel
2021-04-30T03:06:23.683Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|INFO|500||Invoke
2021-04-30T03:06:23.683Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-30T03:06:23.683Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel
2021-04-30T03:06:23.684Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||Method      : GET
2021-04-30T03:06:23.684Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/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:"99eaca79-3485-4971-bd0d-a91472b0bcbc", X-RequestID:"99eaca79-3485-4971-bd0d-a91472b0bcbc", X-TransactionID:"99eaca79-3485-4971-bd0d-a91472b0bcbc", X-ECOMP-RequestID:"99eaca79-3485-4971-bd0d-a91472b0bcbc", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"8f2b8e2a-40e8-4921-a206-3de4985e1d02"]
2021-04-30T03:06:23.684Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||Request body: 
2021-04-30T03:06:23.684Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||==========================request end================================================
2021-04-30T03:06:24.696Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-30T03:06:24.697Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-30T03:06:24.698Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||Status text  : OK
2021-04-30T03:06:24.698Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||Headers      : [Set-Cookie:"JSESSIONID=node0tov9z5ei85hu10fi90821bimn285.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardXyribo-csar.csar"", Content-MD5:"MjE3NmNiZDQxZGIwZGQ5ZWQ5YzllMTc1OTUwZmYzZjM=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"99eaca79-3485-4971-bd0d-a91472b0bcbc", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-30T03:06:24.731Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||Response body: PK��R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM���0D�|E~�-]��6�D+��F��:�c$��dd��{�����p#E��H�$�!��]s2~���3^�6��%�l'dEFsa�gzZ���_h�r��J0`��KB�^E’@i?b�m����Nή���/�+��\�ʕ���v`�PK#�6��PK��R4Definitions/resource-BasicOnboardXyribo-template.yml�Ys�����
�z�t�`�2sg��$mN[gOӾ0�C��ί��"0��q_R�oѷ� t
*:2L�M�	�5���)�C�i{R�ж��2��F!�aO�b�YC߄N��xu~ʰ������D��$UP�(AAGDN�P�dAC?S~�A�x i"4$��t�� ��d��Qa`j��.�ue���:s��7�0f��?	�J��`����=e� �����Z<��A�C-��}����'��_����6��!���4���?\Y��VF���_X�����C ���1�F[�ƒD�d�	�a:�A����U�R~�N��c���^ene ���ݨ:+y�{�ej5�ٳt
t7L�g��|%�4��	�o@
U9NA��u��M�!�&��Z@���#-��p{Y(���f�dF�����"5r�h,�׆֓�|L�4w(���k�]�M,#͵�s�p�`����H��M�b�`�����3�Z%�Pѧc��_,W�V�d����&��pTxH�V�	�pd�
m��B�u�7mT�d���X}+ɰ����]�{��DA�@��x��!tq�p�[%{��,��%׆b�:v@�ԓ'$�0��S&���K��Jg$!�r�Y�@�����pB`~�0��9c��kSG:�n����&���[d�H?eh	�`ez���b:A�s��2ۯa.#?�_��Џ��������A�1���"����2"�,I6��ӳ�Mb����GFyB-b�lL�T�2����l�����Ұ�ttڮ�`#r���{Bba_�,�+8ͻ~c-�������f�0�54�$�n��A�
7xq�DD��$�.��ep��)�M|C%��1�Nč:\hq	Ȍ!�)APmK q-˱�����q�m����㜨��
mT���df�w�/>�|�ո������<^��y]}[n��O^�iW?�>�o��s��n_Cv�������6�u�]�v��{��}[����y�έ__���ͣ����C�ٮ|)~�e�m���w����bk�^F󛋇��/[�������!�/Iz:��ݹ����#�܎'ߞ���W��1��ǿu��G�����mO�����,D���j�0�y�m�CA�}�n_/>��̧{۾~��sqo��ʕ�?����_�����mn������v��2ߞ'�����������Y�-8�;���G4��������j5������z����[�_��ȯ�3���7��͇���N&�ݏ����|�0_>��ϯ����R��q�ս��y��
���L�9���Ջ�~z]��	�?А?d�����Ͽ���D->?�������U+���Ig�՛��v�}��E/�o�v��oo�f�C����C����.�=���~���~����=�8"86G>����՛H�U4��w\���؉p���aBl�i�d��,cz�"��A���I¤bz� Ǝ�7�b�U]�0P�qM0���|>�`r";�Wg���{$}�m�����अ3�P=���)����?�0�~�k��`��Aհ��A�D�x������F2�0'���zL �+[�D����y�A!��x����8�ha�wp�d#'d0�w�_���i���I2��+۾>Gp�D��?$x��~p�AZ���Om�,J��W�Y�0�]��c��t�!,�����P0k�^\>��O�aB5��[Yɯ��5�?A:���@��	P%C,D�D
	"5�M@4����Y�!!�{�Lx����m�P��៴��o?�	k�"�!\�	�(��+��Hed��9�E��ҡ��fo�T1�Ob��e�í�C�G*�_�IC(+���]ư\��n�G�0Y�
5��qq�xss}�pq��]�_?��/
�",c����m�7��l����VS�}�0n{(MJ�4~�O7�Ո���m�VL���b��*�^e�6}�%5_)����E�+o�a �	��SB}��T��Y'�SY�H|���ŵ�h~_���Ti����;N~��Z�Qih0U,T
��$R *B#�q�'-��f��@
C��H�B��e�fG��P
�놣����63��c�[�P�k�	l�vL���j�j��( Itou��Tk���jIE���������K��#j+֜������I���}E��Q���T#E� ��jg\�-�c&���ZyCKCy��+�IyTZT呒@#��a����L�+�џ��
������U�+�v'؃���H
{��?dt�TS�Ĥ��}�QJ�&����'�^%����%��%�$d��ET;�������j�W�k����.�S��:��̐�ؤ�Aõ��#���_��m�ph�n�f�Ǎw5���K��L�;�A�OA��2��E���NL�����&�c&���A�J�����<1�}���-_R͜8�49�\N��<$4D���8��@Ч�c^9UC����L"OehȢ$I�@�4H*����HR9c�C����CBIp"�E0�&*�h@68��T2t"�������7�K'\�>���ebi�����,3��_r娲�������
����Z&��x��߻��-3��V�Y!S=��;�����\G�+���{��ȹ��s��sʞ�OC���Cg�1L�JI��tC��!�^��n\W�-aq�]��]<�|v�bUw�}��B���>�=�n�{4�ti]4��H��ʝ��t��8�� G5�*����q��&� xy�sh��U
��@�c��j���"I��4���K�ú����2�ht2K��',�c��CA3�q �:�,w�J�\Ȝ[.�>��u��rJ~
��R��Jv����ڟ���\��^Hb�X�U-�誨��c�6�F4�(p8�*6q�����(��J�<�,P!�S�(�@��N%]�>�1��i^4�!�*]S����T�U3���ǔX�v��Bp��J
����v�kE6J#J~,��s�z���
���b��Nݵ�SK;�k��H��z���d^�m�!�+�h��k���AZ�n=��b�Ԋ��h������/n]���t[$}gs�=V��I�>��I�E+遵KV�+���ѷ\�(W!z�{G/�W�-hz��w�k�o%�r��E�ҽ��.~�r��$[�ں5��0�V�~�R�5����0&�8z�qҗ�T�Y��_�O7G1��lA5�|3��:L�Lzh.�����4�A�~�#�>uܾ4�;�q�t���?���h�+x�{
�T<�ʐth�{�,��Э�a�r{�a��ݥP�3��Ⱦ4zg�C��G��g����:��!��Q. ��L�	�����zpU9��<�m��Ƒ��ú�!^�y�G��cG�z��wm���1:���M륍�t�݄v�]�I�>�T���iF���:��ۙ�u�g/��p�w���?^�6c+c�/����ͭ��wG�h/_�����p�x�4p�~���j�EН��i�=�.�
�x�y.H{��^gn|�
��'����MOg��
P�
������U>~j���m����L���D�&e�m����eʭ�N��S?	��)�?\��LV�Th����-�l��P�J믘u�}��o��P!�� {�I��uP}\_=�Ur���x�Gd|���
;���^�n������|�P_��?PK�R����VPK��R>Definitions/resource-BasicOnboardXyribo-template-interface.yml�][s��~߿���w�$Su��י�$�h.�NQ-4�hl����E�1&#v�B�ַ�^�V_�bG�ud!���(sHvq)Q��A�m@�������/&Թ�� YX��Bb?�ryC�L�=�Գ�	�M��
l0B�4�$|�OJ�D�&Ȏ��<��	v���w��66��Q�ꞟX��réB�EB.�H��X�6���M[&��.Q�<��:p�ڵF��#h���j��9��`�2)?9���Kh�m��&,)Y#'Is]1��2E!mu�W�נ��`�Z�-]���2]��Kp)�Z�5etT�l*xp7�Ұ-݈|�USBo�iP�F����n���\D�v)��pV�8Sd+6v��,��"��bKGc��1���l�ckG���X�d"mܐ$�2f��0U�Y⪍�' ��Yv��d�"�	>���9h'k8�;�exj���M,Bw-5��=�3ER�
������V�Ь���S�d,-��,��2��c*+mT�,
ǐ좩f�
`KgBpL��|��ӎ�ix�}��ɕ�7�̲��k���P!�R�e�� ���H�B/�~Ǚ����˝h�<����6k�Z���em4{���vOԫ�����y���I��;O����<����td�Ĺk�u�W�����8�������Y��*ϔ܍�Ũf�j�rM�U<���zm^?7;���m����;-k�9��'d\֫hҹ�{���V��m]�{�����C�U�����ң5�>w@��ɓy6��^j>UKӳ������Ӌ2!S�{n-��h�7����}�o��)�>,����>�����1�����U|D��3C�f�k̺_jk~T�`���lx߾>gZ�L�絪}����g��NI����V�stS���c���B�j�㻳���q��zu�?W�
�fЮV�~�iv�r4�Lݸ{�]�W��դZ>>�Ku��߀^]Tu�֫��YE����^�ܻx�UG�[�2��?
F��Z���8ă�b���zګ�˳�c툚�Ç;|)����'���Ȟ>6n��z�C!��2��0;��mc�޺#�H���%�FP]��:M–D����R��s�����=�ESdV���ͬ��8�W�O��T��!�խ4�9��u!U�QkIAUo�y;\�N{_S�i����v��9���w�lL{���p�Q��j�v���g�xZ:�s>��ޥ��(���%�qfIvL�?��6K���BL�kY��~�s���4�m�Xps�'���C���fI,�™Т����[C&��ڴLU(]��ӂ��o�~�K�$��k�B��N�v4�4��.�
YC�Tf!�T/��Y[�ӎ��&d-Q�Dfס��&QQ#9��pYA�QȺ�{�!����SS���x��Ř�ʐeHjP�ԌU�%F�y!��A��t��fpo�)�Ϗ!������ۡ�E�!S�H�X]na��VZ����W�I�#"K�!�A�Z�w��5_Bq�69&<��j�J�eM/(ڽ���e�O_^�]��`�X�͞o��wإc���Ÿ���Է�Ũ#S�Jt�s#�r��)��b"B0	�����57�����4�b��P��Y?��Z�ܔV�a����7�|��v)?7O��0S�%mV���C���I��^����D��6�LK`��6���ԜY�����
ɔ������*�07{T��|oJ~M�6��d3Yе��NX]}ϡ��\�Ϡ��7����Y�壅l�_��?zcA��fyT>��V%� �	BZx7nn��(�9S6a�T^>��;��1���6��?8q}���P��W����{
$^h�1<��׵N�]Y<��0�Y���
��ls`>������ͮo.
�K�)��dφ��R��TJ��Ϧ$]d�P�o�Ƚ�OfU�B2E��a9��s��G��e���O�xMd�L�[+sۓ�F�LƟ-��i?#��%�0��s;���8g�$�tΧ��ʞ�+�ZR�r��-+��GhO�		0ěWs��$Q�c�l�d`r">��:���3(�[u`JgΟ�1yD��WO�W��ۻ]����{1��7St_��bL�����+��G?��#�h��u���c-_LI�J���Do��1}h�l��)��+�Ł��LQZ�8��ϩ���G�E���)�Z�J�2"^�����(\�� �=��t��Ž)
���E?��.X��c��%��?��������Wɢ_�n�V;]˗1fL	��ɿT��y]��
dM�W��5kN��n�Y�;������!����R�{�e��K	���H6�C�l\������F����bfz��l�_�k6�D�PK�Mi �
t�PK��R)Definitions/resource-Compute-template.yml�V�r�6��+�K��F�$;�Ώ��E�e��p@�R��*_�Çh�Q&j�q6�6��y.�����BY��!ےX�,6��L�)�q����db(r�#O'�)��^qW��7)���,_�e2;�8M��y�����|)ϋs�(�N%v�`1_
�vy�@5O�E����e"�����x��Rv�LYE·� �*c�=���g��fγ����p�Q�jQ ����-�7���BIB�$�G����N{RZ��X���<�A��
���s-]�-YD�g�<�& �Z�U��-W���LW,��ʮ�~��{D�l��n�$yԠ���},�`a72X��ٵ�!(�B�m"��]c��W��+T2��R��C���qW��~��Z�HkR�+Y�J@��Y�{�󕈕�ۅ������O������ǚY?����+��Lg�?����o莾�LN�����t>�t�4�5-�a�LwFCYS�Ne���^��JcƐ���z�M��F�#�Hс��UcT+�ԥ�J���^�A��.�v������f}���N�t�n7�?��
�L:��;;��#��#���%x���{?�m�F�|�=�	QyOV<�c,a��zu{u���yw�˶\+����1���k��_�L%�a���(�)"�m)Ք�=�	)���H��[�
�
��^�Kg�k���Ip�t���wtz)Q���@pJ_)2Ny:P��9�Q�(�������.D2?�Ra�U^5G��k�]I�f�K��k�t�#
q��.Rso�(��������q�����~x�=�">�ܯ� gq|�׶2�(�~�k��|�����
��i�9�&"�5����x�K�{ƛ�bw� �������
;^�>�(Z�	�Yf!:�׃*��(�wS��O3�c�����
=>�����ks�@[�>���PK
t��
PK��RLDefinitions/resource-BasiconboardxyriboComputeNodesHeatUbuntu18-template.yml��Mo�0�����d!r�d�mk�a�u����D�dɐd���?����݄��H�$�|TPkl�3�x�C�C�����,�#���ص�@C�jǘq.=>~��ر�ϲM�,���*ϠAqD(�����_��>5��)Ag���2d��TEQ� đ`-V�D��;�!�_c0�s�ۮOȝ��3B��]���F�
�K���X�>��Hov���;���Q�� �Շ�b_��H���+�1P����A�:�C�����/�N��Z�H����o��ȇ}�[��p��Q�}H��el�8����Xʰx[K�i��
0�k\A�X���W4��y�M�a7���o�EYÝ�F�*���8�Ӓ����gp2[�q�Õ��&4͟������XXg�޶,�5�|@]7���{Un28?���~̚��K�PKrI�֪pPK��R,Definitions/resource-Globalport-template.yml�W�O�8���.�Z��ҷ��!m��^N��q&������r��w�|���
m�R	��x>~��x0R3�q�
�B�kP3bܖ�i����i���I
�����	!\���T�����G��9�\>MF��t8�_��%�����O�gl:N'���Py:\���xEӳ 
�*�Œ��Ȁ&�R����qA�A�@�0�P;5�Ș3���>y�fER��I�EL�h�L����&CW��d�@,�����t4�y�����Ne�<�������-�xo!;�ھ��F7#o���p8��Y��e���>|8A�1|=;�[��MH�4��&Mp�����Q��r��o[��C�� ��+�ut;�r�d��*$�v&Ξ��d�
B��n[�%v�6Y��P�ؓ���4�*=�y(̓T�<˕�j��\C�GJ�%�{tKշd!��PU�<ޘ�W�o���r%�h�pmjQ'�>����%m�1+((\���!��r�Ũ�6�f+Hi���E��U��Mv��Z/7}%�tϒ�����J�B��?~��ٝ^HT�$r)��9�DWR�^�vA�'�
�Uf2Ư��v������Q]P����_̯
Cd&�Rk��$hDž�qa@E���E�5@�ncЛL��{���w
�!+��w�< 7��=!�W�>�}<��6R?��;tX�r~w��Ȟx�	����ʫ*������P��v�^����'ɲ�
�=�74����ȵ!L���2�q3�[:X4EV��G��
K�>~��8F����M*|��Gl�k�?�{��N�)��"�c\hC���#`Vg�}e���jX=.�,�e�}�={��G�-b�]��+�
x"q�RZs7�8s��V"X����l�4qnH��ܾ��2�u�z���v�t�@2�c���d�Z?,�����|]�� �?���ݢ�?�z{
p�����ԭw'֝#��������,�K�<_W��A��p��i�~/{��enbi�6�ʑoB�.ȇĊc�x?rH爤z�}o�>�^��W��T�mֆ������̿0y��kב������Ǒ�@�`Ew�;v�����k���_��d�wPKd��]l�PK��R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ��@"Q�����X!A�ƺ�ȱo���l�S�=��ΊH�R�{|���U�јC*��BI�A���ڤJ�[f�H�<��Cl	U[�����/	5�8�뮊�Xc?�̨�wƖ�	y�GVoǗ��7����~Y������/o�/��ʗC�����Db�A`���2�.������Wt��0��n���bo���gX&�r=���6��%���ԟ Õ�����u�<��D���o8�[��f�@ːl��D�@�0]��@��٨�_W$�~{�R�ڎq�/U�o��-Gi]����.�͠h�������4t=��#�ᤈ�,�7��^Yĭ����*��?Z��|���k��'�]�n�[�3g��|�����ˈ:���QIZ�	�����ۛ�8���{��K�&��G�ZkO��TJн��p,6�luiQ�7���U6��ދ"�[<�x}�@.<�܌����P������<x�	�>�w�̆!mo��:@S��nْ��I,c1�����Xa��š�2���v�!,IQ)^���I�z��nǝ9W0�ʮu������O�4U�
��KŞ��PKi	��PK��REDefinitions/resource-BasicOnboardXyriboNodesUbuntu18cvfc-template.yml�\[o�:~ϯ��v���/�c�-�I�h� �`�/%Q����ōϯߡ�H����19�����	�l�ģ!M(c�H���1��*���'�	���WI��|se4<��0����c��՚�m������[o�昬����bbC���q��Պ��sdn��������⹽s\̉C���1u,�G��zz~��P�\�R;
�t��;z�C��C�������HN��'��4&��c#$qeu44~~����t_��=�N7Ɵ$$�<�Ԯ�o�8���@yDb�F�IB�E�^���3�	����l��S���?��M�Ç+�
%���F�i0������Pɧ�D ��E��ئ>̹H�,/H#��L5^�A�*
�}�R�*/)�̧N�eYV��0dI�ۤjW���4��0!��"�@��Q�� �:E�f��G��p���B���P�tQfha��Yޣ���[��y� �r��?���e����{�Ȏ��`)K9��8�V"��3�c)HNQN�sᮧ-yMI�D,�{�ܿ&aN��(@t��T�w�<�z;#��ʶO�V	�u��'�,�
,�X��U*��݀����j�Vf*3�҆�4N����7�q��G))
I�D'+v^H�˖e[�j4�g��/z&qb�0N���lZ��ݧQ��l[	N�D��#ڌ��;��!��-U�D�+qO"�0{A�XE�$�GR	�:���MUs[�1��d�~����3���,$�o��}��s��'�hr����*��z�6����aZ{�g�.�%yW+Try�T��]�6keb?���#�$ˢ��R)6�2x�Żfy,
p�6�2uH��-0I��	��%���)�̫�LA�7�*7�.	��:ǵ:��e����d��AqB�����[�˧���k9�Zx0�4�{2b�)'��?�PT� w�����k��!8o��½������� dX}�L��G0�2C6]M���ác�z;{�/����֝�F
��{Nۄ��f�7�4���~�Ա1�s�e� �k/
��6}v
P�B�V{��ڴ_m�a. �[� �bd ��xg��]*��QZU#��ЀTS5d����
�Uv(>�����_i�F�����
")p�Lkv���v>��6�sΏ��8��p�Y)p�f��Yg��+�����F�"����^Y�׻��uG�é
Jq��u���A֯�����p@���$��)ϐ3��g�p.R��|{��D�V�嵽^x�k�x�B;�,��bE��\^�Uۼ�n�ٹo��5v�y�s^�m̵c��%^,V����	�_�	2oo��=����uw�4��.vk4���sq�6�W��b�e�,��A�a�����TY3���q�y\�9?�Y�0�����zh�eĝ���G�i�UT���mR�gO��D�,Djs$P56���{�X����%\'f�#
�l:/���D��(R��'2���=�wQ�4�A�^��ԂC�?�l�ң�*�Bf,�����Y4GR��13��m�)l�p�����q���c�ͥڊ}�9yD|���@R>c���w%��0P�d,�J� ۨ�:Ap�s�?I�D����wx|��J��*�V"�������$�Q+}fY�����E��.�hX���/�g	T�Fv1i9���ޱ
37i�*A��L�Ȭ�r�]`���S�M��H��2���D^��r��0���H�h{`t���GI+������l�Y*2,
[pQ3 �2��|��Pu�M+.�f��yy�h���z�c�-�E&6��ޙ.2=o3w�w��5����˭�� {��5q�m�y���^�6L�Yod�p���Βl1r��2�����-6��m�k�fy6�%p+���������'4AhY~�/�,��>A�
���ȸ{��=ËXP!��j��"�o����n�����������?DU���~��R?�%��O#�4(�\�XlU)1h�J�e�ƩC̅���B��ɢ1�fN6�U,������8�9�cn���(��2e�-�^�R�C���h�hu����m��Ju�ih�8LNg<�ZZ��f�O�2[��%����l@�fVu3a(xH�#���=�8�pSn(jָh+�2l�~�ԫ +����Q�3.7��j"X�2��d��^v��q��r�S�74/�Ӏ�����V�폔WE��4�O/^�N�X�O-֪��p����I�N[c�8����N56j�xs-�p��ͻt�gݾ˒�]��Pղx�!�ue��`W?���� �d�C�
�?�7���N��91��jG%i鷏�|H�|Y���b��dg�y:y5�4�6(9؃�,kf�z�;���ĜO��S��$��[_ڭr�>(�a�N��{�i*:Zʬ��e+Mv6I�}3A��&I������*���7��[��IQ�Ÿ�ht��5=z��.���E*�_d�(�MW�%�/����3FC}���Wh�j��w�j�U'�q~��P�nBCϓK�=���E_�A���*(�����@L�
M�~����$��K���@Ak.
��-���eZg�d��v��I랎潕������;S��$b�s�D5`�]��&="l�|/e�Ц*��'�\�O�,�����tT�37��lz���\d#=�����8���}�Gϑ�?������S��{IG���Smk���ȑ 4����$�b�2��*���w-b��3�nxn�o5ˆ
�1�G��k!����fi���NЎ��
���h�wP��\A�_&@�W/�?E�����w����~�I>�>��<�G�¢L�r��Ə}�1��k�߲k�T%���Q�B�)��N�ϗd�đP�m�$�B�K&�Ġ䕸�.��5�U���#��Ϧ5Ʈ��3����<�7�H,VI��T��E��'�C����*Xg��^��Jx���L��PKR�%�N�OPK��RODefinitions/resource-BasicOnboardXyriboNodesUbuntu18cvfc-template-interface.yml�]�o�~߿����Pk�OW}�tv�����tw��j�&	�6��L�_؎�c7I[;D"O	��ᜏ��/�HM	Nْn�o�����H��ޒ<����'�)��7?]!!S_|�s�	-�f)e+T�;)6�d.q⚯֘l���ЇO��_�����0E����b����gV��0�zK�0���p���"[ɠj|��8��c��bu�|`X���AÁx��a���S\M��%�wǧ�tm�s��mZ'�7S_��^;�@��F�<
Zcp��4t��BBo�����ၶ���]0��}s����b#����=߿Rk�P�Z�[����S����C�1��s
o=�e��1ۏ�yN��|g�7�flt���k�E��t���4;v��3B��K��{��7�>6��ჵ={[�Ia���_�[�-~�Kaw`))��#�*s�+���X8b��džD9�WW%�)�y��i'�K�خ����x,���-�u�1.���}���ﰪMDɬ+����K39gI{")}bF���AtDc�>n;R�D��;���,�JZ�D"�:f��w�~l�d�6`H썁�WB��w�ޛ8ǥ�3!�Y�$�|V�Y�BǞ�I�7u���)�z��7�FdL>�4�c'���s&�<��EwЌ:���>�m�8(MyW0`��Q3�$�:.	�
��8���aO\t�s�:烎����+��&�F'�ȟ�Т�*����Q�Ja�ٷ_�o��><��OL�$�wI�(r��RN*�+q�
}�8�޾���_�xI@��r����,�8�\��sp�B���i�����R�Fش ��:⍓��p	WM㛈��#�`a��G�W�@ 9M�����)��9�w�}����Z�37���k���ן�xs�[
���f\<��f%�wP�[-<ܢnQ��l�%)ɰ��Mш�����z�==Vz���J6�
�?PK���)}PK��R(Definitions/resource-Extcp2-template.yml�R���0��+��m l��m�U��f�*饪�1Cb��t0���k!�]�T���f�yo�n8�
,�Fh�dg��>R0Ո���]X%�e�\ThX�KB�	����e�B�GID�����U\x�}��V���%AFed�zq����c�q�xq��a�%e�eP�q\Z�b���۬w��[`�IԦpBxؿ��Z+�܁��B�Y�`.5��9!�zg�I�Jҕ������ə���K
�QY�X��7x��E�Ox�X�2��	��o�
M)�"si����T}���Z>���K�72p�f� �$��^�r>�,+7�ӵn,Ӝ�D�����a������?�wMv����5���Ώ)��&��׸�����?�H���E
%�
.�PKG�x�PK��R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�`��4�-�l�=4]M/EaP��&�"�$����wDI���7ѠƇ���<~���0�͡��[���@���/+�#-�v�]^�`iN-�\��jN�}|��~C��e�-h�X����b�.��z��d�y���:[�_��y��b��H�]g9�|Hh�`	]-�����2�AcIKؐOBeTܩ��-`j�i^Y�ίPi0 �!��%9pmk�_R����{R*��\��͸�.�I�@{������Q;��X-HМa���s�mf���b:V�j��;�\�
��p�7��[����_A5X�2]��)_�^�|V9����K{��
�Wښ�UB$f�FvB
.���K���K�N���.���H��T���=�F����x�U=�jS��J	ΞU٧u&TJe�r�V�dg�tv{�һTU��L����`i�J�J[b�^<@�-�*;��f���P�WT�j��'�j%h*R���>��pܻQ�x�!��p���駣��:8\q���[��M��Ϯ�s뎘��p�Y[̔$��{��ڸ>�*NO5+�j�A�s'	I�rp���ǗLJ�?�Oi*x�m�����8���t]i�B%l�\`|o(h-��5�G���xc���0��,1iEo�l�E�zaR���]�Y�M���Q���9j��o��R�.B0)��{���O�ߧ�{+j�^wщ��D�O�]C�}�s
4O+06�����t�
V��dѮ�"��p�5`�;^0�?��X�k:Ø�-ā����D��'�-D|�0�7t
/Y"D5~�	ft6>��B��,yN7�.x(:��¯�L"&�ܠ�'��O.���;��̾�,V�Ϛa�	C��/��e���ng��/\y�@�ཫ\
�� m��GX��
��W�E|����PKq(|�;KPK��R&Definitions/resource-Port-template.yml�SMo�0��W�����n��֦liQ4��D�Beɓ������-0�������I$��3I�2*(k|�#���BhC^���l��Β,��Pb�t���B6�_�Ny,�$Z.�$:�O/��.etvvQxN��E�YY�y�(_J&�E�8��U'/�H&,)�{��H�©*���r���n�@
����3@�P�CN����-�:���f̺0֕Ԏ �+�s��R������u�~�!�c�Ώ� s��l�p�m��	z"#�K�n���=6���]��4��r�<��UƋw�?V�^�eN�vr2����t�{~����,��}�9����ԘЀ}\`�����)e��TG��xVՄ;	�䭳���!}��Z�7%���16t�c�n��e��
ہ�w`��̛��$woG2+�-�	����S�f�*g+r�w�]�2��+�a}p�l����r$S(P{�}��X�pL�	qPͭ��3���2�fK���|
>�����[����7b��N��@-���vQ;�re$�8�B�Α4jE4*�f}}�Y�nW�2�a�&K4��5�\���q}���J�S���]ke^���o��I�Mjc�PK9�ZePK��R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{��N�λ77n��I^�᠓x��;�*����Q�>;imc��I��ȏ����%3���Z�d���G.��,��-+�d��.
tL0���6�H����|ï�,��
.9Nc6���b0β7C~=W�S����]N�ɛA:�"�k�4l�]_ӫq�L��X�c�'����n�$h���0��ӻ���F+��a��r�2��%�s�n�n�t��
BftA��>���3�+m�1����8�l���t��|�w9��%�A�+����&���t	?�����L�'�H�bEC�=���3��Z`����۫W�~m��/�He}�2��� ��ENJ_�=/l���,�9yߤ/oL
�,pa-�=�=Ec�2�ڷ�%��Թ�![Yc”Ү�۷ꉃ��l��P�U�K*�E�)�xm.�>]j�u�E�=��ciP
iv�'	6��+#�6A��E�l��jM�Q�t�����O�>�ZH���ch%L�j�v�~��������E�~#9&��T��a��!��@gKڀ�H�/�&�	�sB�2��@5l���?Ռ��L0�_����KS��#��	Ad XL{�*�ֽ�i*D��,��ӛ��%4� 8j�{P%#�[S��֡*'$
���l��X���>��9����I@4�-	P� �JP�㍒<�չe�k���R$�VJ�����mX^abK作�FbU�b�ڻ�?V��ݓ3��m�)���G(�+��z,h�k��r��~��qN2��Y�K�����iN��	Ե+�0�j�su$��2g<��g��mzw{�e��Ę�~��"��Z��at��σ�$r�D�����}n7a��j���}��4�.�$
������?�>�|�$�A8C��|iwi��GJh��lj�{��MD�x;E�!#��nfR�W~q�#���0QH�I&U�����w��U��	�p�ٶ����b�yBH}��t����324�-R�$��;���~�lI���£?�{N;��Vs���c�����oo��w�NF��"�[�y��_=��}���#k��[:�>��
��׳����~��m[�����.���ŧ*�+�C�
�3]���{^�PKFJ�rL�
PK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����g�-�}c��]�d���g���_��4�}R���qN�$i��)���8N�a��C���������)���ϑ�I}+q����Y���ѹ������n�j̒�A�)?��5H��'gM�L̙E$ɶq>���sѝ�9�;?��2�)�tR6�a1*��yi��@ss7?q���s�:$�8��)�˒d~��o����0
�E^��Ȯ�QDv�픛e9lUG�ְ�E���.�'i7s|8~�G+?��He�C�x�1�B�l����f�:�d7Q�'��"M$_!���_�?�|�>=;�ߪ#+���$Z���9�#ȳ0X������W#�S� H!#�t/
Ԉh�	�M���u�5����^������6~�>.v�?��ix �q��O���;��0�r?�5:�8�m��4�]NL��`g�x^\D9[�~��!��w�fز�%$����!���_���ugig��)��QL[ڧ�Q:�|ugq�~���?I:�!6م�ā�=�M�CP;7��^>^��3�g��_�Pܑ�g�C�'�ܐ-�s)���
����#I�y�Q�Gm���F��'L<�N��;~Ww��X�7��K�'O���th?˳��SO|�5��������"�$UR��N��6�rv�*��=��O�(zN���FrǛ���9���5��f$��`0��I柜���w����B�D��ߔ������>�٢v�p}q����eh�
��Grڝ�j��7��ۊ�A)M���1�ː��!C]΍dڶd���xr�X�q�>�I��<-��ca5@Ԝcq`/���<��/��
Mq
ބ���=��Q�Ҭ��۾g��$Id���N�������)��=��P��w*�F��!��ټl��5iD#�އ)��@�1Y}���^���n�4ȷ���Z���?���oa����̲R��E��,;X��^j��y~������ϙGL;�S
N�P�Fp�H[	�TȘ^j„nc4���C1���N������z���Eer��hnO���F>��Z�d����]
�a�����g�4c�g�_{||f��C�l�n�,Q	�r�iq}>�ҿv�E����0Bh��ͫE�M�z�q�*aVo����yzp3o���^E�����ުm�\���`�!w���i%5���"�N-\��X�����mYRщ�v˘�}E=�4g\Z�q�Ϻp�%8��E�4u�Nf+�K`A�!�.ە�Z⋝j������XE�N�E
���	0d�h��e#)�f����F��IƘ�W��u�jjt}�^@�
�m�5�CV�����ڿ�M����Q.�m\iJm�����aAy�(�P����4!�rT�\��,���Э�qb�\�s�a�@�|�Z���+�b����o	cc��� [�}�w��?s�A������Ç'���4C��X��u���]��Y���/�&pБ�@1�
�.��T#	zܹ4�.�0�E�ݚm�4~
�Of�X��/N3At����Hxq_��F�54�i�jr	��#�$�Z�R���6�,6~�&Y	��f>P
:(��H�C�A��Y��E�E��Xh���
�߶>��ʼP�m\�+�2��q��t#�kg�QY4��-�<'��U��,�`M�A�r6����1Ÿ^sl[�?�_цI������;!_��XvYi�M,��h��I��	�+��M����$�L����Q`��@2p��Ww��$$�
U�Zك����������i忤5�ϔL�yK�(n#��莑��[�Z;��m�>�s�h��@{�Qu�!˸�!M�X�ŶKBF-���Y,�.�f�C��i��MmK%jP֎<�b\�D�.���`?��3����]�:Y���T&��J�_e3�"�����{>E$o���G�/K��x��FjbAp��Ţ�	��\������b~�|�����ɥ)vƒ��u��R����y@X������q!K3Jx�Q�����3*%G�Gѓi�Ϝ���aQP�3�L\0�a��l����v�I}�`ǐ���%	�C��Y����������m��OEu��Ix?���rL�V8bQ��f�3����|x�a��d�蟣v�>�F�8��+m�T�o��7m��[���Е�c�N����)ڀ�8}$�
�vA���hNҍ���@l�5\�;�󩩿�j�
�؋����3jR��Q�z��8ڀ[��r}��Z�S�����N����^'9Ay\��h �ː�H0�|�&�6�I��h�8$Rt���ԒI;��%�r��&���M�u�� *MU�G��iO�$7�ֈ5��v�E��W���[��4I���޵�HTV_�i {�Ǯ*ˠ�c�5jB�,ke�W���~��_D�W�N��@[�l��[hȝt���QbV,˙����h_Ұ��]q��Q�+5�̪�L�g����u��2�V�C��=l]f���Lr#q�	�z�<����c���Q͢��w�}��%�Byhd	�[4�`G6�P/ِ8�x��^Dk��Y��v����a(`�WH1/N�%�9�rCE�����#f)#��R�ft��.�b/���_�N���%8(�ej��O���H�����C�&S���ɼb��A,��y`�-�:�Ⱦ�[��5��h���K��"�YY�Ѥ�X(���z���b�ɋy`�8;k�+4Wf.�*4=���*���rWq�.��\���p4ts8�kH
?�@}X�,NwPՠq)^)����J�цf$+F�bnX0S%�l��,�2�i�~��E7{m]'Rg;��hABj^C���2I��\�h�c%�4�h�O�{i&K����e.�x�'
,�+���FQW�~�S��F1[����.ܐs�8֥��2Ȑ�3L��5�b� ���)z��-z�h�"��LA0�9m%��lF����򑀌8�.��0ݣ��r�b�Z�\5�	~��J�%ׯWۚ�"Ղ�.\��j2u9�j���Ev}�y������r�6~㸻R�(M%�UUm��e:���NV�������v-5���!B�g���ɶ��P~Y]B���(l@���B��?+���>�Oc��jG��ԑ{��E�mФj�Tu�����*V��-�)J`��*�cU���kˊ��4��^�X!�NB��r�G�u���h�b]\Z�E����I��h`��݅�"�jIɅ��
���܌o�@f���	��bU�XFV��q
��*�H���i��33B�VB2c�3㱒��p����,A�2k�~i��S�3��i��}�K�I.�|*jW�	eY��C*K]B��Q��J�o��'��}Jд�YhX{�o��P����H���3Y�(O}f�9-}���`�.R�G
�D_'F}�d����*�Ku����f%�m�:�`�'qM4��
�ڡ�[�y�
�����hUQ5=�cW>����ϥ�O�.��^�S�E�_�d�cd���$�E�$"������E!��c݅q���3BC�H�$���}c�ΐ�A�@*�c�������
�!���Qȡ�4N���<�q�=[\���ܓ��N�C��'M���
-��5e�����U6m*��[�����:�/B�p_���,��#�^j�7e�4�?����5F�D�̈(@wA��o��ӪԙƤ
�3TE��T1g���Dg�7���R���z��q����I.Bo�#2�+���}���N�$�x��E��U��2�����_ߛ����sgFNV������—u�Օ���;R
����#K��a�AτK���Ǿ����#U͆�^�+���F�c�<��[��+���c'!�Wz�FoͪtY�7#{��w��
`�I)���}-�_��������Ү���a���Ϝ��_)��4U��[�n °��8�0M���������(����O�d�$F�P#uj��7:aE�2�%is{9U��̹�s�z�p����a-���j���/|:�`} ��v�"\��}8D;rp�8���
^��'tԂ]J�?�XM=�Yz~_+9� �ύ2B�s�:B[�az܂����������G|5����&_	+|��a��C��4&��T����P�����9����p��̚�}�]���1�
��I��xE�2J�v����Lyz����y�I#1l�R�7,�
�E�jB;8�>�w>�w��;����������������� s��-��ϥF�Mt�$<B�wg�?i3}��MZD�w� ~v$�$�Ǚ97Qx�H���<�*
!��մ����yi������aMa�no�N�j�b�^]�]��
lɣK��:�2Nש���q'�̜߀�PH��s�/Dg*c�:*286�'�#DoYim�0�����YB��5�� �Sb
��|�3~,,5u�^Iv��r�Q��XZ�p�*x�c�P�y�X���eU����D��5��������B�}��Bdo���JA��Jo���JA������y�JA?w)hk�$�eI�eI�j�[��[��[�����?�Z��%]sR�=�[�93Yل”#�-j�S
�U��~+��V�{��ܯ�T�W�����>\�����3�VyQՇ����/Ţ�"Nɓ�j'���Ԕ7�y��V�v>{�m���U�]�Ř�],N���}�X9R����\�
�"�g��[-(��Q��W�ֿz��ׯ����[�l�U�f�Fl����;�x{�_}����*_��f��3�(96@��
����h�	��e{����b�2̣&+�1%X]�N����?� �蹚����6%���+e�z��,�}��2��b��mҲC�FD�bf4G������p��]��1�DU0�(# "���n�M��>j�l�bͫ��7���_2.Jp�O�N��*������/,$�,�XgE)%�U�W&���u���k����
�Nfx�e��aNh ,��g]�i�H=��H�/ŷx��^}L�D�cND���$�-A�vQ >���Z�_f�P4BwJ�Y
�z�5Ƃ߻'O���W�(����Hi)"�_t��]_	Iz�
f�gz���-q~�,�B���8
-�;�Z:��T�h�#�����<�e�u��:|�'L�SR��7PZ�� ��cOְ�8u�*�U��e;�����HV�3ŒI@�
L�~��7éBXM�X�8���B�H��(P�τA���C^}~.�_����@�.��.�H�N ���U��l�*k�F\��C�����O�Pz�9�Vdf��E-R&�V��uDyE9G���ǁټoÉKBrp�ձ�i��ʢԕ��[�Ժs��c�ઘ��o���y�ՀQ&MJ�dNw>2�(��iG�M�L�m�7D��%6�'߂�N�Kd,��3�'�e�fCѥA�RD��=�&�e��dv�	�eB��GNJa	^��N]����F���*��.�6�Xk>��0;L^s�ݾA��� x.̀�y1!������r�3!,V+�o�HX��O9�z�wl����nu�rV�讥��H�dhu'm�s�U�|~C؀u��f(���|v�|�n�ċ�ϵ;��l�0�Ŕ��b�m'�t��ܑ�׻zxY��i�٪_bԟ[�g��-�<��؈�\a�|���Pe���v�_��X�!�RS��B�fp������=��h!S,�{�%��+�'l�*D+V��Y�����;�6jxg[�r ���W�g'��ʰ�"o*���*�߬���X7�w�F`��T�$!KA�}��&��qHKP=��pN}@f����W�vg�n�n7��
���<��t'f�����|(i��NJ
���*�Jh���F0C�)[�D����BSh�)�t��6��@�'��J�m���n~R�
/x��ٻ��0�$�-�&���.�_�x	���Z{C��Y[y�49f#(�y(fd4�G0�]����s!ʅU�`�)�IW�i[��kR����{G��`@,ظݓg�:k��x_
��V���\��I'��5�YC��t�ó��;
L�͠E|����
O?Jp�Ldiݐ7��:�u���wV�:$Ѧfj۰m�#:�ݴ���V���ہ�]��ޟr�����YU�/1k`��^�c
l4h�
��=����ܜi!݅�ZB���v7���;TeF��@��^ί�
ʞ%��(�ix���ܺ��e�W�41K�z+��b=PyH����4���
�ZU.w�ِ���w�%������i�`�E�	�ͮ@Y�/�Q����� .x��g�r�ルi�A�����q[�� ��%�R�m���T������d�	xg�j���I���|}�p!�M�e#j�g�������ebD^ ��O�����n�ś��DY�"Ey��&`N�VG��� e���l�X��GZ����Ϡ�u)��8|�@Y��Ȥw9$N�~#�H{�6�o���8��K!n�rGm#�K�>P���t�����%�
A&��!O�3��g����X�/@�ɀ��넾T>`��d C�$%�h�>��_c����5e<'��~q��F�W|\{����?z
,S��"�GW
(]�ݕ�k�Z�)Ú��c/k��w�.��CEK����v|~]��'�T��r�r�
=Vs��Q�F�A�f�
��O]q��qgW�v�w��R���t�/T�'�u�P���0c$��a�A��j��Uq\�$��5?�[�����*>zJ�H7ŬE�v��o�E����?.��ie�@&��V2ѹ���8�Cf�8�˒��26h�E�rU��Q尔�E"D퍫:p����邞0��fP��^g�'�Iy�#}���l�"�Y�����u�	�0q�������p<��w�d!��=f,F���B����'7Ȇ�R��$��遲Tqf`����(!}H!�9'�@Y0�|s-f����\W������7�~:����݂��U�C������O��\�j���奇8�$7dX��F��x>v�Kz+�ܪ�	\��GM;*c^
PW�h��B�T��4�o�q��/����J�C~9B���9V�2�W����\M��=���<ۢU/����DیgM&�Rg�V�����c�m����h6�]���vD�R�hK�����6�cw{\���U�^�~��k�5o"QX
���zQ�\q�,�#՜�pgIPG�w.-@Co��ŶpEZ0Wt��v�KV�ŘXy���
�:	��U�Y�tƥ$��mj��2�(�,Z���J�x0�Pd独Մ��%���Z�8���
G5���zT�c�nb%a�;��o��=�NG�g].F
���u�D�f�>�fZ;�V0����"���o�)U�G����-S��@���֘_��ǩ��`��n���
���ܚ6ke�O��JQ>5ܾKPd�j(M�����x[�V�`�&�������<�u�#���Fr�IF�3V�ix6�F��j)��m`�ԧ��V�]h>��TR�C�����1yE��)m��K�:�m���9�h(��C6Ҋar�5BR��J�L��K1W���*ˡ1�>��!^g��N�b��ݠOUO豻�@/$Qf�3t�����r�w�E�hv��4���U����n��I�w�a�[�S�j��-ێ�\p��.�-�,3�w|6��Z��K1�W�܊�\��1U+g�eunڪ��&��b3W�9h20�����#u*�ipC�m2�i��K�����yhpni���*5��	XQ.�DU�b�ݹg	;>՗˲i88�lv��cT�X�Z��D�Z�-��Xo��-Ϻ�J����&"�J����~i��y��!l]�*x�T&�&T�����^�'$�}�R���ʹqM�E>�Çu���ڟU�
�o�f�����u%���,Qz�mt���f��Dv	���1���D���>�^Yz����GQ�̕��T�x���wR�P����z�}k�e^�c3-��x�56�6���kڥ6������*k[l�G�ë=_�}����Vؓ���)�C���x������Qƛ�2!f+*G�[��[�ɯq�'��e�?�d�ֲ=�c�V�/�b.a�"����D�}|Ɔ�@g�7�����-η�=����O�'̬�������1#��a;��5�������4�‚T�'H�4w��߃���.&	��r������y�yJ��e��/X
[���#9��B����:��֍z�d����/b&���sI��c�ʷúW>��G��ɐiY��zGIj�NF[�w4�'�?�����مX��@��fE�-�k0(�4��m�X��y׋E�v�m��,aG�Q�Z��`� &
Sx[xR�b1�6�0�*�������E�>ͻ��\K����p(�l/V�Ij�iv�S�����i,��{)���^K��۷Rh���R$���Ba�㽒�=a����
�a�D�H�� �Xd.�Q���g�J�`�qx�Ѩ�b	8)��K_8dž�s-���2)���b�^�4�jr�$W�>����=E#�9�$�� �?Z?�#�m�p���}���[������K�=K\���S���2b�V��������+�kq������	r�1�3��;����x<ǣ@ �0,Ty)��^�
*hY"�!�Z���ЋU�0Yd��Q]dB����(<ЬuZ4믨ѕf۸We��tQ�u0�O���`gg~����`i���=!\��–	VZ�-�A@�l�ȸ���ZZ�ݟ�_̕O7w�s����ŝ���/���!X3\��M��gzA+��x�Qv�@Yu�b�d�R+/br� �)���0������� nql�-����i���nq�l��x"n�ǖ	V��=p�nQ*����q499������c�+�k�`j��D�R��2��G���ש��"?a���i����U����}��͌l�I=���l��hŊ�"�}��%��"t�b�JLQ�a*�ŋ
2d���#��ź�ٗ�N��@e�l��Y�Q%��m��,U����G���ӱ�i�����]�!`���lȎ�*�o��MT%~fp�	�G��8vV=*�AߺX�����~^�+����1�_�Z�*��uF ZIU5�/o��R��|a\ז�Q��/�ˢG�nԍ�Ǡ�h�;�#胍 ���.���˘S���S5
�W(��������6_�BPi`���t�(aCU�hI�3`���D������*0:/,����ڹ�K3g��#ax���x��̾`MH�G�:�Ce)� a�[i�2E�=���T�#�u>�!�Q���Jit_�eI��9�d�����⼏�:Pj{=WQ�M�/*I��H���K���L��&Ir��$��sJ���Q��2Ir�=K��J�������0ZM�:2��&��46L�&6�;x��T��ඎ@MQj@TF�/Y��-Q�-Q~�Dy��i&h�ҳ���Dm>�.�t'Ve���i*~\��X�yћ)�e�ʼn�sOG-�:8j��!���v���O��x��*rJg�n���PK5n���/�tPK��RJArtifacts/Informational/OTHER/VSP_basic_onboard_xyRIBo_VSP_Information.txt���o�0ǟ���7ie��1)R5� (ڠZ�0M�q.��$�l'-���؁��H�S����{?���٬�0F�(Q��,��,E��oE&���~5��	�``�1*.)�$2(1�%"��$B.EXpmi�ҡT���rpi�am����uC��Lc,���J����A�J▏,��8f
;V�N�sb�hk�S�6��)f��NV$I�%�*
"�	2]�L�(�C��^wG�nK�����;��:�ZH�L31�tQ�g�[h�yB����OA�oD,Qح䍍X�_-L]$e0�j��V�H�,��}7��|[�����1�C�2��b?�
�L|���tb�
�U�Vs�{=�S'uW�8b��Y�����4/4~����1ɸ6�g����Ε�(���w~r�-A�(/T���te��}=�����S��D��s�%)Ӹz�Ήum�����;�dԪ�lm&׻ia�
���KԻ��4"mWփ���v<��.�iYi��^#�eJ��cGRy�z������b�K)��6���]~�����~�$����ÃdQD�DD������C�oK(����-�_�谅�����K��x�W�ֿ�?PK]�]�H�PK��R,Artifacts/Deployment/HEAT/base_ubuntu18.yaml�Wmo�6��_qk�`/��]Q�C�"m�bK�E�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B�<��?	&?���F	�Xe��
�a�+!A���"�|���TL�w)̥�w�/oF#�5�В�hpWhy�-�B��lUA�|�rB;$�])��X-�?H���Q9�?j��a�
�3&���/��K^€ҲI��9�dR�x��*�0�%\m�t�����6�g�D��*%�ϙ�����[��q�[����>C(\�]�c����A���<�&�<��Gp_z`Odr^��+�?4�h�b�nq��즘�"�u	��5�gNS����R����]�M��¥d_������l�$��2�T�="��)����%�'}
�櫋��>��$��bI1�-%_��~x5���]����_-s5��V�+���;�������#��l����i���F���Q��˧[/��j+*u�������ľڬ����
�$�q\˒G�o���B���9�4�p7���@6���Y�3n�:���o�S��gXPUz������B:�
rը��|��Foޝ���%2�E�9�7��V��2Z�[hY�N����*"��a�:�@�[%���Z��'�,�y.4=Y&�?j��3IQ��sq�d����3%+�{"��:���nC����3~��ξغ�3��g+����e2�ߛ���;�{��Ӷ��;V�^�m�:��|�go+�N:>^�Z��VN���q�2���i{a���p�]8yHq[��M�H���7�6��0~��)?X��k��e
���
VG��c���6e�����QC��zM��ܭ���Y{��5D��ˇ*q�^?O�B����g�9�{�5wm��D�\<-����iWv�����ζ��N�:���������0-;ہ3�
m\ht��*4w���n�d���Je�xۏ��K�x�T
;����G��B�ߘ�t�ʼnW98�����~ʻ��yAk �n��-Ʒ�8��CDpz�>&�B-4O��a���PM�4rc� �����T�KkiT�!�,�٘���2�*��5�mP�	h4�vL���XA�a�_��z��d��?��Y�W����!]�؁���
M,1�?��I,?��R�R��1a��p!�q��y��p��,M��3��\V�x���+�i9*ni�|�p3�	�J����Xi�����u-,�brSh���U���ZU�q�<�	��Q�v%&ETp�59��&���={�[�$w���F;|�&=�������`@U&_�_7�-+�V�鋐:5�j��Dy�������ؐF�PK��
'V�PK��R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+%M���d�{KkA��0��c�9I3%G䎆$a9<�p�W�zX����Q�Zi3��"���d��wB?���(���PK@p���PK��R�R�B4E	csar.metaPK��R#�6��kTOSCA-Metadata/TOSCA.metaPK��R�R����V4DDefinitions/resource-BasicOnboardXyribo-template.ymlPK��R�Mi �
t�>�Definitions/resource-BasicOnboardXyribo-template-interface.ymlPK��R
t��
)�Definitions/resource-Compute-template.ymlPK��RrI�֪pL� Definitions/resource-BasiconboardxyriboComputeNodesHeatUbuntu18-template.ymlPK��Rd��]l�,�"Definitions/resource-Globalport-template.ymlPK��R����Y/�'Definitions/resource-Securityrules-template.ymlPK��Ri	��,�*Definitions/resource-Novaserver-template.ymlPK��RR�%�N�OE0Definitions/resource-BasicOnboardXyriboNodesUbuntu18cvfc-template.ymlPK��R���)}O�<Definitions/resource-BasicOnboardXyriboNodesUbuntu18cvfc-template-interface.ymlPK��RG�x�(FDefinitions/resource-Extcp2-template.ymlPK��Rq(|�;K/wHDefinitions/resource-Globalcompute-template.ymlPK��R9�Ze&MDefinitions/resource-Port-template.ymlPK��RFJ�rL�
.�ODefinitions/resource-Extneutroncp-template.ymlPK��R+�@j5��eTDefinitions/data.ymlPK��R�'}8�Definitions/groups.ymlPK��R0?��@@ҐDefinitions/policies.ymlPK��R���C&X�Definitions/annotations.ymlPK��R�����ǟDefinitions/relationships.ymlPK��R2ea�
ҦDefinitions/artifacts.ymlPK��R�H�v~(�Definitions/capabilities.ymlPK��R8��ݴDefinitions/interfaces.ymlPK��R5n���/�tֹDefinitions/nodes.ymlPK��R]�]�H�J�Artifacts/Informational/OTHER/VSP_basic_onboard_xyRIBo_VSP_Information.txtPK��R��
'V�,��Artifacts/Deployment/HEAT/base_ubuntu18.yamlPK��Rd�E�}�<�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R@p���4f�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK�	Y�
2021-04-30T03:06:24.755Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-30T03:06:24.759Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|INFO|500||InvokeReturn
2021-04-30T03:06:24.764Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-30T03:06:24.764Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-04-30T03:06:24.764Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||VFCustomizationUUID= 3f826807-9f2c-4c5a-bb43-de89504bfec5
2021-04-30T03:06:24.764Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f826807-9f2c-4c5a-bb43-de89504bfec5 matches Tosca VF Customization UUID: 3f826807-9f2c-4c5a-bb43-de89504bfec5
2021-04-30T03:06:24.764Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||vfCustomizationUUID: 3f826807-9f2c-4c5a-bb43-de89504bfec5  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-30T03:06:24.770Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:24.771Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:24.772Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||resource request for resource customization id 3f826807-9f2c-4c5a-bb43-de89504bfec5: {\"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-30T03:06:24.772Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62e83526
2021-04-30T03:06:24.772Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:24.772Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T03:06:24.773Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 878c9d62-8d11-4908-bcad-9ef6817865d2
2021-04-30T03:06:24.774Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 878c9d62-8d11-4908-bcad-9ef6817865d2
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_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-30T03:06:24.778Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:24.778Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:24.779Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:06:24.779Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:24.779Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:24.779Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:06:24.780Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:24.780Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is not matching search criteria
2021-04-30T03:06:24.780Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-30T03:06:24.780Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T03:06:24.780Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=51946161-44b2-4db0-a12c-8426530f29f4
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-30T03:06:24.832Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:24.833Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:24.833Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:06:24.833Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:24.833Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:24.833Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0] matching following query criteria: sdcType=VF, customizationUUID=3f826807-9f2c-4c5a-bb43-de89504bfec5
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-30T03:06:24.836Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:24.836Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:24.837Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid 14c110eb-fe28-4fc4-82bf-7e251ac8e63e: basic_onboard_xyRIBo
2021-04-30T03:06:24.837Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:24.837Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:24.837Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:24.837Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:24.837Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:24.837Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:24.838Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:24.838Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:24.838Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:06:24.838Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:24.838Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Saving Service: basic_onboard_xyRIBo 
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_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_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, ORCH_TEMPLATE_ARTIFACT_TYPE, 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-30T03:06:25.095Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xyRIBo 3446ea54-61dc-4363-a978-a6f3182d2b1d 1 ASDC deployResourceStructure
2021-04-30T03:06:25.097Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json ASDC sendASDCNotification
2021-04-30T03:06:25.097Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json
2021-04-30T03:06:25.097Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:06:25.098Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:25.102Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:25.102Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751985096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:06:25.202Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:06:25.203Z||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-30T03:06:25.203Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:25.213Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:25.213Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:26.104Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-30T03:06:26.104Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml
2021-04-30T03:06:26.105Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:06:26.105Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:26.106Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:26.107Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751986104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T03:06:26.207Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:26.208Z||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-30T03:06:26.208Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:26.218Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:26.219Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:27.107Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-30T03:06:27.108Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env
2021-04-30T03:06:27.108Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:06:27.108Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:27.109Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:27.110Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751987107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-30T03:06:27.210Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:27.210Z||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-30T03:06:27.211Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:27.222Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:27.222Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:28.111Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar ASDC sendASDCNotification
2021-04-30T03:06:28.112Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:28.112Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:06:28.113Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:28.115Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:28.115Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751988111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:06:28.217Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T03:06:28.218Z||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-30T03:06:28.218Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:28.230Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:06:28.230Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:29.117Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:06:29.134Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
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-30T03:06:29.137Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:06:29.137Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T03:06:29.137Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T03:06:59.137Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:06:59.148Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
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-30T03:06:59.220Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:06:59.220Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T03:06:59.221Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T03:07:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:07:04.240Z||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-30T03:07:04.241Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:07:04.258Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:07:04.259Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:07:04.259Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619751964543,
  "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-30T03:07:04.268Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99eaca79-3485-4971-bd0d-a91472b0bcbc
2021-04-30T03:07:04.268Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99eaca79-3485-4971-bd0d-a91472b0bcbc 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-30T03:07:13.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T03:07:29.221Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:07:29.233Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
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-30T03:07:29.324Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:07:29.324Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T03:07:29.324Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T03:07:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T03:07:59.324Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:07:59.332Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
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-30T03:07:59.334Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:07:59.334Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T03:07:59.334Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T03:08:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:08:04.240Z||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-30T03:08:04.241Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:08:04.267Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:08:04.268Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:08:04.268Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "dcae-sch",
  "timestamp": 1619751960885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:08:04.275Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:08:29.335Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:08:29.350Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
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-30T03:08:29.354Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:08:29.355Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T03:08:29.355Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T03:08:59.355Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:08:59.363Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
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-30T03:08:59.433Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:08:59.433Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T03:08:59.434Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T03:09:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:09:04.240Z||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-30T03:09:04.241Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:09:04.764Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:09:04.767Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.767Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "policy-id",
  "timestamp": 1619751958047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:09:04.768Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.768Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.768Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.768Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.768Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.768Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619751958244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:09:04.768Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.768Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.768Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619751965100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.768Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.768Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.768Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "aai-ml",
  "timestamp": 1619751964620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.768Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.769Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.769Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619751965547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:09:04.769Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.769Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.769Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "dcae-sch",
  "timestamp": 1619751960885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.769Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.819Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.820Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "clamp",
  "timestamp": 1619751965793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.820Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.820Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.820Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:09:04.820Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.820Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.820Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "aai-ml",
  "timestamp": 1619751964620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.821Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.821Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.821Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "dcae-sch",
  "timestamp": 1619751960885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.821Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.822Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.822Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:09:04.823Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.823Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.823Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "clamp",
  "timestamp": 1619751966913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:09:04.823Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.824Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.824Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "aai-ml",
  "timestamp": 1619751964620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.825Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.825Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.825Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619751967533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.825Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.826Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "policy-id",
  "timestamp": 1619751967515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.826Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.826Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619751967548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.826Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.826Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "dcae-sch",
  "timestamp": 1619751960885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.827Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.827Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.827Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.827Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.827Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.827Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "clamp",
  "timestamp": 1619751967918,
  "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-30T03:09:04.834Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 99eaca79-3485-4971-bd0d-a91472b0bcbc
2021-04-30T03:09:04.834Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99eaca79-3485-4971-bd0d-a91472b0bcbc 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-30T03:09:04.855Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.856Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "aai-ml",
  "timestamp": 1619751964620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.856Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.856Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.856Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619751967739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.856Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.857Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.857Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "policy-id",
  "timestamp": 1619751968525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:09:04.857Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.857Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.857Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T03:09:04.857Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.857Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.857Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619751969196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.859Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.859Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.859Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "aai-ml",
  "timestamp": 1619751964620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.859Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.859Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.859Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619751969310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.859Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.859Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.859Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619751967739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.860Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.860Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.860Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "policy-id",
  "timestamp": 1619751969532,
  "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-30T03:09:04.867Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99eaca79-3485-4971-bd0d-a91472b0bcbc
2021-04-30T03:09:04.867Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99eaca79-3485-4971-bd0d-a91472b0bcbc 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-30T03:09:04.879Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.880Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.880Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.880Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.880Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619751970206,
  "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-30T03:09:04.886Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99eaca79-3485-4971-bd0d-a91472b0bcbc
2021-04-30T03:09:04.886Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99eaca79-3485-4971-bd0d-a91472b0bcbc 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-30T03:09:04.896Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.896Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "aai-ml",
  "timestamp": 1619751964620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.896Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.896Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.896Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619751967739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.897Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.897Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.898Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619751970830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.898Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.899Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.899Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751964237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:09:04.899Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.899Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.899Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619751971209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:09:04.899Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.899Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.899Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "aai-ml",
  "timestamp": 1619751964620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:09:04.899Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.900Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.900Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619751967739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.900Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.900Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.900Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619751967739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.900Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.900Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.900Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619751972493,
  "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-30T03:09:04.908Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99eaca79-3485-4971-bd0d-a91472b0bcbc
2021-04-30T03:09:04.908Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99eaca79-3485-4971-bd0d-a91472b0bcbc 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-30T03:09:04.919Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.919Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751972909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.920Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.920Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.920Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "aai-ml",
  "timestamp": 1619751973144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.920Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.920Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.920Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619751973496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:09:04.920Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.920Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.920Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619751967739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:09:04.920Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.920Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.920Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619751967739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619751977464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751977726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751980536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619751980955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.921Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619751981960,
  "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-30T03:09:04.931Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99eaca79-3485-4971-bd0d-a91472b0bcbc
2021-04-30T03:09:04.931Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99eaca79-3485-4971-bd0d-a91472b0bcbc 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-30T03:09:04.952Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.953Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751982545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:09:04.953Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.953Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.953Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751985096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:09:04.954Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.954Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.954Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "aai-ml",
  "timestamp": 1619751985505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:09:04.954Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.954Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.954Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751986104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T03:09:04.954Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.954Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.954Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "aai-ml",
  "timestamp": 1619751986526,
  "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-30T03:09:04.961Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99eaca79-3485-4971-bd0d-a91472b0bcbc
2021-04-30T03:09:04.961Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99eaca79-3485-4971-bd0d-a91472b0bcbc 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-30T03:09:04.970Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.970Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751987107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-30T03:09:04.970Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:04.970Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:09:04.970Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619751988111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:09:04.971Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:09:29.434Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:09:29.446Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc
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-30T03:09:29.451Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:09:29.452Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T03:09:29.452Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T03:09:29.452Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T03:09:29.452Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:09:29.452Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:09:29.452Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:09:29.452Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:09:29.453Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:09:29.453Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:09:29.453Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-30T03:09:29.531Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T03:09:59.532Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc 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-30T03:09:59.628Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99eaca79-3485-4971-bd0d-a91472b0bcbc and serviceModelVersionId: 14c110eb-fe28-4fc4-82bf-7e251ac8e63e
2021-04-30T03:09:59.628Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7ae703e3-d419-4cad-a273-3bda0f780232
2021-04-30T03:10:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:10:04.240Z||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-30T03:10:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:10:05.861Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7ae703e3-d419-4cad-a273-3bda0f780232/model-vers/model-ver/14c110eb-fe28-4fc4-82bf-7e251ac8e63e?depth=0
2021-04-30T03:10:05.976Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T03:10:06.383Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/7ae703e3-d419-4cad-a273-3bda0f780232/model-vers/model-ver/14c110eb-fe28-4fc4-82bf-7e251ac8e63e?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-30T03:10:06.384Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/7ae703e3-d419-4cad-a273-3bda0f780232/model-vers/model-ver/14c110eb-fe28-4fc4-82bf-7e251ac8e63e?depth=0|INFO|500||Invoke
2021-04-30T03:10:06.487Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/7ae703e3-d419-4cad-a273-3bda0f780232/model-vers/model-ver/14c110eb-fe28-4fc4-82bf-7e251ac8e63e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-30T03:10:06.935Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/7ae703e3-d419-4cad-a273-3bda0f780232/model-vers/model-ver/14c110eb-fe28-4fc4-82bf-7e251ac8e63e?depth=0|INFO|500||InvokeReturn
2021-04-30T03:10:06.935Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/7ae703e3-d419-4cad-a273-3bda0f780232/model-vers/model-ver/14c110eb-fe28-4fc4-82bf-7e251ac8e63e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210430-03:10:06:493-4101], vertex-id=[167984], Content-Length=[0], Date=[Fri, 30 Apr 2021 03:10:06 GMT], Content-Type=[application/json]}
2021-04-30T03:10:06.936Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-30T03:10:06.938Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-30T03:10:06.938Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-30T03:10:06.941Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-30T03:10:06.946Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99eaca79-3485-4971-bd0d-a91472b0bcbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-30T03:10:07.020Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-30T03:10:07.020Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:10:07.022Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:10:07.022Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752207019,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:10:07.122Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:10:07.123Z||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-30T03:10:07.123Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:10:07.134Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:10:07.134Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:10:07.745Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:10:07.746Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:10:07.747Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752207019,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:10:07.747Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-30T03:10:08.038Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:10:08.038Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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-30T03:10:08.038Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:10:18.228Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:10:18.229Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:10:18.229Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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-30T03:10:18.230Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:10:27.771Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:10:27.772Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:10:27.772Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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-30T03:10:27.772Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:10:37.312Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:10:37.313Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:10:37.314Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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-30T03:10:37.314Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:10:46.851Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:10:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T03:11:04.237Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:11:04.239Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:11:04.238Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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-30T03:11:04.240Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:11:04.240Z||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-30T03:11:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:11:13.861Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:11:13.867Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:12:04.237Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:12:04.238Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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-30T03:12:04.239Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:12:04.239Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:12:04.240Z||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-30T03:12:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:12:13.857Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:12:13.860Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:12:28.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T03:13:04.238Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:13:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:13:04.240Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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-30T03:13:04.240Z||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-30T03:13:04.241Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:13:04.241Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:13:13.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T03:13:13.863Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:13:13.870Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:13:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T03:14:04.237Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:14:04.238Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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-30T03:14:04.238Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:14:04.239Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:14:04.240Z||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-30T03:14:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:14:13.856Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:14:13.857Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:15:04.237Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:15:04.238Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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-30T03:15:04.238Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:15:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:15:04.240Z||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-30T03:15:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:15:04.941Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:15:04.942Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-30T03:15:04.942Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"619628a0-8d0a-4a69-9445-207dc3532cde","serviceDescription":"service","serviceInvariantUUID":"2f85ab65-34f9-4a3d-931b-dad2d10f88e3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"26ea46e1-59c1-4207-ad31-f049083283b9","resourceInvariantUUID":"a805a2b3-3294-4cb0-bfb0-b5125fb179ac","resourceCustomizationUUID":"59e3d0fb-7047-457c-b392-84012a0637e4","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":"NzM2MTNlNTk0YTkwYWY4NzU0ODUwMWFiNzY1ZDg4ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e2275f6-7d1e-4ef9-a94c-22dd36960811","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTE5NTMzYTlkODU0MDQxNTYzMDNmZjVjZTdlMWNiYjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f75cfa13-81b4-43b4-b59c-c6684efcd41a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T03:15:04.945Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:15:04.946Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:15:04.949Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:15:04.949Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752504237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:15:05.049Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:15:05.050Z||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-30T03:15:05.051Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:15:05.053Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:15:05.054Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.054Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "dcae-sch",
  "timestamp": 1619752460885,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:15:05.055Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.055Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.055Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752458244,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:15:05.055Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.055Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.055Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752456643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:15:05.055Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.055Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.055Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "policy-id",
  "timestamp": 1619752459094,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:15:05.055Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.055Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.055Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "cds",
  "timestamp": 1619752462335,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "dcae-sch",
  "timestamp": 1619752460885,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752458244,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752456643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "policy-id",
  "timestamp": 1619752459094,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "cds",
  "timestamp": 1619752462335,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.056Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "policy-id",
  "timestamp": 1619752466494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:15:05.057Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:15:05.057Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.057Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "cds",
  "timestamp": 1619752466828,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:15:05.057Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:15:05.057Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.057Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752466816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:15:05.057Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.057Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.057Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "policy-id",
  "timestamp": 1619752467502,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:15:05.057Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:15:05.057Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.057Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "cds",
  "timestamp": 1619752467835,
  "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-30T03:15:05.061Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:15:05.062Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-30T03:15:05.134Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8
2021-04-30T03:15:05.135Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8 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-30T03:15:05.147Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.147Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752466816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:15:05.147Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.148Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.148Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "policy-id",
  "timestamp": 1619752468506,
  "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-30T03:15:05.153Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8
2021-04-30T03:15:05.153Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8 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-30T03:15:05.164Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.165Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "aai-ml",
  "timestamp": 1619752474620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:15:05.165Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.166Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.166Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "aai-ml",
  "timestamp": 1619752474620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:15:05.166Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.167Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.167Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752477739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:15:05.167Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.167Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.168Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "aai-ml",
  "timestamp": 1619752478537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:15:05.168Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:15:05.168Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.168Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752477739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:15:05.169Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.169Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.169Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752481541,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:15:05.169Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:15:05.169Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.170Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "clamp",
  "timestamp": 1619752481605,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:15:05.170Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.170Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.170Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "aai-ml",
  "timestamp": 1619752482942,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:15:05.170Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:15:05.170Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.170Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752483102,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:15:05.171Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:15:05.171Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.171Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "clamp",
  "timestamp": 1619752481605,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:15:05.171Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:15:05.171Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.171Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "aai-ml",
  "timestamp": 1619752483948,
  "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-30T03:15:05.177Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8
2021-04-30T03:15:05.178Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8 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-30T03:15:05.189Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.189Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752484106,
  "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-30T03:15:05.195Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8
2021-04-30T03:15:05.196Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8 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-30T03:15:05.206Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.206Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "clamp",
  "timestamp": 1619752493986,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:15:05.206Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:15:05.207Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.207Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "clamp",
  "timestamp": 1619752495011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:15:05.207Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:15:05.207Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:15:05.207Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "clamp",
  "timestamp": 1619752496014,
  "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-30T03:15:05.212Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8
2021-04-30T03:15:05.212Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8 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-30T03:15:05.950Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:15:05.951Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:15:05.953Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:15:05.954Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752504237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:15:06.054Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:15:06.055Z||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-30T03:15:06.055Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:15:06.064Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:15:06.065Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:15:06.956Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "619628a0-8d0a-4a69-9445-207dc3532cde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2f85ab65-34f9-4a3d-931b-dad2d10f88e3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "59e3d0fb-7047-457c-b392-84012a0637e4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "26ea46e1-59c1-4207-ad31-f049083283b9",
      "resourceInvariantUUID": "a805a2b3-3294-4cb0-bfb0-b5125fb179ac",
      "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": "NTE5NTMzYTlkODU0MDQxNTYzMDNmZjVjZTdlMWNiYjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f75cfa13-81b4-43b4-b59c-c6684efcd41a"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T03:15:06.956Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T03:15:06.957Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 619628a0-8d0a-4a69-9445-207dc3532cde ASDC
2021-04-30T03:15:06.958Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:619628a0-8d0a-4a69-9445-207dc3532cde
ServiceInvariantUUID:2f85ab65-34f9-4a3d-931b-dad2d10f88e3
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:f75cfa13-81b4-43b4-b59c-c6684efcd41a
ArtifactChecksum:NTE5NTMzYTlkODU0MDQxNTYzMDNmZjVjZTdlMWNiYjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:59e3d0fb-7047-457c-b392-84012a0637e4
ResourceInvariantUUID:a805a2b3-3294-4cb0-bfb0-b5125fb179ac
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:26ea46e1-59c1-4207-ad31-f049083283b9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-30T03:15:06.958Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 619628a0-8d0a-4a69-9445-207dc3532cde 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-30T03:15:07.037Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:15:07.039Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:15:07.039Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:15:07.039Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: f75cfa13-81b4-43b4-b59c-c6684efcd41a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-30T03:15:07.039Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:15:07.039Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-30T03:15:08.794Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:15:08.796Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f75cfa13-81b4-43b4-b59c-c6684efcd41a 47926
2021-04-30T03:15:08.796Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:08.796Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:08.797Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:15:08.797Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:15:08.798Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:15:08.798Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752508796,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:15:08.899Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:15:08.899Z||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-30T03:15:08.899Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:15:08.907Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:15:08.907Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:15:09.799Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:15:09.800Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:15:09.801Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: f75cfa13-81b4-43b4-b59c-c6684efcd41a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-30T03:15:09.801Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-30T03:15:09.801Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-30T03:15:09.801Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-30T03:15:09.912Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12840185790742324136/Definitions/service-BasicNetwork-template.yml
2021-04-30T03:15:10.434Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T03:15:10.434Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:15:10.435Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-30T03:15:10.436Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:15:10.436Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:15:10.436Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.436Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:15:10.436Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-30T03:15:10.436Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:15:10.436Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:15:10.436Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.436Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:15:10.436Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.436Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:15:10.436Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.436Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:15:10.437Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.437Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:15:10.437Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.437Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:15:10.437Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:619628a0-8d0a-4a69-9445-207dc3532cde
Model Version:NULL
Model InvariantUuid:2f85ab65-34f9-4a3d-931b-dad2d10f88e3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a805a2b3-3294-4cb0-bfb0-b5125fb179ac
Model UUID:1f8f584e-80dd-40fd-af2d-b14c3254580c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:59e3d0fb-7047-457c-b392-84012a0637e4
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-30T03:15:10.440Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 26ea46e1-59c1-4207-ad31-f049083283b9
2021-04-30T03:15:10.440Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||No resources found for Service: 619628a0-8d0a-4a69-9445-207dc3532cde
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-30T03:15:10.444Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||
2021-04-30T03:15:10.444Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-30T03:15:10.444Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||No resources found for Service: 619628a0-8d0a-4a69-9445-207dc3532cde
2021-04-30T03:15:10.444Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 619628a0-8d0a-4a69-9445-207dc3532cde
2021-04-30T03:15:10.444Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-30T03:15:10.445Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:10.450Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.451Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:15:10.451Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.451Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:15:10.451Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid 619628a0-8d0a-4a69-9445-207dc3532cde: Generic NeutronNet
2021-04-30T03:15:10.451Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.451Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:15:10.451Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.451Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:10.543Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.543Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:15:10.543Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.543Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:15:10.543Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:15:10.543Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:15:10.543Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:10.597Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-30T03:15:10.597Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:10.597Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:10.597Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:15:10.598Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:15:10.601Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:15:10.601Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752510597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:15:10.702Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T03:15:10.702Z||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-30T03:15:10.702Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:15:10.714Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:15:10.714Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:15:11.602Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:15:11.609Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8
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-30T03:15:11.612Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:15:11.612Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T03:15:11.612Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T03:15:11.612Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T03:15:11.613Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:15:11.613Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:15:11.613Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:15:11.613Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:15:11.613Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:15:11.613Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:15:11.613Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:11.616Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T03:15:28.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T03:15:41.616Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8 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-30T03:15:41.620Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8 and serviceModelVersionId: 619628a0-8d0a-4a69-9445-207dc3532cde
2021-04-30T03:15:41.620Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f85ab65-34f9-4a3d-931b-dad2d10f88e3
2021-04-30T03:15:41.621Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f85ab65-34f9-4a3d-931b-dad2d10f88e3/model-vers/model-ver/619628a0-8d0a-4a69-9445-207dc3532cde?depth=0
2021-04-30T03:15:41.625Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T03:15:41.658Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2f85ab65-34f9-4a3d-931b-dad2d10f88e3/model-vers/model-ver/619628a0-8d0a-4a69-9445-207dc3532cde?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-30T03:15:41.659Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2f85ab65-34f9-4a3d-931b-dad2d10f88e3/model-vers/model-ver/619628a0-8d0a-4a69-9445-207dc3532cde?depth=0|INFO|500||Invoke
2021-04-30T03:15:41.678Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2f85ab65-34f9-4a3d-931b-dad2d10f88e3/model-vers/model-ver/619628a0-8d0a-4a69-9445-207dc3532cde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-30T03:15:41.939Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2f85ab65-34f9-4a3d-931b-dad2d10f88e3/model-vers/model-ver/619628a0-8d0a-4a69-9445-207dc3532cde?depth=0|INFO|500||InvokeReturn
2021-04-30T03:15:41.940Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2f85ab65-34f9-4a3d-931b-dad2d10f88e3/model-vers/model-ver/619628a0-8d0a-4a69-9445-207dc3532cde?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210430-03:15:41:682-79191], vertex-id=[422112], Content-Length=[0], Date=[Fri, 30 Apr 2021 03:15:41 GMT], Content-Type=[application/json]}
2021-04-30T03:15:41.940Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-30T03:15:41.940Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-30T03:15:41.940Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:41.944Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||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-30T03:15:41.945Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-30T03:15:41.945Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-30T03:15:41.945Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:15:41.947Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:15:41.947Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752541945,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:15:42.048Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:15:42.048Z||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-30T03:15:42.048Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:15:42.064Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:15:42.064Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-30T03:16:04.237Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:16:04.238Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|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-30T03:16:04.238Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:16:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:16:04.240Z||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-30T03:16:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:16:04.362Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:16:04.363Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:16:04.363Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752504237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:16:04.364Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:16:04.861Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:16:04.863Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-30T03:16:04.863Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ca880b8-2721-486b-b77f-00ddc2d3f646","serviceName":"Demo_pNF_OuUPDGPsBYBfgtEVCIby","serviceVersion":"1.0","serviceUUID":"1c9c136e-4378-43c5-8fad-c3baa9a1473d","serviceDescription":"catalog service description","serviceInvariantUUID":"4cd11e95-0648-4d3a-a2c4-4af24f37e8b1","resources":[{"resourceInstanceName":"pNF 28fcba39-7b2b 0","resourceName":"pNF 28fcba39-7b2b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"839da449-769a-4170-9ae8-07ba916d1e20","resourceInvariantUUID":"3e40945e-7641-4394-bbb8-058b984e75e8","resourceCustomizationUUID":"85a05fab-7a83-4f5b-81b4-69de35b55ae7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vf-license-model.xml","artifactChecksum":"ZmFkNjA5NzNjZGE5NDYyMWExNTM0MDAwMjliZjM2ZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72c21104-44a7-41b6-9692-61ea11d6e489","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/pNF.csar","artifactChecksum":"ODg0NGY3YTU3MzhiMTQ3ODJlMmI3YWJjM2ZkMjM3OWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"03ef938b-9cff-447a-8cf7-1f5fd4150b68","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"37d0c43d-8072-4300-b95c-f33f2019780a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vendor-license-model.xml","artifactChecksum":"OGY2ZjFlZDgxOGEyNTIwMTQwZWY4M2QzNzExOWQ1YWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4df7af38-e001-4463-a1df-ad7545e3fea7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d1e46d89-c450-41e9-bad4-4947cc4ca03d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f12542f-9e96-4dee-b9db-4add1a8e7393","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOuupdgpsbybfgtevciby-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-template.yml","artifactChecksum":"MzNjZWM2YzBjMzcwZGYxMjM0MDVkOTU3MThiNDM0YjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54d828f0-b974-41f3-bf76-765eea79b4ca","artifactVersion":"1"},{"artifactName":"service-DemoPnfOuupdgpsbybfgtevciby-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar","artifactChecksum":"ZTA3MWU5YmQ0MTFlMTIzYzJlOGM2MzY4ZGQ5YjFkNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"364978a9-fc0b-4650-a190-26e6bc7a4529","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T03:16:04.864Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:16:04.865Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:16:04.866Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:16:04.867Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:16:04.967Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:16:04.967Z||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-30T03:16:04.968Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:16:04.978Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:16:04.978Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:16:05.867Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:16:05.868Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:16:05.870Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:16:05.870Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:16:05.970Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:16:05.971Z||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-30T03:16:05.972Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:16:05.981Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:16:05.982Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:16:06.871Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:16:06.871Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:16:06.873Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:16:06.873Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:16:06.974Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:16:06.974Z||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-30T03:16:06.974Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:16:06.984Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:16:06.985Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:16:07.874Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:16:07.875Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:16:07.878Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:16:07.878Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:16:07.978Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:16:07.979Z||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-30T03:16:07.979Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:16:08.017Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:16:08.017Z||pool-28-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:16:08.879Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:16:08.879Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:16:08.881Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:16:08.882Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:16:08.982Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:16:08.982Z||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-30T03:16:08.982Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:16:08.992Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:16:08.992Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:16:09.882Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:16:09.883Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:16:09.885Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:16:09.885Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:16:09.985Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:16:09.986Z||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-30T03:16:09.986Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:16:09.993Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:16:09.994Z||pool-30-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:16:10.886Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:16:10.887Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:16:10.888Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:16:10.888Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:16:10.988Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:16:10.989Z||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-30T03:16:10.989Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:16:10.998Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:16:10.998Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:16:11.888Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:16:11.889Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:16:11.890Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:16:11.890Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:16:11.991Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T03:16:11.991Z||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-30T03:16:11.991Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:16:12.019Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:16:12.020Z||pool-32-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:16:12.891Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "serviceName": "Demo_pNF_OuUPDGPsBYBfgtEVCIby",
  "serviceVersion": "1.0",
  "serviceUUID": "1c9c136e-4378-43c5-8fad-c3baa9a1473d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4cd11e95-0648-4d3a-a2c4-4af24f37e8b1",
  "resources": [
    {
      "resourceInstanceName": "pNF 28fcba39-7b2b 0",
      "resourceCustomizationUUID": "85a05fab-7a83-4f5b-81b4-69de35b55ae7",
      "resourceName": "pNF 28fcba39-7b2b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "839da449-769a-4170-9ae8-07ba916d1e20",
      "resourceInvariantUUID": "3e40945e-7641-4394-bbb8-058b984e75e8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
      "artifactChecksum": "ZTA3MWU5YmQ0MTFlMTIzYzJlOGM2MzY4ZGQ5YjFkNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "364978a9-fc0b-4650-a190-26e6bc7a4529"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T03:16:12.892Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T03:16:12.892Z|52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1c9c136e-4378-43c5-8fad-c3baa9a1473d ASDC
2021-04-30T03:16:12.892Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9ca880b8-2721-486b-b77f-00ddc2d3f646
ServiceName:Demo_pNF_OuUPDGPsBYBfgtEVCIby
ServiceVersion:1.0
ServiceUUID:1c9c136e-4378-43c5-8fad-c3baa9a1473d
ServiceInvariantUUID:4cd11e95-0648-4d3a-a2c4-4af24f37e8b1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOuupdgpsbybfgtevciby-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar
ArtifactUUID:364978a9-fc0b-4650-a190-26e6bc7a4529
ArtifactChecksum:ZTA3MWU5YmQ0MTFlMTIzYzJlOGM2MzY4ZGQ5YjFkNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 28fcba39-7b2b 0
ResourceCustomizationUUID:85a05fab-7a83-4f5b-81b4-69de35b55ae7
ResourceInvariantUUID:3e40945e-7641-4394-bbb8-058b984e75e8
ResourceName:pNF 28fcba39-7b2b
ResourceType:PNF
ResourceUUID:839da449-769a-4170-9ae8-07ba916d1e20
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-30T03:16:12.892Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c9c136e-4378-43c5-8fad-c3baa9a1473d 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-30T03:16:12.937Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:16:12.938Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:16:12.938Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:16:12.939Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 364978a9-fc0b-4650-a190-26e6bc7a4529 from URL: /sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:12.939Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:16:12.939Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:13.501Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:16:13.505Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar 364978a9-fc0b-4650-a190-26e6bc7a4529 78799
2021-04-30T03:16:13.505Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar ASDC sendASDCNotification
2021-04-30T03:16:13.505Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:13.505Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:16:13.506Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:16:13.508Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:16:13.508Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752573505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:16:13.608Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:16:13.609Z||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-30T03:16:13.609Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:16:13.623Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:16:13.623Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:16:14.509Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:16:14.510Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:16:14.511Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 364978a9-fc0b-4650-a190-26e6bc7a4529, URL: /sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar to file: /app/ASDC/1/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:14.511Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:14.511Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:14.511Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:14.608Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6455920984508038380/Definitions/service-DemoPnfOuupdgpsbybfgtevciby-template.yml
2021-04-30T03:16:15.272Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T03:16:15.272Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:16:15.273Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:15.273Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-30T03:16:15.273Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||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-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:15.273Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 28fcba39-7b2b 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-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:15.273Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 28fcba39-7b2b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:15.273Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||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-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:15.273Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||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-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:15.273Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:15.273Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||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-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:15.273Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||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-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:15.273Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:16:15.273Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:16:15.273Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_OuUPDGPsBYBfgtEVCIby is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:16:15.274Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Node template pNF 28fcba39-7b2b 0 is matching search criteria
2021-04-30T03:16:15.274Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:16:15.274Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Found topology templates [pNF 28fcba39-7b2b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:16:15.274Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:16:15.274Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_OuUPDGPsBYBfgtEVCIby is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:16:15.274Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Node template pNF 28fcba39-7b2b 0 is matching search criteria
2021-04-30T03:16:15.274Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:16:15.274Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Found topology templates [pNF 28fcba39-7b2b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:16:15.274Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:16:15.275Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_OuUPDGPsBYBfgtEVCIby is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:16:15.275Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:16:15.275Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_OuUPDGPsBYBfgtEVCIby is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:16:15.275Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:16:15.275Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_OuUPDGPsBYBfgtEVCIby is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:16:15.275Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:16:15.275Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_OuUPDGPsBYBfgtEVCIby is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:16:15.275Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:16:15.275Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_OuUPDGPsBYBfgtEVCIby is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:16:15.275Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_OuUPDGPsBYBfgtEVCIby
Description:catalog service description
Model UUID:1c9c136e-4378-43c5-8fad-c3baa9a1473d
Model Version:NULL
Model InvariantUuid:4cd11e95-0648-4d3a-a2c4-4af24f37e8b1
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-30T03:16:15.280Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 839da449-769a-4170-9ae8-07ba916d1e20
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-30T03:16:15.282Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||pNF 28fcba39-7b2b 0
2021-04-30T03:16:15.282Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 839da449-769a-4170-9ae8-07ba916d1e20
2021-04-30T03:16:15.283Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||No resources found for Service: 1c9c136e-4378-43c5-8fad-c3baa9a1473d
2021-04-30T03:16:15.283Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 1c9c136e-4378-43c5-8fad-c3baa9a1473d
2021-04-30T03:16:15.283Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 28fcba39-7b2b 0 839da449-769a-4170-9ae8-07ba916d1e20 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-30T03:16:15.286Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:16:15.286Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_OuUPDGPsBYBfgtEVCIby is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:16:15.286Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1c9c136e-4378-43c5-8fad-c3baa9a1473d: pNF 28fcba39-7b2b
2021-04-30T03:16:15.286Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||Processing PNF resource: 839da449-769a-4170-9ae8-07ba916d1e20
2021-04-30T03:16:15.286Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:16:15.286Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_OuUPDGPsBYBfgtEVCIby is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:16:15.286Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||Resource customization UUID: 85a05fab-7a83-4f5b-81b4-69de35b55ae7 is the same as notified resource customizationUUID: 85a05fab-7a83-4f5b-81b4-69de35b55ae7
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-30T03:16:15.393Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 28fcba39-7b2b 839da449-769a-4170-9ae8-07ba916d1e20 0 ASDC deployResourceStructure
2021-04-30T03:16:15.393Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar ASDC sendASDCNotification
2021-04-30T03:16:15.394Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar
2021-04-30T03:16:15.394Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:16:15.394Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:16:15.396Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:16:15.396Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752575393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:16:15.496Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:16:15.497Z||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-30T03:16:15.498Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:16:15.509Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:16:15.509Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:16:16.397Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:16:16.406Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
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-30T03:16:16.408Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:16:16.408Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T03:16:16.408Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T03:16:46.409Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:16:46.421Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
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-30T03:16:46.423Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:16:46.423Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T03:16:46.423Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T03:17:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:17:04.240Z||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-30T03:17:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:17:04.261Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:17:04.262Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:17:04.262Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752504237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:17:04.262Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:17:04.262Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:17:04.263Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752508796,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:17:04.319Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:17:04.320Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:17:04.320Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752510597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:17:04.320Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:17:04.320Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:17:04.320Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bc9aaf-0dca-49ff-b2ce-bcfee62ceec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752541945,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:17:04.320Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:17:16.423Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:17:16.442Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
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-30T03:17:16.522Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:17:16.522Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T03:17:16.522Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T03:17:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.69.146
2021-04-30T03:17:46.522Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:17:46.534Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
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-30T03:17:46.537Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:17:46.537Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T03:17:46.537Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T03:18:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:18:04.240Z||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-30T03:18:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:18:04.273Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:18:04.273Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:18:04.273Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752558244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:18:04.274Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:18:16.537Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:18:16.547Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
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-30T03:18:16.550Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:18:16.550Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T03:18:16.551Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T03:18:46.551Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:18:46.560Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
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-30T03:18:46.564Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:18:46.564Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T03:18:46.564Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T03:19:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:19:04.240Z||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-30T03:19:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:19:04.284Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:19:04.289Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.289Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "dcae-sch",
  "timestamp": 1619752560885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.290Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.290Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.290Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752556643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.290Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.290Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.290Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "policy-id",
  "timestamp": 1619752559094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.290Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.290Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.290Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.291Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.291Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.291Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "aai-ml",
  "timestamp": 1619752564620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.291Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.291Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.291Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752558244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.291Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.291Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.291Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752556643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.319Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.320Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.320Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "dcae-sch",
  "timestamp": 1619752560885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.320Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.320Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.320Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "policy-id",
  "timestamp": 1619752559094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.320Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.320Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.320Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.320Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.321Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.321Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "aai-ml",
  "timestamp": 1619752564620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.321Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.321Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.321Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752556643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.321Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.321Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.321Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "dcae-sch",
  "timestamp": 1619752560885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.321Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.322Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.322Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752558244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.322Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.322Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.322Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "policy-id",
  "timestamp": 1619752559094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.322Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.323Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.323Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.324Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.324Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.324Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "aai-ml",
  "timestamp": 1619752564620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.324Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.324Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.324Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752556643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.324Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.324Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.324Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "dcae-sch",
  "timestamp": 1619752560885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.325Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.325Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.325Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752558244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.325Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.325Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.325Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "policy-id",
  "timestamp": 1619752559094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.325Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.326Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.326Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752566816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.326Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.326Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.326Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.326Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.326Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.326Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "cds",
  "timestamp": 1619752567335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.326Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.326Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.326Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "aai-ml",
  "timestamp": 1619752564620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.326Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.327Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.327Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752567739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.327Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.327Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.327Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "dcae-sch",
  "timestamp": 1619752560885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.327Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.327Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.327Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752556643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.327Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.327Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.327Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752558244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.328Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.328Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.328Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "policy-id",
  "timestamp": 1619752559094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.328Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.328Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.328Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752566816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.328Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.328Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.328Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.328Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.328Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.328Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "cds",
  "timestamp": 1619752567335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.329Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.329Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.329Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "aai-ml",
  "timestamp": 1619752564620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.329Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.329Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.329Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752567739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.329Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.329Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.329Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752556643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.329Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.329Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.329Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "dcae-sch",
  "timestamp": 1619752560885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.330Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.330Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.330Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752558244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.330Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.330Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.330Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "policy-id",
  "timestamp": 1619752559094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.330Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.330Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.330Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752566816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.330Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.330Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.330Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.330Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.331Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.331Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "cds",
  "timestamp": 1619752567335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.331Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.331Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.331Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "aai-ml",
  "timestamp": 1619752564620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.331Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.331Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.331Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752556643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.331Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.331Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.331Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752567739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.331Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.331Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.332Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "dcae-sch",
  "timestamp": 1619752560885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.332Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.332Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.332Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752558244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.332Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.332Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.332Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "policy-id",
  "timestamp": 1619752559094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.332Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.332Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.332Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752566816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.332Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.332Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.333Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.333Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.333Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.333Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "cds",
  "timestamp": 1619752567335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.333Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.333Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.333Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "aai-ml",
  "timestamp": 1619752564620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.333Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.333Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.334Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752567739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.334Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.334Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.334Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752556643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:19:04.334Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.334Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.334Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "dcae-sch",
  "timestamp": 1619752560885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.334Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.334Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.334Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752558244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:19:04.334Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.334Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.335Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "policy-id",
  "timestamp": 1619752559094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:19:04.335Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.335Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.335Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752566816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.335Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.335Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.335Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752564237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:19:04.335Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.335Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.335Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "cds",
  "timestamp": 1619752567335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.335Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.335Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.335Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "clamp",
  "timestamp": 1619752571605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "aai-ml",
  "timestamp": 1619752564620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752567739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752566816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "cds",
  "timestamp": 1619752567335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.336Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.337Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "clamp",
  "timestamp": 1619752571605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.337Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.337Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.337Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "policy-id",
  "timestamp": 1619752573235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:19:04.337Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:19:04.337Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.337Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752567739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.337Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.337Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.337Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752566816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.337Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.337Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.338Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752573505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:19:04.338Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:19:04.338Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.338Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "cds",
  "timestamp": 1619752567335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.338Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.338Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.338Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "aai-ml",
  "timestamp": 1619752574153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:19:04.338Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:19:04.338Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.338Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "clamp",
  "timestamp": 1619752571605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.338Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.338Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.338Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "policy-id",
  "timestamp": 1619752574296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:19:04.339Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:19:04.339Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.339Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752567739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.339Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.339Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.339Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752566816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:19:04.339Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.339Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.339Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "cds",
  "timestamp": 1619752567335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:19:04.339Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.339Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.339Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "clamp",
  "timestamp": 1619752571605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.340Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.340Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.340Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "policy-id",
  "timestamp": 1619752575299,
  "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-30T03:19:04.346Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ca880b8-2721-486b-b77f-00ddc2d3f646
2021-04-30T03:19:04.346Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ca880b8-2721-486b-b77f-00ddc2d3f646 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-30T03:19:04.356Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.357Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752567739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:19:04.357Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.357Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.357Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752575393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:19:04.357Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:19:04.357Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.357Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "clamp",
  "timestamp": 1619752571605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.358Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.358Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.358Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "clamp",
  "timestamp": 1619752571605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/resourceInstances/pnf28fcba397b2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.358Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.358Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.358Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "cds",
  "timestamp": 1619752577654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:19:04.358Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:19:04.358Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.358Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752578051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:19:04.358Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:19:04.359Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.359Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "clamp",
  "timestamp": 1619752571605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:04.359Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.359Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.359Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "cds",
  "timestamp": 1619752578661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-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-30T03:19:04.435Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ca880b8-2721-486b-b77f-00ddc2d3f646
2021-04-30T03:19:04.435Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ca880b8-2721-486b-b77f-00ddc2d3f646 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-30T03:19:04.441Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.442Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "aai-ml",
  "timestamp": 1619752578943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:19:04.442Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:19:04.442Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.442Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "clamp",
  "timestamp": 1619752571605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:19:04.442Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:19:04.442Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.442Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752579699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:19:04.442Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:19:04.442Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.442Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "aai-ml",
  "timestamp": 1619752579948,
  "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-30T03:19:04.446Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ca880b8-2721-486b-b77f-00ddc2d3f646
2021-04-30T03:19:04.446Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ca880b8-2721-486b-b77f-00ddc2d3f646 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-30T03:19:04.455Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.455Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752580702,
  "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-30T03:19:04.459Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ca880b8-2721-486b-b77f-00ddc2d3f646
2021-04-30T03:19:04.459Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ca880b8-2721-486b-b77f-00ddc2d3f646 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-30T03:19:04.492Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.492Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "clamp",
  "timestamp": 1619752586564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:19:04.493Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:19:04.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "clamp",
  "timestamp": 1619752587581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuupdgpsbybfgtevciby/1.0/artifacts/service-DemoPnfOuupdgpsbybfgtevciby-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:19:04.493Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:19:04.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:19:04.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "clamp",
  "timestamp": 1619752588660,
  "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-30T03:19:04.497Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ca880b8-2721-486b-b77f-00ddc2d3f646
2021-04-30T03:19:04.498Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ca880b8-2721-486b-b77f-00ddc2d3f646 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-30T03:19:16.564Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:19:16.573Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646
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-30T03:19:16.576Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:19:16.577Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T03:19:16.577Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T03:19:16.577Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T03:19:16.577Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:19:16.577Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:19:16.577Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:19:16.577Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:19:16.577Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:19:16.577Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:19:16.577Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||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-30T03:19:16.623Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T03:19:46.623Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646 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-30T03:19:46.627Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ca880b8-2721-486b-b77f-00ddc2d3f646 and serviceModelVersionId: 1c9c136e-4378-43c5-8fad-c3baa9a1473d
2021-04-30T03:19:46.627Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4cd11e95-0648-4d3a-a2c4-4af24f37e8b1
2021-04-30T03:19:46.628Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4cd11e95-0648-4d3a-a2c4-4af24f37e8b1/model-vers/model-ver/1c9c136e-4378-43c5-8fad-c3baa9a1473d?depth=0
2021-04-30T03:19:46.632Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T03:19:46.736Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/4cd11e95-0648-4d3a-a2c4-4af24f37e8b1/model-vers/model-ver/1c9c136e-4378-43c5-8fad-c3baa9a1473d?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-30T03:19:46.737Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/4cd11e95-0648-4d3a-a2c4-4af24f37e8b1/model-vers/model-ver/1c9c136e-4378-43c5-8fad-c3baa9a1473d?depth=0|INFO|500||Invoke
2021-04-30T03:19:46.757Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/4cd11e95-0648-4d3a-a2c4-4af24f37e8b1/model-vers/model-ver/1c9c136e-4378-43c5-8fad-c3baa9a1473d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-30T03:19:46.919Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/4cd11e95-0648-4d3a-a2c4-4af24f37e8b1/model-vers/model-ver/1c9c136e-4378-43c5-8fad-c3baa9a1473d?depth=0|INFO|500||InvokeReturn
2021-04-30T03:19:46.919Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/4cd11e95-0648-4d3a-a2c4-4af24f37e8b1/model-vers/model-ver/1c9c136e-4378-43c5-8fad-c3baa9a1473d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210430-03:19:46:763-65138], vertex-id=[168152], Content-Length=[0], Date=[Fri, 30 Apr 2021 03:19:46 GMT], Content-Type=[application/json]}
2021-04-30T03:19:46.920Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-30T03:19:46.920Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-30T03:19:46.920Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||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-30T03:19:46.923Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||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-30T03:19:46.924Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ca880b8-2721-486b-b77f-00ddc2d3f646 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-30T03:19:46.924Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-30T03:19:46.924Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:19:46.926Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:19:46.926Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752786924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:19:47.026Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 7 ms
2021-04-30T03:19:47.027Z||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-30T03:19:47.027Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:19:47.036Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:19:47.036Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-30T03:19:48.029Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:19:48.030Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|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-30T03:19:48.030Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:19:52.455Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:19:52.456Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-30T03:19:52.456Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"058b5493-adb2-4d08-bbb1-7fe01cad0253","serviceDescription":"service","serviceInvariantUUID":"867cdaf7-2d72-41f5-b4e6-85f5b84e9573","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3f85aacc-fb0e-4181-9433-1cb40d3df684","resourceInvariantUUID":"65e23c80-38f5-433f-b87b-d88ecfdbfefc","resourceCustomizationUUID":"51078765-f4b3-4422-a53f-d19cd47fc753","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":"MjE1ZTUyMWNhMThmODA1NDEzZTU2NjY5OTljNDhmY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"733a47ed-617d-4277-b471-f8150fc806a9","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":"NzMxYjFmMDkyYzY5ZDRjZmQ1ODdiZmRjZWRkMGJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"770a0157-1cae-4f49-90b8-f6eb0750b483","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":"91d7d50b-0325-47dd-9f72-29666fb5e58f","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":"7cea551d-7d67-42f6-9803-1b134f1101ba","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":"231b47f2-b57a-4572-b4db-32ac4b646e33","artifactVersion":"2","generatedFromUUID":"91d7d50b-0325-47dd-9f72-29666fb5e58f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzY5NDc2N2FmZDc2ZmI5NGZiYTYwYWNhZTVmNDYwZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13ecb284-d2e1-4fa2-afa8-de397afc53bf","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTgxMzhlY2E3MTdkYTk3YjM2OGIwN2Y4Y2MyZDQxNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02acb613-9f01-4974-8de0-7f406d3d8b7f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T03:19:52.458Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:19:52.458Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:19:52.459Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:19:52.460Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:52.560Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:19:52.560Z||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-30T03:19:52.560Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:19:52.569Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:19:52.570Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:19:53.460Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:19:53.461Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:19:53.462Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:19:53.462Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:19:53.563Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:19:53.563Z||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-30T03:19:53.564Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:19:53.617Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:19:53.617Z||pool-37-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:19:54.463Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:19:54.464Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:19:54.465Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:19:54.465Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:19:54.565Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:19:54.566Z||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-30T03:19:54.566Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:19:54.576Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:19:54.576Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:19:55.466Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:19:55.466Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:19:55.468Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:19:55.468Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:55.568Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:19:55.569Z||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-30T03:19:55.569Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:19:55.576Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:19:55.577Z||pool-39-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:19:56.469Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:19:56.469Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:19:56.471Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:19:56.471Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T03:19:56.571Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:19:56.572Z||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-30T03:19:56.572Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:19:56.617Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:19:56.617Z||pool-40-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:19:57.472Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:19:57.472Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:19:57.474Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:19:57.474Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:19:57.574Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:19:57.575Z||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-30T03:19:57.575Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:19:57.584Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:19:57.584Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:19:58.474Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:19:58.476Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:19:58.477Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:19:58.478Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:19:58.578Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:19:58.578Z||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-30T03:19:58.578Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:19:58.588Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:19:58.589Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:19:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T03:19:59.479Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "058b5493-adb2-4d08-bbb1-7fe01cad0253",
  "serviceDescription": "service",
  "serviceInvariantUUID": "867cdaf7-2d72-41f5-b4e6-85f5b84e9573",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "51078765-f4b3-4422-a53f-d19cd47fc753",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3f85aacc-fb0e-4181-9433-1cb40d3df684",
      "resourceInvariantUUID": "65e23c80-38f5-433f-b87b-d88ecfdbfefc",
      "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": "NzMxYjFmMDkyYzY5ZDRjZmQ1ODdiZmRjZWRkMGJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "770a0157-1cae-4f49-90b8-f6eb0750b483",
          "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": "91d7d50b-0325-47dd-9f72-29666fb5e58f",
          "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": "231b47f2-b57a-4572-b4db-32ac4b646e33",
            "generatedFromUUID": "91d7d50b-0325-47dd-9f72-29666fb5e58f"
          },
          "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": "231b47f2-b57a-4572-b4db-32ac4b646e33",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZTgxMzhlY2E3MTdkYTk3YjM2OGIwN2Y4Y2MyZDQxNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "02acb613-9f01-4974-8de0-7f406d3d8b7f"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T03:19:59.479Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T03:19:59.479Z|9ca880b8-2721-486b-b77f-00ddc2d3f646|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 058b5493-adb2-4d08-bbb1-7fe01cad0253 ASDC
2021-04-30T03:19:59.480Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:058b5493-adb2-4d08-bbb1-7fe01cad0253
ServiceInvariantUUID:867cdaf7-2d72-41f5-b4e6-85f5b84e9573
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:02acb613-9f01-4974-8de0-7f406d3d8b7f
ArtifactChecksum:ZTgxMzhlY2E3MTdkYTk3YjM2OGIwN2Y4Y2MyZDQxNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:51078765-f4b3-4422-a53f-d19cd47fc753
ResourceInvariantUUID:65e23c80-38f5-433f-b87b-d88ecfdbfefc
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3f85aacc-fb0e-4181-9433-1cb40d3df684
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:770a0157-1cae-4f49-90b8-f6eb0750b483
ArtifactChecksum:NzMxYjFmMDkyYzY5ZDRjZmQ1ODdiZmRjZWRkMGJiNTk=
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:91d7d50b-0325-47dd-9f72-29666fb5e58f
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:231b47f2-b57a-4572-b4db-32ac4b646e33
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:231b47f2-b57a-4572-b4db-32ac4b646e33
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T03:19:59.480Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 058b5493-adb2-4d08-bbb1-7fe01cad0253 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-30T03:19:59.547Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:19:59.548Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:19:59.549Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:19:59.549Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 02acb613-9f01-4974-8de0-7f406d3d8b7f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-30T03:19:59.549Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:19:59.549Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-30T03:20:00.441Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:20:00.446Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 02acb613-9f01-4974-8de0-7f406d3d8b7f 69730
2021-04-30T03:20:00.447Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:00.447Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:00.447Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:20:00.448Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:00.449Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:00.450Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752800447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:00.550Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:00.551Z||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-30T03:20:00.552Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:00.560Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:00.561Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:01.450Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:20:01.452Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:20:01.452Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 02acb613-9f01-4974-8de0-7f406d3d8b7f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-30T03:20:01.452Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-30T03:20:01.453Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-30T03:20:01.453Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-30T03:20:01.934Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17540880190733729067/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-30T03:20:02.958Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T03:20:02.958Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:20:02.958Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-30T03:20:02.959Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-30T03:20:02.959Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:02.959Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:02.959Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:02.959Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:02.959Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:02.959Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:02.959Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:02.959Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:02.959Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:02.960Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:02.960Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:20:02.960Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:02.960Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:02.960Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T03:20:02.960Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:20:02.960Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:20:02.961Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:02.961Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:02.961Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T03:20:02.961Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:20:02.961Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:20:02.961Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:02.961Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:02.962Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:02.962Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-30T03:20:02.962Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-30T03:20:02.962Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-30T03:20:02.962Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-30T03:20:02.962Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-30T03:20:02.962Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T03:20:02.963Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:02.963Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T03:20:02.963Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:02.963Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T03:20:02.963Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:20:02.964Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:02.964Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T03:20:02.964Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:20:02.964Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:02.965Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T03:20:02.965Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:20:02.965Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:02.965Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-30T03:20:02.965Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-30T03:20:02.966Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-30T03:20:02.966Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1814b78b-7e11-4385-8a54-a58349a34913
2021-04-30T03:20:02.966Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:02.966Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:02.967Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:02.967Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:02.967Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:02.967Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:02.967Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:02.967Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:02.968Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:058b5493-adb2-4d08-bbb1-7fe01cad0253
Model Version:NULL
Model InvariantUuid:867cdaf7-2d72-41f5-b4e6-85f5b84e9573
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6e38107e-f165-4633-bb7f-a1307c7bb65b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65e23c80-38f5-433f-b87b-d88ecfdbfefc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:51078765-f4b3-4422-a53f-d19cd47fc753
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:84c70bd3-b82f-4405-96bc-1048687e44c9
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:64f26b75-f4c4-4c12-9d31-fa3f95381eb7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1814b78b-7e11-4385-8a54-a58349a34913
ModelInvariantUuid:003523a8-60ba-4d61-81fe-a2e9b1482ff3
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:caab6193-b548-426b-8ed3-4fae2361c935
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:2891f132-c2d7-4f54-b69f-254f8629ff93
ModelInvariantUuid:e770bf84-5074-4da1-800e-1db1955a962a
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:11f59e85-40b8-48d4-8ff6-b112d3f367e7
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-30T03:20:02.972Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3f85aacc-fb0e-4181-9433-1cb40d3df684
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-30T03:20:02.975Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||basic_vm 0
2021-04-30T03:20:02.975Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3f85aacc-fb0e-4181-9433-1cb40d3df684
2021-04-30T03:20:02.975Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 770a0157-1cae-4f49-90b8-f6eb0750b483 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-30T03:20:02.975Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:20:02.975Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:03.620Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:20:03.621Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 770a0157-1cae-4f49-90b8-f6eb0750b483 787
2021-04-30T03:20:03.621Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:03.621Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:03.621Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:20:03.622Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:03.623Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:03.624Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752803621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:03.724Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:03.724Z||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-30T03:20:03.724Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:03.817Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:03.818Z||pool-44-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:20:04.240Z||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-30T03:20:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:04.329Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:04.343Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.343Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752646816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.344Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.344Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.344Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752646816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.344Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.344Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.344Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752646816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.344Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.344Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.344Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "aai-ml",
  "timestamp": 1619752654620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752646816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "aai-ml",
  "timestamp": 1619752654620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752646816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752656643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "aai-ml",
  "timestamp": 1619752654620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.345Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752646816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752656643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "aai-ml",
  "timestamp": 1619752654620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752646816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.346Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752656643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "aai-ml",
  "timestamp": 1619752654620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.347Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752656643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "aai-ml",
  "timestamp": 1619752654620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.348Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752660755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752656643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "aai-ml",
  "timestamp": 1619752654620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.349Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752656643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.350Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.351Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.351Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.351Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752662653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.351Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752656643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "aai-ml",
  "timestamp": 1619752663342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.353Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.353Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.353Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.353Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.353Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.353Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.353Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.353Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.353Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.353Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.354Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.354Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.354Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.354Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.354Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.354Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.354Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.355Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.355Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.355Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.355Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.355Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.355Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.355Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.356Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.356Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.356Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.356Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.356Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.356Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.356Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.356Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.356Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752664922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.357Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.357Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.357Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752665120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.357Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.357Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.357Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.357Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.357Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.358Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.358Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.358Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.358Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.358Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.358Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.358Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752665926,
  "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-30T03:20:04.363Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c
2021-04-30T03:20:04.364Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c 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-30T03:20:04.375Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.375Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.376Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.376Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.376Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.376Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.376Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.376Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752666929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:20:04.376Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.376Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.377Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "cds",
  "timestamp": 1619752667003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.377Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.377Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.377Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.377Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.377Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.377Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752667432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.377Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.377Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.378Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752667500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.378Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.378Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.378Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.378Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.378Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.378Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752667835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.378Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.378Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.379Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "policy-id",
  "timestamp": 1619752667905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.379Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.379Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.379Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "cds",
  "timestamp": 1619752668008,
  "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-30T03:20:04.432Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c
2021-04-30T03:20:04.433Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c 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-30T03:20:04.441Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.441Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.442Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.442Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.442Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.442Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.442Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.442Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.442Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.442Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.442Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "policy-id",
  "timestamp": 1619752668909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:20:04.442Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.442Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.442Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.442Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752669296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752669608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.443Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752669707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.444Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.444Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.444Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "policy-id",
  "timestamp": 1619752669913,
  "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-30T03:20:04.447Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c
2021-04-30T03:20:04.448Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c 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-30T03:20:04.452Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.452Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.452Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.452Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.452Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752670300,
  "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-30T03:20:04.456Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c
2021-04-30T03:20:04.456Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c 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-30T03:20:04.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.493Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.493Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752670713,
  "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-30T03:20:04.497Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c
2021-04-30T03:20:04.497Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c 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-30T03:20:04.502Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.502Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.502Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.502Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.502Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "aai-ml",
  "timestamp": 1619752671127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752671312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752671717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.503Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.504Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.504Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.504Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.504Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.504Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.504Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "aai-ml",
  "timestamp": 1619752672133,
  "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-30T03:20:04.507Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c
2021-04-30T03:20:04.507Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c 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-30T03:20:04.514Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.515Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.515Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.515Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.515Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752672388,
  "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-30T03:20:04.518Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c
2021-04-30T03:20:04.518Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c 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-30T03:20:04.522Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.522Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.522Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.522Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752673393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.523Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752676643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "cds",
  "timestamp": 1619752657335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752676643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752676643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "policy-id",
  "timestamp": 1619752659094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.527Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752679241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752657739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "clamp",
  "timestamp": 1619752679389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "cds",
  "timestamp": 1619752679530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.528Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.529Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.529Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.529Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752676643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.529Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.529Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.529Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.529Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.529Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.529Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "clamp",
  "timestamp": 1619752680413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:20:04.529Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.529Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.529Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "cds",
  "timestamp": 1619752680536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-30T03:20:04.539Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d525bdea-9e9a-411e-8cf2-2bd9e3d3678a
2021-04-30T03:20:04.539Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d525bdea-9e9a-411e-8cf2-2bd9e3d3678a 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-30T03:20:04.545Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.545Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.545Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.545Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.545Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752676643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.546Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.546Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.546Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.546Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.546Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.546Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "policy-id",
  "timestamp": 1619752681445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.546Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.546Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.546Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "clamp",
  "timestamp": 1619752681460,
  "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-30T03:20:04.548Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c
2021-04-30T03:20:04.549Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c 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-30T03:20:04.555Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752676643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752681942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752681954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "cds",
  "timestamp": 1619752681540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.556Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752658244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "policy-id",
  "timestamp": 1619752682450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752676643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "cds",
  "timestamp": 1619752681540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.557Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.558Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.558Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.558Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.558Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.558Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "policy-id",
  "timestamp": 1619752683453,
  "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-30T03:20:04.561Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d525bdea-9e9a-411e-8cf2-2bd9e3d3678a
2021-04-30T03:20:04.561Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d525bdea-9e9a-411e-8cf2-2bd9e3d3678a 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-30T03:20:04.567Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.568Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752683645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:04.568Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.568Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.568Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.568Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.568Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.568Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752676643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:04.568Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:20:04.568Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:20:04.568Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752683878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:20:04.568Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:20:04.624Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "84c70bd3-b82f-4405-96bc-1048687e44c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64f26b75-f4c4-4c12-9d31-fa3f95381eb7",
    "vfModuleModelCustomizationUUID": "8e7d50de-19a3-4aee-8b27-1b4557cd8946",
    "isBase": true,
    "artifacts": [
      "91d7d50b-0325-47dd-9f72-29666fb5e58f",
      "231b47f2-b57a-4572-b4db-32ac4b646e33"
    ],
    "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-30T03:20:04.629Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64f26b75-f4c4-4c12-9d31-fa3f95381eb7
VfModuleModelInvariantUUID:84c70bd3-b82f-4405-96bc-1048687e44c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
91d7d50b-0325-47dd-9f72-29666fb5e58f
,
231b47f2-b57a-4572-b4db-32ac4b646e33

}
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-30T03:20:04.632Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "84c70bd3-b82f-4405-96bc-1048687e44c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64f26b75-f4c4-4c12-9d31-fa3f95381eb7",
    "vfModuleModelCustomizationUUID": "8e7d50de-19a3-4aee-8b27-1b4557cd8946",
    "isBase": true,
    "artifacts": [
      "91d7d50b-0325-47dd-9f72-29666fb5e58f",
      "231b47f2-b57a-4572-b4db-32ac4b646e33"
    ],
    "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-30T03:20:04.632Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64f26b75-f4c4-4c12-9d31-fa3f95381eb7
VfModuleModelInvariantUUID:84c70bd3-b82f-4405-96bc-1048687e44c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
91d7d50b-0325-47dd-9f72-29666fb5e58f
,
231b47f2-b57a-4572-b4db-32ac4b646e33

}
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-30T03:20:04.632Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 91d7d50b-0325-47dd-9f72-29666fb5e58f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-30T03:20:04.632Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:20:04.632Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:05.605Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:20:05.605Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 91d7d50b-0325-47dd-9f72-29666fb5e58f 5033
2021-04-30T03:20:05.606Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:05.606Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:05.606Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:20:05.606Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:05.607Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:05.607Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752805606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:05.708Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:05.708Z||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-30T03:20:05.709Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:05.718Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:05.718Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:06.608Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 231b47f2-b57a-4572-b4db-32ac4b646e33 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-30T03:20:06.608Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:20:06.608Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:07.495Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:20:07.496Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 231b47f2-b57a-4572-b4db-32ac4b646e33 903
2021-04-30T03:20:07.496Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:07.496Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:07.496Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:20:07.496Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:07.497Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:07.498Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752807496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:07.598Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:07.598Z||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-30T03:20:07.599Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:07.617Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:07.618Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:08.498Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 058b5493-adb2-4d08-bbb1-7fe01cad0253
2021-04-30T03:20:08.499Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3f85aacc-fb0e-4181-9433-1cb40d3df684 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-30T03:20:08.511Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:08.511Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:08.511Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: 6e38107e-f165-4633-bb7f-a1307c7bb65b 
2021-04-30T03:20:08.512Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: 6e38107e-f165-4633-bb7f-a1307c7bb65b
2021-04-30T03:20:08.512Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel to get resource 
2021-04-30T03:20:08.519Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel
2021-04-30T03:20:08.520Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel|INFO|500||Invoke
2021-04-30T03:20:08.520Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-30T03:20:08.520Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel
2021-04-30T03:20:08.521Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel|DEBUG|500||Method      : GET
2021-04-30T03:20:08.521Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/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:"22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c", X-RequestID:"22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c", X-TransactionID:"22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c", X-ECOMP-RequestID:"22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"ff1a6ea8-ebeb-46c9-b89f-d804ac3d900d"]
2021-04-30T03:20:08.521Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel|DEBUG|500||Request body: 
2021-04-30T03:20:08.521Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel|DEBUG|500||==========================request end================================================
2021-04-30T03:20:09.218Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-30T03:20:09.219Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-30T03:20:09.219Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel|DEBUG|500||Status text  : OK
2021-04-30T03:20:09.219Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicVm-csar.csar"", Content-MD5:"NjQ0OWViMzU4ZDQ2NTE4N2RjNjI1MTIwODljYTRkOTE=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-30T03:20:09.234Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/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��nۺ�_������6�R�\�Iڜ6�j'͋@I��X[�8v���ڬݒ��h�Y8��8��۞%i����my����)�C�n:���4$Fb��ȇ*����ҭ5tuh�����)5"�Sp�6<�i@�2P)�*kHS0V�8���h��8��X���2���P��4�)%COW�����S\���)..����
���v���wd!W'�@�=�Ȟ�B���]�ف���Tۍy�M,?��p�=��+3�����m���&����5����/���G�EQ�n`
���4� Q% @��
t��xm� ��1��.���`s1�ҵ���-�V���v�.Ư��[�/h>l��7�'3k�m2cm����h���Nj뭸�j5��η��x�Yo~��wo��cĭ�����~����R�O������͛x�8]>�����z~)�P�ڪ�t�m�55���D�=��U�-ޖ̙�"��j⧨��ʙx�����}��ٷ�;��6w�l��w��e.߮'w�'z�-
>_�?7�݄���O������у����i��9���~O��K���e���>6t����Ӗa�6�qGa�õ=%#*��Uʶ(�8qF��LzEԐf��@tI
�T�2b�Nf�v�c<�����&	•B!`�ͷ���P�"��h��eT"���@*�N9��~��Ѩ�n)���p�([
�|:��R&{̡�D�]v���e���Di����=l紆sSo� �!ѵ*8��V7(X��֯�Y�h�mY0��&U".;q���_�X!P��r-h�@aa�2��S����ڙ�!�]3�+�R�x&�me��D��"S�D�����S"������#�d�v/�H�?/p�VM��{�{��*�� ޜ
rۑ�j�e�
�#m4�x$B0�U��c���d�ѐ�ĉ�����8�9Y�@xAQ� C������dS%�|��?ÍA��Ҝ��C
h"�Y�Y��UU`y�א̤�iK,��D��7U%qa1�ٍ	Yհ���Bm�
�УLv�)���5��S��~�fW~F�~���?�����������}�4WYlE08x;�ݵ�J�I�0j>�h����!��1o����i�xo���.���)E�3�O�ѧ�Bk�	�ڳ5���������+IJET6�F+���rA߇�+A�Rg-xm,�)g$����ަ��8���}=�� ���G�|rS��x[�F��Iz��>���ވ@�ܐ�F���[1@`4 �D��VӸBDP �G���x��gG2��^���F�"ræ��/�����@�C����"��3\����5���Ǿ	�1\�H�Oʟ�0�Na��W�1݊���e���^xb�{:�U`��xP��Ю���PI�,�*�l�X"BÜ�����h#��`Qv�CWkpBP���C+�caBJStf����r"4$M)��ȯE�	��YU��_�2����V�J�_%�G1�����䩽���V+Px(u*>3i���)J3ll/�R�O�t_ueWMI�n����IE�Sj:n����1m�B��
[m�dIH���,cD:d�Ъ�؟�-�����e���eͅd�
��e�2�d�9ƅg��W�-���@e�$A(������|QO%��X�$�K>\�v��ж糇������Źt�p3��^�0v�[o��b緟]�%�Lo�F��6��#�d�*bk��.�|�J~���G�XI�s��e!��"�!�T�+HwۃV�����HT��T���D�}'ZM��#ѕB��0V	�<��<�Bc�韽��S�s���AcE:����H��9�;Pcyby~���&Opw�o���_��_x�V�/��%�so�Uo�GRg��.��KRk'����s���`v2�0l%*{�jG��A#dTP��|��fH�i���)RUA�PC�qص�}h�x����?�!���y�\TmWɴt�)HU�*Xc�={�cJ���A�m���w�4*����Z;�T"��*��4_�%M6�&��?>�
N��8<���̚�zKA�$݃f��6���^��8�r�ϙ[�M
�,����M�Þ*��*��j�����]�&�oGәb[
�EI�R���N�w��~��N��d��6�E-j��f\�H��=�&�����ynֽ&���;��V8�]E-�1H)d%�
1|�O��8Ͼ%C}om��ʺ=��$�������1����*�@���c�� jw��S��M��v���XFn�`�M#ԜjV!�c~�aS(�>)�q��g���iY�,��yzđ��慑0F<��Մ�7]x���!�x��°@T9h���!'0HW�/v��MgfD{�NtU{a7l@���N!;JpӞR��X�;ս��,0���7����͒���D�
�̹Knn�/���^G!��|���7Y�M�"3
#�F�VdEe���UZ`y�r��ue�eh"'�\g��&�Bˢ���Nee�Ȝ:��`3D[R���`p2��6{'yG�O厬���䘋\aQ�c���"$��65lrx�˶��jc|{/=-#U�	G�x^ѵ��k	ɭ���S�.]*�+9M.���5T����5���N��8������5��2�mw6q*!�VX���E�-.˔'%떚��a\�i^��MݽYO��ڒ�-��f��T{���e[�[obUBj�jOx�P5��L���l���\��v��w�����&�f9��PG�iwX��s�]�&~�i4�j5���Y[�E�=fT���oL�x4�;O��L�b�5F����m�62���Z���G�{�3�Uˠ���D:_K����D��TK�� ��vco9�l�M�ˣ�Tz{k��{6�6д��#�v_�#,D��X�V�…|�z�m_��A_�ˣv�v7���r�S���ܝAc~�<�ؗ$rH틨�Nm��)O�#�#o]vc���FЅ^+��c��MFVs����
X��� ���y���7��M{߁\�mB	�Ǟ�0�n�ն�sHc��䇅�*�������������)k��]�G�e7�{̶�v�~�-�v��������[��2��|���.nO9
q�|nW�R�z���*�{?��-�<���f��M��Q)�}X�,��*Px?���(�$k��+R�	(�m��@�X�����@�4��"J#�:T},��Ԛ�4HY�_�
����T�e��3���r�_�塝h�w y�(��S* ������^@�[�
�Y)͖&6��]��fc�WL@q�(M�� �
��PK���:�.VPK��R3Definitions/resource-BasicVm-template-interface.yml�]Ys�~�_ᷙ�T�l��V]�srNad�u�%ll��2����2l�IH����Zz���-K�SGE��u�ܠ�Q&�9��B��#ǰl+�L%������q��C�P
�	>�a�Y��Y&<�Gܳ�Da�\E6�&�.�2l"���aG�F����Z���MMC]r^TA�P>�7\+T�W�*)����Բe��2�]� �P{֬+
3c�5EgԺHj��gH��L�����fP�-�%I]���vm^&�Бk���w	w��^�pVoQG�}!�(�:*3l�+�v��^C���I�5�pCÚ���V�|�h���5�.$��|gd؊M���p×��R����b���]��O��ye@�+Y��z��I�@�@�"h7lT?D�M��+�X0������8^�
��,�S��U�؅�5��-ڃ"9����h�,��N��z�V�-�g4A�9s�2�+z��1��W�0��^��FT�a�������9�6�v��{1�9��9H*çRlNQ5海��Y+��Q.8��o�Z���iqb\�Oq�c���Ti�ۓAt�r�z*]�V�G��O�v�m�JH��4�zz0�,ݼ}(������T<�=
�����_H/MK:�W+����?�񩎛��R�}��.�M��c|^y��o&���]���������].�����z����s��Zg�{�P���d!�c��.�;�\vxS��y߸}��$@!L�RK�C�$J$�]84���_�d�m��Y��8u��d��H�g
f?��Y�Ϸ�9��W��q�p�	�p�Z����;�B
���@Q�:�)�VA��0�EP�pĊaǹǜ|,����6��HH� 4q$��ЩU�ui1���Jp�ll��f����	as�sڄY�@Rr�32�G�hi"����b�8��6>:zĐ&��M���3��"�ږB�/��	2���Q.�ϔ����G��& �Ƭ��X�ܷ�
jYϡ �5���H�z�z��
薇"��s�*?��#�^�Id������(Z�\�{�Yiu��zmQ6A��)�\J	�����qg�U���1\g�%�z�ɖ��RTۍ�%YO�^}u�R�)��
4;t!#�E�7�	�A^	�A^�k�.*��s[�I�:Xt����6xi�?*��B��?�\�@�Cp
�>ۉ�G��3U�*6L
�C��l�_Z��8�M5]���k���Qz�X3T��6��DX�EAI�6�AR˯I2�)�L4��s�	 pp1��a�߭�p)bi&��4Ÿ���������K����/���Z;X��o}s+hw�6��w�R…�v�1���&����0�4��Nd�!���"�T�eid�
@֖F�
����X�3p�;>v�@��NT�!5茊�2L�#�Wf�mҌP�F��
Z�id�Ѯ�"�TA��eY&�#d̤�*@�`�2���""���#���v߫))s�l�����lueO�Y�zjd�Dͦ�=�&u��2�d���2��0�����Í.�8�([����e�7O�8G�PlK�����E���W�77�������B���8�a!6�e��	 @���&�M
����z�F.G�ɮ*�IRF�ڒ��3aQqmޘ4[V3�ٍ���M����bP��x���!{����J1�H���"K�w��1��d��~�gR��{�lN�?��5�*0��������|�U�u`��2�,|�ᓼ�8�z=��k�L�����㧾�j�Js�_9�<��8?c�\ܙ��&�)�V����%�g��d���%"����im��w%�k����;�F1�H���ao̊U���X����Z_�D�w�Wmz�I<��G;Y��a�O��!�
�cmMnK�6�6
�͜���!mD�� �%ؠ���;{��7U�X��M�3��v�TJS�5��v{GM�B�Ջ>��d���'ܵ���]@C��� �fKd���ܻ*7;n����t:m�e���z�l��r֞L4}�Z��&Gc{�\̩�H�,{����零Vn� ��˛���3��ջ�2�Ӵh�||9U���ِeP��S�&R&��g�4�>?�yǯio�w�2Jyv���C���S������p�7+�4\�;3��?�O)x��p?�IuV����AJJ}J�z�/��c� (7���A����%��䖰x�F$��	���?�b,���{^-���5�5�E�a>�n��j�l�y\W�i��7��|�
ȉ�H|��pS�&sJUd*����|�`+�Z�u�V��QgF�|���K�78���{ev�����Q�4L��j	R�PK�C�/�
c�PK��R)Definitions/resource-Compute-template.yml�V�r�6��+�K��F�$;�Ώ��E�e��p@�R��*_�Çh�Q&j�q6�6��y.�����BY��!ےX�,6��L�)�q����db(r�#O'�)��^qW��7)���,_�e2;�8M��y�����|)ϋs�(�N%v�`1_
�vy�@5O�E����e"�����x��Rv�LYE·� �*c�=���g��fγ����p�Q�jQ ����-�7���BIB�$�G����N{RZ��X���<�A��
���s-]�-YD�g�<�& �Z�U��-W���LW,��ʮ�~��{D�l��n�$yԠ���},�`a72X��ٵ�!(�B�m"��]c��W��+T2��R��C���qW��~��Z�HkR�+Y�J@��Y�{�󕈕�ۅ������O������ǚY?����+��Lg�?����o莾�LN�����t>�t�4�5-�a�LwFCYS�Ne���^��JcƐ���z�M��F�#�Hс��UcT+�ԥ�J���^�A��.�v������f}���N�t�n7�?��
�L:��;;��#��#���%x���{?�m�F�|�=�	QyOV<�c,a��zu{u���yw�˶\+����1���k��_�L%�a���(�)"�m)Ք�=�	)���H��[�
�
��^�Kg�k���Ip�t���wtz)Q���@pJ_)2Ny:P��9�Q�(�������.D2?�Ra�U^5G��k�]I�f�K��k�t�#
q��.Rso�(��������q�����~x�=�">�ܯ� gq|�׶2�(�~�k��|�����
��i�9�&"�5����x�K�{ƛ�bw� �������
;^�>�(Z�	�Yf!:�׃*��(�wS��O3�c�����
=>�����ks�@[�>���PK
t��
PK��R,Definitions/resource-Globalport-template.yml�W�O�8���.�Z��ҷ��!m��^N��q&������r��w�|���
m�R	��x>~��x0R3�q�
�B�kP3bܖ�i����i���I
�����	!\���T�����G��9�\>MF��t8�_��%�����O�gl:N'���Py:\���xEӳ 
�*�Œ��Ȁ&�R����qA�A�@�0�P;5�Ș3���>y�fER��I�EL�h�L����&CW��d�@,�����t4�y�����Ne�<�������-�xo!;�ھ��F7#o���p8��Y��e���>|8A�1|=;�[��MH�4��&Mp�����Q��r��o[��C�� ��+�ut;�r�d��*$�v&Ξ��d�
B��n[�%v�6Y��P�ؓ���4�*=�y(̓T�<˕�j��\C�GJ�%�{tKշd!��PU�<ޘ�W�o���r%�h�pmjQ'�>����%m�1+((\���!��r�Ũ�6�f+Hi���E��U��Mv��Z/7}%�tϒ�����J�B��?~��ٝ^HT�$r)��9�DWR�^�vA�'�
�Uf2Ư��v������Q]P����_̯
Cd&�Rk��$hDž�qa@E���E�5@�ncЛL��{���w
�!+��w�< 7��=!�W�>�}<��6R?��;tX�r~w��Ȟx�	����ʫ*������P��v�^����'ɲ�
�=�74����ȵ!L���2�q3�[:X4EV��G��
K�>~��8F����M*|��Gl�k�?�{��N�)��"�c\hC���#`Vg�}e���jX=.�,�e�}�={��G�-b�]��+�
x"q�RZs7�8s��V"X����l�4qnH��ܾ��2�u�z���v�t�@2�c���d�Z?,�����|]�� �?���ݢ�?�z{
p�����ԭw'֝#��������,�K�<_W��A��p��i�~/{��enbi�6�ʑoB�.ȇĊc�x?rH爤z�}o�>�^��W��T�mֆ������̿0y��kב������Ǒ�@�`Ew�;v�����k���_��d�wPKd��]l�PK��R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ��@"Q�����X!A�ƺ�ȱo���l�S�=��ΊH�R�{|���U�јC*��BI�A���ڤJ�[f�H�<��Cl	U[�����/	5�8�뮊�Xc?�̨�wƖ�	y�GVoǗ��7����~Y������/o�/��ʗC�����Db�A`���2�.������Wt��0��n���bo���gX&�r=���6��%���ԟ Õ�����u�<��D���o8�[��f�@ːl��D�@�0]��@��٨�_W$�~{�R�ڎq�/U�o��-Gi]����.�͠h�������4t=��#�ᤈ�,�7��^Yĭ����*��?Z��|���k��'�]�n�[�3g��|�����ˈ:���QIZ�	�����ۛ�8���{��K�&��G�ZkO��TJн��p,6�luiQ�7���U6��ދ"�[<�x}�@.<�܌����P������<x�	�>�w�̆!mo��:@S��nْ��I,c1�����Xa��š�2���v�!,IQ)^���I�z��nǝ9W0�ʮu������O�4U�
��KŞ��PKi	��PK��R:Definitions/resource-BasicVmNodesUbuntu20cvfc-template.yml��r�8���i3{`W������̦*q\N��^T�D�5�k%�c���')�z������@ ����
�8n�R7�L����h֕�~�����2VW>����\i��q������m���������hk�WH_9�59����v�
`����~u� s���v�7�N�
�:��7��u��8�>��L���q�Q�$Y�0Ӏ�����XMV�F4��2~_4����{�Ts-M���DHBᯬ�
���@�}ܧ�G�baJNa�z��I�l�$5��[3�1�(��$	��"O$�ø������#�N`����C��0�ݧ�I�ԇW �0�����0�k��z@!ū�A'[6�5����z��"�^���Ù"<��+t��8LE����BϵC�m���ty(���+��������x��;�|��^�f14J@g`uk���ޓ��ap|�Ҿ{�A`E�&:>�U�V�Vb��&�@��y7�%%�CV!���*��\���J�jQ��c��I�?�T�(ǻ����Iɲ�$��T1p���)�tQ8�pi��^��5��Xhv�Ӎ�(L��	��f
nXaว4ξ�̦98�(X�8%E[n��0m1�_��ľ��%9$����m�
�( Fֳ4��Ll# �W�Ln�<7�-�$��X���%f�ƧE��d�]TfiQ��x�G�/�M��@1���W����C?r#g�c����\��zF�81O�=o/�����"��:�]Z��N҆b�Fz%����v�y��j��bc�qn8a�cz���X��x��F���"�5`g���H�
l�b����e�l�0a��?TM+y0�Alz��i��K<^���BܑP��l�߸/3���j9�Z& O��'2A�Cu�M���}|hz���J �k1(>uHHܜ~bB��&�C�S!@
 8d0���==��]�ɥ�Cm�ͱ�z�|�׾�Z������M	���lwi� b@��&N�=�E.`��خ
Q�GO][���[�B��	�I��Q:���9oC��Ͳc���?1"ZFD8�������e�Jˮ� �'��r�o%�ޑ}lI��va��[2*~�>X�ĐM|h��[��G:q����.e�~q��ׂ�������9+!��'\��$�oq���`�
�\}Q?�2?���i7�`K���/n�V��Ǿ=ν%v��bz�X�+�1r���<`�"�$;i�тf3�i������t�-�-��hk�җK�V��:�v��_�
7GY��݁�;�]�:���鎳G�j��7�fM���7Mh�g��V�j�F�ھF[g�E����n�����q�
��0�I�����d*AK�C
k�&,��@ؠ��<~%�Y�/���}�"���d`�ğ����a�t'�Sw��ܶ�s",�B��z�P�����S�|��)�VEv�P��
�H#�Dz� �����>�Q{����o��;�$t�/�"#c��	37���ϟ�ow�Ow����=wKѶQ,Ks4<���N�c&Ӥ�;��%�Ϸ�;q�M�h�*�Y���%�5��n�s��T���#��d8dN�|��h�"_6ak�����U�2*�&���b�¼�J2�$��.o��O��HE�9�kґ�*bޛ$4�)1��8�F��3\�n]�y�Vm�,̒�A�촕�)�N��y��'��ͪ&4`�/�A%�#����H;C:k_Vd[r��)��ي�)43��mq1�۱��U�,�����yq��(OCJ��k�O*�t��y�n�1�@�,7�<w
,B��49��ϙ�\I8�D!�G��R"�QM�ؚ�}��q��_0qFJ�1�j�ڷW.�M�'1,�:7�m�y��R,�MF��W��@<8GM�w���s�A��{�$;�d�թ�#�6(�eE��z�_��*%ӓݺ��ښ�-��-�.�y��h�8���[���I����Zwt�������4m���nin�&�q[/t;�������$�`�,���H_��h�?�l���k�v��[�	7�Xߟ�v��_�Y����6���
�yI��gk����3ќ8�+��u�z�����^�v�	��v�������wvC��
�*�b����F9<�%+I��dU֬u,1�����Qݕ;l�N�b�\��5���lI���	�Y�W���߿��WM�ιA�^Fy�c��${E ��2vz<
^E�[�,	�Z��GS�Te��,4�TdrX��(˭6⧁��Ae�^IKj�cgɑ�ͬ�&�X�-BR�Cs�ѩ�%��T3�W&��L�D�WIV��E7��j-7���j���,s�)=�w:�NeC���F:Fjq�e�7��*茦��q�ʇc��#;G��j�6^�����qi��-����'�Mo��0=:�.�гK�e��x�·_��0jY�b3��z5�]�F�#�.x�(��P~�`�E����LP��Wх�2������.Gb9��H'AmU�U�T�䥬ae&MEbP]�Q����2����ȧ#+�#�V6�	�_��T
�T�� �����LJ�����P�N^�������������J
*��k�2��Q>��o�zo�}�)h/�t:}ie�U�Y�̪�-�,�cՑsG*�췄�F�[���cu��UmhČHs�>H�΁y��i�ʕ����"���I����WQ�^P)��C����7NF�4�7���u*�Hz�}�!�ܘyϭ��j\s��b���kBo �z���-�"8�4~�%/�P�7P��\��R��^��7�vKvT8HKB��W�{�$��/���k�&8���T��"qu�.�/c�\��J�D�; �7@TK&Ѣ9�����4_�t2�S������<,��]\P�`�7.�~��I�6ؐHn74�^6��9�Q?€���G�q��`@�MU���[�T��ۿy����I�Hɟ����"&����;_��M��%�~~���e�>�}e��I}���Ky�7��I�w�z�>������ S���]�V�@G͎�|	���%�Χ���~doÑ�Z�#���;�E����Ĩ��nFH�D#�y(�{9�_ř�"y�����������<�	�k���PK�W]-G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~ �w,p݃��0����LO\J-j��cEڽNSA�����G�	Z�=n�!b3��Y�������i<�
|���R�C�3�{`�����!�!��?k��#��c�7s��KY�q۩{����L鷄��)]��8	+���kߩ��G�"�PdsߩF蓰�"��sȁ���{L	+4���(������6C��>�'FU}���:O|c���N�;��챳[{�u
��Ɲ�I)��Nݤ�B��F�ya$���e�Q��P����켁����,X䅞��i���͸Q#�ǰC���o�U�jj��mu��*4KC�;�m���c��Dz�džD2L:f�� M�VY�/� w-�1ul��S�����ZZ�=��ʼ�~�
b\�a����*�z��A,�O,�-�Qp��>�2����T�l�����*���7�!6i�iB�E�k���>�ۄ
�hvJ}��V&w��@�ͨ�iI�@�	�B�11�{kv������A����,D�z/��|�l�g��>1��η{�6��D����݌K�A�}'�B��j�=^
��k����𢞦'ֺ�J��:�އ����u�L.��-(օ|Y���{��4���+}�c�8����[y�\�\K��Ƿ�����b�����:��H��H��,�9�%�����L���I��c"�����m�ͩ� �a�4ͦ�z�������x�B<��Pfy���|�9��aIV��ٗw�V��3��qέ��/������چ�&��Es�NLB���3���h2�D�g�q$r7���D=��DͱM�O��C���@�m�A���Ʌ�^�yT�\d��h��79.j�A8�yF\���$/Ω"��2b��$��A`qYB�y�?P��z���1!����d���������U�w&�������hGW��[o#`d�L���^�g���@����e�oB��j?��$s?������‡�z��I��f����8�����Ϊ���^��)h���t�J�����h��P�uD-+��T�PK��֢}PK��R(Definitions/resource-Extcp2-template.yml�R���0��+��m l��m�U��f�*饪�1Cb��t0���k!�]�T���f�yo�n8�
,�Fh�dg��>R0Ո���]X%�e�\ThX�KB�	����e�B�GID�����U\x�}��V���%AFed�zq����c�q�xq��a�%e�eP�q\Z�b���۬w��[`�IԦpBxؿ��Z+�܁��B�Y�`.5��9!�zg�I�Jҕ������ə���K
�QY�X��7x��E�Ox�X�2��	��o�
M)�"si����T}���Z>���K�72p�f� �$��^�r>�,+7�ӵn,Ӝ�D�����a������?�wMv����5���Ώ)��&��׸�����?�H���E
%�
.�PKG�x�PK��R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�`��4�-�l�=4]M/EaP��&�"�$����wDI���7ѠƇ���<~���0�͡��[���@���/+�#-�v�]^�`iN-�\��jN�}|��~C��e�-h�X����b�.��z��d�y���:[�_��y��b��H�]g9�|Hh�`	]-�����2�AcIKؐOBeTܩ��-`j�i^Y�ίPi0 �!��%9pmk�_R����{R*��\��͸�.�I�@{������Q;��X-HМa���s�mf���b:V�j��;�\�
��p�7��[����_A5X�2]��)_�^�|V9����K{��
�Wښ�UB$f�FvB
.���K���K�N���.���H��T���=�F����x�U=�jS��J	ΞU٧u&TJe�r�V�dg�tv{�һTU��L����`i�J�J[b�^<@�-�*;��f���P�WT�j��'�j%h*R���>��pܻQ�x�!��p���駣��:8\q���[��M��Ϯ�s뎘��p�Y[̔$��{��ڸ>�*NO5+�j�A�s'	I�rp���ǗLJ�?�Oi*x�m�����8���t]i�B%l�\`|o(h-��5�G���xc���0��,1iEo�l�E�zaR���]�Y�M���Q���9j��o��R�.B0)��{���O�ߧ�{+j�^wщ��D�O�]C�}�s
4O+06�����t�
V��dѮ�"��p�5`�;^0�?��X�k:Ø�-ā����D��'�-D|�0�7t
/Y"D5~�	ft6>��B��,yN7�.x(:��¯�L"&�ܠ�'��O.���;��̾�,V�Ϛa�	C��/��e���ng��/\y�@�ཫ\
�� m��GX��
��W�E|����PKq(|�;KPK��R&Definitions/resource-Port-template.yml�SMo�0��W�����n��֦liQ4��D�Beɓ������-0�������I$��3I�2*(k|�#���BhC^���l��Β,��Pb�t���B6�_�Ny,�$Z.�$:�O/��.etvvQxN��E�YY�y�(_J&�E�8��U'/�H&,)�{��H�©*���r���n�@
����3@�P�CN����-�:���f̺0֕Ԏ �+�s��R������u�~�!�c�Ώ� s��l�p�m��	z"#�K�n���=6���]��4��r�<��UƋw�?V�^�eN�vr2����t�{~����,��}�9����ԘЀ}\`�����)e��TG��xVՄ;	�䭳���!}��Z�7%���16t�c�n��e��
ہ�w`��̛��$woG2+�-�	����S�f�*g+r�w�]�2��+�a}p�l����r$S(P{�}��X�pL�	qPͭ��3���2�fK���|
>�����[����7b��N��@-���vQ;�re$�8�B�Α4jE4*�f}}�Y�nW�2�a�&K4��5�\���q}���J�S���]ke^���o��I�Mjc�PK9�ZePK��RADefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.yml��M��0������,­�j���V���!k��6H��>҆n����<��� � ���)��r6�#�@���9��5�70���|g0��͎1eG�
l<��=7�*�]]$eVI!!O�,�$�ίu�yp��P��]^�o=9.g�����P��0�?�'�I���^�J�Ƨ7���5��?P#ʴ��l�.��*Я��HV�����|�.asqS{�&��ڛ��Z?U�&q��+M��"���z�0��M�vX�wÖZ�5�;��_)�ڊ��..��ԃ<�S���
������L�O�-L�N����uD�Z�a]�%��	�(��;�|d��`��O��W��߱_PK&�ԢTPK��R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{��N�λ77n��I^�᠓x��;�*����Q�>;imc��I��ȏ����%3���Z�d���G.��,��-+�d��.
tL0���6�H����|ï�,��
.9Nc6���b0β7C~=W�S����]N�ɛA:�"�k�4l�]_ӫq�L��X�c�'����n�$h���0��ӻ���F+��a��r�2��%�s�n�n�t��
BftA��>���3�+m�1����8�l���t��|�w9��%�A�+����&���t	?�����L�'�H�bEC�=���3��Z`����۫W�~m��/�He}�2��� ��ENJ_�=/l���,�9yߤ/oL
�,pa-�=�=Ec�2�ڷ�%��Թ�![Yc”Ү�۷ꉃ��l��P�U�K*�E�)�xm.�>]j�u�E�=��ciP
iv�'	6��+#�6A��E�l��jM�Q�t�����O�>�ZH���ch%L�j�v�~��������E�~#9&��T��a��!��@gKڀ�H�/�&�	�sB�2��@5l���?Ռ��L0�_����KS��#��	Ad XL{�*�ֽ�i*D��,��ӛ��%4� 8j�{P%#�[S��֡*'$
���l��X���>��9����I@4�-	P� �JP�㍒<�չe�k���R$�VJ�����mX^abK作�FbU�b�ڻ�?V��ݓ3��m�)���G(�+��z,h�k��r��~��qN2��Y�K�����iN��	Ե+�0�j�su$��2g<��g��mzw{�e��Ę�~��"��Z��at��σ�$r�D�����}n7a��j���}��4�.�$
������?�>�|�$�A8C��|iwi��GJh��lj�{��MD�x;E�!#��nfR�W~q�#���0QH�I&U�����w��U��	�p�ٶ����b�yBH}��t����324�-R�$��;���~�lI���£?�{N;��Vs���c�����oo��w�NF��"�[�y��_=��}���#k��[:�>��
��׳����~��m[�����.���ŧ*�+�C�
�3]���{^�PKFJ�rL�
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/7�Ծ�i���П������q�Ɍ�&��ġ����r��%�G�5���ā)����S��}�5Zm\�"�ښ2��?O�?S���4�x�HRߍV�y�؍���t��Ħ���+�5�wK}��	�PK������PK��R�R�B4E	csar.metaPK��R��Љ�kTOSCA-Metadata/TOSCA.metaPK��R���:�.V);Definitions/resource-BasicVm-template.ymlPK��R�C�/�
c�3lDefinitions/resource-BasicVm-template-interface.ymlPK��R
t��
)�Definitions/resource-Compute-template.ymlPK��Rd��]l�,� Definitions/resource-Globalport-template.ymlPK��R����Y/G%Definitions/resource-Securityrules-template.ymlPK��Ri	��,)(Definitions/resource-Novaserver-template.ymlPK��R�W]-GJO:�-Definitions/resource-BasicVmNodesUbuntu20cvfc-template.ymlPK��R��֢}DO:Definitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.ymlPK��RG�x�(cCDefinitions/resource-Extcp2-template.ymlPK��Rq(|�;K/�EDefinitions/resource-Globalcompute-template.ymlPK��R9�Ze&mJDefinitions/resource-Port-template.ymlPK��R&�ԢTAMDefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.ymlPK��RFJ�rL�
.,ODefinitions/resource-Extneutroncp-template.ymlPK��R+�@j5���SDefinitions/data.ymlPK��R�'}8��Definitions/groups.ymlPK��R0?��@@A�Definitions/policies.ymlPK��R���C&ǜDefinitions/annotations.ymlPK��R�����6�Definitions/relationships.ymlPK��R2ea�
A�Definitions/artifacts.ymlPK��R�H�v~(��Definitions/capabilities.ymlPK��R8��L�Definitions/interfaces.ymlPK��R5n���/�tE�Definitions/nodes.ymlPK��R}�;.@�>~�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������4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKX	��
2021-04-30T03:20:09.245Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-30T03:20:09.246Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6e38107e-f165-4633-bb7f-a1307c7bb65b/toscaModel|INFO|500||InvokeReturn
2021-04-30T03:20:09.249Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-30T03:20:09.249Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-04-30T03:20:09.250Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||VFCustomizationUUID= 51078765-f4b3-4422-a53f-d19cd47fc753
2021-04-30T03:20:09.250Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51078765-f4b3-4422-a53f-d19cd47fc753 matches Tosca VF Customization UUID: 51078765-f4b3-4422-a53f-d19cd47fc753
2021-04-30T03:20:09.250Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||vfCustomizationUUID: 51078765-f4b3-4422-a53f-d19cd47fc753  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-30T03:20:09.252Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:09.253Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:09.253Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||resource request for resource customization id 51078765-f4b3-4422-a53f-d19cd47fc753: {\"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-30T03:20:09.254Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@548d0c86
2021-04-30T03:20:09.254Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:09.254Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T03:20:09.254Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8e7d50de-19a3-4aee-8b27-1b4557cd8946
2021-04-30T03:20:09.254Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8e7d50de-19a3-4aee-8b27-1b4557cd8946
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_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-30T03:20:09.256Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:09.257Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T03:20:09.257Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:20:09.257Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:09.257Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T03:20:09.257Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:20:09.257Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:09.257Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-30T03:20:09.257Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-30T03:20:09.258Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-30T03:20:09.258Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1814b78b-7e11-4385-8a54-a58349a34913
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-30T03:20:09.259Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:09.260Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T03:20:09.260Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:20:09.260Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:09.260Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T03:20:09.260Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=51078765-f4b3-4422-a53f-d19cd47fc753
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-30T03:20:09.261Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:09.262Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:09.262Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid 058b5493-adb2-4d08-bbb1-7fe01cad0253: basic_vm
2021-04-30T03:20:09.262Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:09.262Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:09.262Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:09.262Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:09.262Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:09.262Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:09.262Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:09.262Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:09.262Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:09.263Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:09.263Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_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, ORCH_TEMPLATE_ARTIFACT_TYPE, 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-30T03:20:09.386Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3f85aacc-fb0e-4181-9433-1cb40d3df684 1 ASDC deployResourceStructure
2021-04-30T03:20:09.386Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:09.386Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:09.386Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:20:09.386Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:09.388Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:09.388Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752809386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:20:09.488Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:09.489Z||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-30T03:20:09.489Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:09.499Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:09.499Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:10.389Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:10.389Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:10.389Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:20:10.389Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:10.390Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:10.390Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752810389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T03:20:10.491Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:20:10.491Z||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-30T03:20:10.491Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:10.499Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:10.499Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:11.391Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:11.391Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:11.392Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:20:11.392Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:11.393Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:11.393Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752811391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-30T03:20:11.493Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:11.494Z||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-30T03:20:11.494Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:11.502Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:11.503Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:12.394Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:12.394Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:12.394Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:20:12.394Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:12.396Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:12.396Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752812394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:20:12.496Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:12.497Z||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-30T03:20:12.497Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:12.506Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:12.506Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:13.396Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:20:13.406Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c
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-30T03:20:13.410Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:20:13.411Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T03:20:13.411Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T03:20:13.411Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T03:20:13.411Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:20:13.411Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:20:13.411Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:20:13.411Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:20:13.411Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:20:13.411Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:20:13.411Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:13.423Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T03:20:43.424Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c 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-30T03:20:43.428Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c and serviceModelVersionId: 058b5493-adb2-4d08-bbb1-7fe01cad0253
2021-04-30T03:20:43.429Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 867cdaf7-2d72-41f5-b4e6-85f5b84e9573
2021-04-30T03:20:43.430Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/867cdaf7-2d72-41f5-b4e6-85f5b84e9573/model-vers/model-ver/058b5493-adb2-4d08-bbb1-7fe01cad0253?depth=0
2021-04-30T03:20:43.435Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T03:20:43.459Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/867cdaf7-2d72-41f5-b4e6-85f5b84e9573/model-vers/model-ver/058b5493-adb2-4d08-bbb1-7fe01cad0253?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-30T03:20:43.460Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/867cdaf7-2d72-41f5-b4e6-85f5b84e9573/model-vers/model-ver/058b5493-adb2-4d08-bbb1-7fe01cad0253?depth=0|INFO|500||Invoke
2021-04-30T03:20:43.477Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/867cdaf7-2d72-41f5-b4e6-85f5b84e9573/model-vers/model-ver/058b5493-adb2-4d08-bbb1-7fe01cad0253?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-30T03:20:43.752Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/867cdaf7-2d72-41f5-b4e6-85f5b84e9573/model-vers/model-ver/058b5493-adb2-4d08-bbb1-7fe01cad0253?depth=0|INFO|500||InvokeReturn
2021-04-30T03:20:43.752Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/867cdaf7-2d72-41f5-b4e6-85f5b84e9573/model-vers/model-ver/058b5493-adb2-4d08-bbb1-7fe01cad0253?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210430-03:20:43:483-85257], vertex-id=[180424], Content-Length=[0], Date=[Fri, 30 Apr 2021 03:20:43 GMT], Content-Type=[application/json]}
2021-04-30T03:20:43.752Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-30T03:20:43.753Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-30T03:20:43.753Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:43.757Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||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-30T03:20:43.757Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-30T03:20:43.757Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-30T03:20:43.758Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:43.759Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:43.759Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752843757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:20:43.859Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:43.860Z||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-30T03:20:43.860Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:43.871Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:43.872Z||pool-51-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-30T03:20:44.770Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-30T03:20:44.770Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d525bdea-9e9a-411e-8cf2-2bd9e3d3678a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"033683f0-9c48-40ff-812f-6d2ad6f8a39f","serviceDescription":"service","serviceInvariantUUID":"0d2a38de-1936-456e-90d8-22404fb71933","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5274bef-dcae-417a-a76f-c0af0f549bb8","resourceInvariantUUID":"83e5357a-e790-4c67-99da-544a202c5d2f","resourceCustomizationUUID":"849bc1b0-6671-486f-8cff-ebb4ff92b2ed","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":"NmNiZGEzODBiZDQ0YzVhMGY0OTY3OGY2NjliYTBiMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f932e931-2201-4a3d-93b3-2e76cf0d328a","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":"947b24df-836c-4aa7-982b-fd0ce40cf4ca","artifactVersion":"2","generatedFromUUID":"23a83fd9-272d-4659-b80e-9b223b0f7b7f"},{"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":"23a83fd9-272d-4659-b80e-9b223b0f7b7f","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":"YjJmMjU4NDJjY2NmNDA2ZTYxMjI0N2UzODliMjhlYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8de52fe8-7966-42f4-80b3-e0e9884ddded","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":"968951dd-0517-4d72-ad78-5083dcf823f3","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":"5cd99ea6-cfef-4c8a-a202-10af13755c15","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":"5a7db264-756c-4afb-87b9-39cbb84d0b5c","artifactVersion":"2","generatedFromUUID":"968951dd-0517-4d72-ad78-5083dcf823f3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"M2NhYzI2OTY4MWI0ZGMzZDI1ZDNkMTUzOTk2YzA4NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6ad2d5d-37fe-4990-96e0-e30575877b17","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjFmMTlkNDUzY2ExNjgwNDMxY2U1YzUxZjZiNzc0NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5444bb1f-c2a2-4d45-bba5-795078b21d3e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T03:20:44.771Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:20:44.771Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:44.772Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:44.773Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:44.873Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:44.873Z||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-30T03:20:44.873Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:44.884Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:44.884Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:45.773Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:20:45.774Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:45.775Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:45.775Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-30T03:20:45.876Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:45.877Z||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-30T03:20:45.877Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:45.887Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:45.887Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:46.776Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:20:46.776Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:46.778Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:46.778Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-30T03:20:46.878Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:46.878Z||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-30T03:20:46.879Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:46.920Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:46.920Z||pool-54-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:47.778Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:20:47.779Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:47.783Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:47.783Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:20:47.881Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-30T03:20:47.882Z||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-30T03:20:47.882Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:47.891Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:47.892Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:48.783Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:20:48.784Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:48.787Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:48.787Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:20:48.887Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:48.887Z||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-30T03:20:48.888Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:48.896Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:48.896Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:49.787Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:20:49.788Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:49.789Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:49.789Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:49.890Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T03:20:49.891Z||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-30T03:20:49.891Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:49.917Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:49.918Z||pool-57-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:50.790Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:20:50.790Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:50.792Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:50.792Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-30T03:20:50.892Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:50.893Z||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-30T03:20:50.893Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:50.902Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:50.903Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:51.793Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:20:51.793Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:51.795Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:51.795Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:20:51.895Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:51.896Z||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-30T03:20:51.896Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:51.918Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:51.919Z||pool-59-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:52.796Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:20:52.796Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:52.799Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:52.799Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:20:52.899Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:52.900Z||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-30T03:20:52.901Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:52.915Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:52.915Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:20:53.800Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "033683f0-9c48-40ff-812f-6d2ad6f8a39f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0d2a38de-1936-456e-90d8-22404fb71933",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "849bc1b0-6671-486f-8cff-ebb4ff92b2ed",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b5274bef-dcae-417a-a76f-c0af0f549bb8",
      "resourceInvariantUUID": "83e5357a-e790-4c67-99da-544a202c5d2f",
      "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": "947b24df-836c-4aa7-982b-fd0ce40cf4ca",
          "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": "23a83fd9-272d-4659-b80e-9b223b0f7b7f",
          "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": "YjJmMjU4NDJjY2NmNDA2ZTYxMjI0N2UzODliMjhlYzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8de52fe8-7966-42f4-80b3-e0e9884ddded",
          "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": "968951dd-0517-4d72-ad78-5083dcf823f3",
          "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": "5a7db264-756c-4afb-87b9-39cbb84d0b5c",
            "generatedFromUUID": "968951dd-0517-4d72-ad78-5083dcf823f3"
          },
          "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": "5a7db264-756c-4afb-87b9-39cbb84d0b5c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YjFmMTlkNDUzY2ExNjgwNDMxY2U1YzUxZjZiNzc0NzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5444bb1f-c2a2-4d45-bba5-795078b21d3e"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T03:20:53.801Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T03:20:53.801Z|22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 033683f0-9c48-40ff-812f-6d2ad6f8a39f ASDC
2021-04-30T03:20:53.801Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d525bdea-9e9a-411e-8cf2-2bd9e3d3678a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:033683f0-9c48-40ff-812f-6d2ad6f8a39f
ServiceInvariantUUID:0d2a38de-1936-456e-90d8-22404fb71933
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:5444bb1f-c2a2-4d45-bba5-795078b21d3e
ArtifactChecksum:YjFmMTlkNDUzY2ExNjgwNDMxY2U1YzUxZjZiNzc0NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:849bc1b0-6671-486f-8cff-ebb4ff92b2ed
ResourceInvariantUUID:83e5357a-e790-4c67-99da-544a202c5d2f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:b5274bef-dcae-417a-a76f-c0af0f549bb8
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:947b24df-836c-4aa7-982b-fd0ce40cf4ca
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:23a83fd9-272d-4659-b80e-9b223b0f7b7f
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:8de52fe8-7966-42f4-80b3-e0e9884ddded
ArtifactChecksum:YjJmMjU4NDJjY2NmNDA2ZTYxMjI0N2UzODliMjhlYzE=
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:968951dd-0517-4d72-ad78-5083dcf823f3
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:5a7db264-756c-4afb-87b9-39cbb84d0b5c
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:5a7db264-756c-4afb-87b9-39cbb84d0b5c
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T03:20:53.801Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 033683f0-9c48-40ff-812f-6d2ad6f8a39f 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-30T03:20:53.842Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:20:53.843Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:20:53.843Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:20:53.843Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 5444bb1f-c2a2-4d45-bba5-795078b21d3e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-30T03:20:53.843Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:20:53.843Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-30T03:20:54.937Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:20:54.939Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5444bb1f-c2a2-4d45-bba5-795078b21d3e 66794
2021-04-30T03:20:54.939Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:20:54.940Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:20:54.940Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:20:54.940Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:54.941Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:54.941Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752854939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:55.041Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:55.042Z||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-30T03:20:55.042Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:55.049Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:55.050Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:20:55.941Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:20:55.943Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:20:55.943Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 5444bb1f-c2a2-4d45-bba5-795078b21d3e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-30T03:20:55.943Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-30T03:20:55.944Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-30T03:20:55.944Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-30T03:20:56.133Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15661048531347861899/Definitions/service-BasicCnf-template.yml
2021-04-30T03:20:56.972Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T03:20:56.972Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:20:56.972Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-30T03:20:56.972Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-30T03:20:56.972Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:20:56.972Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:20:56.972Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:20:56.972Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:20:56.972Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:20:56.973Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:20:56.973Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:56.973Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:56.973Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T03:20:56.973Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:20:56.973Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:20:56.973Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:56.973Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:56.973Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T03:20:56.973Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:20:56.973Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:20:56.973Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:56.974Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:56.974Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:56.974Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-30T03:20:56.974Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-30T03:20:56.974Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-30T03:20:56.974Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T03:20:56.974Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:56.974Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T03:20:56.974Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:56.974Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T03:20:56.974Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:20:56.974Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:56.974Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T03:20:56.975Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:20:56.975Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:56.975Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T03:20:56.975Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:20:56.975Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:56.975Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-30T03:20:56.975Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-30T03:20:56.975Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8c4a53b8-8159-4be2-b923-a2de43012cd0
2021-04-30T03:20:56.975Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:56.975Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:56.975Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:56.975Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:56.975Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:56.976Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:56.976Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:20:56.976Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:20:56.976Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:033683f0-9c48-40ff-812f-6d2ad6f8a39f
Model Version:NULL
Model InvariantUuid:0d2a38de-1936-456e-90d8-22404fb71933
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:88882bd4-16d0-40b7-a2c7-ac280f96e0c7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:83e5357a-e790-4c67-99da-544a202c5d2f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:849bc1b0-6671-486f-8cff-ebb4ff92b2ed
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8291c363-4cbb-46f5-a95d-d620f04ebe10
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:cd0b08c0-76da-415c-bf44-a845e768f1a7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8c4a53b8-8159-4be2-b923-a2de43012cd0
ModelInvariantUuid:9f3cc784-090d-42f6-b00b-0b5968433a40
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:47d23b7b-9e6a-4628-b0b1-73719e781d95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:d85532ff-fc48-41dc-ba8a-c23a3814223f
ModelInvariantUuid:e1a5a4bd-3a04-4aae-aeac-a0af34d1a832
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f71038c2-a675-43ab-8641-3d3ea24486ab
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-30T03:20:56.981Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b5274bef-dcae-417a-a76f-c0af0f549bb8
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-30T03:20:56.983Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||basic_cnf 0
2021-04-30T03:20:56.984Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5274bef-dcae-417a-a76f-c0af0f549bb8
2021-04-30T03:20:56.984Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 947b24df-836c-4aa7-982b-fd0ce40cf4ca from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-30T03:20:56.984Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:20:56.984Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:20:58.538Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:20:58.538Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 947b24df-836c-4aa7-982b-fd0ce40cf4ca 12
2021-04-30T03:20:58.538Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:20:58.538Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:20:58.538Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:20:58.539Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:20:58.540Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:20:58.541Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752858538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:20:58.641Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:20:58.641Z||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-30T03:20:58.641Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:20:58.651Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:20:58.652Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:20:59.541Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 23a83fd9-272d-4659-b80e-9b223b0f7b7f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-30T03:20:59.542Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:20:59.542Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:00.736Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:21:00.737Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 23a83fd9-272d-4659-b80e-9b223b0f7b7f 2688
2021-04-30T03:21:00.737Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:00.737Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:00.737Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:21:00.738Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:00.740Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:00.740Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752860737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:00.840Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:00.841Z||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-30T03:21:00.841Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:00.850Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:00.850Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:01.742Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 8de52fe8-7966-42f4-80b3-e0e9884ddded from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-30T03:21:01.742Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:21:01.743Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:02.557Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:21:02.557Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8de52fe8-7966-42f4-80b3-e0e9884ddded 828
2021-04-30T03:21:02.557Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:02.557Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:02.557Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:21:02.557Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:02.559Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:02.559Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752862557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:02.659Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:02.661Z||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-30T03:21:02.661Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:02.669Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:02.669Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:03.559Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8291c363-4cbb-46f5-a95d-d620f04ebe10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cd0b08c0-76da-415c-bf44-a845e768f1a7",
    "vfModuleModelCustomizationUUID": "f4e8a80b-9ce6-41ee-a55b-9e8e61b83536",
    "isBase": true,
    "artifacts": [
      "23a83fd9-272d-4659-b80e-9b223b0f7b7f",
      "968951dd-0517-4d72-ad78-5083dcf823f3",
      "5a7db264-756c-4afb-87b9-39cbb84d0b5c"
    ],
    "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-30T03:21:03.563Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd0b08c0-76da-415c-bf44-a845e768f1a7
VfModuleModelInvariantUUID:8291c363-4cbb-46f5-a95d-d620f04ebe10
VfModuleModelDescription:NULL
Artifacts UUID List:{
23a83fd9-272d-4659-b80e-9b223b0f7b7f
,
968951dd-0517-4d72-ad78-5083dcf823f3
,
5a7db264-756c-4afb-87b9-39cbb84d0b5c

}
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-30T03:21:03.566Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8291c363-4cbb-46f5-a95d-d620f04ebe10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cd0b08c0-76da-415c-bf44-a845e768f1a7",
    "vfModuleModelCustomizationUUID": "f4e8a80b-9ce6-41ee-a55b-9e8e61b83536",
    "isBase": true,
    "artifacts": [
      "23a83fd9-272d-4659-b80e-9b223b0f7b7f",
      "968951dd-0517-4d72-ad78-5083dcf823f3",
      "5a7db264-756c-4afb-87b9-39cbb84d0b5c"
    ],
    "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-30T03:21:03.566Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd0b08c0-76da-415c-bf44-a845e768f1a7
VfModuleModelInvariantUUID:8291c363-4cbb-46f5-a95d-d620f04ebe10
VfModuleModelDescription:NULL
Artifacts UUID List:{
23a83fd9-272d-4659-b80e-9b223b0f7b7f
,
968951dd-0517-4d72-ad78-5083dcf823f3
,
5a7db264-756c-4afb-87b9-39cbb84d0b5c

}
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-30T03:21:03.566Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 968951dd-0517-4d72-ad78-5083dcf823f3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-30T03:21:03.567Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:21:03.567Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:21:04.240Z||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-30T03:21:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:04.252Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:04.264Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.265Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752684228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.266Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.266Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.266Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "cds",
  "timestamp": 1619752681540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.266Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.266Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.266Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.266Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.266Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.266Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "dcae-sch",
  "timestamp": 1619752660885,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.266Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.267Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.267Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752676643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.267Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.267Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.267Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752684881,
  "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-30T03:21:04.325Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d525bdea-9e9a-411e-8cf2-2bd9e3d3678a
2021-04-30T03:21:04.325Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d525bdea-9e9a-411e-8cf2-2bd9e3d3678a 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-30T03:21:04.334Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.334Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.335Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.335Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.335Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "cds",
  "timestamp": 1619752681540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.335Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.335Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.335Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.335Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.335Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.335Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752685429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.335Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.335Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.336Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.336Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.336Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.336Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.336Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.336Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.336Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "cds",
  "timestamp": 1619752681540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.336Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.336Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.336Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.336Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.336Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.336Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752686444,
  "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-30T03:21:04.341Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d525bdea-9e9a-411e-8cf2-2bd9e3d3678a
2021-04-30T03:21:04.342Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d525bdea-9e9a-411e-8cf2-2bd9e3d3678a 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-30T03:21:04.349Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752686610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752687210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "cds",
  "timestamp": 1619752681540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.350Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752687460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "cds",
  "timestamp": 1619752681540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752688926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "cds",
  "timestamp": 1619752681540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752689614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.353Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "dcae-sch",
  "timestamp": 1619752690147,
  "artifactURL": "/sdc/v1/catalog/services/8a2fde37-6f4d-4d37-800d-5a74a3c474c9/resourceInstances/basicclamp0/artifacts/b9943180-6348-4e48-a8e2-2c968e72d1bd",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.354Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752690809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "cds",
  "timestamp": 1619752691219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752691406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.355Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.356Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.356Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.356Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.356Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "dcae-sch",
  "timestamp": 1619752691534,
  "artifactURL": "/sdc/v1/catalog/services/8a2fde37-6f4d-4d37-800d-5a74a3c474c9/resourceInstances/basicclamp0/artifacts/b9943180-6348-4e48-a8e2-2c968e72d1bd",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.356Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.356Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.356Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.356Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.356Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.356Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "cds",
  "timestamp": 1619752692225,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-30T03:21:04.396Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be660b45-20d6-4f6a-81f1-3d9a075c4783
2021-04-30T03:21:04.396Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be660b45-20d6-4f6a-81f1-3d9a075c4783 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-30T03:21:04.403Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.404Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752692294,
  "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-30T03:21:04.407Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d525bdea-9e9a-411e-8cf2-2bd9e3d3678a
2021-04-30T03:21:04.408Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d525bdea-9e9a-411e-8cf2-2bd9e3d3678a 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-30T03:21:04.413Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.414Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.414Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.414Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.414Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.414Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.414Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.414Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.414Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.414Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.414Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "dcae-sch",
  "timestamp": 1619752692541,
  "artifactURL": "/sdc/v1/catalog/services/8a2fde37-6f4d-4d37-800d-5a74a3c474c9/resourceInstances/basicclamp0/artifacts/b9943180-6348-4e48-a8e2-2c968e72d1bd",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-30T03:21:04.419Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of be660b45-20d6-4f6a-81f1-3d9a075c4783
2021-04-30T03:21:04.419Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be660b45-20d6-4f6a-81f1-3d9a075c4783 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-30T03:21:04.425Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752693299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752693413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "cds",
  "timestamp": 1619752693228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "policy-id",
  "timestamp": 1619752693956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.426Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.427Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.427Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "dcae-sch",
  "timestamp": 1619752693545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.427Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.427Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.427Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.427Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.427Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.427Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752694418,
  "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-30T03:21:04.430Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d525bdea-9e9a-411e-8cf2-2bd9e3d3678a
2021-04-30T03:21:04.430Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d525bdea-9e9a-411e-8cf2-2bd9e3d3678a 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-30T03:21:04.435Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.435Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.435Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.435Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.435Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "cds",
  "timestamp": 1619752693228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "policy-id",
  "timestamp": 1619752694960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "dcae-sch",
  "timestamp": 1619752693545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.436Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752695421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.437Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.437Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.437Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752667933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.437Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.437Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.437Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "cds",
  "timestamp": 1619752693228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.437Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.437Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.437Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.437Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.437Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.437Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "policy-id",
  "timestamp": 1619752695963,
  "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-30T03:21:04.441Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be660b45-20d6-4f6a-81f1-3d9a075c4783
2021-04-30T03:21:04.441Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be660b45-20d6-4f6a-81f1-3d9a075c4783 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-30T03:21:04.448Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.449Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "dcae-sch",
  "timestamp": 1619752693545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.449Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.449Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.449Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "aai-ml",
  "timestamp": 1619752696356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.449Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.449Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.449Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752696643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.449Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.450Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.450Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "cds",
  "timestamp": 1619752693228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.450Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.450Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.450Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.450Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.450Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.450Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.450Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.450Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.450Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "dcae-sch",
  "timestamp": 1619752693545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.450Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.450Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.451Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752696643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.451Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.451Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.451Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752697852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.451Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.451Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.451Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "cds",
  "timestamp": 1619752693228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.451Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.451Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.451Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.451Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.451Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.451Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752698031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "dcae-sch",
  "timestamp": 1619752693545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752696643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "cds",
  "timestamp": 1619752693228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.452Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "dcae-sch",
  "timestamp": 1619752693545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752696643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752699769,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "cds",
  "timestamp": 1619752693228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.453Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "dcae-sch",
  "timestamp": 1619752693545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752700455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752696643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.454Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752700773,
  "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-30T03:21:04.458Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be660b45-20d6-4f6a-81f1-3d9a075c4783
2021-04-30T03:21:04.458Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be660b45-20d6-4f6a-81f1-3d9a075c4783 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-30T03:21:04.469Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.470Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "cds",
  "timestamp": 1619752693228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.470Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.470Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.470Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.470Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.470Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.470Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.470Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.470Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.470Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "dcae-sch",
  "timestamp": 1619752693545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.470Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.470Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.470Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "clamp",
  "timestamp": 1619752701497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752696643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "clamp",
  "timestamp": 1619752702514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752696643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.471Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752702761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.472Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.472Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "cds",
  "timestamp": 1619752702974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.472Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.472Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "clamp",
  "timestamp": 1619752703517,
  "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-30T03:21:04.476Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d525bdea-9e9a-411e-8cf2-2bd9e3d3678a
2021-04-30T03:21:04.476Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d525bdea-9e9a-411e-8cf2-2bd9e3d3678a 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-30T03:21:04.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752696643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.484Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "aai-ml",
  "timestamp": 1619752703724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.485Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752703765,
  "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-30T03:21:04.489Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be660b45-20d6-4f6a-81f1-3d9a075c4783
2021-04-30T03:21:04.489Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be660b45-20d6-4f6a-81f1-3d9a075c4783 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-30T03:21:04.494Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.494Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.494Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.494Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.495Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752703954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.495Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.495Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.495Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "policy-id",
  "timestamp": 1619752684455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.495Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.495Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.495Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.495Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.495Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.495Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "aai-ml",
  "timestamp": 1619752704729,
  "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-30T03:21:04.499Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d525bdea-9e9a-411e-8cf2-2bd9e3d3678a
2021-04-30T03:21:04.499Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d525bdea-9e9a-411e-8cf2-2bd9e3d3678a 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-30T03:21:04.507Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.507Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752704769,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.508Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.508Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.508Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.508Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.508Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.508Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "cds",
  "timestamp": 1619752705173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:21:04.518Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 11ff2e19-92a3-4233-a915-3addd5e61cb1
2021-04-30T03:21:04.518Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11ff2e19-92a3-4233-a915-3addd5e61cb1 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-30T03:21:04.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.525Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:21:04.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.526Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 968951dd-0517-4d72-ad78-5083dcf823f3 1164
2021-04-30T03:21:04.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.526Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:04.526Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:04.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.526Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:21:04.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.526Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:04.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752706105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.527Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752705780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.527Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.528Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.528Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.528Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "policy-id",
  "timestamp": 1619752706609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.528Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.528Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.528Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752706697,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.528Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.528Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.528Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.528Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.528Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.529Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.529Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.529Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.529Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752705780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.529Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:04.529Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752864526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.529Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.529Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.529Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.529Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.529Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.530Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "policy-id",
  "timestamp": 1619752707613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.530Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.530Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.530Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.530Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.530Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.530Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.531Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.531Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.531Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752705780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.531Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.531Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.531Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.531Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.532Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.532Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "policy-id",
  "timestamp": 1619752708616,
  "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-30T03:21:04.537Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11ff2e19-92a3-4233-a915-3addd5e61cb1
2021-04-30T03:21:04.537Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11ff2e19-92a3-4233-a915-3addd5e61cb1 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-30T03:21:04.545Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.546Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752708696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.546Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.546Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.546Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.546Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.547Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.547Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752687739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.547Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.547Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.547Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752709007,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.547Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.547Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.547Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752705780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.548Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.548Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.548Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.548Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.548Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.548Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.548Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.548Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.548Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752710105,
  "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-30T03:21:04.553Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be660b45-20d6-4f6a-81f1-3d9a075c4783
2021-04-30T03:21:04.553Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be660b45-20d6-4f6a-81f1-3d9a075c4783 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-30T03:21:04.559Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.559Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752705780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.559Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752710696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752711009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.560Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752711108,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.561Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.561Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.561Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752705780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.561Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.561Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.561Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "clamp",
  "timestamp": 1619752661605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.561Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.561Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.561Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752711709,
  "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-30T03:21:04.565Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be660b45-20d6-4f6a-81f1-3d9a075c4783
2021-04-30T03:21:04.565Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be660b45-20d6-4f6a-81f1-3d9a075c4783 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-30T03:21:04.570Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.570Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752705780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752712712,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752712753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.571Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.572Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.572Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.572Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.572Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.572Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752705780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.572Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.572Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.572Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619752713757,
  "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-30T03:21:04.576Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 11ff2e19-92a3-4233-a915-3addd5e61cb1
2021-04-30T03:21:04.576Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11ff2e19-92a3-4233-a915-3addd5e61cb1 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-30T03:21:04.585Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.586Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.586Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.586Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.586Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.586Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.586Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.587Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "aai-ml",
  "timestamp": 1619752715744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.587Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.587Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.587Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.587Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.587Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.587Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752716146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.587Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.588Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.588Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.588Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.588Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.588Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752716643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.588Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.588Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.588Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.588Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.588Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.588Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752716643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.588Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752718641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752694303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752716643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752716643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "clamp",
  "timestamp": 1619752720183,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.589Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752720854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752721059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752716643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "clamp",
  "timestamp": 1619752721186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752721857,
  "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-30T03:21:04.595Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11ff2e19-92a3-4233-a915-3addd5e61cb1
2021-04-30T03:21:04.595Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11ff2e19-92a3-4233-a915-3addd5e61cb1 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-30T03:21:04.601Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.601Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752716643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.601Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.601Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.601Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "clamp",
  "timestamp": 1619752722777,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.601Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.601Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.601Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619752722861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752722963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752716643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "aai-ml",
  "timestamp": 1619752723624,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "clamp",
  "timestamp": 1619752723780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752716643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752724654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.602Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "aai-ml",
  "timestamp": 1619752724659,
  "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-30T03:21:04.607Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be660b45-20d6-4f6a-81f1-3d9a075c4783
2021-04-30T03:21:04.607Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be660b45-20d6-4f6a-81f1-3d9a075c4783 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-30T03:21:04.615Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.615Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "clamp",
  "timestamp": 1619752724783,
  "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-30T03:21:04.619Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of be660b45-20d6-4f6a-81f1-3d9a075c4783
2021-04-30T03:21:04.619Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be660b45-20d6-4f6a-81f1-3d9a075c4783 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-30T03:21:04.627Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.627Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.627Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.627Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.627Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752725706,
  "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-30T03:21:04.629Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:04.630Z||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-30T03:21:04.630Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:04.631Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11ff2e19-92a3-4233-a915-3addd5e61cb1
2021-04-30T03:21:04.631Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11ff2e19-92a3-4233-a915-3addd5e61cb1 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-30T03:21:04.636Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.636Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "clamp",
  "timestamp": 1619752725786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619752726709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752727020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "clamp",
  "timestamp": 1619752725786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.637Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "clamp",
  "timestamp": 1619752725786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752729008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "clamp",
  "timestamp": 1619752725786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "clamp",
  "timestamp": 1619752725786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752730626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.639Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.639Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "clamp",
  "timestamp": 1619752725786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.639Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.639Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.639Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752731632,
  "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-30T03:21:04.643Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11ff2e19-92a3-4233-a915-3addd5e61cb1
2021-04-30T03:21:04.643Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11ff2e19-92a3-4233-a915-3addd5e61cb1 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-30T03:21:04.650Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.650Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.650Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.650Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.650Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "clamp",
  "timestamp": 1619752725786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:04.650Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.650Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.650Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619752732636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.650Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "aai-ml",
  "timestamp": 1619752684620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "clamp",
  "timestamp": 1619752725786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "aai-ml",
  "timestamp": 1619752734351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "clamp",
  "timestamp": 1619752740338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "clamp",
  "timestamp": 1619752742362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "aai-ml",
  "timestamp": 1619752742742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.651Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "clamp",
  "timestamp": 1619752743365,
  "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-30T03:21:04.656Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 11ff2e19-92a3-4233-a915-3addd5e61cb1
2021-04-30T03:21:04.656Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11ff2e19-92a3-4233-a915-3addd5e61cb1 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-30T03:21:04.663Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:21:04.663Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "aai-ml",
  "timestamp": 1619752743747,
  "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-30T03:21:04.667Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 11ff2e19-92a3-4233-a915-3addd5e61cb1
2021-04-30T03:21:04.667Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11ff2e19-92a3-4233-a915-3addd5e61cb1 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-30T03:21:04.722Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:04.723Z||pool-65-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:05.530Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 5a7db264-756c-4afb-87b9-39cbb84d0b5c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-30T03:21:05.531Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:21:05.531Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:07.143Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:21:07.144Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5a7db264-756c-4afb-87b9-39cbb84d0b5c 200
2021-04-30T03:21:07.144Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:07.145Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:07.145Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:21:07.145Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:07.148Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:07.148Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752867144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:07.248Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:07.250Z||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-30T03:21:07.250Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:07.258Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:07.259Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:21:08.149Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 033683f0-9c48-40ff-812f-6d2ad6f8a39f
2021-04-30T03:21:08.149Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b5274bef-dcae-417a-a76f-c0af0f549bb8 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 heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-04-30T03:21:08.161Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:08.165Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.166Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:08.166Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: 88882bd4-16d0-40b7-a2c7-ac280f96e0c7 
2021-04-30T03:21:08.166Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: 88882bd4-16d0-40b7-a2c7-ac280f96e0c7
2021-04-30T03:21:08.166Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel to get resource 
2021-04-30T03:21:08.167Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel
2021-04-30T03:21:08.168Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel|INFO|500||Invoke
2021-04-30T03:21:08.168Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-30T03:21:08.168Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel
2021-04-30T03:21:08.168Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel|DEBUG|500||Method      : GET
2021-04-30T03:21:08.168Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/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:"d525bdea-9e9a-411e-8cf2-2bd9e3d3678a", X-RequestID:"d525bdea-9e9a-411e-8cf2-2bd9e3d3678a", X-TransactionID:"d525bdea-9e9a-411e-8cf2-2bd9e3d3678a", X-ECOMP-RequestID:"d525bdea-9e9a-411e-8cf2-2bd9e3d3678a", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"b82af1f7-2f41-456d-b960-cc5b46f3d819"]
2021-04-30T03:21:08.168Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel|DEBUG|500||Request body: 
2021-04-30T03:21:08.168Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel|DEBUG|500||==========================request end================================================
2021-04-30T03:21:08.726Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-30T03:21:08.726Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-30T03:21:08.727Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel|DEBUG|500||Status text  : OK
2021-04-30T03:21:08.727Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"YTg1YTkwYzQ4NDUzMmYxYjgxNDY1MTdhMTU1MDg0Nzc=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"d525bdea-9e9a-411e-8cf2-2bd9e3d3678a", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-30T03:21:08.738Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/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��� )�i%y���^5*���x	�S�X Gx�q���/����>��}yy�Z��(с�ǚE	5_���X��R�R�48X!�2*F��읓,�X���8I��T��YW�T[��$r�A� @‚�`埖E��#�`��"�
K��"9gX�Qi�"�py�5���5�3T��пI=�a��#9a��4�"�zpK$iG��_з�?��ǿ�!�f��W�WS��rE�w�,5h.�4r� &NsA%�ĝ9mq"�x��7Qe�W$F�w,&�����]y��Cʭ/�'�����e�9V#|I�3/�?'�[��0��'r�<����-'�f8�S�
�c��ʝ�[���M�d؞�A7N�b���g	�]X��D�S�s��n��(�*�	ˢ�h���A������ƈg�Y��"�~T��
�ת�ነ��E�����۶�l�����
�v�+Y�m�����t���qv��/�v�]��v��뚅Y���/q��5q�z���n��#ק���

���+{鐠Y�EU�/���)�t�G�'�?�Ɖ=��7�[,���ά�fp]�9��F�§�OO�j��G��j�ʓnT@&�Nd"jWC�朂ץM%#V8*WR���ܒ���=Hs�6�V��kS�a\y2��ٿ��
]����]pT��Lȋ��A�Jp�Ss�Z��wNg@l�6s9�^�;RnHl�+��}�"Ku��9C�t���)4�����-��m�=&�pW� ��ӏ�ƺ4Ե��5�~1(!��i��A���u�*t�2����v�/`ُ�����y�36!K���&I���/:���A���68X�W��f�wPt!���:��m����ɋL���L�F3V$8u�����|�)����3 �g2��?Y����ni�N2�~o��u��W@M(�'�L��J.%��X8��3*΃��:W��t�IͶ��;
X����;(���-�۾{�q��iu�B:�]~hv�R!���:ќ��
�>F����'@;FE΢gI��SPG����e�)mef�J��tU]��r����RS��z�Mo�aj�螴HZ���ՐU�a:G/NMi�t{!
<�#K�ai7@��C�%�Ս��Q�}��6P�0���?l3�0c;,Cc�6d���
�֜�����f�7��`\C:�t_�>�y��,�?��E��>��4�Yl�D��������{*��-�Sm3�(C%�(ӏ8��t/�B;1����
�w�z���̭�^:�H�͋�CC�cRȸ�lt�2�GC~�4C��(˘Ɗ�kK&߾�U�G�{��^�)n�Ǐ79��Mr��|f��6y�&D���^F)6� �}�L�:���9N?�3F��`��VF�s
�0ԩV���{��:�C7�Jo5wl{1ur1�mu�^� �s��kj��#�^v�q�%u�;jd�k��~����f�cj�/���@��L���_6�!�ʶ����a����s#�~_$<��
�=�2�F�pcV�0�4цwA��)P�[Yd�Sl����&��xU���W�H�����"������=��_PK��`�	}6PK��R4Definitions/resource-BasicCnf-template-interface.yml�\K��(����q��V�5�~�4��Mό�Z��8A��8��_�8��؝Ǵ�bEN����*��Fj�QFs&�aRh��J��,1�fE�)Zィkt}�2zvq��Q�H��3Ng� ]nf�`�.�la}����N�U��uUE9vc[��S�s���P����%��RrFv�ܔ�U��x��Z�bW�N53�j�ʒ
JdQ��jY)B�U��b�ȝȽ��*��ʕ,fC��\��I=�?>�����j�W��rTȬ��lSf��q��,��������{t�'zz���԰��%��V3M+���%W,�Y2_'����S1E�Y�c�i]�_X�J�
bB,s@!"E��r�zFhTEwF5��S,t(r$p���$��-_�^7�붫����kr`4��L|A��4[�͵���������Ay%HW
'�E%9�
/������ׇO��7�n���0������_�p%LOg�;]0a肪C4�AL(�IXL�3��b�Xa��Ҍ�U9���m�ĉL��#XyJ��<��[�xs'�%�4��4\��s���M5��ߓ��e���^}-��P�8�3�0���ӯr���*]
�"����x�=�M��3й��X����U�����9��A;��*�����qT{�E:3t��0dA�g�5��Ѣ�.
I1)��P����L���C� ��
&�bܝ��docܟ��Ni7���=��>>8�;)f�e&�P����?�y��yŊށ�JA�9D�@�[ճ�v�a�9���H���	
�9V��7�u��i���a}=$��x����9޾5s.��ڑ�-�ᬶ@=����ƌ6��Т��g���Gj�[�ł=���%Er�E��Шa�.M�17�#G�'c�"@GR����&�.I��i�H�h�
���$#9�|&abl2���ۜŌ��pá����7L�lB<��s�����á�}^X�#�9���
�����[���I�)C��Ib�:'��i���֖�B�$��0��w�5��i"�\W-�r�QP���E��T�5��_òkì󍇯Rn}l���j��߻��'�?5{h�#
���`����ɲh
�s��a�<�A�0W/��o��?PK��A52^PK��R)Definitions/resource-Compute-template.yml�V�r�6��+�K��F�$;�Ώ��E�e��p@�R��*_�Çh�Q&j�q6�6��y.�����BY��!ےX�,6��L�)�q����db(r�#O'�)��^qW��7)���,_�e2;�8M��y�����|)ϋs�(�N%v�`1_
�vy�@5O�E����e"�����x��Rv�LYE·� �*c�=���g��fγ����p�Q�jQ ����-�7���BIB�$�G����N{RZ��X���<�A��
���s-]�-YD�g�<�& �Z�U��-W���LW,��ʮ�~��{D�l��n�$yԠ���},�`a72X��ٵ�!(�B�m"��]c��W��+T2��R��C���qW��~��Z�HkR�+Y�J@��Y�{�󕈕�ۅ������O������ǚY?����+��Lg�?����o莾�LN�����t>�t�4�5-�a�LwFCYS�Ne���^��JcƐ���z�M��F�#�Hс��UcT+�ԥ�J���^�A��.�v������f}���N�t�n7�?��
�L:��;;��#��#���%x���{?�m�F�|�=�	QyOV<�c,a��zu{u���yw�˶\+����1���k��_�L%�a���(�)"�m)Ք�=�	)���H��[�
�
��^�Kg�k���Ip�t���wtz)Q���@pJ_)2Ny:P��9�Q�(�������.D2?�Ra�U^5G��k�]I�f�K��k�t�#
q��.Rso�(��������q�����~x�=�">�ܯ� gq|�׶2�(�~�k��|�����
��i�9�&"�5����x�K�{ƛ�bw� �������
;^�>�(Z�	�Yf!:�׃*��(�wS��O3�c�����
=>�����ks�@[�>���PK
t��
PK��R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���n�0�w?7O$,KqmI���E�
��C�����stIj5h�Q���\���Fck��&��j�g+�YlFp�)�b�0����1��|~~���fX�
TR�����p���t��H���-�Y9�noxU���SU�R�Ǫ:�@��a��!��[�������I�"d�{�F"IP�ty��)d�O -R�#{��@T;���d��8��ai���;�r�I��B���!�LN���5}~�EH�i_�����H�ۧ�I�P���fbN�����i����R����Y2��Ol�I\}Hci�[�Z_ш慿�n�n����o�EY�.X��J���x�����gpj���0ċ�fZ�x�Z%>^�;���X�i�icp��_]�a�#�k��_�PK��筙PPK��R,Definitions/resource-Novaserver-template.yml�WKS#7��+t��`/8�oİY�C�:$��Ҍzl�j����כ�O�4c���vB���~|�n�qO�RK/�v��Ï���ɢT�,y��^�;*�s�=1&��[ɵ|]
���ɩ�u.��Y��4�u��I��]�)�A_�(���E~z~����8휞e�s���:���$�?�)2k^��M̜߃EhH�2+K@�Ai����qf�+f,�K�+�,x6���t��tnl�I��2�K��3`CS������J�X�������g�#-u*��P@2j͔��s.O�J�!�M1'�J=E�52n��n���f.X�A�+�WX�`Q�g�1��S�DP�)���D�ˠ��+���#�P�d��|�%�����3�a��#h�2C���5lQ�V��,�+��T6�'`��L.o�7T\߾x����z�c�]�����ڤJ�[f�H�<��Cl	U[�����/	5�8�뮊�Xc?�̨�wƖ�	y�GVoǗ��7����~Y������/o�/��ʗC�����Db�A`���2�.������Wt��0��n���bo���gX&�r=���6��%���ԟ Õ�����u�<��D���o8�[��f�@ːl��D�@�0]��@��٨�_W$�~{�R�ڎq�/U�o��-Gi]����.�͠h�������4t=��#�ᤈ�,�7��^Yĭ����*��?Z��|���k��'�]�n�[�3g��|�����ˈ:���QIZ�	�����ۛ�8���{��K�&��G�ZkO��TJн��p,6�luiQ�7���U6��ދ"�[<�x}�@.<�܌����P������<x�	�>�w�̆!mo��:@S��nْ��I,c1�����Xa��š�2���v�!,IQ)^���I�z��nǝ9W0�ʮu������O�4U�
��KŞ��PKi	��PK��R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�`��4�-�l�=4]M/EaP��&�"�$����wDI���7ѠƇ���<~���0�͡��[���@���/+�#-�v�]^�`iN-�\��jN�}|��~C��e�-h�X����b�.��z��d�y���:[�_��y��b��H�]g9�|Hh�`	]-�����2�AcIKؐOBeTܩ��-`j�i^Y�ίPi0 �!��%9pmk�_R����{R*��\��͸�.�I�@{������Q;��X-HМa���s�mf���b:V�j��;�\�
��p�7��[����_A5X�2]��)_�^�|V9����K{��
�Wښ�UB$f�FvB
.���K���K�N���.���H��T���=�F����x�U=�jS��J	ΞU٧u&TJe�r�V�dg�tv{�һTU��L����`i�J�J[b�^<@�-�*;��f���P�WT�j��'�j%h*R���>��pܻQ�x�!��p���駣��:8\q���[��M��Ϯ�s뎘��p�Y[̔$��{��ڸ>�*NO5+�j�A�s'	I�rp���ǗLJ�?�Oi*x�m�����8���t]i�B%l�\`|o(h-��5�G���xc���0��,1iEo�l�E�zaR���]�Y�M���Q���9j��o��R�.B0)��{���O�ߧ�{+j�^wщ��D�O�]C�}�s
4O+06�����t�
V��dѮ�"��p�5`�;^0�?��X�k:Ø�-ā����D��'�-D|�0�7t
/Y"D5~�	ft6>��B��,yN7�.x(:��¯�L"&�ܠ�'��O.���;��̾�,V�Ϛa�	C��/��e���ng��/\y�@�ཫ\
�� m��GX��
��W�E|����PKq(|�;KPK��R8Definitions/resource-BasicCnfNodesDummycvfc-template.yml�ZKW�:��+�c��<��Z
-�P�SZw�#�rЭ-�Z2%��w�W$[~$!�fF�y�[��{!�(��r&�W�	�g��bJ�$����I�-��YB$�ě3ǡ�g3������s���j���Q��g`y�I�9C�~�2��D4	�vI��j����b���_�D�H3�"^hj��6�IU�T�)�i�Z��H0c\�ru*m�ѫ4�D�$Y�b�]�}T|7,zT\�S��$�x���֌�B+�dV��B�,�_��)��U�K�r�j{�G���Hh��E1�+�s�}W�Z���fz�I���J��۝W���+ϊ�4�R.�G��P3h�`/�,��<+�JR���c	5(�I5V&��9���2�_N3n�Ǣ�dQ�E9ty%/�-e���*^�WO�t{!1�#BS�0��<����y��Ԝ���y�8�Ig�sc9�[�5DZ��WB�B��#(tP�P	Ie�(+4�X���r0{���@@&�����f�	~�jm�f�ο�7��ÊZ�6��Q�	�,߶{�#Q[������š��<��x
t�a���c�`�*���Y�������g��Dp�Z��&	=H]YW�^�8lO9E�R��@����~��r#����d3T��ٓ�pW(�cG��))�m��	ޒ#�	��Гx;�h�8)��S�2@���L�E3���}��+�1����E�|K�2݄;��|�xjB��b,l��w"�5�k,��Q��B�[�̶Gh}�� [g��+��*��C���_`��
�]�bL&8@x���.�z�lxK��j1_��%—W�]a�/�Z�+�������>ws!yB��i��/.V�(BQ஑��Qk���
��w�\E
�k�Z�J>
�z�y�\�wr�J�*�Sbm���
���>$^����uP�����K�4�����Z���v�-Q��i�}���ϲ�_&�������{�������Ӿ,w�Q��
��c�h���<�pF*�;�P]�������{���|�û�{��P�������1*��AזyJ�>� ��퇟J��o��,t�|�psk���0,�g�ʯ��������6b�R�{��%"6*��٢��K���q�,�K���p�BC����3��(�)�"�d�`w��w_ӂ4?Xɂ��	*��8K���?�z��4~�{N��3��:{��b�0�����v�Nk�e�G{���_�JuGڡrK.
jT��@1�~�ܸ*Z��S�\�h��Mj�%$�Ҁź��rG��'�pK�x잜.]i}�:qC�ؓ���Ն(OO�h�?rB���G�|��0�Z���\*��)�)�fr� A�<#������S��]��B�ߒ�Ȕ��kn��0��'I_HB2�
M�C�DCr�ˍ����>#������/:��9i�v�&�����F�I�kL����㍶��4�l[I)_�L}�����_�4�h��
���E}�06��u*(κv�;
��
�P#g�n�L��`�oɬ�fm��_m.���k��+�ur����w��I-Ԑ��E`�Ѡh���vh��z�8���o�P���-�hp��M���̌�2Cڷp�X�bO����}E��is�;�C:��1ى�A��o'{ �^�MMc{��m�,���m����/U��M��}K��4[��<
凔6{s�毩���P}�䩈�g>�w^{:"XB�2L]�p��,�AOo`�`; ���+���=;h!|;�o��T=���l:�;����(y�گ���s]l~�U4����]�A�h]X��|��\��}��^>A�U�#�����e�����z�ٿ���@}���W!�����������N���2�;�3n
�����PK�W'�,�*PK��RBDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.yml�\�r�6��+pK{0���f;�LqfꤗN�K	5�(G��.@R"%2�R��f��.���H�i�M!J8���0�YY!��ɜ���7�Sgon��)�?�2�â*H�2LJ)s�m���/��sV��ȱѮH��5��`�Z�΃Zxetٕ�J�Dž�?h�)�E�R�Uz�R�� �;Kw=�f��p-�Āե�l2��3+��ʸ��������
���r[5��Hif�\)>��LJ�P�0(k��b�EAm�:��}�\�L�J~5¾񌕹C�v�����:�v��)��tA2��F;J�R��J�,�����
�P	�y��ʅu=�:f�rfK-_�l�o4�mu��R�F7,/������
LK�r#��a�ѫ"A�qka�-�[•^�X0��8���S�S$��?.�G1	�M�O�}��m����b�}��D�r	�Á�N��%���QB��d+�a�Q����NT�A!�dR��V� Zmp4	}*0��jMن��n{I�uO4���
��h�05x�Q�SNz�a���*�uH��.:�3�sD�O��YvoB�s�Nށ>uL�"�����y��|}�������w�2�"�ՌM[�P%_�[��O:s/���,��N;��=�ZJʋ�S6��a�ą}�$�_�S��37%憉�9S'Z��>F������T.A�����I
>�bv��d�u`���
��`�bO@��Kw!G��[3���y�"�ȧ�dO߭��T`ki�Y����7��>
�]��)��^�Y�gǿN1��+��u��A��=ʤ½�7����&!�|Yץ{x�c�_�њ)��F�L�cqb�ܹ��\�j��0�ϝ
>G�y+Ra,*�Ϙ��E�@���=ZZ���i�x�΁#�UøLh���H�	hq����#,�Ƈu��l64h_	CZ�N���H��H��xҐ;Re:�t0�1[$Hm�.������f��#x�胍�����8:!ra��z��IXq�����k�hq����O�u�^�C���ɷ����Ouq�j���z����clB\՚#��(8̝
�D't�0v6�A�>�4bZj\Y6Q[?���s���L�N��lOp���j�X$�8�Н1��*~�?ͬ0�/�A����3���
�]*�:克~^����l���E�}�q�i�Vg#���h��c=n|l������υ?��]z�Z����	�zYv����3@���*�WIs�K���љ���kျ#r^hU��8���u��j�EO\[�����a���Rc�װ!�$N.y<>*�8Ϙu�2`E
C�ed�kL
�3fC�o3������MQ��8���n��7�[�U
�t���ӆ��T�:���C���Y�HUw��u�:���ˍX��w�v�Y�}�_���"R=[jct��9�ײ�r8��=���TuA�*�`��7�PKMp�Qs:[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��� �_�񎋭Fm�WiVX������k�g��̈ðmU�1�5m���\��w��	PT�9Rކ��0i�45��8�i�CKrƴ*g^?O�?�誥�z2�i����>����xW�Ȼ��R�	C��Hl�~�ݔAx9!�PKԠ7���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��A52^4/Definitions/resource-BasicCnf-template-interface.ymlPK��R
t��
)�Definitions/resource-Compute-template.ymlPK��R��筙P?�Definitions/resource-BasiccnfComputeNodesHeatDummy-template.ymlPK��Ri	��,�Definitions/resource-Novaserver-template.ymlPK��Rq(|�;K/<Definitions/resource-Globalcompute-template.ymlPK��R�W'�,�*8�!Definitions/resource-BasicCnfNodesDummycvfc-template.ymlPK��RMp�Qs:[Bf*Definitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPK��R+�@j5��I1Definitions/data.ymlPK��R�'}8�fDefinitions/groups.ymlPK��R0?��@@�mDefinitions/policies.ymlPK��R���C&��)��Artifacts/Deployment/HEAT/base_dummy.yamlPK��R,�P{y�<w�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��RԠ7���4Z�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK��R����
�
VI�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPKR�
2021-04-30T03:21:08.740Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-30T03:21:08.741Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88882bd4-16d0-40b7-a2c7-ac280f96e0c7/toscaModel|INFO|500||InvokeReturn
2021-04-30T03:21:08.744Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-30T03:21:08.819Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-04-30T03:21:08.820Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||VFCustomizationUUID= 849bc1b0-6671-486f-8cff-ebb4ff92b2ed
2021-04-30T03:21:08.820Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 849bc1b0-6671-486f-8cff-ebb4ff92b2ed matches Tosca VF Customization UUID: 849bc1b0-6671-486f-8cff-ebb4ff92b2ed
2021-04-30T03:21:08.820Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||vfCustomizationUUID: 849bc1b0-6671-486f-8cff-ebb4ff92b2ed  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-30T03:21:08.823Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.824Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:08.825Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||resource request for resource customization id 849bc1b0-6671-486f-8cff-ebb4ff92b2ed: {\"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-30T03:21:08.825Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@143f50d3
2021-04-30T03:21:08.825Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.826Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T03:21:08.826Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f4e8a80b-9ce6-41ee-a55b-9e8e61b83536
2021-04-30T03:21:08.826Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f4e8a80b-9ce6-41ee-a55b-9e8e61b83536
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_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-30T03:21:08.829Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.829Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T03:21:08.829Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:21:08.830Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.830Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T03:21:08.830Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:21:08.830Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.830Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-30T03:21:08.830Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-30T03:21:08.830Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8c4a53b8-8159-4be2-b923-a2de43012cd0
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-30T03:21:08.832Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.832Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T03:21:08.833Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:21:08.833Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.833Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T03:21:08.833Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=849bc1b0-6671-486f-8cff-ebb4ff92b2ed
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-30T03:21:08.837Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.837Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:08.838Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid 033683f0-9c48-40ff-812f-6d2ad6f8a39f: basic_cnf
2021-04-30T03:21:08.838Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.838Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:08.838Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.838Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:08.838Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.838Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:08.838Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.838Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:08.838Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:08.838Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:08.839Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_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, ORCH_TEMPLATE_ARTIFACT_TYPE, 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-30T03:21:08.892Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b5274bef-dcae-417a-a76f-c0af0f549bb8 1 ASDC deployResourceStructure
2021-04-30T03:21:08.893Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:08.894Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:08.894Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-30T03:21:08.894Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:08.896Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:08.897Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752868893,
  "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-30T03:21:08.997Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:08.998Z||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-30T03:21:08.998Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:09.017Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:09.018Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:09.897Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:09.898Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:09.898Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-30T03:21:09.898Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:09.900Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:09.901Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752869897,
  "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-30T03:21:10.000Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:21:10.001Z||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-30T03:21:10.001Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:10.011Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:10.012Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:10.901Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:10.901Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:10.902Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:21:10.902Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:10.903Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:10.903Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752870901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:11.003Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:11.004Z||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-30T03:21:11.004Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:11.011Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:11.011Z||pool-69-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:11.904Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:11.904Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:11.904Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:21:11.904Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:11.905Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:11.906Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752871904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:12.006Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:12.008Z||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-30T03:21:12.008Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:12.017Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:12.017Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:12.907Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:12.907Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:12.907Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:21:12.907Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:12.909Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:12.909Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752872907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:13.009Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:13.010Z||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-30T03:21:13.010Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:13.018Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:13.018Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:13.748Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T03:21:13.910Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:13.910Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:13.910Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:21:13.910Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:13.912Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:13.912Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752873909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:21:14.012Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:21:14.013Z||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-30T03:21:14.013Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:14.025Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:14.025Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:14.913Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d525bdea-9e9a-411e-8cf2-2bd9e3d3678a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:21:14.923Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d525bdea-9e9a-411e-8cf2-2bd9e3d3678a
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-30T03:21:14.927Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:21:14.927Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T03:21:14.927Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T03:21:14.927Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T03:21:14.927Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:21:14.927Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:21:14.927Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:21:14.927Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:21:14.927Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:21:14.927Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:21:14.927Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:14.934Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T03:21:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T03:21:44.935Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d525bdea-9e9a-411e-8cf2-2bd9e3d3678a 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-30T03:21:44.942Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d525bdea-9e9a-411e-8cf2-2bd9e3d3678a and serviceModelVersionId: 033683f0-9c48-40ff-812f-6d2ad6f8a39f
2021-04-30T03:21:44.942Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d2a38de-1936-456e-90d8-22404fb71933
2021-04-30T03:21:44.943Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d2a38de-1936-456e-90d8-22404fb71933/model-vers/model-ver/033683f0-9c48-40ff-812f-6d2ad6f8a39f?depth=0
2021-04-30T03:21:44.949Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T03:21:45.039Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0d2a38de-1936-456e-90d8-22404fb71933/model-vers/model-ver/033683f0-9c48-40ff-812f-6d2ad6f8a39f?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-30T03:21:45.040Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0d2a38de-1936-456e-90d8-22404fb71933/model-vers/model-ver/033683f0-9c48-40ff-812f-6d2ad6f8a39f?depth=0|INFO|500||Invoke
2021-04-30T03:21:45.053Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0d2a38de-1936-456e-90d8-22404fb71933/model-vers/model-ver/033683f0-9c48-40ff-812f-6d2ad6f8a39f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-30T03:21:45.521Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0d2a38de-1936-456e-90d8-22404fb71933/model-vers/model-ver/033683f0-9c48-40ff-812f-6d2ad6f8a39f?depth=0|INFO|500||InvokeReturn
2021-04-30T03:21:45.521Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0d2a38de-1936-456e-90d8-22404fb71933/model-vers/model-ver/033683f0-9c48-40ff-812f-6d2ad6f8a39f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210430-03:21:45:058-47053], vertex-id=[266264], Content-Length=[0], Date=[Fri, 30 Apr 2021 03:21:45 GMT], Content-Type=[application/json]}
2021-04-30T03:21:45.521Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-30T03:21:45.522Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-30T03:21:45.522Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:45.526Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||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-30T03:21:45.526Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d525bdea-9e9a-411e-8cf2-2bd9e3d3678a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-30T03:21:45.526Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-30T03:21:45.527Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:45.529Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:45.529Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752905526,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:21:45.629Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:45.630Z||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-30T03:21:45.630Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:45.642Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:45.642Z||pool-73-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-30T03:21:46.540Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-30T03:21:46.541Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"be660b45-20d6-4f6a-81f1-3d9a075c4783","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"8a2fde37-6f4d-4d37-800d-5a74a3c474c9","serviceDescription":"service","serviceInvariantUUID":"b15ea89a-abe5-4dcf-87b0-d44ad4f90a42","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5bf6d20-4577-448a-9f4d-4297eced9063","resourceInvariantUUID":"a57f7e9c-e6e5-4dfd-b230-75b08d1a8c6f","resourceCustomizationUUID":"119d52f3-6fa0-478b-ace7-3a740bbc688b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b9943180-6348-4e48-a8e2-2c968e72d1bd","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZWMwZDA1NTFhNzgyOTQ4Y2I0OWQ3MjNmMjEzMmNlOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8841cbef-ccd0-44f2-a116-6852b1fdab26","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YTBhNjY0NjFkMjgyYjBkNThlZGMxNjc4ZDU2YTI3YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6eae1207-4da7-4acf-bb17-8d9d956f1323","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bfdd7677-7ce7-453c-8ee9-d7b4465da0e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0fcca67c-731f-4afd-ba72-bb65bc0e3f49","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"36b19d38-5c0f-4942-aa3b-55f00082ea9c","artifactVersion":"2","generatedFromUUID":"bfdd7677-7ce7-453c-8ee9-d7b4465da0e9"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTVmMGIwZTM2YTEyZmFmNGNmMDZiOTE5NGU2YmM4ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f7922394-a379-499d-b60a-812bdf7f510d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YmUwMWQ2MzJlOTgyOTM4YzU5M2I0MGEzZjE4ZjdiYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ab05813-8886-4552-9fb8-efb40c4a54e4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T03:21:46.541Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:21:46.542Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:46.544Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:46.545Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:46.645Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 25 ms
2021-04-30T03:21:46.645Z||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-30T03:21:46.646Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:46.655Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:46.656Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:47.619Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:21:47.621Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:47.622Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:47.622Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:47.722Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:21:47.723Z||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-30T03:21:47.723Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:47.733Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:47.733Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:48.623Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:21:48.624Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:48.625Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:48.625Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:21:48.725Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:48.726Z||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-30T03:21:48.726Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:48.735Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:48.736Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:49.626Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:21:49.627Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:49.628Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:49.629Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:21:49.729Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:49.729Z||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-30T03:21:49.729Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:49.737Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:49.738Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:50.629Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:21:50.630Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:50.632Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:50.633Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:50.732Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:21:50.733Z||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-30T03:21:50.733Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:50.743Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:50.743Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:51.633Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:21:51.634Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:51.636Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:51.636Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T03:21:51.736Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:51.737Z||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-30T03:21:51.737Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:51.746Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:51.746Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:52.636Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:21:52.638Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:52.640Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:52.640Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:21:52.740Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:21:52.741Z||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-30T03:21:52.741Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:52.750Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:52.750Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:53.642Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:21:53.643Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:53.646Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:53.647Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:21:53.746Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:21:53.747Z||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-30T03:21:53.747Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:53.758Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:53.758Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:21:54.647Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "8a2fde37-6f4d-4d37-800d-5a74a3c474c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b15ea89a-abe5-4dcf-87b0-d44ad4f90a42",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "119d52f3-6fa0-478b-ace7-3a740bbc688b",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b5bf6d20-4577-448a-9f4d-4297eced9063",
      "resourceInvariantUUID": "a57f7e9c-e6e5-4dfd-b230-75b08d1a8c6f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "YTBhNjY0NjFkMjgyYjBkNThlZGMxNjc4ZDU2YTI3YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6eae1207-4da7-4acf-bb17-8d9d956f1323",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bfdd7677-7ce7-453c-8ee9-d7b4465da0e9",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "36b19d38-5c0f-4942-aa3b-55f00082ea9c",
            "generatedFromUUID": "bfdd7677-7ce7-453c-8ee9-d7b4465da0e9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "36b19d38-5c0f-4942-aa3b-55f00082ea9c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YmUwMWQ2MzJlOTgyOTM4YzU5M2I0MGEzZjE4ZjdiYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9ab05813-8886-4552-9fb8-efb40c4a54e4"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T03:21:54.648Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T03:21:54.648Z|d525bdea-9e9a-411e-8cf2-2bd9e3d3678a|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a2fde37-6f4d-4d37-800d-5a74a3c474c9 ASDC
2021-04-30T03:21:54.648Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:be660b45-20d6-4f6a-81f1-3d9a075c4783
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:8a2fde37-6f4d-4d37-800d-5a74a3c474c9
ServiceInvariantUUID:b15ea89a-abe5-4dcf-87b0-d44ad4f90a42
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:9ab05813-8886-4552-9fb8-efb40c4a54e4
ArtifactChecksum:YmUwMWQ2MzJlOTgyOTM4YzU5M2I0MGEzZjE4ZjdiYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:119d52f3-6fa0-478b-ace7-3a740bbc688b
ResourceInvariantUUID:a57f7e9c-e6e5-4dfd-b230-75b08d1a8c6f
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:b5bf6d20-4577-448a-9f4d-4297eced9063
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:6eae1207-4da7-4acf-bb17-8d9d956f1323
ArtifactChecksum:YTBhNjY0NjFkMjgyYjBkNThlZGMxNjc4ZDU2YTI3YTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bfdd7677-7ce7-453c-8ee9-d7b4465da0e9
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:36b19d38-5c0f-4942-aa3b-55f00082ea9c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:36b19d38-5c0f-4942-aa3b-55f00082ea9c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T03:21:54.648Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a2fde37-6f4d-4d37-800d-5a74a3c474c9 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-30T03:21:54.685Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:21:54.686Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:21:54.686Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:21:54.686Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 9ab05813-8886-4552-9fb8-efb40c4a54e4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-30T03:21:54.686Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:21:54.686Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-30T03:21:55.856Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:21:55.859Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 9ab05813-8886-4552-9fb8-efb40c4a54e4 72242
2021-04-30T03:21:55.860Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-30T03:21:55.860Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-30T03:21:55.860Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:21:55.860Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:55.862Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:55.862Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752915860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:55.962Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:55.962Z||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-30T03:21:55.962Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:55.971Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:55.971Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:21:56.862Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:21:56.863Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:21:56.863Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 9ab05813-8886-4552-9fb8-efb40c4a54e4, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:56.864Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-30T03:21:56.864Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:56.864Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:56.968Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3865049209756350991/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-30T03:21:57.896Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T03:21:57.897Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:21:57.898Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:57.898Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:57.898Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T03:21:57.898Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:21:57.898Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:21:57.899Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:57.899Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:57.899Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T03:21:57.899Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:21:57.899Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:21:57.899Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:57.899Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:57.900Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:57.900Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-30T03:21:57.900Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-30T03:21:57.900Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-30T03:21:57.900Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-30T03:21:57.900Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T03:21:57.900Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T03:21:57.900Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:57.900Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T03:21:57.901Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:57.901Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T03:21:57.901Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:21:57.901Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:57.901Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T03:21:57.901Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:21:57.902Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:57.902Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T03:21:57.902Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:21:57.902Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:57.902Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-30T03:21:57.902Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-30T03:21:57.902Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T03:21:57.902Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=318daef8-3f2d-42a7-a926-dc676684da9d
2021-04-30T03:21:57.903Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:57.903Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:57.903Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:57.903Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:57.903Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:57.903Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:57.903Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:21:57.903Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:21:57.903Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:8a2fde37-6f4d-4d37-800d-5a74a3c474c9
Model Version:NULL
Model InvariantUuid:b15ea89a-abe5-4dcf-87b0-d44ad4f90a42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:1ccae76f-b866-427e-96b0-f4ac2b468baa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a57f7e9c-e6e5-4dfd-b230-75b08d1a8c6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:119d52f3-6fa0-478b-ace7-3a740bbc688b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8deefb9c-6a66-47e6-879f-60cd97aa49e2
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:2563ca59-6642-4bf8-b1e8-06b6e7ae7725
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:318daef8-3f2d-42a7-a926-dc676684da9d
ModelInvariantUuid:89332bba-a8c5-4426-8482-4450d1246a18
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:b7e9f743-ce73-419a-9abe-a75e4e80fe5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6c27f217-6f04-448c-b7ae-088dd419f11e
ModelInvariantUuid:d68efd72-9437-42ab-ae14-fe36725ee4e8
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:fec2ea46-2ea9-4583-b4cb-64e4e9798367
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-30T03:21:57.908Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b5bf6d20-4577-448a-9f4d-4297eced9063
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-30T03:21:57.911Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||basicclamp 0
2021-04-30T03:21:57.911Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5bf6d20-4577-448a-9f4d-4297eced9063
2021-04-30T03:21:57.911Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 6eae1207-4da7-4acf-bb17-8d9d956f1323 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-30T03:21:57.911Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:21:57.911Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-30T03:21:59.448Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:21:59.449Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 6eae1207-4da7-4acf-bb17-8d9d956f1323 790
2021-04-30T03:21:59.449Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-30T03:21:59.449Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-30T03:21:59.449Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:21:59.449Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:21:59.452Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:21:59.452Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752919449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:21:59.552Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:21:59.553Z||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-30T03:21:59.554Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:21:59.563Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:21:59.563Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:22:00.454Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8deefb9c-6a66-47e6-879f-60cd97aa49e2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2563ca59-6642-4bf8-b1e8-06b6e7ae7725",
    "vfModuleModelCustomizationUUID": "ceaa190a-b36e-44bb-8c37-c50782f3f503",
    "isBase": true,
    "artifacts": [
      "bfdd7677-7ce7-453c-8ee9-d7b4465da0e9",
      "36b19d38-5c0f-4942-aa3b-55f00082ea9c"
    ],
    "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-30T03:22:00.461Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2563ca59-6642-4bf8-b1e8-06b6e7ae7725
VfModuleModelInvariantUUID:8deefb9c-6a66-47e6-879f-60cd97aa49e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
bfdd7677-7ce7-453c-8ee9-d7b4465da0e9
,
36b19d38-5c0f-4942-aa3b-55f00082ea9c

}
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-30T03:22:00.463Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8deefb9c-6a66-47e6-879f-60cd97aa49e2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2563ca59-6642-4bf8-b1e8-06b6e7ae7725",
    "vfModuleModelCustomizationUUID": "ceaa190a-b36e-44bb-8c37-c50782f3f503",
    "isBase": true,
    "artifacts": [
      "bfdd7677-7ce7-453c-8ee9-d7b4465da0e9",
      "36b19d38-5c0f-4942-aa3b-55f00082ea9c"
    ],
    "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-30T03:22:00.463Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2563ca59-6642-4bf8-b1e8-06b6e7ae7725
VfModuleModelInvariantUUID:8deefb9c-6a66-47e6-879f-60cd97aa49e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
bfdd7677-7ce7-453c-8ee9-d7b4465da0e9
,
36b19d38-5c0f-4942-aa3b-55f00082ea9c

}
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-30T03:22:00.463Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: bfdd7677-7ce7-453c-8ee9-d7b4465da0e9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-30T03:22:00.464Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:22:00.464Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-30T03:22:01.746Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:22:01.747Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml bfdd7677-7ce7-453c-8ee9-d7b4465da0e9 5033
2021-04-30T03:22:01.747Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-30T03:22:01.748Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-30T03:22:01.748Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:22:01.748Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:01.750Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:01.751Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752921747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:22:01.850Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:22:01.852Z||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-30T03:22:01.852Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:01.861Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:01.862Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:02.751Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 36b19d38-5c0f-4942-aa3b-55f00082ea9c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-30T03:22:02.752Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:22:02.752Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-30T03:22:03.008Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:22:03.008Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 36b19d38-5c0f-4942-aa3b-55f00082ea9c 909
2021-04-30T03:22:03.008Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-30T03:22:03.008Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-30T03:22:03.008Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:22:03.008Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:03.010Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:03.010Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752923008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:22:03.111Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:03.112Z||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-30T03:22:03.112Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:03.120Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:03.120Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:04.011Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 8a2fde37-6f4d-4d37-800d-5a74a3c474c9
2021-04-30T03:22:04.011Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b5bf6d20-4577-448a-9f4d-4297eced9063 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-30T03:22:04.031Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.032Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:04.032Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: 1ccae76f-b866-427e-96b0-f4ac2b468baa 
2021-04-30T03:22:04.032Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: 1ccae76f-b866-427e-96b0-f4ac2b468baa
2021-04-30T03:22:04.033Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel to get resource 
2021-04-30T03:22:04.035Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel
2021-04-30T03:22:04.036Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|INFO|500||Invoke
2021-04-30T03:22:04.036Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-30T03:22:04.036Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel
2021-04-30T03:22:04.036Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|DEBUG|500||Method      : GET
2021-04-30T03:22:04.036Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/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:"be660b45-20d6-4f6a-81f1-3d9a075c4783", X-RequestID:"be660b45-20d6-4f6a-81f1-3d9a075c4783", X-TransactionID:"be660b45-20d6-4f6a-81f1-3d9a075c4783", X-ECOMP-RequestID:"be660b45-20d6-4f6a-81f1-3d9a075c4783", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"d05caff9-5c79-4859-9faf-bc02ae4fb79d"]
2021-04-30T03:22:04.037Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|DEBUG|500||Request body: 
2021-04-30T03:22:04.037Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|DEBUG|500||==========================request end================================================
2021-04-30T03:22:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:22:04.240Z||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-30T03:22:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:04.254Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:04.255Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:22:04.255Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ca880b8-2721-486b-b77f-00ddc2d3f646",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752786924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:22:04.256Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:22:04.257Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:22:04.257Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:22:04.257Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:22:04.257Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:22:04.257Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:22:04.257Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:22:04.257Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752800447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:22:04.257Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:22:04.257Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:22:04.257Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752803621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:22:04.257Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:22:04.742Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-30T03:22:04.743Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-30T03:22:04.743Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|DEBUG|500||Status text  : OK
2021-04-30T03:22:04.743Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-Basicclamp-csar.csar"", Content-MD5:"NmRkMmIwNTllNTI3ZmViMGIwZGFhMjQ5YTc5MjBlODM=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"be660b45-20d6-4f6a-81f1-3d9a075c4783", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-30T03:22:04.752Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|DEBUG|500||Response body: PK��R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM���0D�|E~�-]��6@���)q*�H������n{�~�)�5&�I���������<��x!Tz�Ҝ�(�T�"+2��48�'r�.Tga��+�`�CH�wP�{�{C�ɘ;fr6T�!�?�Vb���+�t����PK����PK��R,Definitions/resource-Basicclamp-template.yml�Ys��������;96�2sg��$mNg_�F�p�������Wb1�X��}IѷI�.	|�S��"M�t_�-OZ#��3~8��c iMCI�/&�
}x��atk
]Z�����1'Sm�D M�j*���L'�PPGPPx
cE�#E�h�k@xp����@���/�b`�蘑��+�M?R�����B>��'��A�
���v���wd!WW�3/���3��]�����<;p�,�vc.�	^�r�=���h0�Z��Ud,SF��ׯ_��ٮ����<�d���>lM��$S����(��O$�<u�C5��N67/];�CEO�a�6t��2y�@˲��n*�x'W�P �$�-�TP^��$�6A����j���X~0�kMi � 1���w�:qi=�j~��ۦ�t��X��)��"�_�wSh:f���%�Wr�n�24�� ���6�����C��Vb^cߣ⑁J,��(�]ۚ_Wq�"�i�}�ѰS'��^�;��`L�@��p���RW�����<*��%y:��=�^n��ibRkM2m#J�=!�Y���3;�x<Tj�uk�C�D��W��8s�0���1�k�u���e����E��"��Ѡ�E���H����ny>�Kz�$Ŷ4}���J��n��O�m�F�&�Ą'Q$��a1liIr^=5/3����v0A�R�`"��`b~����D8{��<������Zq�Z`)�en��U�}�0�+��l����]�۳sp:��u��P7�<��>mI&���a-1�H�p�Dn����"A��q����V�&�:ZnT�B�s@ �x�%����^��E�$6��t�2B��aI�d���:�,�ж���^��Af�'��'���
{F�{:�����˛�X�ߗ[���	X��������XW[���N/���lQu�+�\��l�^<
ߗG�7^~��7��j������g�-���;�~_+�����v���7�������������q�1~u�cM�_��x��u!Z�sKxڎ&?���k|9�{�~[���
����bN�����G/�h5��>�8��Ʈ�B7og�۟��i^��xZܙ�����ϫ������b5y�kG���n���
���C�ͻ�����la����휞���o����z��b���D��|a�s��p��w���?^�3���������Rߏ�'�����՛xq?_>��o�z�p.�P�تΜ��ښ�q�{&\����U{|[�N4qƿP?E�}VN��o/��&ߞo�񍰹e#��'/��zv�y>@w������
w3���Ͼ��������׆�����=��/�}WY�{�qD�pl\p=oi�ׁ��_��1�ᨥ2���ؒ�z�I��>X���E�M8za�$LJ�Sb�7`#�o9��k�*.<���Y��gg̎IC��-�]���G�'1�$�׮u휴p���"��Ђ�]��Yï�!7�~mk��Dg�킪f�5�������3����#'�$k���O�1��Ժl����%'����"�@�
�ȵ��}��咉,���?lw�fut��XTI"0C���ض�9B3�$�f�]�G��;��������x[D�7��*5� �{�M"if	��|��,	׉��w٧�|�|(�:��vS�+l:	�x��2PP&��X���&Cu�r<��L���)�)7
��7!���N����&�E	<�6�ϰw���#A�H�XcU��p
����
?�y�S����Ӓ=��W�ע�(�`s�CZjmB%���.}3C3��l���hL��m��.���tz����W�k�XU��
���F*�E08%8�M��B[5|٦�I�lg�R�����~KD�a
�9�L>'����|և��򘸀�6�^���1I#鴲�4J^��Kٝ�h€) �a��0�"�!��Y/;+26^�.(��{-�Q��_1�]�B������v�kѩc��Y�-�VO��+��p�7������)�q�u%
ؒ�>r�2�'�����";�w��n��F�T�i�IÌ��k��
�U�,��¢�[x�aɍ4ZQ��+L+��*'�*M��Y|'%.K�l����|8R��0����pYe8}݅a4����?���⾧�w��������S������v~�b�a�`��~��f~��eSo�v�ʺlk�a{�C(&S>�!?U�V�_��-�T!oJ6��,z^\Sw]�Tw�@R=�6q��P�e��t�Ϗ2Lv�c9�괜E&��
��EP�[\�����l�L���H||���������B��|O&)�44"Gz����*w�
�@�R��F�	j��oBʶ�<���m&��ǫn�B���#�L�%��
m�N�G�hou��Tk��a+QE������|�N�D#M>Q�؁��Au9p��B~!���#)jy�e$.�H��i��jg��"d�eA�+.t\h��
y*T���Fe?�%dJ*�-\m�%Ryь��*���S�M��{;|^��ʳ�	v/�Pa �3�R&�	V�c>�!Ç�R���2�4��_r�|Q�'!��� 6D!�P�d[Ӈt����
诤ުu���^5gB$ݯ�&Շd�W��"�_ɣU�طh(U<�75���K��t�ٗ!�A��2t��E���N�b���58���h���
�y~��u�����������ĉ�k���EƘj㱠���D��T�:U�e�
!++h,��3�E��Py�'(* ���x*"Af���i�/�Ñ<�)����&@T��Yj,���X�6��1`愋���7��L���2tC�����;RɅ���y�������=yo�?@�@;��
����9p�&y�0�eM!�N�	��lN4c!˔��@۝K�
(#�`�)%�iO)�>^���$��-|����,)�LG��1��\��w&Ng���'�a��-2W�B�Q]���Gwu�JE�d�Jn�t!�C�${�ݑ:1�bP)v�D�(%�J��G(u��X�4dq�҉|��"�;����G�g�|��Ȯ�D%�5JQ��=e��[+u�������k��dZ��;�U�W2�89��S@��O}��8:z%��#�:F%�FB�@�g)yZ���>u"O��G.me�!�^��}�NrP��q��e�n��Hm�qZg�}sAzm���w��C`������������\�D=ȶWp��TܙK��o��{{��T�J�v�I�-��tI��*�o�`�ˣu��W�.�ZT�=��M��ߧe��Πu�ܫ4�R��V�
�CEս�����n�t�4\d�׍t���K�-�w��im۹吻�w��4;w6��3��0�5�QmdW��:z��9)�Z�b;S?�~���P4�������uh�(V
V��@�o�!6W��o��%�V����t��p�x�4��~u��jڅ�F�j"Zy��r	))���b�זK߳��I�ok�v�1t���e,���)�}X�Y�sV��<~\�*PI���m)P��m�g�e,Qn�qP|O���'���R�S4 yP�d��/��H!��(P�jv�'\e,3��Yg߫��J(�k�}�$�դ}��gOyeԽ%^�Y���d0�šo�����+>"��y�߯�W��PK�*,;�]VPK��R6Definitions/resource-Basicclamp-template-interface.yml�][s��~߿���w�$s3U��x��L�q��r��B��Ʀ1�_��[DPHB2�M>!�m}���k�(vT�hPG�[����a�d�T<`JE����bB��?J��5�.$�ӑ/V7d�4�C
P@=;�������cd�J�I����@�m��H��?�`7�ju�lc�[U���I�ea�*7�*t[$��*���LdlC�شe��]n��L{U�	Z@M�	6/��C	P���t�Ym’�
b���k.S���x:p
z!
ǮE��yi�)��ix�/$V�&���J�M��o�Pu�k�O�lI��-X 
j�ؓz��M������.$κg�l��U��P`Q$TTl�h��/�ݔ��-cl@`�Q��+0�H��7$I��L�L~��j��	H-wE�7Zc�z���@��4��5���2<5x�j��]K��!E~�HJ�a@�0�b#ߠW���Z���Gj���E�%��b�&0#vLe��*�E���h�Y�X�ҙӏ��X)����O��^K�\	|cȬ:��1�p��
A�r�(�{� ��v��z1�;δD �ٯQ�.A��Gm��U�����߬j���3G�{�^�͗������O�|�}|���5��gc�%�m��[��+�'��i�O��OO�M�ex�D���[��&�uN�蠆��̫֮�V�C��ۼi�^6�y�U
�F���L�z
M������eͪ>v��;�r�stz��nU��Q��`�gO�ҧ3�h��λ��:��������a{����J����K�'
L�7�~��ck�k���Y�5���.g'�~���Tm�����Я�9��޷z�ZԻG�n��l�ޏ�ęU���Y�f4������R�+�������������R�i��ۓ#���a�vyۜ���?���S���������3u���~~sXs+��Z�`�4�4�#xl�zmY�ɽڨu��:���k���K�66�ڷ�y�q8�Y��/w�! t���ϗ�~�Z���Լ��:�[��ϧzyj�-��C��?�78��)���.)�4S���3�@b,d��4���Z��i�$�8����X�{�؊Z?b[4@f�X���*Ȏ3~e�X>�+��)������1�Ñ�.�j5�m)��6�
ף�Ik*���܎3?���A��i��?k��T���|����+g��3+�C:��n�kQ�gVd�d�#��Y
ޤ5b�_�*��{��@�-�@��`���G�q"YJ�f?,`0Kb1΄�XϘ�ދ2��ЦU�R�\.�4��xi�-/9��c�� ������(�iď]�5
�����B5h�^pw����	M�Z��M�̮C=(I]��8Fr@��$��ע�M�=�XC*k�㧦���41�1�!��Ԡb9���K�v�R�-I�n�7�ڭ��HSV1�;J�&��wC=��j)B�0Ƒ����n���B{#����GD���C�݀�-���H����]rLyx�D
1%C��Y!$���V���zW�����d�d�E�R�k*��:1j��8ECAI�Tq���hRr�bd��e��):̉�V�A�wnB�w�w�,���Y��<�m�� u��������p0SX���'I��>둲��C�O$�`6RfN+�Ê�\�B���$�T�8+]�����j!��v�4ޟ�-��E�5�@|��0��Z�)H�?�젝+�J�:���c�b=(1��ʴ�!Z���p^��+��{�3A�"�uh���b�����̌1y��4��I��=�c�n�!M Њ�f���E:WDs�c#����ϓ��C�N��#ʩ��"�BI�Ƨ�\�_TRMi�L��|�ba��D칲���=���:YQG��[�D����dĜ]��M �
�dɞ
���N��d˛��8c�k�&Z�Ui���Eo/!r�˗�3�����-���t���נز����u�V��sa�2�VrEaSLD&a��7 ~��z]x6�r�&Ul��]=6��4^�����8l�}Z�&�O|�.���	}
3%\�v%�9��{�4	������@�.ikô��o�y`!�M�Ő����!+��\Y��ث�2s�G�-v�f���o#/N6 1�=����5�
ͯ�P���}�ȫ�'/̊,�-d������;D�2ˣ�O�*iM�»q����D̹�	;�������\�j{����{���OxŚj�继РA�V�#ytU������A�c�"G�(��́��z&;s=�n�c���gϣ$]�P�kM�Z|�{�s
��Qx�_D�W�+jm
˅!���Y◵�=��5�+2�o�,lO�YsE��X����l��h��F�.�Hv��[������ʟ�+�ZR�
��-k��GhO�		0ěW��$Q���T�
����D|.i}P%gP
�jϔΝ?�c������*��w����bZ�o�辚�Ř���g��(� ~�SD
�d�\�%~�Z���=��5�+2��P�cz�Lق9W.WA�=y����4q\5ͩ���G�G���%�Z�J�2"ވ����(\�� �=��t��R�����h���o��^�~��̐%N������������ɢ��n	ќ��F�<���F�<˸�DY�w׾�kN���2��:�8YR6Z��li�Ɓ}��݅]�6X�f�U�RȽ*nD~����f*l��t)��x�@��%��PK@u��
l�PK��RDDefinitions/resource-BasicclampComputeNodesHeatUbuntu18-template.yml��9o�0������{�ˁ)�"��
Cj�&�<��P�)�F �||䛡���eUR��n�iѲ4��2^cw����w����1��A�MOO߿��?]p�χ���UsQ�M5��t>< 6x�]3<�< 4���תy�+�HQ�®���l�`�>ATRj0�Kg|Nȭ�1��ij�6�x�&��i
���#�tW��=�LT�{2���\����$i1���GS�H]���.�L�k�[Qӊ���!�Y��ؿ)���1�d����.���*6�+=flP��w��X�_2l�".u	��4�-��4��i�/�o�Ma�o��-5+K�;��?G�jֺ4����<�%l�'�7��t�4�5-�a�LwFCYS�Ne���^��JcƐ���z�M��F�#�Hс��UcT+�ԥ�J���^�A��.�v������f}���N�t�n7�?��
�L:��;;��#��#���%x���{?�m�F�|�=�	QyOV<�c,a��zu{u���yw�˶\+����1���k��_�L%�a���(�)"�m)Ք�=�	)���H��[�
�
��^�Kg�k���Ip�t���wtz)Q���@pJ_)2Ny:P��9�Q�(�������.D2?�Ra�U^5G��k�]I�f�K��k�t�#
q��.Rso�(��������q�����~x�=�">�ܯ� gq|�׶2�(�~�k��|�����
��i�9�&"�5����x�K�{ƛ�bw� �������
;^�>�(Z�	�Yf!:�׃*��(�wS��O3�c�����
=>�����ks�@[�>���PK
t��
PK��R,Definitions/resource-Globalport-template.yml�W�O�8���.�Z��ҷ��!m��^N��q&������r��w�|���
m�R	��x>~��x0R3�q�
�B�kP3bܖ�i����i���I
�����	!\���T�����G��9�\>MF��t8�_��%�����O�gl:N'���Py:\���xEӳ 
�*�Œ��Ȁ&�R����qA�A�@�0�P;5�Ș3���>y�fER��I�EL�h�L����&CW��d�@,�����t4�y�����Ne�<�������-�xo!;�ھ��F7#o���p8��Y��e���>|8A�1|=;�[��MH�4��&Mp�����Q��r��o[��C�� ��+�ut;�r�d��*$�v&Ξ��d�
B��n[�%v�6Y��P�ؓ���4�*=�y(̓T�<˕�j��\C�GJ�%�{tKշd!��PU�<ޘ�W�o���r%�h�pmjQ'�>����%m�1+((\���!��r�Ũ�6�f+Hi���E��U��Mv��Z/7}%�tϒ�����J�B��?~��ٝ^HT�$r)��9�DWR�^�vA�'�
�Uf2Ư��v������Q]P����_̯
Cd&�Rk��$hDž�qa@E���E�5@�ncЛL��{���w
�!+��w�< 7��=!�W�>�}<��6R?��;tX�r~w��Ȟx�	����ʫ*������P��v�^����'ɲ�
�=�74����ȵ!L���2�q3�[:X4EV��G��
K�>~��8F����M*|��Gl�k�?�{��N�)��"�c\hC���#`Vg�}e���jX=.�,�e�}�={��G�-b�]��+�
x"q�RZs7�8s��V"X����l�4qnH��ܾ��2�u�z���v�t�@2�c���d�Z?,�����|]�� �?���ݢ�?�z{
p�����ԭw'֝#��������,�K�<_W��A��p��i�~/{��enbi�6�ʑoB�.ȇĊc�x?rH爤z�}o�>�^��W��T�mֆ������̿0y��kב������Ǒ�@�`Ew�;v�����k���_��d�wPKd��]l�PK��R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ��@"Q�����X!A�ƺ�ȱo���l�S�=��ΊH�R�{|���U�јC*��BI�A���ڤJ�[f�H�<��Cl	U[�����/	5�8�뮊�Xc?�̨�wƖ�	y�GVoǗ��7����~Y������/o�/��ʗC�����Db�A`���2�.������Wt��0��n���bo���gX&�r=���6��%���ԟ Õ�����u�<��D���o8�[��f�@ːl��D�@�0]��@��٨�_W$�~{�R�ڎq�/U�o��-Gi]����.�͠h�������4t=��#�ᤈ�,�7��^Yĭ����*��?Z��|���k��'�]�n�[�3g��|�����ˈ:���QIZ�	�����ۛ�8���{��K�&��G�ZkO��TJн��p,6�luiQ�7���U6��ދ"�[<�x}�@.<�܌����P������<x�	�>�w�̆!mo��:@S��nْ��I,c1�����Xa��š�2���v�!,IQ)^���I�z��nǝ9W0�ʮu������O�4U�
��KŞ��PKi	��PK��R=Definitions/resource-BasicclampNodesUbuntu18cvfc-template.yml��r�8���i2s�Jeɾ��NO���Ysa�$(c�m�8v}?pH�I٣T�d�-����[eQ�`�%
iF�0��I�—k#+�R�>�^q�[ks��8���A�g�Pf߿���8^�v[���=2��%:��-|ۯ��ּě#`����\ys�r�!ss���	‡=1�q푽�!�:�����K�Un�a�o��ϞP��$4Ίq�Fl�/�4���{™AS#O�k��I������Ə�@���?>����)J^��?HH�x���6��i�`'����Q�8�	�(��ʆ
�d-=�G������C��ۿ���.@�Q�����Q�o��B)����N�(lk��c����"�^�&�Dž2<�X�:*�S�"T�RuǑO�˺��ae%]�kn�U


��aF;Dz��[�{�P�W����,rK�˙�d�$ϒ(�}���{����z]*t��U�;�V�������b��La���CX��V� J�?�5��m�Y��߀W�^��>z�_I&IJ�u�E���*�"�&��3D�V��E����ժ[K�	����E�j�Y�
hh`H��gm�����OӬjH��r��t�����Y�j��	p�Yソ��hL����E�4�M�]f9Q��S���p4���>%E;�����y�O���ĭ����vމ$�i�
�cUxH$�Τt" d5l�>X�Ԓͩg��VQ�ӜUc|W!�~E�����;�DM�~#�F�<�g��&1.�K�#W���0W)��x�"�=kz�9��H<��EW���-�&ydwy��	˸5�%�G�-��%�����?�m:6�4��pu��I��,
�_E�X�_:ۃ��Х�6�id0A���u�͕�ٴ>k�s�Sb�L��$ak�G�T�2G�Jk�>~=�Y�����:�fe��\���,a�t(i�y��5�s",���Hmz(�Po��8L΢���ȼ~5J�V�,t*� �ǻ߾��{��_�5��|���~�T�>L���6�����z����Ѻ�x�m`�!�� �>e�K'�`�ht�d�4F'�"�D�����N܃3F4A��C���?��ik�qi�s�m�Z]+�>���LG@i&�+�,���osiwȈ<\�tb�+�`ʖ�R���\(2���C;�LZB�v��������`С�n�8� ��g��QUz�\�:��([�����Y�gR��1�3���=*[7�X'�kV��z<�T[��GN��^��-!)����hO%��4�b�cl�N!h�:�A�����E�'R���|����I�&�Q��J$��\�{�h/������/$��r��	��u�Q���,c��9��&"-���3:Wa��T5�6��E�C��S�3l4��Rsӳ3%;���9�����h/e�H4 ������Pҩx,���#G�Y�����-8��-Y�f=�8T�\�ʁ9��y��/�TX�)������h�#2��F���"��.��~�Ɣ(�#���%�7;�ٶ���߯�i�"��A�Oqlo��{�d����F�!&���.�y�9JqI&�Id}{"�ͷ|c�KZQy`ۧ�n�uNP`#ʞHb�>vB���%Q�P�,4�]U�޸����ן�7�?�����R5/���w
H���,#�>\�iRV�ձ�j�b�FUP�ʶK�U��!���vV[@�echN��M.����?[q���S��!�.���˒�wH��@V��:=���͝B������*�ե�C��iȔ��1�2��>��k���Ԛ�Β#њY�-���{��:����	�Ӑn�M�Z W�29 �f�'J�I�Ž���^Vm�n����`��o�g'8�N�J�I`�ad�So44/������tC��Gʫ�/�4I"VJ<���)�
�Z�U����%5n�΅����G���N56j�xs-�pͻdd߾˖ݭ�Qղx�!�uaw��T�c����
�/����~��,3��D޽Huw9�Ak}��CZqe,r����z�IT�t�i*��ڤ��eEBY�B7B�W�+�I��+p����B��6Vn_�v�*�|B٫�tPEKY-�`v�c��1���€��$A�a%*�=U=ˋ�_�y�oi &U�{�1h�Oz��ݜ�%�M*K���|�(��VV�o����3��6F�:�Z�����UթlO����-d�y���E�P1V\PQ�U��	�v�@,�
<�~����,��S�{o��-�O�G���FZ�ɪ��(�����*#K����9K��$S�s�D5a����t�e=zd};u賤Z�/�,��tTy�Ls0y��ٕ������.���
����m=Gb<Ɲ�C��K�0z9G�j�`T�9��7q$��7×cT�;VH}�@E��y�]��$������{Ӫ`�~p��Z(&i����i�م�ٿ��QQ������$��$��s��8F~K������#���3{�7Vm���H��}�[w���_'��^]���8�xs��*M��r�${��Vm�&��_.�����;�G�HlV	JT��G��Fk�]qyg���Wx�ج�\����K�9φ5�Կ�1���Yӿ�5�%��Q�̿PK�n�Q1dOPK��RGDefinitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.yml�]�o����Э}���r�f��Mv�i�RM�6_$R������R�E�Rl'�L�ɖ��p����Ok�F]2�4\�
�
��$ھR�(s�����5��	~
���OW	�/	|�,�7��t[��2��m�'0���x�r(�O�>o�J�c�ۚ�^Z�E�x%E姪�4�K�3�+�}�$��]�uS9�mBSY�����T��S"�2�T�J�n�$}�#$�EI�O�PZb��/�٪E�uu�ߺ̌J��ZJQ܌I�I�����-%���a�	�� ���2ǜ"��⸠m�$1��Ir�������BVt��r-�H�5-p����1�j�'VBqJ#ƕ�\3kLD_�U%�N@W��W�]�S��[�\�c+-$X�_k�5]Q�|��.0AM�l�����$&��]a��$a

װ�هǮ奜��B>���|u�ye�%�dz�ܦ������o��l�����8Z�F�j�,C��Ճ����d��d�6���a�l
���F���5���*M;T�Jd�DK!��n�Tnb�@�`K��V2`}�3�mp^��w����럝�Щ�P�/�=UMk�P]!�'�oM�NU��te��>:?>�J���M��i�7)��xE_�f`#�W��@,l�d��P�Fer'����!N\���
f9��)���~�;�ȷ�!Z�T��A�7��̊T�����.=�B���I�d��&�8��c��jlt��cXV��AÁx<c#	��K��ˊ�Qͻ��~��y��XQ�X&z�T�r]��I�ډ�z���\y�g�����g�q���*^*�E �#5�^�x;�0AD
�3�ﯵ��J�?��IS��p��@~#З{u�Ot;�z����r����}��0�b�Kh�$^="�(d����U��_���H�Ʌ��v��A��>��_%>����Ç�>�#�Ճ�f* ����߮M
&�0Usb�q3���}���d�o��S��9��AC;�/�v;�z��h�ϊ�	h�7�A�_H/6JZ9^��ۗg�]U���~�̓8�VSO��8K[
�M���3��PK2��Q��>F��vf�:�5�@�$� 	��ɽҵ��	]�T�Z�K�,hR�`hc�J�q�������6@�	
�z��=�ٳag㤶zmNS0�Kk�4��u�3N�5�F���U7�&�KM��6"cBd���`|�L���"�o��J�|$Ӄ��v��(h!��,#��:��g�A�
U��	� ��o��E�	�F`:�\���H�6p� X�;3VG̪�s��!�Y��gB����`��{�H�eC�jnUʬ�GL�Z���p�)���䙇��l?���9�z����5�4���ѥ�7.�5Vҩ"�avl�3�g��җB~�f�[/�}l��k�/���\c�'P�I_�[�-~K
�w`)���|U���m�|�b��!Q���UpJM�#e��Ҽ6s����ˮ�xK}ms��3r�%��[�*Q2댿g������Y��HKL��Vo�{Fј/���ǎ�2�l`��o�**���H��٩c���[E*�'�
{}`�xe����{�Gj��ZZS����{�n���0QFd̀c��!��\��v����љ9`@P�٣L������IoM�z�	Ӯ(��:��лza�~�8c���Lhl83O=܄���,������u�:8e|?���;���������wY�s�^�Ks���U����܀�E�_���?����y��B�K��4���%Y�P��N�D���B��
"�N���r�D��	q83,��0<�V����8�~&=됀�d�O�5- ^�c�35���c�["Ü	>�:$` �}��
1W�F��<�im04�N�t;�H/�Cg�ç>��dʳ��ߒ]R0Ո���]X%�e�\ThX�KB�	����e�B�GID�����U\x�}��V���%AFed�zq����c�q�xq��a�%e�eP�q\Z�b���۬w��[`�IԦpBxؿ��Z+�܁��B�Y�`.5��9!�zg�I�Jҕ������ə���K
�QY�X��7x��E�Ox�X�2��	��o�
M)�"si����T}���Z>���K�72p�f� �$��^�r>�,+7�ӵn,Ӝ�D�����a������?�wMv����5���Ώ)��&��׸�����?�H���E
%�
.�PKG�x�PK��R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�`��4�-�l�=4]M/EaP��&�"�$����wDI���7ѠƇ���<~���0�͡��[���@���/+�#-�v�]^�`iN-�\��jN�}|��~C��e�-h�X����b�.��z��d�y���:[�_��y��b��H�]g9�|Hh�`	]-�����2�AcIKؐOBeTܩ��-`j�i^Y�ίPi0 �!��%9pmk�_R����{R*��\��͸�.�I�@{������Q;��X-HМa���s�mf���b:V�j��;�\�
��p�7��[����_A5X�2]��)_�^�|V9����K{��
�Wښ�UB$f�FvB
.���K���K�N���.���H��T���=�F����x�U=�jS��J	ΞU٧u&TJe�r�V�dg�tv{�һTU��L����`i�J�J[b�^<@�-�*;��f���P�WT�j��'�j%h*R���>��pܻQ�x�!��p���駣��:8\q���[��M��Ϯ�s뎘��p�Y[̔$��{��ڸ>�*NO5+�j�A�s'	I�rp���ǗLJ�?�Oi*x�m�����8���t]i�B%l�\`|o(h-��5�G���xc���0��,1iEo�l�E�zaR���]�Y�M���Q���9j��o��R�.B0)��{���O�ߧ�{+j�^wщ��D�O�]C�}�s
4O+06�����t�
V��dѮ�"��p�5`�;^0�?��X�k:Ø�-ā����D��'�-D|�0�7t
/Y"D5~�	ft6>��B��,yN7�.x(:��¯�L"&�ܠ�'��O.���;��̾�,V�Ϛa�	C��/��e���ng��/\y�@�ཫ\
�� m��GX��
��W�E|����PKq(|�;KPK��R&Definitions/resource-Port-template.yml�SMo�0��W�����n��֦liQ4��D�Beɓ������-0�������I$��3I�2*(k|�#���BhC^���l��Β,��Pb�t���B6�_�Ny,�$Z.�$:�O/��.etvvQxN��E�YY�y�(_J&�E�8��U'/�H&,)�{��H�©*���r���n�@
����3@�P�CN����-�:���f̺0֕Ԏ �+�s��R������u�~�!�c�Ώ� s��l�p�m��	z"#�K�n���=6���]��4��r�<��UƋw�?V�^�eN�vr2����t�{~����,��}�9����ԘЀ}\`�����)e��TG��xVՄ;	�䭳���!}��Z�7%���16t�c�n��e��
ہ�w`��̛��$woG2+�-�	����S�f�*g+r�w�]�2��+�a}p�l����r$S(P{�}��X�pL�	qPͭ��3���2�fK���|
>�����[����7b��N��@-���vQ;�re$�8�B�Α4jE4*�f}}�Y�nW�2�a�&K4��5�\���q}���J�S���]ke^���o��I�Mjc�PK9�ZePK��R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{��N�λ77n��I^�᠓x��;�*����Q�>;imc��I��ȏ����%3���Z�d���G.��,��-+�d��.
tL0���6�H����|ï�,��
.9Nc6���b0β7C~=W�S����]N�ɛA:�"�k�4l�]_ӫq�L��X�c�'����n�$h���0��ӻ���F+��a��r�2��%�s�n�n�t��
BftA��>���3�+m�1����8�l���t��|�w9��%�A�+����&���t	?�����L�'�H�bEC�=���3��Z`����۫W�~m��/�He}�2��� ��ENJ_�=/l���,�9yߤ/oL
�,pa-�=�=Ec�2�ڷ�%��Թ�![Yc”Ү�۷ꉃ��l��P�U�K*�E�)�xm.�>]j�u�E�=��ciP
iv�'	6��+#�6A��E�l��jM�Q�t�����O�>�ZH���ch%L�j�v�~��������E�~#9&��T��a��!��@gKڀ�H�/�&�	�sB�2��@5l���?Ռ��L0�_����KS��#��	Ad XL{�*�ֽ�i*D��,��ӛ��%4� 8j�{P%#�[S��֡*'$
���l��X���>��9����I@4�-	P� �JP�㍒<�չe�k���R$�VJ�����mX^abK作�FbU�b�ڻ�?V��ݓ3��m�)���G(�+��z,h�k��r��~��qN2��Y�K�����iN��	Ե+�0�j�su$��2g<��g��mzw{�e��Ę�~��"��Z��at��σ�$r�D�����}n7a��j���}��4�.�$
������?�>�|�$�A8C��|iwi��GJh��lj�{��MD�x;E�!#��nfR�W~q�#���0QH�I&U�����w��U��	�p�ٶ����b�yBH}��t����324�-R�$��;���~�lI���£?�{N;��Vs���c�����oo��w�NF��"�[�y��_=��}���#k��[:�>��
��׳����~��m[�����.���ŧ*�+�C�
�3]���{^�PKFJ�rL�
PK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����g�-�}c��]�d���g���_��4�}R���qN�$i��)���8N�a��C���������)���ϑ�I}+q����Y���ѹ������n�j̒�A�)?��5H��'gM�L̙E$ɶq>���sѝ�9�;?��2�)�tR6�a1*��yi��@ss7?q���s�:$�8��)�˒d~��o����0
�E^��Ȯ�QDv�픛e9lUG�ְ�E���.�'i7s|8~�G+?��He�C�x�1�B�l����f�:�d7Q�'��"M$_!���_�?�|�>=;�ߪ#+���$Z���9�#ȳ0X������W#�S� H!#�t/
Ԉh�	�M���u�5����^������6~�>.v�?��ix �q��O���;��0�r?�5:�8�m��4�]NL��`g�x^\D9[�~��!��w�fز�%$����!���_���ugig��)��QL[ڧ�Q:�|ugq�~���?I:�!6م�ā�=�M�CP;7��^>^��3�g��_�Pܑ�g�C�'�ܐ-�s)���
����#I�y�Q�Gm���F��'L<�N��;~Ww��X�7��K�'O���th?˳��SO|�5��������"�$UR��N��6�rv�*��=��O�(zN���FrǛ���9���5��f$��`0��I柜���w����B�D��ߔ������>�٢v�p}q����eh�
��Grڝ�j��7��ۊ�A)M���1�ː��!C]΍dڶd���xr�X�q�>�I��<-��ca5@Ԝcq`/���<��/��
Mq
ބ���=��Q�Ҭ��۾g��$Id���N�������)��=��P��w*�F��!��ټl��5iD#�އ)��@�1Y}���^���n�4ȷ���Z���?���oa����̲R��E��,;X��^j��y~������ϙGL;�S
N�P�Fp�H[	�TȘ^j„nc4���C1���N������z���Eer��hnO���F>��Z�d����]
�a�����g�4c�g�_{||f��C�l�n�,Q	�r�iq}>�ҿv�E����0Bh��ͫE�M�z�q�*aVo����yzp3o���^E�����ުm�\���`�!w���i%5���"�N-\��X�����mYRщ�v˘�}E=�4g\Z�q�Ϻp�%8��E�4u�Nf+�K`A�!�.ە�Z⋝j������XE�N�E
���	0d�h��e#)�f����F��IƘ�W��u�jjt}�^@�
�m�5�CV�����ڿ�M����Q.�m\iJm�����aAy�(�P����4!�rT�\��,���Э�qb�\�s�a�@�|�Z���+�b����o	cc��� [�}�w��?s�A������Ç'���4C��X��u���]��Y���/�&pБ�@1�
�.��T#	zܹ4�.�0�E�ݚm�4~
�Of�X��/N3At����Hxq_��F�54�i�jr	��#�$�Z�R���6�,6~�&Y	��f>P
:(��H�C�A��Y��E�E��Xh���
�߶>��ʼP�m\�+�2��q��t#�kg�QY4��-�<'��U��,�`M�A�r6����1Ÿ^sl[�?�_цI������;!_��XvYi�M,��h��I��	�+��M����$�L����Q`��@2p��Ww��$$�
U�Zك����������i忤5�ϔL�yK�(n#��莑��[�Z;��m�>�s�h��@{�Qu�!˸�!M�X�ŶKBF-���Y,�.�f�C��i��MmK%jP֎<�b\�D�.���`?��3����]�:Y���T&��J�_e3�"�����{>E$o���G�/K��x��FjbAp��Ţ�	��\������b~�|�����ɥ)vƒ��u��R����y@X������q!K3Jx�Q�����3*%G�Gѓi�Ϝ���aQP�3�L\0�a��l����v�I}�`ǐ���%	�C��Y����������m��OEu��Ix?���rL�V8bQ��f�3����|x�a��d�蟣v�>�F�8��+m�T�o��7m��[���Е�c�N����)ڀ�8}$�
�vA���hNҍ���@l�5\�;�󩩿�j�
�؋����3jR��Q�z��8ڀ[��r}��Z�S�����N����^'9Ay\��h �ː�H0�|�&�6�I��h�8$Rt���ԒI;��%�r��&���M�u�� *MU�G��iO�$7�ֈ5��v�E��W���[��4I���޵�HTV_�i {�Ǯ*ˠ�c�5jB�,ke�W���~��_D�W�N��@[�l��[hȝt���QbV,˙����h_Ұ��]q��Q�+5�̪�L�g����u��2�V�C��=l]f���Lr#q�	�z�<����c���Q͢��w�}��%�Byhd	�[4�`G6�P/ِ8�x��^Dk��Y��v����a(`�WH1/N�%�9�rCE�����#f)#��R�ft��.�b/���_�N���%8(�ej��O���H�����C�&S���ɼb��A,��y`�-�:�Ⱦ�[��5��h���K��"�YY�Ѥ�X(���z���b�ɋy`�8;k�+4Wf.�*4=���*���rWq�.��\���p4ts8�kH
?�@}X�,NwPՠq)^)����J�цf$+F�bnX0S%�l��,�2�i�~��E7{m]'Rg;��hABj^C���2I��\�h�c%�4�h�O�{i&K����e.�x�'
,�+���FQW�~�S��F1[����.ܐs�8֥��2Ȑ�3L��5�b� ���)z��-z�h�"��LA0�9m%��lF����򑀌8�.��0ݣ��r�b�Z�\5�	~��J�%ׯWۚ�"Ղ�.\��j2u9�j���Ev}�y������r�6~㸻R�(M%�UUm��e:���NV�������v-5���!B�g���ɶ��P~Y]B���(l@���B��?+���>�Oc��jG��ԑ{��E�mФj�Tu�����*V��-�)J`��*�cU���kˊ��4��^�X!�NB��r�G�u���h�b]\Z�E����I��h`��݅�"�jIɅ��
���܌o�@f���	��bU�XFV��q
��*�H���i��33B�VB2c�3㱒��p����,A�2k�~i��S�3��i��}�K�I.�|*jW�	eY��C*K]B��Q��J�o��'��}Jд�YhX{�o��P����H���3Y�(O}f�9-}���`�.R�G
�D_'F}�d����*�Ku����f%�m�:�`�'qM4��
�ڡ�[�y�
�����hUQ5=�cW>����ϥ�O�.��^�S�E�_�d�cd���$�E�$"������E!��c݅q���3BC�H�$���}c�ΐ�A�@*�c�������
�!���Qȡ�4N���<�q�=[\���ܓ��N�C��'M���
-��5e�����U6m*��[�����:�/B�p_���,��#�^j�7e�4�?����5F�D�̈(@wA��o��ӪԙƤ
�3TE��T1g���Dg�7���R���z��q����I.Bo�#2�+���}���N�$�x��E��U��2�����_ߛ����sgFNV������—u�Օ���;R
����#K��a�AτK���Ǿ����#U͆�^�+���F�c�<��[��+���c'!�Wz�FoͪtY�7#{��w��
`�I)���}-�_��������Ү���a���Ϝ��_)��4U��[�n °��8�0M���������(����O�d�$F�P#uj��7:aE�2�%is{9U��̹�s�z�p����a-���j���/|:�`} ��v�"\��}8D;rp�8���
^��'tԂ]J�?�XM=�Yz~_+9� �ύ2B�s�:B[�az܂����������G|5����&_	+|��a��C��4&��T����P�����9����p��̚�}�]���1�
��I��xE�2J�v����Lyz����y�I#1l�R�7,�
�E�jB;8�>�w>�w��;����������������� s��-��ϥF�Mt�$<B�wg�?i3}��MZD�w� ~v$�$�Ǚ97Qx�H���<�*
!��մ����yi������aMa�no�N�j�b�^]�]��
lɣK��:�2Nש���q'�̜߀�PH��s�/Dg*c�:*286�'�#DoYim�0�����YB��5�� �Sb
��|�3~,,5u�^Iv��r�Q��XZ�p�*x�c�P�y�X���eU����D��5��������B�}��Bdo���JA��Jo���JA������y�JA?w)hk�$�eI�eI�j�[��[��[�����?�Z��%]sR�=�[�93Yل”#�-j�S
�U��~+��V�{��ܯ�T�W�����>\�����3�VyQՇ����/Ţ�"Nɓ�j'���Ԕ7�y��V�v>{�m���U�]�Ř�],N���}�X9R����\�
�"�g��[-(��Q��W�ֿz��ׯ����[�l�U�f�Fl����;�x{�_}����*_��f��3�(96@��
����h�	��e{����b�2̣&+�1%X]�N����?� �蹚����6%���+e�z��,�}��2��b��mҲC�FD�bf4G������p��]��1�DU0�(# "���n�M��>j�l�bͫ��7���_2.Jp�O�N��*������/,$�,�XgE)%�U�W&���u���k����
�Nfx�e��aNh ,��g]�i�H=��H�/ŷx��^}L�D�cND���$�-A�vQ >���Z�_f�P4BwJ�Y
�z�5Ƃ߻'O���W�(����Hi)"�_t��]_	Iz�
f�gz���-q~�,�B���8
-�;�Z:��T�h�#�����<�e�u��:|�'L�SR��7PZ�� ��cOְ�8u�*�U��e;�����HV�3ŒI@�
L�~��7éBXM�X�8���B�H��(P�τA���C^}~.�_����@�.��.�H�N ���U��l�*k�F\��C�����O�Pz�9�Vdf��E-R&�V��uDyE9G���ǁټoÉKBrp�ձ�i��ʢԕ��[�Ժs��c�ઘ��o���y�ՀQ&MJ�dNw>2�(��iG�M�L�m�7D��%6�'߂�N�Kd,��3�'�e�fCѥA�RD��=�&�e��dv�	�eB��GNJa	^��N]����F���*��.�6�Xk>��0;L^s�ݾA��� x.̀�y1!������r�3!,V+�o�HX��O9�z�wl����nu�rV�讥��H�dhu'm�s�U�|~C؀u��f(���|v�|�n�ċ�ϵ;��l�0�Ŕ��b�m'�t��ܑ�׻zxY��i�٪_bԟ[�g��-�<��؈�\a�|���Pe���v�_��X�!�RS��B�fp������=��h!S,�{�%��+�'l�*D+V��Y�����;�6jxg[�r ���W�g'��ʰ�"o*���*�߬���X7�w�F`��T�$!KA�}��&��qHKP=��pN}@f����W�vg�n�n7��
���<��t'f�����|(i��NJ
���*�Jh���F0C�)[�D����BSh�)�t��6��@�'��J�m���n~R�
/x��ٻ��0�$�-�&���.�_�x	���Z{C��Y[y�49f#(�y(fd4�G0�]����s!ʅU�`�)�IW�i[��kR����{G��`@,ظݓg�:k��x_
��V���\��I'��5�YC��t�ó��;
L�͠E|����
O?Jp�Ldiݐ7��:�u���wV�:$Ѧfj۰m�#:�ݴ���V���ہ�]��ޟr�����YU�/1k`��^�c
l4h�
��=����ܜi!݅�ZB���v7���;TeF��@��^ί�
ʞ%��(�ix���ܺ��e�W�41K�z+��b=PyH����4���
�ZU.w�ِ���w�%������i�`�E�	�ͮ@Y�/�Q����� .x��g�r�ルi�A�����q[�� ��%�R�m���T������d�	xg�j���I���|}�p!�M�e#j�g�������ebD^ ��O�����n�ś��DY�"Ey��&`N�VG��� e���l�X��GZ����Ϡ�u)��8|�@Y��Ȥw9$N�~#�H{�6�o���8��K!n�rGm#�K�>P���t�����%�
A&��!O�3��g����X�/@�ɀ��넾T>`��d C�$%�h�>��_c����5e<'��~q��F�W|\{����?z
,S��"�GW
(]�ݕ�k�Z�)Ú��c/k��w�.��CEK����v|~]��'�T��r�r�
=Vs��Q�F�A�f�
��O]q��qgW�v�w��R���t�/T�'�u�P���0c$��a�A��j��Uq\�$��5?�[�����*>zJ�H7ŬE�v��o�E����?.��ie�@&��V2ѹ���8�Cf�8�˒��26h�E�rU��Q尔�E"D퍫:p����邞0��fP��^g�'�Iy�#}���l�"�Y�����u�	�0q�������p<��w�d!��=f,F���B����'7Ȇ�R��$��遲Tqf`����(!}H!�9'�@Y0�|s-f����\W������7�~:����݂��U�C������O��\�j���奇8�$7dX��F��x>v�Kz+�ܪ�	\��GM;*c^
PW�h��B�T��4�o�q��/����J�C~9B���9V�2�W����\M��=���<ۢU/����DیgM&�Rg�V�����c�m����h6�]���vD�R�hK�����6�cw{\���U�^�~��k�5o"QX
���zQ�\q�,�#՜�pgIPG�w.-@Co��ŶpEZ0Wt��v�KV�ŘXy���
�:	��U�Y�tƥ$��mj��2�(�,Z���J�x0�Pd独Մ��%���Z�8���
G5���zT�c�nb%a�;��o��=�NG�g].F
���u�D�f�>�fZ;�V0����"���o�)U�G����-S��@���֘_��ǩ��`��n���
���ܚ6ke�O��JQ>5ܾKPd�j(M�����x[�V�`�&�������<�u�#���Fr�IF�3V�ix6�F��j)��m`�ԧ��V�]h>��TR�C�����1yE��)m��K�:�m���9�h(��C6Ҋar�5BR��J�L��K1W���*ˡ1�>��!^g��N�b��ݠOUO豻�@/$Qf�3t�����r�w�E�hv��4���U����n��I�w�a�[�S�j��-ێ�\p��.�-�,3�w|6��Z��K1�W�܊�\��1U+g�eunڪ��&��b3W�9h20�����#u*�ipC�m2�i��K�����yhpni���*5��	XQ.�DU�b�ݹg	;>՗˲i88�lv��cT�X�Z��D�Z�-��Xo��-Ϻ�J����&"�J����~i��y��!l]�*x�T&�&T�����^�'$�}�R���ʹqM�E>�Çu���ڟU�
�o�f�����u%���,Qz�mt���f��Dv	���1���D���>�^Yz����GQ�̕��T�x���wR�P����z�}k�e^�c3-��x�56�6���kڥ6������*k[l�G�ë=_�}����Vؓ���)�C���x������Qƛ�2!f+*G�[��[�ɯq�'��e�?�d�ֲ=�c�V�/�b.a�"����D�}|Ɔ�@g�7�����-η�=����O�'̬�������1#��a;��5�������4�‚T�'H�4w��߃���.&	��r������y�yJ��e��/X
[���#9��B����:��֍z�d����/b&���sI��c�ʷúW>��G��ɐiY��zGIj�NF[�w4�'�?�����مX��@��fE�-�k0(�4��m�X��y׋E�v�m��,aG�Q�Z��`� &
Sx[xR�b1�6�0�*�������E�>ͻ��\K����p(�l/V�Ij�iv�S�����i,��{)���^K��۷Rh���R$���Ba�㽒�=a����
�a�D�H�� �Xd.�Q���g�J�`�qx�Ѩ�b	8)��K_8dž�s-���2)���b�^�4�jr�$W�>����=E#�9�$�� �?Z?�#�m�p���}���[������K�=K\���S���2b�V��������+�kq������	r�1�3��;����x<ǣ@ �0,Ty)��^�
*hY"�!�Z���ЋU�0Yd��Q]dB����(<ЬuZ4믨ѕf۸We��tQ�u0�O���`gg~����`i���=!\��–	VZ�-�A@�l�ȸ���ZZ�ݟ�_̕O7w�s����ŝ���/���!X3\��M��gzA+��x�Qv�@Yu�b�d�R+/br� �)���0������� nql�-����i���nq�l��x"n�ǖ	V��=p�nQ*����q499������c�+�k�`j��D�R��2��G���ש��"?a���i����U����}��͌l�I=���l��hŊ�"�}��%��"t�b�JLQ�a*�ŋ
2d���#��ź�ٗ�N��@e�l��Y�Q%��m��,U����G���ӱ�i�����]�!`���lȎ�*�o��MT%~fp�	�G��8vV=*�AߺX�����~^�+����1�_�Z�*��uF ZIU5�/o��R��|a\ז�Q��/�ˢG�nԍ�Ǡ�h�;�#胍 ���.���˘S���S5
�W(��������6_�BPi`���t�(aCU�hI�3`���D������*0:/,����ڹ�K3g��#ax���x��̾`MH�G�:�Ce)� a�[i�2E�=���T�#�u>�!�Q���Jit_�eI��9�d�����⼏�:Pj{=WQ�M�/*I��H���K���L��&Ir��$��sJ���Q��2Ir�=K��J�������0ZM�:2��&��46L�&6�;x��T��ඎ@MQj@TF�/Y��-Q�-Q~�Dy��i&h�ҳ���Dm>�.�t'Ve���i*~\��X�yћ)�e�ʼn�sOG-�:8j��!���v���O��x��*rJg�n���PK5n���/�tPK��R@Artifacts/Informational/OTHER/VSP_basicclamp_VSP_Information.txt�TQo�0~�~�=n��ڍ1)R5� (�`���a�&c.pjg�����9�@BR��)������\����r#��b��2"8>	����E��vD����HM�%�B��Fi0*�OB#dZmri�-}��1��]rxS��Ī
�W1�
�[��h4*���t����&�����Hbj��Ry���
Ƶ��uJ��j�S[���q����*�1
���'Z�١򖯻��n
�H�)&������UZl�da�|�ȳ���t�YLR��w�''��/D"6���g,�/�U�D��@)L�݆�"�Q$Ү
�r�N(��Գ�!�x]��K)7�{MCW�������EC!w%�0�6�ūY���^��3����i���P%Yn��j�Nh!��>ׇ4���\qF.�.��_�xU��0����ڕ&�:p�wF�zѷ�uA�W-�9�޶����#MN�i͖+y�&��*|_�_��-u�!Y^��3v�+�,�k���u�F0M��Ė��0�b>
_�����VVI.w�|����z�_?�����|��"�H���b�~۹|��mE����:���:hPO�{y�zh�ܫ}�_�PK0�^@�PK��R,Artifacts/Deployment/HEAT/base_ubuntu18.yaml�Wmo�6��_qk�`/��]Q�C�"m�bK�E�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B�<��?	&?���F	�Xe��
�a�+!A���"�|���TL�w)̥�w�/oF#�5�В�hpWhy�-�B��lUA�|�rB;$�])��X-�?H���Q9�?j��a�
�3&���/��K^€ҲI��9�dR�x��*�0�%\m�t�����6�g�D��*%�ϙ�����[��q�[����>C(\�]�c����A���<�&�<��Gp_z`Odr^��+�?4�h�b�nq��즘�"�u	��5�gNS����R����]�M��¥d_������l�$��2�T�="��)����%�'}
�櫋��>��$��bI1�-%_��~x5���]����_-s5��V�+���;�������#��l����i���F���Q��˧[/��j+*u�������ľڬ����
�$�q\˒G�o���B���9�4�p7���@6���Y�3n�:���o�S��gXPUz������B:�
rը��|��Foޝ���%2�E�9�7��V��2Z�[hY�N����*"��a�:�@�[%���Z��'�,�y.4=Y&�?j��3IQ��sq�d����3%+�{"��:���nC����3~��ξغ�3��g+����e2�ߛ���;�{��Ӷ��;V�^�m�:��|�go+�N:>^�Z��VN���q�2���i{a���p�]8yHq[��M�H���7�6��0~��)?X��k��e
���
VG��c���6e�����QC��zM��ܭ���Y{��5D��ˇ*q�^?O�B����g�9�{�5wm��D�\<-����iWv�����ζ��N�:���������0-;ہ3�
m\ht��*4w���n�d���Je�xۏ��K�x�T
;����G��B�ߘ�t�ʼnW98�����~ʻ��yAk �n��-Ʒ�8��CDpz�>&�B-4O��a���PM�4rc� �����T�KkiT�!�,�٘���2�*��5�mP�	h4�vL���XA�a�_��z��d��?��Y�W����!]�؁���
M,1�?��I,?��R�R��1a��p!�q��y��p��,M��3��\V�x���+�i9*ni�|�p3�	�J����Xi�����u-,�brSh���U���ZU�q�<�	��Q�v%&ETp�59��&���={�[�$w���F;|�&=�������`@U&_�_7�-+�V�鋐:5�j��Dy�������ؐF�PK��
'V�PK��R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
1�_E�ގ^��U���Z�?�*��.ꂂ��|$$�P�6G5�tt�isg�~��c���
fe��fH�d�)��o�>{��)��)��i�oPF���3UZN�1��|����V���'PK��Ax�PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU��
�0�_�x��4�R���
�#��ǯ�K=�|3̨�
��������.�g�5=N��āM���y,d�R����V;�Y��g,�q����*���]I�nF�[#'�G3��8K�~�4�3�,c�2�%�-�K}��
�PK��H9��PK��R�R�B4E	csar.metaPK��R����kTOSCA-Metadata/TOSCA.metaPK��R�*,;�]V,=Definitions/resource-Basicclamp-template.ymlPK��R@u��
l�6bDefinitions/resource-Basicclamp-template-interface.ymlPK��R���\D�Definitions/resource-BasicclampComputeNodesHeatUbuntu18-template.ymlPK��R
t��
)�Definitions/resource-Compute-template.ymlPK��Rd��]l�,�"Definitions/resource-Globalport-template.ymlPK��R����Y/a'Definitions/resource-Securityrules-template.ymlPK��Ri	��,C*Definitions/resource-Novaserver-template.ymlPK��R�n�Q1dO=�/Definitions/resource-BasicclampNodesUbuntu18cvfc-template.ymlPK��R�\(��!}GV<Definitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.ymlPK��RG�x�(}EDefinitions/resource-Extcp2-template.ymlPK��Rq(|�;K/�GDefinitions/resource-Globalcompute-template.ymlPK��R9�Ze&�LDefinitions/resource-Port-template.ymlPK��RFJ�rL�
.5ODefinitions/resource-Extneutroncp-template.ymlPK��R+�@j5���SDefinitions/data.ymlPK��R�'}8��Definitions/groups.ymlPK��R0?��@@J�Definitions/policies.ymlPK��R���C&МDefinitions/annotations.ymlPK��R�����?�Definitions/relationships.ymlPK��R2ea�
J�Definitions/artifacts.ymlPK��R�H�v~(��Definitions/capabilities.ymlPK��R8��U�Definitions/interfaces.ymlPK��R5n���/�tN�Definitions/nodes.ymlPK��R0�^@�@��Artifacts/Informational/OTHER/VSP_basicclamp_VSP_Information.txtPK��R��
'V�,5�Artifacts/Deployment/HEAT/base_ubuntu18.yamlPK��R��Ax�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R��H9��4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKi	��
2021-04-30T03:22:04.754Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-30T03:22:04.755Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1ccae76f-b866-427e-96b0-f4ac2b468baa/toscaModel|INFO|500||InvokeReturn
2021-04-30T03:22:04.758Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-30T03:22:04.758Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-04-30T03:22:04.758Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||VFCustomizationUUID= 119d52f3-6fa0-478b-ace7-3a740bbc688b
2021-04-30T03:22:04.758Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 119d52f3-6fa0-478b-ace7-3a740bbc688b matches Tosca VF Customization UUID: 119d52f3-6fa0-478b-ace7-3a740bbc688b
2021-04-30T03:22:04.758Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||vfCustomizationUUID: 119d52f3-6fa0-478b-ace7-3a740bbc688b  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-30T03:22:04.821Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.821Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:04.823Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||resource request for resource customization id 119d52f3-6fa0-478b-ace7-3a740bbc688b: {\"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-30T03:22:04.823Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71c93eba
2021-04-30T03:22:04.823Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.823Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T03:22:04.824Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ceaa190a-b36e-44bb-8c37-c50782f3f503
2021-04-30T03:22:04.824Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ceaa190a-b36e-44bb-8c37-c50782f3f503
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_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-30T03:22:04.827Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.828Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T03:22:04.828Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:22:04.828Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.828Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T03:22:04.828Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:22:04.829Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.829Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-30T03:22:04.829Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-30T03:22:04.829Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T03:22:04.829Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=318daef8-3f2d-42a7-a926-dc676684da9d
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-30T03:22:04.832Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.832Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T03:22:04.832Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:22:04.832Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.832Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T03:22:04.832Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=119d52f3-6fa0-478b-ace7-3a740bbc688b
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-30T03:22:04.834Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.834Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:04.834Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8a2fde37-6f4d-4d37-800d-5a74a3c474c9: basicclamp
2021-04-30T03:22:04.835Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.835Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:04.835Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.835Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:04.835Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.835Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:04.835Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.836Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:04.836Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:04.836Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:04.836Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_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, ORCH_TEMPLATE_ARTIFACT_TYPE, 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-30T03:22:04.936Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b5bf6d20-4577-448a-9f4d-4297eced9063 1 ASDC deployResourceStructure
2021-04-30T03:22:04.936Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-30T03:22:04.936Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-30T03:22:04.936Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:22:04.937Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:04.938Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:04.938Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752924936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:22:05.038Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:05.039Z||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-30T03:22:05.039Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:05.049Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:05.049Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:22:05.941Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-30T03:22:05.941Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-30T03:22:05.941Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:22:05.941Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:05.944Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:05.944Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752925940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T03:22:06.044Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:22:06.045Z||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-30T03:22:06.045Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:06.053Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:06.053Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:06.945Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-30T03:22:06.946Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-30T03:22:06.946Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:22:06.946Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:06.947Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:06.947Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752926945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-30T03:22:07.048Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T03:22:07.049Z||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-30T03:22:07.049Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:07.059Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:07.060Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:07.948Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-30T03:22:07.948Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-30T03:22:07.948Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:22:07.949Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:07.950Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:07.950Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752927948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:22:08.050Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:08.052Z||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-30T03:22:08.052Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:08.062Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:08.063Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:08.951Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be660b45-20d6-4f6a-81f1-3d9a075c4783
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:22:08.960Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be660b45-20d6-4f6a-81f1-3d9a075c4783
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-30T03:22:08.963Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:22:08.963Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T03:22:08.963Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T03:22:08.963Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T03:22:08.963Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:22:08.963Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:22:08.963Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:22:08.963Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:22:08.963Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:22:08.963Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:22:08.963Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:22:08.963Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||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-30T03:22:08.967Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T03:22:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T03:22:38.968Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be660b45-20d6-4f6a-81f1-3d9a075c4783 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-30T03:22:38.972Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be660b45-20d6-4f6a-81f1-3d9a075c4783 and serviceModelVersionId: 8a2fde37-6f4d-4d37-800d-5a74a3c474c9
2021-04-30T03:22:38.973Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b15ea89a-abe5-4dcf-87b0-d44ad4f90a42
2021-04-30T03:22:38.974Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b15ea89a-abe5-4dcf-87b0-d44ad4f90a42/model-vers/model-ver/8a2fde37-6f4d-4d37-800d-5a74a3c474c9?depth=0
2021-04-30T03:22:38.978Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T03:22:39.011Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b15ea89a-abe5-4dcf-87b0-d44ad4f90a42/model-vers/model-ver/8a2fde37-6f4d-4d37-800d-5a74a3c474c9?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-30T03:22:39.012Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b15ea89a-abe5-4dcf-87b0-d44ad4f90a42/model-vers/model-ver/8a2fde37-6f4d-4d37-800d-5a74a3c474c9?depth=0|INFO|500||Invoke
2021-04-30T03:22:39.028Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b15ea89a-abe5-4dcf-87b0-d44ad4f90a42/model-vers/model-ver/8a2fde37-6f4d-4d37-800d-5a74a3c474c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-30T03:22:39.346Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b15ea89a-abe5-4dcf-87b0-d44ad4f90a42/model-vers/model-ver/8a2fde37-6f4d-4d37-800d-5a74a3c474c9?depth=0|INFO|500||InvokeReturn
2021-04-30T03:22:39.346Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b15ea89a-abe5-4dcf-87b0-d44ad4f90a42/model-vers/model-ver/8a2fde37-6f4d-4d37-800d-5a74a3c474c9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210430-03:22:39:032-48518], vertex-id=[225464], Content-Length=[0], Date=[Fri, 30 Apr 2021 03:22:39 GMT], Content-Type=[application/json]}
2021-04-30T03:22:39.346Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-30T03:22:39.347Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-30T03:22:39.347Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||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-30T03:22:39.350Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||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-30T03:22:39.350Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be660b45-20d6-4f6a-81f1-3d9a075c4783 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-30T03:22:39.350Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-30T03:22:39.350Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:39.352Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:39.352Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752959350,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:22:39.452Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:39.453Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:39.453Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:39.464Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:39.465Z||pool-90-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-30T03:22:40.362Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-30T03:22:40.362Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"11ff2e19-92a3-4233-a915-3addd5e61cb1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4","serviceDescription":"service","serviceInvariantUUID":"63be321f-b926-4e24-940b-a8159d671938","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"42327cda-3c1b-473d-8b63-2d0c9d10e1f9","resourceInvariantUUID":"cb5c91c7-998b-49e6-9149-9dfc19913260","resourceCustomizationUUID":"00da2bfc-023b-4c1a-9499-17786687fe02","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZTgxNGRhOGQ1ZDM5YTBjZmU5ODRmM2Y1ZjY3YTA4NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c62a16b6-98db-4c32-b9f9-3c078c5602f2","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZGNkNjVjY2JjNmViNjQ4NDEwMTEwZmJmZWI3MDFjYjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b8766177-6a9d-4c8c-99be-9c61c8aacf55","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2a505b7e-dbc5-45d5-afb6-1570c3f723e6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5acef808-a268-4c3f-a2fd-90594d261ae4","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"14da08de-866d-4671-8cfa-53529e6b6bc6","artifactVersion":"2","generatedFromUUID":"2a505b7e-dbc5-45d5-afb6-1570c3f723e6"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NWVjYzQ4ZjRiMTY2YzExMDg2YTY1ZjgzMzFhNzQ2OTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0bfe8f31-59b8-42bc-a19c-2781c878815a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YTA4MWQ2ZGYyMmQ3NzBjM2ZhN2U4MjI5NzA1NTM5NDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42e6bca6-106e-47e1-b316-7c57bcbd4f89","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MmIwMGY5MjRkMTYzNjI0OWNkN2NkYThiYTlkNTdlMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"139581b5-57aa-4298-9b89-b1ff337e366a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T03:22:40.363Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:22:40.363Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:40.365Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:40.365Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:22:40.465Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:40.466Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:40.466Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:40.476Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:40.477Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:41.365Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:22:41.366Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:41.368Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:41.368Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:22:41.469Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T03:22:41.469Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:41.470Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:41.518Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:41.519Z||pool-92-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:42.369Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:22:42.370Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:42.372Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:42.372Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:22:42.472Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:42.473Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:42.474Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:42.485Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:42.486Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:43.372Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:22:43.373Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:43.375Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:43.375Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:22:43.475Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:43.476Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:43.476Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:43.517Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:43.517Z||pool-94-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:44.420Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:22:44.421Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:44.423Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:44.424Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T03:22:44.524Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:44.525Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:44.525Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:44.534Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:44.534Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:45.424Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:22:45.425Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:45.426Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:45.426Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:22:45.527Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:45.527Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:45.527Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:45.536Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:45.537Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:46.427Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:22:46.428Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:46.429Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:46.429Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:22:46.529Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:46.530Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:46.530Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:46.540Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:46.540Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:47.430Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:22:47.431Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:47.434Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:47.434Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:22:47.534Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:47.535Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:47.535Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:47.618Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:47.618Z||pool-98-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:48.436Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "63be321f-b926-4e24-940b-a8159d671938",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "00da2bfc-023b-4c1a-9499-17786687fe02",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "42327cda-3c1b-473d-8b63-2d0c9d10e1f9",
      "resourceInvariantUUID": "cb5c91c7-998b-49e6-9149-9dfc19913260",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ZGNkNjVjY2JjNmViNjQ4NDEwMTEwZmJmZWI3MDFjYjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b8766177-6a9d-4c8c-99be-9c61c8aacf55",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2a505b7e-dbc5-45d5-afb6-1570c3f723e6",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "14da08de-866d-4671-8cfa-53529e6b6bc6",
            "generatedFromUUID": "2a505b7e-dbc5-45d5-afb6-1570c3f723e6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "14da08de-866d-4671-8cfa-53529e6b6bc6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MmIwMGY5MjRkMTYzNjI0OWNkN2NkYThiYTlkNTdlMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "139581b5-57aa-4298-9b89-b1ff337e366a"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T03:22:48.436Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T03:22:48.436Z|be660b45-20d6-4f6a-81f1-3d9a075c4783|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4 ASDC
2021-04-30T03:22:48.437Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:11ff2e19-92a3-4233-a915-3addd5e61cb1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4
ServiceInvariantUUID:63be321f-b926-4e24-940b-a8159d671938
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:139581b5-57aa-4298-9b89-b1ff337e366a
ArtifactChecksum:MmIwMGY5MjRkMTYzNjI0OWNkN2NkYThiYTlkNTdlMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:00da2bfc-023b-4c1a-9499-17786687fe02
ResourceInvariantUUID:cb5c91c7-998b-49e6-9149-9dfc19913260
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:42327cda-3c1b-473d-8b63-2d0c9d10e1f9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:b8766177-6a9d-4c8c-99be-9c61c8aacf55
ArtifactChecksum:ZGNkNjVjY2JjNmViNjQ4NDEwMTEwZmJmZWI3MDFjYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:2a505b7e-dbc5-45d5-afb6-1570c3f723e6
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:14da08de-866d-4671-8cfa-53529e6b6bc6
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:14da08de-866d-4671-8cfa-53529e6b6bc6
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T03:22:48.437Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4 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-30T03:22:48.593Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:22:48.594Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:22:48.594Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:22:48.594Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 139581b5-57aa-4298-9b89-b1ff337e366a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-30T03:22:48.594Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:22:48.595Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-30T03:22:49.425Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:22:49.428Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 139581b5-57aa-4298-9b89-b1ff337e366a 77526
2021-04-30T03:22:49.428Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-30T03:22:49.428Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-30T03:22:49.428Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:22:49.428Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:49.429Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:49.430Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752969428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:22:49.530Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:49.531Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:49.531Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:49.540Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:49.541Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:50.430Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:22:50.431Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:22:50.431Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 139581b5-57aa-4298-9b89-b1ff337e366a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:50.432Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-04-30T03:22:50.432Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:50.432Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:50.626Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3959926535670960053/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-30T03:22:51.550Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T03:22:51.550Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:22:51.550Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:51.550Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-30T03:22:51.550Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:51.550Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:51.550Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:51.551Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:51.551Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:51.551Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:51.551Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:51.551Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:51.551Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:51.551Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T03:22:51.551Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:22:51.551Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:51.551Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:51.551Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T03:22:51.552Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:22:51.552Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:22:51.552Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:51.552Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:51.552Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T03:22:51.552Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:22:51.552Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:22:51.552Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:51.552Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:51.553Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:51.553Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-30T03:22:51.553Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-30T03:22:51.553Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-30T03:22:51.553Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-30T03:22:51.553Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-30T03:22:51.553Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T03:22:51.553Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:51.553Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T03:22:51.553Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:51.554Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T03:22:51.554Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:22:51.554Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:51.554Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T03:22:51.554Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:22:51.554Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:51.554Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T03:22:51.554Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:22:51.555Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:51.555Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-30T03:22:51.555Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-30T03:22:51.555Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-30T03:22:51.555Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e4c28808-3fc9-4d5f-945e-2d6f748a0f19
2021-04-30T03:22:51.555Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:51.555Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:51.555Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:51.555Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:51.556Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:51.556Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:51.556Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:51.556Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:51.556Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4
Model Version:NULL
Model InvariantUuid:63be321f-b926-4e24-940b-a8159d671938
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:9db6fafb-892b-4145-b413-e21558bbba9b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cb5c91c7-998b-49e6-9149-9dfc19913260
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:00da2bfc-023b-4c1a-9499-17786687fe02
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35027b96-92a1-4c60-a2d3-58819ab2262d
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0c527d85-499f-4daa-a39e-8e80529bb31f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e4c28808-3fc9-4d5f-945e-2d6f748a0f19
ModelInvariantUuid:b3e5d635-e2c6-49ca-901f-bb0b0c9d4938
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:b505c40b-60ac-49a0-a56e-f40116c70bcf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:95c45ca5-d2e7-4658-a2bf-68b011fe9a40
ModelInvariantUuid:3e1398cd-d954-41b1-8493-861c6d796bb7
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:b85d356d-fcf1-474a-a0b5-0ede83ef9c75
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-30T03:22:51.560Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 42327cda-3c1b-473d-8b63-2d0c9d10e1f9
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-30T03:22:51.562Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||basic_vm_macro 0
2021-04-30T03:22:51.563Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 42327cda-3c1b-473d-8b63-2d0c9d10e1f9
2021-04-30T03:22:51.563Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: b8766177-6a9d-4c8c-99be-9c61c8aacf55 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-30T03:22:51.563Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:22:51.563Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-30T03:22:52.493Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:22:52.494Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b8766177-6a9d-4c8c-99be-9c61c8aacf55 792
2021-04-30T03:22:52.494Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-30T03:22:52.494Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-30T03:22:52.494Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:22:52.494Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:52.496Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:52.496Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752972494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:22:52.596Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:52.597Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:52.597Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:52.605Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:52.606Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:53.497Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "35027b96-92a1-4c60-a2d3-58819ab2262d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c527d85-499f-4daa-a39e-8e80529bb31f",
    "vfModuleModelCustomizationUUID": "bf9efe83-0b12-4e27-9886-b5e4fb92d7d2",
    "isBase": true,
    "artifacts": [
      "2a505b7e-dbc5-45d5-afb6-1570c3f723e6",
      "14da08de-866d-4671-8cfa-53529e6b6bc6"
    ],
    "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-30T03:22:53.500Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c527d85-499f-4daa-a39e-8e80529bb31f
VfModuleModelInvariantUUID:35027b96-92a1-4c60-a2d3-58819ab2262d
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a505b7e-dbc5-45d5-afb6-1570c3f723e6
,
14da08de-866d-4671-8cfa-53529e6b6bc6

}
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-30T03:22:53.503Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "35027b96-92a1-4c60-a2d3-58819ab2262d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c527d85-499f-4daa-a39e-8e80529bb31f",
    "vfModuleModelCustomizationUUID": "bf9efe83-0b12-4e27-9886-b5e4fb92d7d2",
    "isBase": true,
    "artifacts": [
      "2a505b7e-dbc5-45d5-afb6-1570c3f723e6",
      "14da08de-866d-4671-8cfa-53529e6b6bc6"
    ],
    "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-30T03:22:53.503Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c527d85-499f-4daa-a39e-8e80529bb31f
VfModuleModelInvariantUUID:35027b96-92a1-4c60-a2d3-58819ab2262d
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a505b7e-dbc5-45d5-afb6-1570c3f723e6
,
14da08de-866d-4671-8cfa-53529e6b6bc6

}
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-30T03:22:53.519Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 2a505b7e-dbc5-45d5-afb6-1570c3f723e6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-30T03:22:53.519Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:22:53.520Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-30T03:22:54.261Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:22:54.262Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2a505b7e-dbc5-45d5-afb6-1570c3f723e6 5033
2021-04-30T03:22:54.262Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-30T03:22:54.263Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-30T03:22:54.263Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:22:54.265Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:54.321Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:54.321Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752974262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:22:54.421Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:54.421Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:54.422Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:54.432Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:54.432Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:55.327Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 14da08de-866d-4671-8cfa-53529e6b6bc6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-30T03:22:55.327Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:22:55.327Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-30T03:22:56.037Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:22:56.037Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 14da08de-866d-4671-8cfa-53529e6b6bc6 903
2021-04-30T03:22:56.037Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-30T03:22:56.037Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-30T03:22:56.037Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:22:56.037Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:56.039Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:56.039Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752976037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:22:56.139Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:56.140Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:56.141Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:56.150Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:56.150Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:22:57.039Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4
2021-04-30T03:22:57.040Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 42327cda-3c1b-473d-8b63-2d0c9d10e1f9 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-30T03:22:57.053Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:57.054Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:57.054Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: 9db6fafb-892b-4145-b413-e21558bbba9b 
2021-04-30T03:22:57.054Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: 9db6fafb-892b-4145-b413-e21558bbba9b
2021-04-30T03:22:57.054Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel to get resource 
2021-04-30T03:22:57.055Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel
2021-04-30T03:22:57.056Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel|INFO|500||Invoke
2021-04-30T03:22:57.056Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-30T03:22:57.056Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel
2021-04-30T03:22:57.056Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel|DEBUG|500||Method      : GET
2021-04-30T03:22:57.056Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/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:"11ff2e19-92a3-4233-a915-3addd5e61cb1", X-RequestID:"11ff2e19-92a3-4233-a915-3addd5e61cb1", X-TransactionID:"11ff2e19-92a3-4233-a915-3addd5e61cb1", X-ECOMP-RequestID:"11ff2e19-92a3-4233-a915-3addd5e61cb1", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"a8cb4e44-04c6-4af9-b36d-ab7ba9228b01"]
2021-04-30T03:22:57.056Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel|DEBUG|500||Request body: 
2021-04-30T03:22:57.056Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel|DEBUG|500||==========================request end================================================
2021-04-30T03:22:59.046Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-30T03:22:59.047Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-30T03:22:59.047Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel|DEBUG|500||Status text  : OK
2021-04-30T03:22:59.047Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicVmMacro-csar.csar"", Content-MD5:"OTIwYzVmN2U3YWU3NmE1NjQxN2Y2MGJlYTQ0OTAxOTg=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"11ff2e19-92a3-4233-a915-3addd5e61cb1", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-30T03:22:59.053Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/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�vKM�.\�d꿯nj��w��\�3)�=�I��������:��x!Tz�T��({.vAVd47V�p�O�M(ΞB/T�W��%�-�$�R:���մ��DΆ�ҥ����J��֣q������PK��ڊ��PK��R.Definitions/resource-BasicVmMacro-template.yml�Ys�������~w:rXl��3�q�6_g��� b��8v~����n�nݗF:�ttv��)PR��[��ۖ'������R~8��c iMCb$拉|�B�~�(�ZCW��?�_��R����`�����^��bW]I�L{�t-����o�y�D�@���6�{����(�=Ĥ֚d�*F�t5!.[���R��� ��!"�]�n-S���|E��S�!uuN���ZW�J�[�f6���\��.RO)
^��[��؞/��㨥��IRlKӗ��UZ����ɶ�������$��&���?)
m��$:a�	x���.���� 
�Y�а��%��%���ӗ��{l
KME��W����sKL|Dؚ
�۶[���
�����I7�p
u#��[�Ӷv��9��%&L�4q�K�6)�j)t};n_
3�n�K,ErYZ�miE��
\R�;�f�p�l���y>������ݔS����|Y8�\=�?g�f�޽��x������6U�^�f�z��}�D�/O\o���`�oo���fο���'�-^���~_+�����v>��w���������vȩ�|���^�%����L'�~XW�Ž\Z�Ӗ�\���w=yXp�oK^�����/�h!�����j�8~:s��P�\w���.>�?�Ńi޼�x�=������ϛ�������Z�ާ�	<�x�*�o��ydh�������|�̬��Ɍ���������/���f��x":ߦ3�}�z󋟾{Co�<�֯'<:���û�Oe���<�Xڟ���7��q�|>���z~)�P�ڪΔ��ښ���{"ܞ�s�*r�oK�Lc���j⧨��ʙx�������������	�;Q6���p�2�oד��=����ӟ��݄���O������у�����5��~sV�����L���s+��]N���iK�{�8٣��ᒀ��Ol�*e[���r��	KA
*��<j�
�K@ ��k*�Q��Q'��N;�1^r��xu�8��M!`�=l��+B->���g��n�P����G��;e7G�v��|�%�RPUq��Q�*��trA�L��Cc�0����i��&)��ҷsXñ��zŐ�Z�t��4�I3�̪�r��m�Y0��*U��v�Xm!�ڰB���%r-h`Gaa�2��S����ک�!�]3��r#&3�L�l����&�L��O�c�.��.iJ�G��H�^\Ha� ��|���\��"[Ų�e� W��T����W�7i<�
�?�`��N
YYA���j�w��8&����PPT �n,"Af�1�E	<�6�ϰ0���CV�4̒��#�Y�i ʈ�e�G�h�⧝��M���VՎ�9�&�Tî˖
�(tC�"q�d�����t����X��u��+*6Ȉ7��y$������1�m��C���b�,����A��UL��Q�jG{W˒ �|�\X);0���qm��Ai�攢Õ�'t��Sr��k�S�ek&u+7��+f7ƱU�nPY_�d����}*�AJ��`������ �G�7C�\�)����lW�4�	��"G�#����k�5�����~�C9��u2�F*ύbE�f4 ˴L+�:9���=R��x*��x�!�0�2�eEktC�Z�����4 b�X���C�#�s{��u��t�7ᑆG�c*�I&����Wj4�[Q�<{���"�GO��U7�
��S�j�/�5{�
*ɢ�\j��'KD�a��b���Em�54���ph{
VI$$U�~��x.�HHi���b��T�_�J�)�^��h?a55��C�^�X]�خ���Y��O��K�m����Rf��{ʐ�4���b-��DH;VWv镤醏�,~��T�>�f���By�Ӯ,4��f���	ila��e�@��Y�ͪ= �g�C->7�����b�@sf���r�L~UJ��l��8�1�b�^�ˡ	T��K;�e`��q+�.��T��m���ɇ�R�Y��ږ��|�0�����8��/n��Ӌ���b�M�S�|=��_�����gk�aY�&T�[�fxQ~��Z�Suo5<����*\[E,����y'B�R���"���TD�
��:���1�]h5�J�DV
���X%d�<��������M�J���\�+ҩ�UD
�	ށ����m�7y�����ڷic{�SZ!� �&�lϽ�W��I�9Z���,	���|#�����3���@ð�(�=lW;B-�.��b%�C44C"O۵m� O��r�*Z���'�C3ī7���i
��7ͣŢj�J��[8��KN��WA���[S
u��l��~P���QI�T@�rh�Si�pGˈj�|�i��0ٰ�TK��j*8����V�2gr��-I�t����x�*{Q�3z�dӥ?�n96)(�T2Q�77�{�P�UD�#���1#����M.�&3Ŷ,>'%�B�Ϧ���v��2�~�J��dOy��"�&5�i3NM��׍T�}��x�<��^ί�Њ�T
G�>���U��в��Bv�X ���;�-��oʐEߛ����nOD�+��>�>�!�r�l�7���@���{�� �y�ƻ��U��v�}T�����Ma�n2��묺S\����p���RM�*Cɍhv,�<YȀ����*F���PfY�U�	E��2bǪ0CQ��P�@ND@@=bEY����{l�=#"����
�i����v�Q�������r�Y��������1�,)�L?����ɭm��+�΅O����|l�K���XV�hXf�᳦�@�AA��+��I;V/
+3f�ƌ0� 
�8(Ta�2"+kD�.�(��!Ғ�w��I�سw�7��EU�
��J.���-*r{?#In�6���e�N��c�`_zoF�%:�y�'���X�=�bU5���Kw�J.��^����C�%�a1श�"N-�6��&FM��Lk��M�JH��&�vf��iʋ�uK�Vmq�Oq�w�A֓hź6Cm˸D���~�^�uj���M�JHͻ��޻��Z��ks6-�p.�R;D��{��j�J�>��PG�iww��r�*]Ǟ~�e4�j���^Z[�E�=jTS��W�b<�'�x&a�k�����Ӧm���֚����{�9�ZU��&�Y�Z����&�%�Z����M��{�ȡWm�H_ͪ���[��ޫ궎��~����i� ���
�Z�蛖Ѓl����R_�������M��_J�T���C�}ž �Cj�DU7n;%OyY!y�R���C���V����*�����e����G�?Z ��ҹ�����a��w?עL(���	3�&Zm�;�4v���07ZE�{|��G��Ϥ�=��.Y����=�*�Qܣ������j�NaO;�o�m��a8]�q��v7�÷�s����P���zG	T��T���
�#���ځ���ߴs�%?:��ŝ�>l
��p��@i&9��_�M@�lk?(*��-��o�����)P�IΡ�c: ?�k��9 (�.��^��d����!��ٷ�j���S��e���@"��O���pQ
�O�������RZ-�Lt��)��Eǚ����Dq7o����PKI�����VPK��R8Definitions/resource-BasicVmMacro-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]��}�����i��)���<�%،�ɾP�M��EyU�*3I��I4��i�21���K����S���͜_oQG�~.�Q��*E�p;�R�)]{���lA�iP���nUn-)�8�B�\ҁaχ���R,b3a�̐'BE%XGC�z�b�f�Y�t@��0 �L��j��I���9\A��a��Y�ZnyM6Pc�q��Bnd6��n�Nf�<5x�^��]�V�jآ=W$��0 U8Z	�����n4s��m�=#�)@��\eF0TL�������4�!�S
�
���s&�L�'̹�)�3P�Ѝ�϶G9j��?�RkjW-6��z�S���a�V���k>�-��^�Mf�e���b��O[�/��u\����x`:Ծm��w���ڵ��sq���ݴ_z'O���٠b�r��u�d2UY�ʼz��\�i:����E��{T�@�?|.�谤�Ѩuv�?���/ʸ���gwn���r_��Kוn�Tx���uz��>����V���c�0>�=��Z�3;:+Q:����̽D��i�G?�Z]s�Ǥ|?k�v꽟z�b|<�釠�螎�F�M�
�
�]�6i�������*������~>R{\j�ǧ��uPk����k\2�ο��'�)�����C���Lk����"d�r�~*_�ֆ��'�O�v�k��@�p5�vr0vMݸ}������Ũ\:�?
U���_@/��:�W��������D����N��9{��S�19�>�7�J��.�ԅ�lT�|9�TJ���r�̻���
~��|��G����?Ԯ�#��f����8�m����m�o���$�B>�K(y��&,1�څCsX��p�����kg�V3'�l;�\K�V	Δ���V{�>�f������'���j�y9��.D�����H't[i*��/rG� +�=��#�(NN�!�F��C["��z�ҐC�8��Vs[Ĵ��H���4��;�M>�}HBJ~�`vcFԌ��&2�.�,�
�n�xG��W�xt�����ȫ��P�w���`n�&�L�C<:~;�>Q��rQ'0fd���}�x
!�9���!�y��ĭfp\A֢8��H��s.�Eक़r$��x � QU�REkNʇ��Z�v�Uo�eS` M�s)%�����q�̪Kt�(�qg˃K��V�-������)K��d�z�@����3�'�4��\u��'����1�����E�7vnB�3�]�s(�/-��O������O$W(P�ֈ;
��Dңid�r3U�D��C��l�[_��0�6�px�]^{����kH偣�f�!�m�$���m��I],o�d�S$�hZ�� pp1��a�߭��UĒ/t_�b\�����_��{�����'���Z;X��gc+hw�6��w�R…�v
1���&�����
I�<��ң]fI̩��	MB�LhG��*@x`�2���""���#���v߫))s�lx����lueO�Y�zjdpⱚMO{@M �TA��d���2��0��e����D�Mlȥ([����e�7O�HlK���ΕE���W�7G����]�p!�ol�����2@�\���ĚE�jki#h#W"ۀ�dW�7�$)#r
핥�3aQq�ߘ4[V3�ٍ�x�M����b�
�x���!{����J1�H���"K�w��1��d��~�gR��{�lN�?��5�*0y�������|�U�U`x�D�>��I�E�b��w��i�J0����㥾�j�Js�_:�<��8?c9L\�C�:�)ព����%�g��d�zKDе�7���+�ޕ0����2��0Ũ#U��$��1+VmK�O���6�����빨N����BO>��5�h'+8��c{�\̩�H�,{����零�n� ��˛���3��ջ�2�Ӵh�||9U���ِeP��S�&R&��g@5H??�yǛ���;})!,�f}�!�\ʩ�~�MYB�ߛS�	�Ɲp��%[=�Vұl�y�r�.� ���w%l���|�����[�7�$����=���G����1��k��_����A��7��|芓ّ���pS����V�����b.����EF	�N�%�d���h|"�Tb�OT`(6���{�*�0ҫ��qקk4�X�PK����
h�PK��R)Definitions/resource-Compute-template.yml�V�r�6��+�K��F�$;�Ώ��E�e��p@�R��*_�Çh�Q&j�q6�6��y.�����BY��!ےX�,6��L�)�q����db(r�#O'�)��^qW��7)���,_�e2;�8M��y�����|)ϋs�(�N%v�`1_
�vy�@5O�E����e"�����x��Rv�LYE·� �*c�=���g��fγ����p�Q�jQ ����-�7���BIB�$�G����N{RZ��X���<�A��
���s-]�-YD�g�<�& �Z�U��-W���LW,��ʮ�~��{D�l��n�$yԠ���},�`a72X��ٵ�!(�B�m"��]c��W��+T2��R��C���qW��~��Z�HkR�+Y�J@��Y�{�󕈕�ۅ������O������ǚY?����+��Lg�?����o莾�LN�����t>�t�4�5-�a�LwFCYS�Ne���^��JcƐ���z�M��F�#�Hс��UcT+�ԥ�J���^�A��.�v������f}���N�t�n7�?��
�L:��;;��#��#���%x���{?�m�F�|�=�	QyOV<�c,a��zu{u���yw�˶\+����1���k��_�L%�a���(�)"�m)Ք�=�	)���H��[�
�
��^�Kg�k���Ip�t���wtz)Q���@pJ_)2Ny:P��9�Q�(�������.D2?�Ra�U^5G��k�]I�f�K��k�t�#
q��.Rso�(��������q�����~x�=�">�ܯ� gq|�׶2�(�~�k��|�����
��i�9�&"�5����x�K�{ƛ�bw� �������
;^�>�(Z�	�Yf!:�׃*��(�wS��O3�c�����
=>�����ks�@[�>���PK
t��
PK��R?Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.yml��r�8��i�{��zZ���qfS�x\N��^X ���%AŞ���	�){���t7�F��E	��C]/����u�q\,�J���S�����ʰ���`^xƱ�C����߯
{M��n�EtEvhs ̥�l۴Mrp6���
୹%�F;�&��E��\.w�ʴ��!(��#�9�L���C��;
Y�2o�.Hh"�wb������{=�Ϙ^b�	u�!M���y���	H�/�������1�_��?hHc����v�|c',ƄA{L�(�	}����%� Q��{�>�	�q�0?�����}�~���!�Yr�e�J����@!�k�C'_>	�7�������2��^���ǙR<{'	V�(��q��PyK�}�|�4�,�
���PBs�W.(ԫ��]L��~���
�r�{�\���((,wM�9>}a�4eq�>(�{aa@N�&�}X���i���Ïl�?�^(��n�6Z
Z܇.,Qn{-�\���j	�B?ْ�渙��
�%�v��茿����6�N���w�����N�[.�@ߣ�U��&uO~z'�%��„�Y�2��H��1��o9(7w.N}f:Niі�/;����E[L��z1u�
�I�5�*Ema'�B8
����V���c�����ɵ4��%�E]`��,~��L\b��Q|\D'0�\���V-��������7I��(&�8?���*C{?֟`�Ga�=t�>��ͅ��g��#w2��s������*�+f�b�$m(&hŠW�8��hW�{���7�8��f�[�����Qle��(�������;���F�x^������U3�`�ܳ�� ��ah����3�� �,����$aK��/�	_>e�kC4rH�L@�^��t�8��֛�AK����2��7��RF��b��!!ysy�	A���N��5����tl�g��l�3�|�&����7�.������x΅Ղ��>���TpY�np�N��K"4��`�ܓz3�Nm�r&x`z�ں�-����l\Xn1F�T�z�
mF7f�|%��D������A�'��Ҳ�e7b��j�f�ȷk��F+��vမ[�*~�>X��RM|h��@+�QN<�/V)�K�����_� 
�0K���B�K^Й�rr���ϧ���-.%iV��������I_�N��[�0~��·R1��q�-A���
$��ə�ZW�4r��BJ�qQrR��iA� ܌uZպ5]�{� �ݠ��^���F�ݒ윫�ζ�*ܢf��:���A.q�hs�����ԡ�5u�j[��i¢��+�Zs�Öl�o���Wh���^�.��ms�t�o���C����� *4I_�#��&<�@a�5?qM�U-0��*��J���[�AP�F�ÜbХ����Os�ϑ�J�NlDz A	N�jϳ.�����J�Y�Q��Cưғ�ӳ��������/��ޮ����[���7�\�Ǵ��X��a�
ǵ���/ַ�ǧ�G��ӽ��e���*����
�k�ly�d�4z'U#�D�����Nމ8�Jm�}�O�A���?���\��>�#����F5YP���Z9�̗C�������~����TF�Ԕ#rY8��$#�AO��!	�������T�~A�C/ �&��r ��i’�����y�i2y��׭1/Ѫ���x0n�H�XʝRR t��`ߏH^�7��Ѐ��UPT�v읩��QPQ,n��C�x�4�;_*��+_��<��ί�KTU�@��c�5���^�#J��L��9kK��N-mtwg�ۤS+�|d.���궄�����H��U-����?kq�OQ�ιA�^F��ǜ�7H��@u	f��D��V�y�#�HS�t�|cYhҩ���1^[m�OK}��I{%�8�;K�Dmfu7��oR�xX4GO8���t`,���U�6W?Y�U�v|�-������h�H��<��Rv�tTeeC���F:Fjq�e�7��*�f��qď/��+ˣ�^�I�ZJ�VҸD���Z@���
i�-D1L�N��:��w� *N�ۯGs�,
�w��X���.v���x�	���0��������C}���#?P�.����5�:���:N�����A�[:B��agM:�����GGH(�k�Z�%�B>��	�J�n��<���hP!��Q�eH�gR��]�qLea��g
|������;�����H�����Q=��o�zo�}�)h/�t�:}iUV[^W̪�-K-�֑s�G*3]	\�y�歪C����u��64bF�9Q����bp�4[g���9�"���I���\Z�V�R)�!D�zĵ�Q.M�M&ǫs��"�~ie�"7f�s�A�w0c�<���H���wFE�.�,��tɋ!4;�
��w=ƨ�������nŎ�iI������9�'��7Gzȵһ	���.Ux�H\ݩK�˘� ����y�"H�5ݒ)�hN�ד�M�5Z'3��Ш9�	��R�^@��m	�y]�"5��4yn�
��C��u`��]���h��Ju�K����tGU�b���s��! ��hR��G�#�\`���I?�0��]<�����%�~���/fƾ�}o���}���y$6�٤��;ҽk��}�����)o���>�����돦yk�F	]0�4\�5�
��"]>R,�S�68K�5��
~
���7	�/|,��*!�d)�B��}��B>��N5)S��G!ʵ� EV4�m�F��ٖ�q]c����V�F)���T��a
?P�[Yp�F<�
�,
j|AǠ�kT��R*Z�xY�*�g�!E��"V%�H��t���w���-us���]���F�BӶ�BQ�L+�B���[�Qk��E��B�_��w��
���-i*�5/�	���8-��+��,���w+�}
j ��<�46�2�0!7G�cE��U�����"~�~|,1H ;kT�}%��exI_�L�/�fTc����G	ޢgҐ��=ع�<+3Es�h���>�
�����7X��r��������w˾��U��9r,�@�������^}ۑ��d_�q����)������9|!۹U�0��r��t�>Wp��j@\��Q���x؞��]�����'#**EEb�S����$jF�HP,�[�z��:d�Df=]�d.�D���z
�Q��C�4�{�� 2�5��D�Ϛ��bY�E���T�ÌQ�z�]a
q�`�Sރ�~�NI!ad@���j[#h��<����4��3/� w��I#;�? ����x�B�mŻB]j9�ZIF�[�R߇P�)�7�HG��IZ@�E��RH��ƸtF���:���<��(�A
�R�L�D��ۚ�J�Z�Mtm}�q��ˏ���o���UK��D��ś��߻�����O����X�ZT�
�
@SU�E�E��}U��p�߭ �ӑ��[���B��?P`
��N������01~?b�0���gM�"�`$��zl�f�]z)�H5o;�����)���:���'aaetr�a�;5��(Pd�`�;U�}v\��|w
90b��z�)a�Fy�~��x0R3�q�
�B�kP3bܖ�i����i���I
�����	!\���T�����G��9�\>MF��t8�_��%�����O�gl:N'���Py:\���xEӳ 
�*�Œ��Ȁ&�R����qA�A�@�0�P;5�Ș3���>y�fER��I�EL�h�L����&CW��d�@,�����t4�y�����Ne�<�������-�xo!;�ھ��F7#o���p8��Y��e���>|8A�1|=;�[��MH�4��&Mp�����Q��r��o[��C�� ��+�ut;�r�d��*$�v&Ξ��d�
B��n[�%v�6Y��P�ؓ���4�*=�y(̓T�<˕�j��\C�GJ�%�{tKշd!��PU�<ޘ�W�o���r%�h�pmjQ'�>����%m�1+((\���!��r�Ũ�6�f+Hi���E��U��Mv��Z/7}%�tϒ�����J�B��?~��ٝ^HT�$r)��9�DWR�^�vA�'�
�Uf2Ư��v������Q]P����_̯
Cd&�Rk��$hDž�qa@E���E�5@�ncЛL��{���w
�!+��w�< 7��=!�W�>�}<��6R?��;tX�r~w��Ȟx�	����ʫ*������P��v�^����'ɲ�
�=�74����ȵ!L���2�q3�[:X4EV��G��
K�>~��8F����M*|��Gl�k�?�{��N�)��"�c\hC���#`Vg�}e���jX=.�,�e�}�={��G�-b�]��+�
x"q�RZs7�8s��V"X����l�4qnH��ܾ��2�u�z���v�t�@2�c���d�Z?,�����|]�� �?���ݢ�?�z{
p�����ԭw'֝#��������,�K�<_W��A��p��i�~/{��enbi�6�ʑoB�.ȇĊc�x?rH爤z�}o�>�^��W��T�mֆ������̿0y��kב������Ǒ�@�`Ew�;v�����k���_��d�wPKd��]l�PK��R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ��@"Q�����X!A�ƺ�ȱo���l�S�=��ΊH�R�{|���U�јC*��BI�A���ڤJ�[f�H�<��Cl	U[�����/	5�8�뮊�Xc?�̨�wƖ�	y�GVoǗ��7����~Y������/o�/��ʗC�����Db�A`���2�.������Wt��0��n���bo���gX&�r=���6��%���ԟ Õ�����u�<��D���o8�[��f�@ːl��D�@�0]��@��٨�_W$�~{�R�ڎq�/U�o��-Gi]����.�͠h�������4t=��#�ᤈ�,�7��^Yĭ����*��?Z��|���k��'�]�n�[�3g��|�����ˈ:���QIZ�	�����ۛ�8���{��K�&��G�ZkO��TJн��p,6�luiQ�7���U6��ދ"�[<�x}�@.<�܌����P������<x�	�>�w�̆!mo��:@S��nْ��I,c1�����Xa��š�2���v�!,IQ)^���I�z��nǝ9W0�ʮu������O�4U�
��KŞ��PKi	��PK��R(Definitions/resource-Extcp2-template.yml�R���0��+��m l��m�U��f�*饪�1Cb��t0���k!�]�T���f�yo�n8�
,�Fh�dg��>R0Ո���]X%�e�\ThX�KB�	����e�B�GID�����U\x�}��V���%AFed�zq����c�q�xq��a�%e�eP�q\Z�b���۬w��[`�IԦpBxؿ��Z+�܁��B�Y�`.5��9!�zg�I�Jҕ������ə���K
�QY�X��7x��E�Ox�X�2��	��o�
M)�"si����T}���Z>���K�72p�f� �$��^�r>�,+7�ӵn,Ӝ�D�����a������?�wMv����5���Ώ)��&��׸�����?�H���E
%�
.�PKG�x�PK��RFDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.yml�����0E{;W"�H�euy A��"��
Cr�%��@R��=6�����y玒�Z��v:i�b;b��Ѱ4������ִy��,&P���1��A�K���/
+0/εT�:WeV�"���\d�1�Gu:�8ѩu��ꨲNvyV�J�� ��
����i2�>��}b�� ��a`ׯ��J���.��|�7��%iq�"�2�0�!H��S>���a�m��2ݤ��~�A�t�>�����0σH
��
܇�]�f�Ӥ봡��5T�R�|l�I\�z�P�[�Q_р��_t�a7��?l�EY˽7Z�u嫶"��OK�G�A���l�ۡ7�{Jhʟ��������5��ɰ��r���GTm�m�������O���=��n�PK�/_�dPK��R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�`��4�-�l�=4]M/EaP��&�"�$����wDI���7ѠƇ���<~���0�͡��[���@���/+�#-�v�]^�`iN-�\��jN�}|��~C��e�-h�X����b�.��z��d�y���:[�_��y��b��H�]g9�|Hh�`	]-�����2�AcIKؐOBeTܩ��-`j�i^Y�ίPi0 �!��%9pmk�_R����{R*��\��͸�.�I�@{������Q;��X-HМa���s�mf���b:V�j��;�\�
��p�7��[����_A5X�2]��)_�^�|V9����K{��
�Wښ�UB$f�FvB
.���K���K�N���.���H��T���=�F����x�U=�jS��J	ΞU٧u&TJe�r�V�dg�tv{�һTU��L����`i�J�J[b�^<@�-�*;��f���P�WT�j��'�j%h*R���>��pܻQ�x�!��p���駣��:8\q���[��M��Ϯ�s뎘��p�Y[̔$��{��ڸ>�*NO5+�j�A�s'	I�rp���ǗLJ�?�Oi*x�m�����8���t]i�B%l�\`|o(h-��5�G���xc���0��,1iEo�l�E�zaR���]�Y�M���Q���9j��o��R�.B0)��{���O�ߧ�{+j�^wщ��D�O�]C�}�s
4O+06�����t�
V��dѮ�"��p�5`�;^0�?��X�k:Ø�-ā����D��'�-D|�0�7t
/Y"D5~�	ft6>��B��,yN7�.x(:��¯�L"&�ܠ�'��O.���;��̾�,V�Ϛa�	C��/��e���ng��/\y�@�ཫ\
�� m��GX��
��W�E|����PKq(|�;KPK��R&Definitions/resource-Port-template.yml�SMo�0��W�����n��֦liQ4��D�Beɓ������-0�������I$��3I�2*(k|�#���BhC^���l��Β,��Pb�t���B6�_�Ny,�$Z.�$:�O/��.etvvQxN��E�YY�y�(_J&�E�8��U'/�H&,)�{��H�©*���r���n�@
����3@�P�CN����-�:���f̺0֕Ԏ �+�s��R������u�~�!�c�Ώ� s��l�p�m��	z"#�K�n���=6���]��4��r�<��UƋw�?V�^�eN�vr2����t�{~����,��}�9����ԘЀ}\`�����)e��TG��xVՄ;	�䭳���!}��Z�7%���16t�c�n��e��
ہ�w`��̛��$woG2+�-�	����S�f�*g+r�w�]�2��+�a}p�l����r$S(P{�}��X�pL�	qPͭ��3���2�fK���|
>�����[����7b��N��@-���vQ;�re$�8�B�Α4jE4*�f}}�Y�nW�2�a�&K4��5�\���q}���J�S���]ke^���o��I�Mjc�PK9�ZePK��R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{��N�λ77n��I^�᠓x��;�*����Q�>;imc��I��ȏ����%3���Z�d���G.��,��-+�d��.
tL0���6�H����|ï�,��
.9Nc6���b0β7C~=W�S����]N�ɛA:�"�k�4l�]_ӫq�L��X�c�'����n�$h���0��ӻ���F+��a��r�2��%�s�n�n�t��
BftA��>���3�+m�1����8�l���t��|�w9��%�A�+����&���t	?�����L�'�H�bEC�=���3��Z`����۫W�~m��/�He}�2��� ��ENJ_�=/l���,�9yߤ/oL
�,pa-�=�=Ec�2�ڷ�%��Թ�![Yc”Ү�۷ꉃ��l��P�U�K*�E�)�xm.�>]j�u�E�=��ciP
iv�'	6��+#�6A��E�l��jM�Q�t�����O�>�ZH���ch%L�j�v�~��������E�~#9&��T��a��!��@gKڀ�H�/�&�	�sB�2��@5l���?Ռ��L0�_����KS��#��	Ad XL{�*�ֽ�i*D��,��ӛ��%4� 8j�{P%#�[S��֡*'$
���l��X���>��9����I@4�-	P� �JP�㍒<�չe�k���R$�VJ�����mX^abK作�FbU�b�ڻ�?V��ݓ3��m�)���G(�+��z,h�k��r��~��qN2��Y�K�����iN��	Ե+�0�j�su$��2g<��g��mzw{�e��Ę�~��"��Z��at��σ�$r�D�����}n7a��j���}��4�.�$
������?�>�|�$�A8C��|iwi��GJh��lj�{��MD�x;E�!#��nfR�W~q�#���0QH�I&U�����w��U��	�p�ٶ����b�yBH}��t����324�-R�$��;���~�lI���£?�{N;��Vs���c�����oo��w�NF��"�[�y��_=��}���#k��[:�>��
��׳����~��m[�����.���ŧ*�+�C�
�3]���{^�PKFJ�rL�
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��RDArtifacts/Informational/OTHER/VSP_basic_vm_macro_VSP_Information.txt���o�0ǟ���7ie��1)R5� (�`���a��185�������s�@BR��)�}�����,s��^���3�`k�I��d��jea��2D-�2C*�Ӎb�*2ς2V�\GK�Y[2��ޥ3o*sXe:&��9
�[����Y����Sd�����$�[���N�S����VS���LM՗4��K��T#&�-�ʳC死;�-�"�����;wι0���JF�@ȧ�<;��A���$��=�Ήq�%�H�ە�r��`�m��D�ƃnAun$��f�T����znH-���2������l�r�~��#�l(�t6�S7�ګY�:�������B����P%Yn��r
�N���n��C�S�\�E*
&�
�R���7���gh�~48�+�<ᖃƿ�Ia���e>g9���F`����|�i���\|�Ć��Sח���%/a@iY����e2)R%�&2��#"���|܀���g����
�e��Xf��b��<��I=Oy)�ܗ�ƒ�������w
/�����[\�'�)f���p]­l���Ӕ.+s���}�ue���p)��h菉=2�/e,�yS)� ���a�
�~c�1'^������)�"���T��+^V��",��J��i�����<9Ƈ�bFC5}��ɍI�ˮ�BX�S�#,��Q�t�,fc��ʜ����$�A�&�є�1�vb��]lH�����ś��Zgde^��c��tIc~�_+4	����6'�L0��jJ�J�DŽ��ÅH�]k�X��!��4�K�L�sY	�q?k�`�娸�Ax���ʹ'P*xD{̞O�}���#x��Xd�ka�ː�B�ou����]ת"�S�yOP��
�+1)���_��m�����gO{��?6��h���ҤgZ���r����K��Ƴee�*B8}R��yAm|�#�q<x���_PK�ظW�PK��R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+%&K
fwC6�{KkA��0��c܌����#��!IXO*����{=��JE�(T��	��?#8���݇ǁ�_��8�H!6���w�!��Ң����v�nG��e�&����PKW�P2}�PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU�A� D�Ҹ�_,��P�b>�D����5vS���&3rsl�
��̓����Kȯ�]J��TSĀ�|�)M��5p*����K��Q�:�f��&��#�
�O�V��m��v��N��F���
o�����I���	ٔh���\@�tE}PKb?���PK��RGArtifacts/Deployment/CONTROLLER_BLUEPRINT_ARCHIVE/BASIC_VM_enriched.zip�yuXT]�7�%�9�tHJ#-��C3�04�(!�H���R*�-!!!-" ������������w��uq�u�o�����o�4U�Q�000*(2��\��ndMUt�ߏH��Z��j���~�u;@ `�[m�]T7lm�P��������܇<�%X8�����z�=[h�R2&���k�#�B�+��8%��^z~�����M1M�]`�X-5�y�l�i���H���v)��w�}��ǽ��f '��������\ݕX¹Q�
��]�8�T��2�
�ͱ��q��|�I֭u��9���Jj5)�
�%{`������W��-S�]���y�7EB0�1}А�꬟����U��p-��L�%c�0��켗5�v��3sc~g$l����!n'n���q!U�W��^Q�
�l2�<�z�+�V]�Ի�U�	�N���N��2�����,�����B�p�Zx���oXagB��w�=���b=��J����O�?l��n/��m�sv��Ŕ����E��)���L��m�����l�Qj��L�K��3���mR*��z��3�#��1�;$v���S/�״i!�-�L7B�r������Jȃ#+��xqB�����euT/��^uv�$0[�J��0�mzN.���/f�F27��!���ʟ,wç�_��y��S|D��߻X]w��<�1��.����g5�3���_
=����ct�~Ҝ�o?x��]�~�r��)Kw����h
��CK���� ��Iw�@�%H6��-ˉ!��o Z�ъB��6��<�1��|�b���JU�{j$����:Dvd��P�,r����� j��a�K�l��_�R0�,Yڎ������z��`�%Q:�n_Q�b��J�iR�,��Cc��+2�(
5д%��)u��R�AOSaLʙ���?e3II$� J��N ��I�D`�zV�%�t�ٲ���w����Ԍ�r�i0�tuM�C��,d�; s�5�iEU�m�N��l
�����Q�U�6��<�Γ�R��shB��Xݗ�?C�}���*�Qa���ۥ7C�A݀d�yC�5���RI�/,�����FL�����>kK5
J���t�Hm֎ݨ,:�
���;�ۧ�LW�252�2��U�
�J��E�H��#��p��xw
���D��_��pl���m�]U�)��9�!��"@� �
��4�N�"P�m=y���k����!.͹�iǂ�!�HG��F�H��ҴE�D��5k]�,$�`o�W{y��KT�)U;��!�����`N��� r)�P9�W�<.&�-��.����w2��=�g�xߏw6J���J	A�0[�k�`���w+�ٛ��|���K��aE3�����V��?C�ǥ���rL����q�����^�٨�=U��#o6�J�
��(�O˝LPz��ˠșDS>��h�.��7�)J����Կ�\��O���\_�p^�~x�	Ss,�x���bk�6��ʅ�(�Խ
�����TT�8&�d�|R��R%/5���Y��8B��]t]-|�oʥ	G�O-���p�3�(��3�K���!9T�-V@��d��@@a!}j�3�(�~��wt�0������d8~��w�h֪���c|��@֔	f�B"��b�L����{ѭz�)H�k��.���xI�Eca�0k<�f.��l,��DZ)\8�a�Ԧ �À��7Atԃ�|�N�'p(�M���d�aڛ�pרb@!��<;��?W
��(�Q7#���A_�ܫ�SG�l`��0��#`&��ol��ô^ki�NI;�$��=�c��ள���[y�f�0���A�S�,��C�eekF��XQ��G��~�?C��%����v����#-�̳W�>AC+q/y�%o#����/7�6��տ��n�(gZwԇQB�lQý��8�W�Uc�b~b�B.J�d����q��.�T<�$���F������Q)�t�Xfg�nM{���U�=M2W�1�A����}[ݒ��u,֝���*�|��I
n�w����ݟD>n]I�=N�l���3QT7��é��t;�����K�=V0�9^ORXթ�v,��&����z��'�uH��l�6�{���֞Qn�/k��u0MH�e�Q5b�"��${�a�v��J�1y��A����k�Rf���Į��
��ʱ�Y=�06uʳ���;�E�^6�"��I���#���2��@��h���uY��"�x�E�'�Z��d�r%/z)�����Ep�X���������B�O��i�	o{S�g�3[KG��L�^9
:��O��"�Sѱ�Ϯ
ȝ��v�"���M8��sy!��9��q�ZN�ŏ�v���,[3~7��OZ|����Gؑ��b��D�s������Y�T�]^�#?���;U��3���&��
��nB8M�D�jF�lR���v�3	��u��fX�êm�Ć��'�E;��o�a"�o<�DQ�n6kV䪏=��	�#]�2��Mq&u�37a%d[[����jM��h���X��j5��gw9$��b�L��ܟ�yg��V�Kz��o���X�$�l��6^t�������k�h����$�
�t�8;X�\���/ښ���z�E�q*q�k�k���P�$���!�_ ��f+7~��������k�j�9��3��%�C�n45O�l��{ݴϤ-�*��T��2��}���֛<?E	�9����Ň3Sp��0����u,y�L��~|�������drq�u�·y6ղmP�c�
�6֤�"yک�U��ә�-����GJg�_Si"��x5�P��!�}����P��|��!�ֶ�V�,�L�K�Ȍ�6J����܀U�}e��X6���X�����?�;�
��Y,�mU�۾2�v�;�D�?�ѫ�yqI�=d�U$N- �
e���;Lۇ<|O��x�ڍ�=*�!K��1;���C6d�av�t~3r_3�g��/��GVx��Awg���U�q6���&�e�Z����ً��5de����:�,����
A��ѩێ���h$�sn�#ˀ�߿-����/	��b[���B%��_%�D�uR��y��ޭM8体m�0gf4�+�.4Ɛ�[LJ>?V��T�����$Ғ*���;�5 ���%'����D|)�
ҩr*���`�}������tŚT��[�=}\O9#�d��o�m�����,uR��T��k���[څ�2���	`���i8к���|����C--�G|hI��6:��A�3��u�@�\ٽ{�T�ߙ3���w�˛��oM%y@ެ�ϬD�N�$�J> �#��,��t<9k��O���ћ~h�2'	ūxr�6�V����1��q�Hr)�n�=��bVF!"ڋ-P��Ng�P*��XP��.��O&��mŔ�V��`�4�yď�g" !�J�/C�D��*ӏ��]N��d�Mf���	+�\iM�技�[�$��h���;��P�:�A_H1��f�{v�^�!)���S3"!���O.�,�O���.���X�
�k��5�a0�38�Z�H`��c���o�����C2i�wW��P 11և��7S�x�"�ڳ���]�U�t������#��H��B�<����R�Nv,����z��ḛJ�=G�i��H�_��?�:�X�
}�����/�N1o(]�ϱP�In�P8�r�s�x�Y��-l����l?e������1�&È���x���iV�A�ȸ�#"+�y�J�Ewmގ@�PnR!�e�~�=�����S��4�0NW���X�U���,��b8�Z�͇k=��|L_F��!(�VA�>�R�T�W�{Hn=[N�ѦRX5�|�eZ�a��^Z� x~O2�!��7H���m�x�����P�����T�:�=5��WO��:�i�������T~�OC�.�;&6�,M+�JJx���g�������e�p�L�@��(��͟&�p#�Y�h~yǷH=�y+���3B�g
\E��}O3Q���@��<���H�z ��g��I/
��v��@#MV�祯kZh�y��$ �`6��4�>��I��
}@	������%PLTF�H���Eb�3��b��P�(��UVu�~U�
�&bW@�D�DVh���,w4�$��X�z�nxk���F��;Z[-i&6Ζ3b7"�����ɽ�0��J��șQq�6Gk�
�(�ȃ�)�b��G��޷����ڏ�=�����KӜ���O!1�o
�pǯeFyN�$�A�}����8�H���}٥���qT��i>7m]e&�����[�qM��L5b_����X�ъ/��&[h��X��Fȼ0�H1�׆�V��u��m��M�̛8.��3��B��:�_�����'(�i�)�J�� �ɐR�%��[5%�f�!_NS�+v�S��E���s�#�{08Twt�.+��?Q���vd(7(+б\?m=�Vӟ�L�?���ni�O��}r�r�!�1���&��a�g�>P���/C��1�&*o��C�y�9Oο����[��h0�%������P��`u�ȟ�+���t�g��1�4����4E���h���}Yr/�B�R��d�q�GǬҩ�����zڷ���]��'�\���`�)�V�c'/N�:G��v�BL���7������	k�l'3��i_��=)ƔťN�w]�ujT@���N8�4}+
��Q������f��2����l7Ŭ�R-ݒ�-G�?�GY�����l��~������2�Y.���`3�d���z��wI:��d��L�
����7X�r�s����0�t�����*��ª'�—w9u�"��^��ļ������x52	�(��.z��&�&j?��=(�Hy�@O��
�Ԝ�0g@�E�v�+�Q�
��)}!��ޕ��/[ԝ*�������2K
N���w�w��Tg�%ὓ0.�{FN�]����p��`L�"������.���i��ecTZ
"��9 �'�3�s�
J���{�*>iE�����*K�9ܥs�;�)�I���
Z���j���������s7������!;4ozt�;�D}2��x3c����1`_�^
UΤ�=J/���B����Z/���a���V	���3��q���g�2���J�?F�͓Ϋ׹K�Xػu��&3��\r˯�J��Dz��>���ݞ�f �+�=0UF�9���^�WFe��aY��z�b�8}�~Ķ����N"�e���6U��@Ύ[,�I����P�WDϪ��y��I Ηt'l���8�"�IF�k�am]�WI��L�7ͳ
3������pa6������!��5[�&�:�ͪ���G�@�i������&��j�U�(8�(�Xi�ACT
ʷ��tͲ̃Oq�c���E
�iDh�>^�A������]���>�7�������\���[���z��ޞ�M�铙���9#p������p�4�CX^�`���.(
/~�IDN (��'�w�������r��J����wS��E#*�����̹k��YGQ�\�%O6�������#'å�7�Q�A�W�?��.�]����?8��t#�����u��G�GQN]^"jDM�{��Fw"/L$]k�u>��۟����Zy��v��>�7����g����*�{=�Ԟ���'
;�r���}�K�&��u���aK鉩⁨���"j��p��tL�����*��Nɾ�U�Ȗ?.��PI����m�fB����z{�b��v�>P{�1K�Ws�?R�����v�	��QG������+.
rC��c�����U<ϐ����A(Ƃ\xj��l���sQ�*N�������,GU`�L�t̲yh*�*��I�|�t/!o��ۦAQvt�6�Qq�Rј����MB
��>J�=��g�$t4��G�l�R";9T�\2/����r\
r(I�8Uy�}�Ӳʶ��|)��6��y_����}�7#��ٴ���u���BD"F�N��BD�y���9εO����Z�&�j��ꚥ­-��@W��L׀��V��&�զ �5@z���)�	v�vz�M�[��7��VGi��a����M��u�kP�طWo�\=Xq\��#�G%��&�5`f�"xs@WO�kv��v�j}}��!�猛pWs��pTd#�	w5���gJ~[Zz�jr'����&�U	���{ʿ���6�!FR�E	o��\��}5�_�m�`�h�W3��ȿ��Ein���M{͘��?ɔ�**��/I~���" ����PK��Yt�%PK��R�R�B4E	csar.metaPK��R��ڊ��kTOSCA-Metadata/TOSCA.metaPK��RI�����V.?Definitions/resource-BasicVmMacro-template.ymlPK��R����
h�8{Definitions/resource-BasicVmMacro-template-interface.ymlPK��R
t��
)�Definitions/resource-Compute-template.ymlPK��R8�D7L�O?� Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.ymlPK��R|����#}IV-Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template-interface.ymlPK��Rd��]l�,s6Definitions/resource-Globalport-template.ymlPK��R����Y/9;Definitions/resource-Securityrules-template.ymlPK��Ri	��,>Definitions/resource-Novaserver-template.ymlPK��RG�x�(�CDefinitions/resource-Extcp2-template.ymlPK��R�/_�dFFDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.ymlPK��Rq(|�;K/!HDefinitions/resource-Globalcompute-template.ymlPK��R9�Ze&�LDefinitions/resource-Port-template.ymlPK��RFJ�rL�
.gODefinitions/resource-Extneutroncp-template.ymlPK��R+�@j5��TDefinitions/data.ymlPK��R�'}8��Definitions/groups.ymlPK��R0?��@@|�Definitions/policies.ymlPK��R���C&�Definitions/annotations.ymlPK��R�����q�Definitions/relationships.ymlPK��R2ea�
|�Definitions/artifacts.ymlPK��R�H�v~(ǫDefinitions/capabilities.ymlPK��R8����Definitions/interfaces.ymlPK��R5n���/�t��Definitions/nodes.ymlPK��R�6��D�D��Artifacts/Informational/OTHER/VSP_basic_vm_macro_VSP_Information.txtPK��R�ظW�,o�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPK��RW�P2}�< �Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��Rb?���4�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK��R��Yt�%G��Artifacts/Deployment/CONTROLLER_BLUEPRINT_ARCHIVE/BASIC_VM_enriched.zipPK�	k
2021-04-30T03:22:59.055Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-30T03:22:59.056Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/9db6fafb-892b-4145-b413-e21558bbba9b/toscaModel|INFO|500||InvokeReturn
2021-04-30T03:22:59.060Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-30T03:22:59.060Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-04-30T03:22:59.060Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||VFCustomizationUUID= 00da2bfc-023b-4c1a-9499-17786687fe02
2021-04-30T03:22:59.060Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 00da2bfc-023b-4c1a-9499-17786687fe02 matches Tosca VF Customization UUID: 00da2bfc-023b-4c1a-9499-17786687fe02
2021-04-30T03:22:59.060Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||vfCustomizationUUID: 00da2bfc-023b-4c1a-9499-17786687fe02  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-30T03:22:59.063Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:59.064Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:59.064Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||resource request for resource customization id 00da2bfc-023b-4c1a-9499-17786687fe02: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-30T03:22:59.064Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f34b56
2021-04-30T03:22:59.065Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:59.065Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T03:22:59.065Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bf9efe83-0b12-4e27-9886-b5e4fb92d7d2
2021-04-30T03:22:59.065Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bf9efe83-0b12-4e27-9886-b5e4fb92d7d2
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_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-30T03:22:59.067Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:59.067Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T03:22:59.068Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:22:59.068Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:59.068Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T03:22:59.068Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:22:59.068Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:59.068Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-30T03:22:59.068Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-30T03:22:59.068Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-30T03:22:59.068Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e4c28808-3fc9-4d5f-945e-2d6f748a0f19
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-30T03:22:59.070Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:59.070Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T03:22:59.070Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:22:59.070Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:59.070Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T03:22:59.070Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=00da2bfc-023b-4c1a-9499-17786687fe02
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-30T03:22:59.072Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:59.072Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:59.073Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4: basic_vm_macro
2021-04-30T03:22:59.073Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:59.073Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:59.073Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:59.073Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:59.073Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:59.073Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:59.073Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:59.073Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:59.073Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T03:22:59.073Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:22:59.073Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_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, ORCH_TEMPLATE_ARTIFACT_TYPE, 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-30T03:22:59.153Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 42327cda-3c1b-473d-8b63-2d0c9d10e1f9 1 ASDC deployResourceStructure
2021-04-30T03:22:59.153Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-30T03:22:59.153Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-30T03:22:59.153Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:22:59.154Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:22:59.156Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:22:59.156Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752979153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:22:59.256Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:22:59.257Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:22:59.257Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:22:59.264Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:22:59.265Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:23:00.157Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-30T03:23:00.158Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-30T03:23:00.158Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:23:00.158Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:23:00.161Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:23:00.162Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752980157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T03:23:00.262Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:23:00.262Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:23:00.262Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:23:00.272Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:23:00.272Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:23:01.162Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-30T03:23:01.163Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-30T03:23:01.163Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:23:01.163Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:23:01.165Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:23:01.165Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752981162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-30T03:23:01.265Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:23:01.266Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:23:01.266Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:23:01.275Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:23:01.275Z||pool-105-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:23:02.166Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-30T03:23:02.167Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-30T03:23:02.167Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T03:23:02.167Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:23:02.169Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:23:02.169Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752982166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:23:02.269Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:23:02.269Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:23:02.269Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:23:02.278Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:23:02.278Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:23:03.170Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11ff2e19-92a3-4233-a915-3addd5e61cb1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-30T03:23:03.182Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11ff2e19-92a3-4233-a915-3addd5e61cb1
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-30T03:23:03.185Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T03:23:03.185Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T03:23:03.185Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T03:23:03.185Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T03:23:03.186Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:23:03.186Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:23:03.186Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:23:03.186Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:23:03.186Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:23:03.186Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T03:23:03.186Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||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-30T03:23:03.191Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T03:23:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:23:04.240Z||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-30T03:23:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:23:04.326Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:23:04.327Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.327Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752805606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:23:04.328Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:23:04.328Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.328Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752807496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:23:04.328Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:23:04.328Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.328Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752809386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:23:04.328Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:23:04.328Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.328Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752810389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T03:23:04.328Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:23:04.328Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.328Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752811391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752812394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22cc9ffd-65a1-4ed9-a37b-42dd5cfd291c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752843757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.329Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:23:04.330Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752854939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752858538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752860737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752862557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:23:04.331Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:23:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.69.146
2021-04-30T03:23:33.191Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 11ff2e19-92a3-4233-a915-3addd5e61cb1 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-30T03:23:33.198Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 11ff2e19-92a3-4233-a915-3addd5e61cb1 and serviceModelVersionId: fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4
2021-04-30T03:23:33.199Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63be321f-b926-4e24-940b-a8159d671938
2021-04-30T03:23:33.200Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63be321f-b926-4e24-940b-a8159d671938/model-vers/model-ver/fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4?depth=0
2021-04-30T03:23:33.206Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T03:23:33.236Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/63be321f-b926-4e24-940b-a8159d671938/model-vers/model-ver/fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4?depth=0|INFO|500||Invoke
2021-04-30T03:23:33.236Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/63be321f-b926-4e24-940b-a8159d671938/model-vers/model-ver/fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/63be321f-b926-4e24-940b-a8159d671938/model-vers/model-ver/fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[11ff2e19-92a3-4233-a915-3addd5e61cb1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4ae9e89-6f2c-45e3-84a9-f0d8ad3ebeff], X-ECOMP-RequestID=[11ff2e19-92a3-4233-a915-3addd5e61cb1], X-TransactionId=[], X-ONAP-RequestID=[11ff2e19-92a3-4233-a915-3addd5e61cb1], Content-Type=[application/merge-patch+json]}
2021-04-30T03:23:33.250Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/63be321f-b926-4e24-940b-a8159d671938/model-vers/model-ver/fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-30T03:23:33.495Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/63be321f-b926-4e24-940b-a8159d671938/model-vers/model-ver/fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4?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/63be321f-b926-4e24-940b-a8159d671938/model-vers/model-ver/fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210430-03:23:33:254-72751], vertex-id=[188632], Content-Length=[0], Date=[Fri, 30 Apr 2021 03:23:33 GMT], Content-Type=[application/json]}
2021-04-30T03:23:33.495Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/63be321f-b926-4e24-940b-a8159d671938/model-vers/model-ver/fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-30T03:23:33.495Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/63be321f-b926-4e24-940b-a8159d671938/model-vers/model-ver/fab3c21b-53dd-4bd8-9216-ff6bfd54b5b4?depth=0|INFO|500||InvokeReturn
2021-04-30T03:23:33.495Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-30T03:23:33.495Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||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-30T03:23:33.498Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||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-30T03:23:33.499Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 11ff2e19-92a3-4233-a915-3addd5e61cb1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-30T03:23:33.499Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-30T03:23:33.499Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:23:33.500Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:23:33.500Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619753013499,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:23:33.600Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:23:33.601Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T03:23:33.601Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:23:33.613Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:23:33.613Z||pool-107-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-30T03:23:34.592Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:23:34.593Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:23:34.593Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:23:44.777Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:23:44.778Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:23:44.778Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:23:44.778Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:23:54.314Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:23:54.314Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:23:54.315Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:23:54.315Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:24:03.850Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:24:03.851Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:24:03.855Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:24:03.856Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:24:04.239Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:24:04.240Z||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-30T03:24:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:24:04.261Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:24:04.262Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.262Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752864526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:24:04.263Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:24:04.263Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.263Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752867144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:24:04.263Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:24:04.263Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.263Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752868893,
  "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-30T03:24:04.263Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:24:04.263Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.263Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752869897,
  "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-30T03:24:04.264Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752870901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752871904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752872907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752873909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d525bdea-9e9a-411e-8cf2-2bd9e3d3678a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752905526,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:24:04.264Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:24:04.265Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752915860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752919449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752921747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752923008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:24:04.266Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:24:13.392Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:24:13.393Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:24:13.393Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:24:13.393Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:24:22.924Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:24:22.925Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:24:22.925Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:24:22.925Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:24:32.457Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:24:32.457Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:24:32.458Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:24:32.458Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:24:42.049Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:25:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:25:04.239Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:25:04.239Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:25:04.240Z||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-30T03:25:04.240Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:25:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:25:04.325Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:25:04.326Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.326Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752924936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:25:04.327Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:25:04.327Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.328Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752925940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T03:25:04.328Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:25:04.328Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.328Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752926945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-30T03:25:04.328Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:25:04.328Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.328Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752927948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:25:04.328Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:25:04.328Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.329Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be660b45-20d6-4f6a-81f1-3d9a075c4783",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752959350,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:25:04.329Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:25:04.329Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.329Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:25:04.329Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:25:04.329Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.329Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T03:25:04.329Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:25:04.329Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.329Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T03:25:04.329Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:25:04.330Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.330Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:25:04.330Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:25:04.330Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.330Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T03:25:04.330Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:25:04.330Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.330Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:25:04.330Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:25:04.330Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.330Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T03:25:04.331Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:25:04.331Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.331Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752788029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T03:25:04.331Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-30T03:25:04.332Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.332Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752969428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:25:04.332Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:25:04.332Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.332Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752972494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:25:04.332Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:25:04.332Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.332Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752974262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:25:04.333Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:25:04.333Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.333Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752976037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T03:25:04.333Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:25:04.333Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.333Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752979153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T03:25:04.333Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:25:04.333Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.333Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752980157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T03:25:04.333Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:25:04.333Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.333Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752981162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-30T03:25:04.334Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:25:04.334Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-30T03:25:04.334Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619752982166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T03:25:04.334Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:25:13.776Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:25:28.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.68.27
2021-04-30T03:26:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:26:04.238Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:26:04.238Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:26:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:26:04.240Z||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-30T03:26:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:26:04.825Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:26:04.826Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-30T03:26:04.826Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11ff2e19-92a3-4233-a915-3addd5e61cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619753013499,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-30T03:26:04.827Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:26:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T03:26:13.850Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:26:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T03:27:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:27:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:27:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:27:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:27:04.240Z||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-30T03:27:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:27:13.776Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:27:13.779Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:28:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:28:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:28:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:28:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:28:04.239Z||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-30T03:28:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:28:13.783Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:28:13.784Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:28:28.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T03:29:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:29:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:29:04.238Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:29:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:29:04.239Z||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-30T03:29:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:29:13.846Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:29:13.847Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:29:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T03:30:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:30:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:30:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:30:04.239Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:30:04.240Z||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-30T03:30:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:30:13.786Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:30:13.875Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:30:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T03:31:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:31:04.239Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:31:04.239Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:31:04.239Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:31:04.240Z||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-30T03:31:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:31:13.782Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:31:13.782Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:31:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.68.27
2021-04-30T03:32:04.237Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:32:04.238Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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-30T03:32:04.238Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:32:04.239Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:32:04.240Z||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-30T03:32:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:32:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T03:32:13.848Z|11ff2e19-92a3-4233-a915-3addd5e61cb1|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T03:32:13.850Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK