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=P@h2G55ygqCTy?&7@^dKRoFL -Dspring.config.additional-location=/app/config/override.yaml  

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

2021-05-20T02:15:16.177Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-845d4495b5-gvwjq with PID 15 (/app/app.jar started by so in /app)
2021-05-20T02:15:16.229Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-05-20T02:15:16.230Z||main|||||INFO|500||The following profiles are active: basic
2021-05-20T02:15:21.792Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-20T02:15:21.793Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-05-20T02:15:21.968Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-20T02:15:23.752Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-20T02:15:23.886Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-20T02:15:24.056Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-20T02:15:24.063Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-20T02:15:25.268Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: requestDB
	...]
2021-05-20T02:15:25.385Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-05-20T02:15:25.388Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-05-20T02:15:25.780Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-05-20T02:15:26.236Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-05-20T02:15:28.345Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: catalogDB
	...]
2021-05-20T02:15:28.584Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-05-20T02:15:30.894Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-05-20T02:15:30.912Z||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$$e270869e.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-05-20T02:15:30.913Z||main|||||WARN|500||The sdc end point is not alive
2021-05-20T02:15:31.972Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-05-20T02:15:33.342Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-05-20T02:15:35.256Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-20T02:15:36.141Z||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-05-20T02:15:37.952Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T02:15:37.954Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T02:15:37.965Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T02:15:37.996Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T02:15:38.035Z||main|||||INFO|500||Started Application in 24.362 seconds (JVM running for 25.366)
2021-05-20T02:15:38.081Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 95253d53-a5ed-4d6c-a6e4-1b41ada895ee url= /sdc/v1/artifactTypes
2021-05-20T02:15:38.082Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T02:15:39.199Z||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.2.145] 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-05-20T02:15:39.205Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f1ef766
2021-05-20T02:15:39.206Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T02:15:39.213Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T02:15:39.214Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T02:15:39.231Z||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-05-20T02:16:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:16:27.949Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T02:16:27.949Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T02:16:27.950Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T02:16:27.971Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T02:16:28.038Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ec2b0cff-3f88-4805-b695-4ff228ed2949 url= /sdc/v1/artifactTypes
2021-05-20T02:16:28.038Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T02:16:29.088Z||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.2.145] 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-05-20T02:16:29.089Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f2cab75
2021-05-20T02:16:29.090Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T02:16:29.090Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T02:16:29.090Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T02:16:29.091Z||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-05-20T02:16:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T02:17:17.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T02:17:17.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T02:17:17.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T02:17:17.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T02:17:18.032Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cc596bc2-7d94-4564-8362-f4afac289b6d url= /sdc/v1/artifactTypes
2021-05-20T02:17:18.032Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T02:17:19.066Z||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.2.145] 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-05-20T02:17:19.067Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5935ee70
2021-05-20T02:17:19.067Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T02:17:19.068Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T02:17:19.068Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T02:17:19.068Z||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-05-20T02:18:07.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T02:18:07.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T02:18:07.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T02:18:07.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T02:18:07.961Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d83c6202-ba9f-4798-9170-38c8d008c995 url= /sdc/v1/artifactTypes
2021-05-20T02:18:07.961Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T02:18:08.223Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-05-20T02:18:08.228Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@415f5923
2021-05-20T02:18:08.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-05-20T02:18:08.229Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5003",
      "text": "Error: Not authorized to use the API.",
      "variables": []
    }
  }
}
2021-05-20T02:18:08.229Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-05-20T02:18:08.229Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-20T02:18:08.231Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T02:18:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T02:18:57.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T02:18:57.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T02:18:57.949Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T02:18:58.034Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T02:18:58.041Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b4e77199-d9a4-4521-b6e2-6e17559d9be9 url= /sdc/v1/artifactTypes
2021-05-20T02:18:58.041Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T02:18:58.273Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-20T02:18:58.284Z||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-05-20T02:18:58.312Z||scheduling-1|||||DEBUG|500||create keys
2021-05-20T02:18:58.321Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-20T02:18:58.340Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:18:58.396Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cdb90fae-ab8f-4797-9b11-e53231621371 url= /sdc/v1/registerForDistribution
2021-05-20T02:18:58.667Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cdb90fae-ab8f-4797-9b11-e53231621371 url= /sdc/v1/registerForDistribution
2021-05-20T02:18:58.668Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-20T02:18:58.680Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:18:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:18:58.730Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-20T02:18:58.731Z||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-05-20T02:18:58.731Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:18:58.731Z||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-05-20T02:18:58.732Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:19:09.027Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:19:09.104Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:19:37.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T02:19:58.678Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:19:58.679Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:19:58.679Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:19:58.681Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:19:58.682Z||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-05-20T02:19:58.728Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:20:08.275Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:20:08.279Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:20:22.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:20:58.681Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:20:58.680Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:20:58.685Z||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-05-20T02:20:58.685Z||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-05-20T02:20:58.685Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:20:58.685Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:21:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:21:08.357Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:21:08.360Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:21:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:21:58.678Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:21:58.679Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:21:58.679Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:21:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:21:58.682Z||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-05-20T02:21:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:22:08.280Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:22:08.281Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:22:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:22:58.678Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:22:58.678Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:22:58.679Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:22:58.681Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:22:58.682Z||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-05-20T02:22:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:23:08.337Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:23:08.363Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:23:58.678Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:23:58.678Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:23:58.679Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:23:58.681Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:23:58.682Z||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-05-20T02:23:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:24:08.222Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:24:08.223Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:24:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:24:58.679Z||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-05-20T02:24:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:24:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:24:58.682Z||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-05-20T02:24:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:25:08.264Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:25:08.270Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:25:28.478Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-20T02:25:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:25:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:25:58.679Z||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-05-20T02:25:58.680Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:25:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:25:58.682Z||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-05-20T02:25:58.683Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:26:08.267Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:26:08.267Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:26:22.951Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:26:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:26:58.681Z||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-05-20T02:26:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:26:58.681Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:26:58.682Z||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-05-20T02:26:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:27:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:27:08.269Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:27:08.271Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:27:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:27:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:27:58.679Z||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-05-20T02:27:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:27:58.681Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:27:58.681Z||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-05-20T02:27:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:28:08.264Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:28:08.264Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:28:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T02:28:58.677Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:28:58.678Z||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-05-20T02:28:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:28:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:28:58.682Z||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-05-20T02:28:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:29:08.269Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:29:08.335Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:29:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:29:58.679Z||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-05-20T02:29:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:29:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:29:58.682Z||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-05-20T02:29:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:30:07.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:30:08.264Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:30:08.264Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:30:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:30:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:30:58.679Z||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-05-20T02:30:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:30:58.681Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:30:58.681Z||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-05-20T02:30:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:31:08.263Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:31:08.266Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:31:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:31:58.678Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:31:58.679Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:31:58.679Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:31:58.682Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:31:58.683Z||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-05-20T02:31:58.683Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:32:08.268Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:32:08.269Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:32:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:32:58.678Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:32:58.680Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:32:58.680Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:32:58.681Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:32:58.682Z||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-05-20T02:32:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:33:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:33:08.263Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:33:08.263Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:33:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:33:58.678Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:33:58.678Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:33:58.679Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:33:58.681Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:33:58.681Z||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-05-20T02:33:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:34:08.221Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:34:08.221Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:34:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:34:58.678Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:34:58.679Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:34:58.680Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:34:58.682Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:34:58.683Z||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-05-20T02:34:58.683Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:35:08.262Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:35:08.263Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:35:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:35:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:35:58.678Z||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-05-20T02:35:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:35:58.681Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:35:58.681Z||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-05-20T02:35:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:36:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T02:36:08.264Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:36:08.338Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:36:52.951Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:36:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:36:58.679Z||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-05-20T02:36:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:36:58.681Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:36:58.682Z||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-05-20T02:36:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:37:08.219Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:37:08.267Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:37:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:37:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:37:58.679Z||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-05-20T02:37:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:37:58.681Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:37:58.681Z||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-05-20T02:37:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:38:08.220Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:38:08.220Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:38:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:38:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:38:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:38:58.682Z||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-05-20T02:38:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:38:58.686Z||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-05-20T02:38:58.686Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:39:08.223Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:39:08.224Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:39:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:39:58.680Z||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-05-20T02:39:58.680Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:39:58.681Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:39:58.682Z||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-05-20T02:39:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:40:08.288Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:40:08.295Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:40:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:40:58.679Z||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-05-20T02:40:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:40:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:40:58.682Z||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-05-20T02:40:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:41:08.265Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:41:08.266Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:41:58.677Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:41:58.678Z||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-05-20T02:41:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:41:58.681Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:41:58.682Z||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-05-20T02:41:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:42:07.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:42:08.220Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:42:08.232Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:42:52.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:42:58.677Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:42:58.678Z||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-05-20T02:42:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:42:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:42:58.681Z||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-05-20T02:42:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:43:08.217Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:43:08.217Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:43:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:43:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:43:58.678Z||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-05-20T02:43:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:43:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:43:58.681Z||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-05-20T02:43:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:44:08.258Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:44:08.258Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:44:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:44:58.678Z||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-05-20T02:44:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:44:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:44:58.682Z||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-05-20T02:44:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:45:07.947Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T02:45:08.257Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:45:08.258Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:45:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:45:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:45:58.679Z||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-05-20T02:45:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:45:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:45:58.682Z||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-05-20T02:45:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:46:08.266Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:46:08.266Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:46:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:46:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:46:58.681Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:46:58.682Z||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-05-20T02:46:58.682Z||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-05-20T02:46:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:46:58.683Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:47:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T02:47:08.270Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:47:08.270Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:47:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:47:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:47:58.678Z||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-05-20T02:47:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:47:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:47:58.682Z||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-05-20T02:47:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:48:08.262Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:48:08.332Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:48:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:48:58.679Z||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-05-20T02:48:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:48:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:48:58.682Z||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-05-20T02:48:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:49:08.263Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:49:08.263Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:49:58.677Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:49:58.679Z||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-05-20T02:49:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:49:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:49:58.682Z||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-05-20T02:49:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:50:08.218Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:50:08.219Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:50:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:50:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:50:58.679Z||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-05-20T02:50:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:50:58.681Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:50:58.682Z||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-05-20T02:50:58.683Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:51:08.263Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:51:08.265Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:51:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:51:58.678Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:51:58.678Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:51:58.678Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:51:58.681Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:51:58.681Z||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-05-20T02:51:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:52:08.264Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:52:08.266Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:52:58.677Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:52:58.678Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:52:58.678Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:52:58.681Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:52:58.681Z||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-05-20T02:52:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:53:07.951Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:53:08.218Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:53:08.233Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:53:52.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:53:58.678Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:53:58.679Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:53:58.679Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:53:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:53:58.681Z||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-05-20T02:53:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:54:08.219Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:54:08.219Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:54:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:54:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:54:58.681Z||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-05-20T02:54:58.681Z||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-05-20T02:54:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:54:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:55:08.266Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:55:08.346Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:55:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:55:58.679Z||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-05-20T02:55:58.680Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:55:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:55:58.681Z||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-05-20T02:55:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:56:08.227Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:56:08.227Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:56:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:56:58.678Z||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-05-20T02:56:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:56:58.681Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:56:58.682Z||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-05-20T02:56:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:57:08.217Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:57:08.219Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:57:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:57:58.678Z||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-05-20T02:57:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:57:58.681Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:57:58.681Z||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-05-20T02:57:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:58:08.262Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:58:08.262Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:58:22.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:58:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:58:58.679Z||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-05-20T02:58:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:58:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:58:58.682Z||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-05-20T02:58:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:59:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T02:59:08.268Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:59:08.335Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T02:59:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:59:58.678Z||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-05-20T02:59:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:59:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:59:58.681Z||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-05-20T02:59:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:00:08.264Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:00:08.334Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:00:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:00:58.679Z||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-05-20T03:00:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:00:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:00:58.681Z||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-05-20T03:00:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:01:08.219Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:01:08.220Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:01:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:01:58.678Z||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-05-20T03:01:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:01:58.681Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:01:58.681Z||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-05-20T03:01:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:02:08.218Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:02:08.239Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:02:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T03:02:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:02:58.679Z||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-05-20T03:02:58.680Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:02:58.681Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:02:58.682Z||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-05-20T03:02:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:02:58.966Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:02:58.974Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:58.974Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479761515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.000Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.000Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479766883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479761765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "cds",
  "timestamp": 1621479760031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "dcae-sch",
  "timestamp": 1621479759650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479761515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479766883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479761765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.003Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.003Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "cds",
  "timestamp": 1621479760031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.003Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.003Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.003Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "dcae-sch",
  "timestamp": 1621479759650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.003Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479761515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479766883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479761765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "cds",
  "timestamp": 1621479760031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "dcae-sch",
  "timestamp": 1621479759650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479761515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479766883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479761765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "cds",
  "timestamp": 1621479760031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "dcae-sch",
  "timestamp": 1621479759650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "policy-id",
  "timestamp": 1621479771046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "aai-ml",
  "timestamp": 1621479771220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479761515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479766883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479761765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "cds",
  "timestamp": 1621479760031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "dcae-sch",
  "timestamp": 1621479759650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "policy-id",
  "timestamp": 1621479771046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "aai-ml",
  "timestamp": 1621479771220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479761515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479766883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479761765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "cds",
  "timestamp": 1621479760031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "dcae-sch",
  "timestamp": 1621479759650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "policy-id",
  "timestamp": 1621479771046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "aai-ml",
  "timestamp": 1621479771220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479761515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479766883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479761765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "cds",
  "timestamp": 1621479760031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "dcae-sch",
  "timestamp": 1621479759650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "policy-id",
  "timestamp": 1621479771046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "aai-ml",
  "timestamp": 1621479771220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "policy-id",
  "timestamp": 1621479771046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "aai-ml",
  "timestamp": 1621479771220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "policy-id",
  "timestamp": 1621479771046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "aai-ml",
  "timestamp": 1621479771220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479777193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "policy-id",
  "timestamp": 1621479771046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "aai-ml",
  "timestamp": 1621479771220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479778177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479778210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "cds",
  "timestamp": 1621479778223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479778517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:02:59.318Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:02:59.319Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.320Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"39657dff-d411-421e-9f17-2c45dec231fa","serviceName":"basic_onboard_WTHRQm","serviceVersion":"1.0","serviceUUID":"ba1219a8-3fc7-43f9-80fb-fc042f18e7d5","serviceDescription":"service","serviceInvariantUUID":"9a080a9b-bf13-4237-90aa-2f98bbf7b22b","resources":[{"resourceInstanceName":"basic_onboard_WTHRQm 0","resourceName":"basic_onboard_WTHRQm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0d2c8bf-9c53-42a4-82d9-68e6748a824a","resourceInvariantUUID":"8aea1437-916d-429f-93e1-a445234cd133","resourceCustomizationUUID":"1bcf3193-5bc5-4901-95a7-40c6165cdb58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml","artifactChecksum":"M2QyYTY1MDVjOGVhMmM2NTcyODI4MTY2MDRjYTEzNjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"18c6535b-360c-407a-af9d-cfe4081ecbcc","artifactVersion":"1"},{"artifactName":"basic_onboard_wthrqm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json","artifactChecksum":"YWQxZGE0NGJlODg3NTM0MWRjOTQyNWFmOTUzOWEzNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2ab826c-ca51-49d3-adc5-d5c9f3e22561","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"496c6004-fb28-42a5-8402-f2050d3d0030","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5b7b18c7-aaee-4579-9497-91b31683a06b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"27a2466f-b080-4fd2-8df9-a0b6bab2a13c","artifactVersion":"2","generatedFromUUID":"496c6004-fb28-42a5-8402-f2050d3d0030"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWthrqm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml","artifactChecksum":"MTRhZTBhOGYxZGViZTc3NGQ2ZjhiZDAyMjQwNGE2ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"536cb8d0-3616-4b5b-813d-425aa676dcfb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWthrqm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar","artifactChecksum":"MjZjZDU1M2M0YzY4MmUzYjllOTJkOGEyNGNmOTJlOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ad07af9-dfe7-43d2-9d38-fd0089970403","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-20T03:02:59.326Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:02:59.331Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:02:59.340Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:02:59.340Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.440Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-05-20T03:02:59.446Z||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-05-20T03:02:59.447Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:02:59.456Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:02:59.457Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:00.346Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:03:00.346Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:00.347Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:00.348Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:03:00.448Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:00.449Z||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-05-20T03:03:00.450Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:00.459Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:00.460Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:01.349Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:03:01.350Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:01.352Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:01.353Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:03:01.453Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:01.454Z||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-05-20T03:03:01.454Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:01.462Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:01.462Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:02.353Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:03:02.354Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:02.356Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:02.356Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:03:02.456Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:02.457Z||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-05-20T03:03:02.457Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:02.466Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:02.467Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:03.356Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:03:03.358Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:03.360Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:03.360Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-20T03:03:03.460Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:03.461Z||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-05-20T03:03:03.462Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:03.533Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:03.534Z||pool-8-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:03:04.361Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:03:04.361Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:04.364Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:04.364Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:03:04.464Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:04.465Z||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-05-20T03:03:04.465Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:04.474Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:04.474Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:05.364Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:03:05.366Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:05.368Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:05.368Z||pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:03:05.468Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:05.469Z||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-05-20T03:03:05.469Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:05.478Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:05.478Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:06.370Z||pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "serviceName": "basic_onboard_WTHRQm",
  "serviceVersion": "1.0",
  "serviceUUID": "ba1219a8-3fc7-43f9-80fb-fc042f18e7d5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9a080a9b-bf13-4237-90aa-2f98bbf7b22b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_WTHRQm 0",
      "resourceCustomizationUUID": "1bcf3193-5bc5-4901-95a7-40c6165cdb58",
      "resourceName": "basic_onboard_WTHRQm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f0d2c8bf-9c53-42a4-82d9-68e6748a824a",
      "resourceInvariantUUID": "8aea1437-916d-429f-93e1-a445234cd133",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_wthrqm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
          "artifactChecksum": "YWQxZGE0NGJlODg3NTM0MWRjOTQyNWFmOTUzOWEzNDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d2ab826c-ca51-49d3-adc5-d5c9f3e22561",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "496c6004-fb28-42a5-8402-f2050d3d0030",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "27a2466f-b080-4fd2-8df9-a0b6bab2a13c",
            "generatedFromUUID": "496c6004-fb28-42a5-8402-f2050d3d0030"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "27a2466f-b080-4fd2-8df9-a0b6bab2a13c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardWthrqm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
      "artifactChecksum": "MjZjZDU1M2M0YzY4MmUzYjllOTJkOGEyNGNmOTJlOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0ad07af9-dfe7-43d2-9d38-fd0089970403"
    }
  ],
  "workloadContext": "Production"
}
2021-05-20T03:03:06.372Z||pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-20T03:03:06.372Z||pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ba1219a8-3fc7-43f9-80fb-fc042f18e7d5 ASDC
2021-05-20T03:03:06.564Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:39657dff-d411-421e-9f17-2c45dec231fa
ServiceName:basic_onboard_WTHRQm
ServiceVersion:1.0
ServiceUUID:ba1219a8-3fc7-43f9-80fb-fc042f18e7d5
ServiceInvariantUUID:9a080a9b-bf13-4237-90aa-2f98bbf7b22b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWthrqm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar
ArtifactUUID:0ad07af9-dfe7-43d2-9d38-fd0089970403
ArtifactChecksum:MjZjZDU1M2M0YzY4MmUzYjllOTJkOGEyNGNmOTJlOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WTHRQm 0
ResourceCustomizationUUID:1bcf3193-5bc5-4901-95a7-40c6165cdb58
ResourceInvariantUUID:8aea1437-916d-429f-93e1-a445234cd133
ResourceName:basic_onboard_WTHRQm
ResourceType:VF
ResourceUUID:f0d2c8bf-9c53-42a4-82d9-68e6748a824a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wthrqm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json
ArtifactUUID:d2ab826c-ca51-49d3-adc5-d5c9f3e22561
ArtifactChecksum:YWQxZGE0NGJlODg3NTM0MWRjOTQyNWFmOTUzOWEzNDU=
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/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:496c6004-fb28-42a5-8402-f2050d3d0030
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/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env
ArtifactUUID:27a2466f-b080-4fd2-8df9-a0b6bab2a13c
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/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env
ArtifactUUID:27a2466f-b080-4fd2-8df9-a0b6bab2a13c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-20T03:03:06.565Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba1219a8-3fc7-43f9-80fb-fc042f18e7d5 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-05-20T03:03:06.754Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:03:06.756Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:03:06.756Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:03:06.757Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 0ad07af9-dfe7-43d2-9d38-fd0089970403 from URL: /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:06.757Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:03:06.758Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:07.605Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:03:07.618Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar 0ad07af9-dfe7-43d2-9d38-fd0089970403 70288
2021-05-20T03:03:07.618Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar ASDC sendASDCNotification
2021-05-20T03:03:07.618Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:07.629Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:03:07.630Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:07.631Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:07.632Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479787618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:03:07.732Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:07.733Z||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-05-20T03:03:07.733Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:07.743Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:07.743Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:08.632Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:03:08.634Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:03:08.635Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 0ad07af9-dfe7-43d2-9d38-fd0089970403, URL: /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar to file: /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:08.636Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:08.843Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:08.843Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:09.318Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10753747336286855880/Definitions/service-BasicOnboardWthrqm-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-05-20T03:03:10.942Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WTHRQm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|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-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|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-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|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-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|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-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.947Z|39657dff-d411-421e-9f17-2c45dec231fa|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-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.947Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WTHRQm 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-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.947Z|39657dff-d411-421e-9f17-2c45dec231fa|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-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.947Z|39657dff-d411-421e-9f17-2c45dec231fa|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-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.947Z|39657dff-d411-421e-9f17-2c45dec231fa|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-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.947Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:03:10.952Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:10.953Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.955Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:10.956Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:03:10.957Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:03:10.958Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:10.958Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.959Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:10.959Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:03:10.959Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:03:10.959Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:10.959Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is not matching search criteria
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-20T03:03:10.963Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:10.963Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-20T03:03:10.963Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is not matching search criteria
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=361524fe-a8be-4a68-a0ab-f77fff7b1e32
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:10.966Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.966Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:10.966Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.966Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:10.966Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.966Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_WTHRQm
Description:service
Model UUID:ba1219a8-3fc7-43f9-80fb-fc042f18e7d5
Model Version:NULL
Model InvariantUuid:9a080a9b-bf13-4237-90aa-2f98bbf7b22b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_WTHRQm
Model UUID:17222052-6526-4e08-9222-b4877d63d048
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8aea1437-916d-429f-93e1-a445234cd133
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bcf3193-5bc5-4901-95a7-40c6165cdb58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:de5194b5-774e-4160-9d74-063a06a42601
ModelName:BasicOnboardWthrqm..base_ubuntu18..module-0
ModelUuid:298ef7bd-47a6-470b-9c67-6c3162da04f2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:361524fe-a8be-4a68-a0ab-f77fff7b1e32
ModelInvariantUuid:c99a6ed5-f912-4c1c-91da-fbe8dece1042
ModelName:basic_onboard_WTHRQm-nodes.ubuntu18Cvfc
ModelUuid:69095454-837a-4d41-83f7-6b6c553ddeac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a5dc12db-f4d6-4e0b-9dd0-6caf572fbc71
ModelInvariantUuid:23f348fd-0b21-4a1d-b28c-5b9f18e9945c
ModelName:BasicOnboardWthrqm.compute.nodes.heat.ubuntu18
ModelUuid:31729e03-5f64-46f7-a8c2-2789cd3e30bc
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-05-20T03:03:11.029Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f0d2c8bf-9c53-42a4-82d9-68e6748a824a
2021-05-20T03:03:11.042Z|39657dff-d411-421e-9f17-2c45dec231fa|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-05-20T03:03:11.099Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||basic_onboard_WTHRQm 0
2021-05-20T03:03:11.105Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0d2c8bf-9c53-42a4-82d9-68e6748a824a
2021-05-20T03:03:11.106Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: d2ab826c-ca51-49d3-adc5-d5c9f3e22561 from URL: /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json
2021-05-20T03:03:11.106Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:03:11.106Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json
2021-05-20T03:03:12.398Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:03:12.399Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json d2ab826c-ca51-49d3-adc5-d5c9f3e22561 798
2021-05-20T03:03:12.399Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json ASDC sendASDCNotification
2021-05-20T03:03:12.400Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json
2021-05-20T03:03:12.400Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:03:12.400Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:12.403Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:12.403Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479792399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:03:12.503Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:12.504Z||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-05-20T03:03:12.505Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:12.514Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:12.514Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:13.405Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWthrqm..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "de5194b5-774e-4160-9d74-063a06a42601",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "298ef7bd-47a6-470b-9c67-6c3162da04f2",
    "vfModuleModelCustomizationUUID": "ffc6b6d2-2f7a-404a-8dbd-18e686a699a4",
    "isBase": true,
    "artifacts": [
      "496c6004-fb28-42a5-8402-f2050d3d0030",
      "27a2466f-b080-4fd2-8df9-a0b6bab2a13c"
    ],
    "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-05-20T03:03:13.426Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWthrqm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:298ef7bd-47a6-470b-9c67-6c3162da04f2
VfModuleModelInvariantUUID:de5194b5-774e-4160-9d74-063a06a42601
VfModuleModelDescription:NULL
Artifacts UUID List:{
496c6004-fb28-42a5-8402-f2050d3d0030
,
27a2466f-b080-4fd2-8df9-a0b6bab2a13c

}
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-05-20T03:03:13.430Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWthrqm..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "de5194b5-774e-4160-9d74-063a06a42601",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "298ef7bd-47a6-470b-9c67-6c3162da04f2",
    "vfModuleModelCustomizationUUID": "ffc6b6d2-2f7a-404a-8dbd-18e686a699a4",
    "isBase": true,
    "artifacts": [
      "496c6004-fb28-42a5-8402-f2050d3d0030",
      "27a2466f-b080-4fd2-8df9-a0b6bab2a13c"
    ],
    "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-05-20T03:03:13.430Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWthrqm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:298ef7bd-47a6-470b-9c67-6c3162da04f2
VfModuleModelInvariantUUID:de5194b5-774e-4160-9d74-063a06a42601
VfModuleModelDescription:NULL
Artifacts UUID List:{
496c6004-fb28-42a5-8402-f2050d3d0030
,
27a2466f-b080-4fd2-8df9-a0b6bab2a13c

}
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-05-20T03:03:13.431Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 496c6004-fb28-42a5-8402-f2050d3d0030 from URL: /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml
2021-05-20T03:03:13.431Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:03:13.431Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml
2021-05-20T03:03:15.039Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:03:15.040Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml 496c6004-fb28-42a5-8402-f2050d3d0030 5033
2021-05-20T03:03:15.040Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-20T03:03:15.041Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml
2021-05-20T03:03:15.041Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:03:15.041Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:15.043Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:15.044Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479795040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:03:15.144Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:15.145Z||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-05-20T03:03:15.145Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:15.154Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:15.154Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:16.045Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 27a2466f-b080-4fd2-8df9-a0b6bab2a13c from URL: /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env
2021-05-20T03:03:16.045Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:03:16.046Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env
2021-05-20T03:03:18.567Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:03:18.568Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env 27a2466f-b080-4fd2-8df9-a0b6bab2a13c 909
2021-05-20T03:03:18.568Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-20T03:03:18.569Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env
2021-05-20T03:03:18.569Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:03:18.570Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:18.628Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:18.628Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479798568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:03:18.672Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 43 ms
2021-05-20T03:03:18.673Z||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-05-20T03:03:18.674Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:18.684Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:18.685Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:19.629Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: ba1219a8-3fc7-43f9-80fb-fc042f18e7d5
2021-05-20T03:03:19.630Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WTHRQm 0 f0d2c8bf-9c53-42a4-82d9-68e6748a824a 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-05-20T03:03:19.749Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:19.750Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:19.750Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: 17222052-6526-4e08-9222-b4877d63d048 
2021-05-20T03:03:19.750Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: 17222052-6526-4e08-9222-b4877d63d048
2021-05-20T03:03:19.759Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel to get resource 
2021-05-20T03:03:19.788Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel
2021-05-20T03:03:19.790Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|INFO|500||Invoke
2021-05-20T03:03:19.791Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||===========================request begin================================================
2021-05-20T03:03:19.791Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel
2021-05-20T03:03:19.791Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||Method      : GET
2021-05-20T03:03:19.791Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/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:"39657dff-d411-421e-9f17-2c45dec231fa", X-RequestID:"39657dff-d411-421e-9f17-2c45dec231fa", X-TransactionID:"39657dff-d411-421e-9f17-2c45dec231fa", X-ECOMP-RequestID:"39657dff-d411-421e-9f17-2c45dec231fa", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"43a6890d-143d-43ad-b519-c1a1feeb52cf"]
2021-05-20T03:03:19.792Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||Request body: 
2021-05-20T03:03:19.792Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||==========================request end================================================
2021-05-20T03:03:20.703Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||============================response begin==========================================
2021-05-20T03:03:20.703Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||Status code  : 200 OK
2021-05-20T03:03:20.703Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||Status text  : OK
2021-05-20T03:03:20.704Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||Headers      : [Set-Cookie:"JSESSIONID=node0tu89i7yw8j8l6wf9gj41nn7m299.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardWthrqm-csar.csar"", Content-MD5:"YTYwZDdiMzYxNDMzNjliZDNkN2ZlYzJhYTY4ZDRlM2M=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"39657dff-d411-421e-9f17-2c45dec231fa", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-05-20T03:03:20.741Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||Response body: PK+�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK+�RTOSCA-Metadata/TOSCA.metaM�1�0{��pBZw��"��#9�%�·��˔;�Y�w/���K������)�^NJ�K͉���l�<���^(���ܝ<�����i��~No-_��>z�����a2��F��-�w�㉿~�ĉKt�r���n=�:��������KOy����O￙����<�'g��~���^�ƶ�:��������]}��y�?=��{4[���w.��r)O��ln��|x�=
.�w�$���S	������Շ�4^��Ƽ�������n�x:��^l�����@�bm�3��r��ݯ���H���gE����NL����T>3x�O��/�oN_%Ϳ<]+����Z��X��:9�}�]�����=�(�x�}������k�%r��B����7�d��㋿�5��_l�!���w����j��V�b
W��?�q1b'�Q�`<���%g��{Ww�L�
���^�&	���7�;G��������b�a� d<3Y��lz�l�l�_���|H����IvH�i�'-�y�����ChM����+��������eb���	��
W�j&r�Q�`�G6����a\5-;BA��MEj}�13OB†�m:�n����Ŵ����~��LX�6�@@.	�FMhD�.^aE*#[�(��-
��eU5�x����ex+�.n��|8R��0xh�4IJ2�]݅aL����fw$
���P�����WW�7wg��������쬀(�26�������jW�-�=��j겯&MCj�I����V��r�u��JhS�Y�uR%����:Vx��+�����s����<d�Qu�a�B��U�j�8�D�*+I��1�ָ���*��*
��8z���V:*�=
���J�X��D
DEhD���e�����/��a(��qd�;��A��h�a��hZ��f���z,u
;-?�-Վi��Y�Y�h<I�Y�	8�Z�m{zZ��g��"=��h������ȇ�E5g�7���tҢ�|W�6pe$.�H�6i��᪃����`��q�@{/o�bi(�rq%�G�EU)	t�:�
�d���9k������_�١�lw��˟��԰�j�CFGI5�LLJx���Ti"l�r�U"[}�/�}�(�%!��� ����R�\(~GW�_I��J�C��V�W|j��3GR�W`��e����D̿���,a����<�okNחR)Y��/	�b3�F��0g��j�;	��;JkК�X{D���*�}Ժ�g�A�S��no��f��م�Q�p�u�!� CSL����2�XA��	�'��;�)�	���d	(�D�>�d,)@d���W4��q(���8�p�����X�(�@!m"�2?.��;	i+n�N��)|r�{�$��N����Vza%��>ڠ�/�>�rT?$�7���
�i��9�������2��)`E0�2�s���cN~� �<ݳqT�����G�y��+ȴޏ6�=*��$�)��"�cx��|ˠ�V�t-�F�v|��T�ن4V�"�?;�ݸ�D[��&����xF��Pê,n���Յ�����[��r��Dӥu�h�#}N*�4u��ؽMDc"��fHM'#�$�D�,貆�ڀ@�h��^`9N��n��S�ԥ�a�DZjz�{4:�fWPã
��1^�!����8�D���ΤH.d�l�\��y~r9es
�r�~T%;J��C����
�?��UF/
$��,���jDs����,�[	��,V +A�8:��W&Ȕ5�2���Xl[�$I8�7 +�<��i^4�!�*]S����6Ԑ]3�|�)�,�ҝ��$���.y�
���2*ώ�E�ͱ�望�{No�����t�5(�X�^�G�Gz]�Kl%�Ln�A_hE{�]�.6�"��v�iE+
�V��G+]��P�L|q�2}��"�;�[�
�Mb�i�Vr�(ZI�]���[9�d����E�
�K�[z��"oAӋ���]|+і�.:5���tw�[�Co%�z��E����з2w��*���w��1Q�ыx�c��(x��8�I�d���I}��azg�}s�|}�����C����v�1�Y�ۥ����.�v@�_�;�k���T�D�}�ϰػc9L�n%�
[��c
�.�m/������?Gv��;����|=����w��+��/r�gdN`���6�Gս�����n��4\d�׍���˰=��;2�Sܾk����i�lZ/ml�ۀ�&����Vr-�٤�]WO3�>���9���t�k7{�g(����@��:�A[k}y`�ohKln���=*7@{���І``������}���lT�.�n��mH[�Iuan%#�sA��̀�:s��W�x�=�%.�oz6���W�2V�\�0(?�����+P{�=n�dh�����%*�5)�m�G�e,Wn�urP��I(P}\H����?�g�ڧ�@c�P��hye���/�2VZŬ��۷~S4�
�_}��\���À����)������;>"����V����u�'G@}����{׀����PKLQ�h��VPK+�R>Definitions/resource-BasicOnboardWthrqm-template-interface.yml�]ms���~~��9ӑj훝�3�׽�w�u[�˝;L���@0[��'�����vK7g���d=���Zy�(ԑ�(–�� q�ŕD�-����RRJ���P�ꏂda
���td��E����
�gG3�D��
l0D�4�%��g%��mcdG�Fn��G��\����
��U�L���tQn8W(Yd��*����dlC�شe��3]��k���L�E�$h5E'ؼJzJ�J����x�&,+Y!'I3]1��2E!m�ƫЁk�+�?t-�.�Va�/��%��X-��tT�l*xp?�Ҡ%݊�놄ނҠ&
=�Ӯ�O8u�ڕ��YV�L���ء
�
,����-�\"�Ŵ�w��C�
�-Z�b���Yh� Ile�Pg-`����6����r[<��5&�)L�d]�A�8Y��),�S�W?Wmb�k�Q5��8��ʷ�ޠ\z�������y6����k���Jirv�P��WzzY&d�/͹�
z��}h�̡5���y����ד�i]?�f�b�6�Oh�xf�7��y�i�K�m͎��l7�`҇u���g�L����Z���mczz����)�������V�a�@�n�N����ى����R������_�ߪT�~�iv��h♺q�T��;����q�|4x�j�	<5��2���Q�UZG�?�s����r��[n�������ͪݷ�b��q���i�Z.O�O�#j>�����s�86/�G��~��
������y���;���2�@b,d.�4���Z��i�$�8����7X��nlE���M�Y=V;7�
��_Q>�O����R^�I@Ә��HXR5�զT�����h�v5�֞����ρF���9(�1m?=����&xM������r�t��.|f���(���%�qfIvL�?v�6����DL�kQ��~�s�m�4�m�Xp}�'���C���fI,�™Т����{C&��ڴ�U(]��ӂ��o�~�K�$��j�B�eO�g3�c�ce���!g"��
Z������#�	YKT����u�E ��@T�H(�A5\�EP�V�j��nkHe�r�ܔݴ8�&fA1f�2d�T,5cUu	��n^9��߮u��F��̀�4e��1���P`���z3�㿨�"d
c���
�V�J�0�
9�|Dd�/�1D�
n�PG�_�%Wm�c���$R���(�,��
� A�]Uʿ�w|��N_�u�KXt��\SQm׹�Q���)
JB����0�(�@���#�<�,��L��mN�m��Y�	�_��M���Wf=��W��:��	r�.�C��Lnq��X�$]d��,G�|X:I6<�,���H�9E�8+�3E�dS㬴��������ux���p>�@8S<����&���bQ&'��H��v�(����g���jPb:z۔i�C����7S��W�(�E��М#)��(�%N>řc�8�iB��b��LB�@��́ɱ�t��"�·�NS=��t��t��QN)F�-�$l|�ŵ�E%մk��8�2ߨ���=Q{�,Ŧ,C��)�NZ�pg�2�!27:)1g�lH�=i�gy����:��&�>ΐ���-���أ�Eۗ�?�����˹������-���t���� ߲����ud�V��sn�R�V2EaSLD&a�� ~��vYx:�r�&Ul��]=6��4^��Dii��>-#�'>m��s��3%\�z%�9��y�4	������@�;.icŴ��o�y`!�M�������!+��LY���+�Rs�G��w���do#/N6 1�������
���PD+��O�DZ�C7���=�81�*ǿ�΂Q���|��C�J�A�_���n��*`+Qs�l�Ʃ�|��wp_cԑ)Z�Ϲp������	�XSm�|�4H��
 cp"n��;��x:aܱ���;J����|z=���ٛ]__ȗNS\�ɞ
M��ᩔ�/H�MI��$����{��̪X�d�Zk�r>���e�,��ڹJ�J����V�'͍��"�?[���~F6{K4a~#l�v$;�q�,I��O=��=�Wµ��/$�l9[� g��C`�7��$9 I�P��TY����D|6iyP%gPr����Μ?�c�
�ɯ�j-�,��w�9��bZ�o�辘�Ř���gɗ(g� ~��G
)�d
�L�%~�Z���>��5�)2�ސ�c��LY�9S.WN�y����4q\u�S-M����ۧjs(Iʈ|\x%���~�p����i���~��-S8d=G�~�i/XV�c��%��?�������𗻗٢_�n�V;˗1fL	��ɿT��y]��
dM~����
kN��vÏ:��]}5���C�Ņ�6w:�`A�l�#�	����f��B%F�̇1��0��)R�&��k٤�h�l��PK|�_
�
t�PK+�R,Definitions/resource-Novaserver-template.yml�WKs�F��W�m�l�f�9؛%E�˯CR)�Hj��f���M忧{Fa� WN�/rO?�~���	�RȄNhe�%�#���y!!Z�\F�����)w|t˜PKnW��qr5b)���a��z��� �N|>x�y�� 9����)J��y�g���i2t<t�=��9�Øs�>\�2+�È���߃AhHJ�&F΃��€�,���L�ƕ���d!�z�.��L���0�$"�2��-��u^���)������J�N3�P�j�n�R�2Q�b	
�V
�$��D�2e|Ʌ���[��)f�W��ȽE�
4�m�F/E
c��R�
�&X�똰�:��\�T�s��G��W[�M���#��k�f�n]��������`�#�(0"A�-�-lPΔ�+
�+�G�&�'�͈��.o�7T\߾x�������������0;rV�1��w�N�@�qvt��T�#Q�'t׹�G�Zre����{��m��ҤW��O�]�b�w�b�]�rJ�\h)�g&kZ�•�.�mr5Ȟ���6j3�����/�u��,醨,�;�\�nh���+9�2���a%U�T��7�ژ��`��Os����
�n`4��l�;�z@�^R w�Ұ�&e�Gd��~j�#�qi���Iݲ��jǀ�l3��$X;��N�;�@�|~�Ur}rE�H����{�Ր�Xk�Yt�6v���������a�Wv��������n�*j��^ ^X:\���`����n��l�z%&XXs?���6
|�b�@UT�mJ#�
�	�H �:��G�'TM�,&���t$TP���*�c�9�HEB5~0�����Y��^��� �[��I�Ԧ����o�/ln��1��hi�R�� 0���2�������*:�~TN��Yﱌ7Om��#�azVDقoM�ϐ��@{�G0m]���*�Q�ן捁�O=yc�eH6�b"���.CK�y����/c�>C)q
��8ŗ�*���ϖ��M��d��
`֑M�7Jso�pheb�t=��#P�������L�,�V���i��
�>������Ŏ�G�ݭ�i���`>C�M�SſeD���
Ϩ�
-�e������t�_�=]�E㏳#J�M��'v�K�ҽ�,��lsiQ���ĕ��Q�E�=�|��| nn������Z�\���Ec�<�Ra���w�̆1mo-�:@S��nق��I,c������Pa��ű�2�����!,ɴ�<��݋���^��>8�;K.K`4�m�����?˟�i���KE���PK�UG��PK+�RLDefinitions/resource-BasiconboardwthrqmComputeNodesHeatUbuntu18-template.yml��Mo�0�����d#�Hc���ذ�:`C��AIt"@��ƀ��}zA��GƬ�k�	��0y��9=p��f��=�'*\J��<[wm�g$B��~���"�����	|F#�k��k��>j`T�`�Q#x������M�+�Џcϑ��;j�u�7���c�딦��k�)g}l�(�qp�i�[�V_Q����a�n+|vv�R�����xU�E[0Ɔ%�-u#�`4��qh�9�M(�?}ia:u"�ǒ�:���e�-i�ʶs�oޫr���	���Ǭ9��t�PK�5G��pPK+�R)Definitions/resource-Compute-template.yml�V�r�8��+p�́*mcY�yIR9����\RS,lJ(c��<���qM&JE3N9��.`�C��
@�^�$�\�5>ّ�X�,�*/u�(�s��i2i
<��#Ƥ�q'�	���똥�|��/����D��-g��j�F��r����l1O�������,�s����߫���LLgg��`�5�����p�5�;*y2�3�qŬc;�B���b+
U"OQ��;�[�y������%eaK�،أT���J@���j��j��)W�P��\(�-��� `]�no.޳�>T���7�;����t<��1�̿���ꨛR�k�^�Н����p�jK��(���VPV-[�2T�V/x�S�0CH_�B��P~+�v�h�g�!�����*)�ry��n�
��>�'��U�Ia=��&mc7��?��,ɝ��vgmh!��؋�;�},��x߇Qlj6����!��sdē9�"6��7�����םlǕ̒f��Nb�:-cuk�� �'[��4�4>�ۦ��tb��& ip|�hy�YΕ����xiM}�ӿ5��(,�'��u_dH语�'8��$�<IJj-ۜ��OH�-haf��~��_���员q�ᩭ%+xZ���s�kG촪
q��.P}o?����S��ʚ�q���^�����<<�ܯ� kp��֦ԉ(�g~�C����|<������q�9�&��
�����n<��%�3�����;'4���h���;^�>�(�SQ&>X�7�,�']���!_��'���cկç�%=�7t:X��y�_��m���PKA|�T��
PK+�REDefinitions/resource-BasicOnboardWthrqmNodesUbuntu18cvfc-template.yml�\Ks�8��W��=@���7�ƙIU�x'S5�27|hHP���o�o����G�J�@�k��h4��0&ش��.s� 6O4��˵�Ҫ���5_��3sv�S�m����a��	G.���~�6�n���^!g7��%����9�ڔ��t9�V�z7ݭ��%�.6-���9���d�Z�6����k�±K�0�B����?��GAh�x�XI���vr8=��=�t�������{=�O�nl$1�
�|K����� �����=�A0��0z�6~��\�#N���ƊY�	���a��v5{}JK[dԣ8�f��V��w����`6ˆ��W(U̧�0��L ���|��@^��|Ė����$��4�NU��=
�BEN|��D��J��c蹤��(�Ip�,íSՊ�~e�B�ځ܀�������Q~�(_3�?�S���!���#0

S_A5��F��„�I֣'�Y�-uG��<��!���о�Sٟf/���F#X�R�:N���y�����$����9���hK_�MX�{)��2rT���~�jO����z;#��ʶ��V,�u^͢43� �|pFf�8&�}70�0�fZ35SS��6�sc�D��č�
f=Jh^H��1y�>.Zm����!-��G`3�
b��Mס	J긇$J�*��V��	|2D+���9؋����.T�@�+�@#�0;A}L̼���#)�	I@fɦ����M٘�~��aa�+fR��I@�s��|��։�)I"���u[|	��_f�8�k�RV�0��3A�킼�*�ܥ
J�ڮ���2��|���)�$ˢ��R)�6�2x�ɻf:a�c�6��Kh��M0��������/�	{	�L��TA�7�,7�.&
��5:ǵ:������䤛�A1sY�ge���Ǵ�٫�Zx0���t�$BSNh2|8�PT,?s�����i��8o���=��'��끐a��2m�c�L��x5�2^��-������u��nu�2j`��s�&�438�����GB��S����U���`��$ �m��"�r�H���~�n����T@�xA��8�����;8���RaU�ª���i9U}���<,��E��s��0�/������!?�YA$9ΘiM�v|�Φ���C��.g|��!�aVr���&`֚��J��
�[K#�׷��NYӗ���:������8��õ���^֯��h��p@����$��)ΐ��'�p�R��9|s�iE��g��:6�Z�Z♍������sf[��-W�l�5Y�6��.��Y/�r�lޒ9�o�;b/�bjUMH��w�NO�Y{���ln[�Y�k��S�l{��;��ܱ�fV�/c�E�,�dA�~�����T�B3���q�Y\�>?�Y�0�����zh�eĭ���G�h��UT���iR��@��DW/Djs$P�6��<;��Y4�n�n򓀺IuP[����ǩ4�������ϿV��"�oѶs�q�g��{�P���æ\'&ϑ�lz��Ǎ���gmk~Hn���5v��&~�Wo.�V�y!�"�㴵��:�F�+̣N�@�C�1+��l�2�=‰��(�Q������8i0
U�Db_/e���QZ�V�Բ�3
��E��6�hX���/�g	T�Fv1i9���α
37j�*@��L�ȴ�r�]`���c�M��H��2���D^��rr��X�$���1t{zqi~�6�`)��;y�~��"�Ұ5"�1�Z�guUܴ�b�89�'��#y��p�f=_��t��sg���%A��#{�^O�|�X�*�&k��t=��K�#h��-�����̞n�̱�������ڔ��A�,�)���m�����JIφ�$n���q���G������{�|Ҍg��6B�D#c�#�D
'
�1�W�Ќx�}��.8�#__�n�?�ˇ�Q�/�{���~�K%�Z��W��ұ�,Sb�F�d�˶�S)��qk�H;�-4�Ec"
�H:�e,�����J�u�17`�i�_~3�d�d)Ѿëc�U��wȃ�.��6�Z���ԷM�&��3w-��}T3ԧu��SҒ�S�Q� *3�����$Ցz�h��p�F�)�5m����W?Q�e�V|^]����r��j4,q�	v��� ;@�8	�s�9é�7/�Ӏ���6�V�폔WI���n�<�x�.��)0S�Z�U����%5n9��%����qk2z;�ب��͵T©�7�ґ�u�.K�s���BU�����ו!܇�]�x�(�����Q]4(��o.R2�P���:1��jGi��|H�|Y���b��dg�y:y5�4��+9؁�,kf�:�[���ĜO��S��$��[Wڭ{r�>(�a�N��{�i*:Zʬ��e#Mv6I�}=A��&I�����*���3��[��I^�ğ�ht���=x��.���E*�_d��)�MW�%�/��ƞ3C}���Wh�j��w�j�U'�q~��P�nBCϓK����EW�A���*(�����@��
u�~���`�0y���(h�EᓾŖ!�����CA��k;JǤqOG��J�Է��rǝ��T1ѹz������M�6R���2]hS�m��B.�'VQ\�Q:�����`�=�DY.���u`��wQ[ހ�x�Ѿգ�Ht�q���g��1C輤�qE�쩶���o�H�Wp�_�Q�o�H�M@��һ�K�)I;<���e�z��#��T��v=�4�g'h��GEn����VV� �/ ���"����;HEPu��$I�H��za^�z9�Toㇾ�טX����o�5X��Ċ��Y�Ҕ�m���K�w�H(�6o�\��%�zbP�J\v@����*A��|���g�cW\���޹�U�f$�$�|*��"pȓb�!�oqz��״�x
~%�sE�&��PK�s�`O�OPK+�RODefinitions/resource-BasicOnboardWthrqmNodesUbuntu18cvfc-template-interface.yml�]K��6��W����B��bo�M�n�l����)�fW"U�r���)�eɏݕL�ɦ��p�����FjJp��\på�xŔ�/7ȸG��E������?�O�����
	�2���3����u��Ôbօ��&��))ȌgP����^gU,#N�%/��ރ:�B���U�ԏ�q�)�I��!���s��]F[Y���T�DL0*�"QL�RQ���4yK4���L��i��ߜ�d2�Fj�_*�R���ת�)�b)�+���ґ��Ý{�P�Wm
)�:��I�s����ݓ7X��5����A�f��ؿ%W,x��m��0j�5]��l�o$�v\,�d��(N̅6D�s�(�����$ef:�UrgRf����$���JKV�֚�L��A�9��~3��z��e3S	���S����5lt��i��`�TO�=�_Zʼ�n��Rq���&����G�ƷbN-6E{-�*�`�����>������*DS��I�	�y�CV9�gd%Uo��Àm�V�a[��)l��s�rb�n�L�8�c@�`K$hڭ���\��;^��ioZ�oЏ�?��sɠ<��e;��� ��R�Orߒ�����z-yl���*1��vVT��oR�3�ɂ=�� �fƆ,��1w�Ќh�"P�B%��bN��'.�b�Ɋ��m��»ヤ~�;����!Z�X���A�W��̊zTߒ%t'�!\z��W�}ɠ���8��a��bu�c����AÁx�	����yB�gF���S���ϡ��x�������)�C�W����RݤF�M2<@��%)j�|�B�����?޽�IF�)�������ӿ�6ɹR�V�������s����F�4�cp��4t��BBk�DZ=�������,��0��}s���tb#�����o_���6U�lk�nKe��~�J�~J#i2[�l�� t��B-�ir�x&���޺�j�`��Ӭ�,���{'d۪�6t�T�un�1�K�ahc�R�q�������2@�	�ٺ���ٱ��ƨ�zeN[0�Kc�����N�A����6Z���M�
������/�7,rǤ���B��e���A��v���Y.��.#��:��c�A���g	� ��o��D�	�F`:�̐��H�2p� �Y��f���Uk��«v�w�	�f:�u��#m-
V�p��v]>�`̐��8`(�-&�{N����i�j��+j��{,�]Y�M��\z}�RjQC%�*�=̎�|����[�\�o�n�|�E���i�`i�Ş�VwR����W�V{��܀A�XJ��t���C���6o?�X��X�(���8%6ϑ2�|n�9�Cr7�eW�����9�	�	��g�V��(�t�߳z�pi��,i�B$�O����=#��h����cGJi60`�7X��YH�՞H$R����㎀Aԍ�"�L���>0�J��㎀A��{�Gj�ZS����{�n���pYDdL�k��!A�L��v�����5s��`"uG�NY�y_���ڈ���]Qv�u��s����*�q�e����p&�z�	9��Y��q�!&b�˼}����}��n$N��A��?�!d9��=z}*�9tp��Z���sZ��� ���oy��沼9��#E�0T�f��>Q�jg��վ�H�c��o�0Ѷ�8��;�;+H��s�z?��:$` 9�b�r�����M2��CFM��#���1z���:`h�|��ϙ��!$�4�v�1t>u}0|��l�S�`��w�f�`��B�@�j�,X�`/%��=��喪�8#�F���	�����Q�K_P�ȍYՇ�A���OXK,Pيx���
�T�6	$a��[ůĔ�$��Zpu'�C�v�e$�8�y^;G&�Q+�Q����������W�0��d��q��b(4�L��gȜ��8�?�޵V��s,��J�ܤ6��PKYtm
\ePK+�R.Definitions/resource-Extneutroncp-template.yml�VKo9��W��=xj��$ss�ta�u��$��h4�-T#M%�������᱓�6�< )����Ӗ�$ùP�	�l�Bc�#TV��d�r���I��e̱�@�3�)��0�p9<=������t~�;����u����ᰏ�g���NU�W���ev޻�gd|u}�KϮ�Aֿ�������ױ��z�om[�����������S�N�9��#]���g^�PK���O�
PK+�R/Definitions/resource-Securityrules-template.yml�T�n�@}�W�[A�V����J	BU��Z��8^aﺻ�T�{f}w�(H(��>sv�\m��,�1RX��	Ϩ
v`k�y�aX�<�b��e1�l7�̴`��_�;�,	�[�%|x�h���y��(��8`�՚/�VCNX��^y�`yK~x����[�Ŝ���h� �d9���R[ݗBc4\���q�*��S��{�@�2�+ЎLY@���"
���ɉ�
r���ΜY<)]��3JԂf�h�;e�F���#�X�|?����W���{̐Y�s�=�����MŘ�c&Z��-�?�@�)l=t����M��Z�SN�o�Ty��꫐(
6L�WӁw�
���Ի�Rh
�	���D�W��n3��K��p?����_����3f����}%�әj4^^Q@iu�b��Nt:f����\��9)��&��1�)N5J>�ڃ��|<|�~<�?�{�_ܪ��*�X�x�D�n�_��o/��2w﨔�g�������A�~PKI�J�YPK+�R/Definitions/resource-Globalcompute-template.yml�Mo�6����m� ���ڷ4i�6[,���@Qc�(%�$����Q�-%ٛhP�Cdȑw��2R3���%7\�:=��x�%�fi^T�-D�L�7�SC�7���H��y~��qK2��.�7���(�l �$�&Z.n�t�ɖww+�Uk��?�V�N"
��Qr{��>'�"bt���ʒEk4.i[���j���f�Wƶ�T
4�FJ�֒�25�/(;��7RH�T��F+�q�]c��Ta5�}�kF
�:a�P���t�]��3meӱbY+ߡ̥ڒ�O����l���&���Y������/2�T`i>ܠ�R���H�Y����X�M�O����%M'FMb�?���d$Dk�@P�W#�QFg�W�[�)]v%g����:Z�Ҵ���ְ�lz�T�XV��LĽ��q��V������x�<�)Yt\��:���"﨎�p�O�
PTĚ�}V��w�b��C"��B�5��OGͿ�p��9P��*5��7 _l!�֝0;�
ຳ6�Y�
�wrRk��s��f�X����IB"�\??�������sڑ
����:����}��j��6v`|o��Z��{
�[����*a �EbҊު�ԋ���x��ԋ6��V�����[s�Tu�&^jCQ�����z���f>	~��ﭨ{ݎN\V:8~�Q���w��p�VQ@�mXxOg��`U�MmdX���������8�����ӏ���30����018��ȾS񢸁��+��N�@�K�t��N���+VԄͣkLVi���5��`����礵�"�~�����燣B2��,p�lJ���;�Ҷ��
K��H�y�V�W
,g�D7�� �����˞�����{H�x68�Bϊ��}
4f�'28Fb.'��Ji¡VW$���N��Q,�W�0|�5��Ŵ(XM=���p���H0�3��a�[|f��s�a�p�CѾ�~�e0���,8	�]r1�'���u��fq�jn��%sо�g���*�/\9_@�ཫ\��P���a�W�c�9�Xp}T�K�PK��b>KPK+�RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK+�RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK+�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK+�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK+�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK+�RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK+�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK+�RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����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_WTHRQm_VSP_Information.txt��mo�0�_o��^n��ڭcR�j*AC(\�]�c����A���<�&�<��Gp_z`Odr^��+�?4�h�b�nq��즘�"�u	��5�gNS����R����]�M��¥d_������l�$��2�T�="��)����%�'}
�櫋��>��$��bI1�-%_��~x5���]����_-s5��V�+���;�������#��l����i���F���Q��˧[/��j+*u�������ľڬ����
�$�q\˒G�o���B���9�4�p7���@6���Y�3n�:���o�S��gXPUz������B:�
rը��|��Foޝ���%2�E�9�7��V��2Z�[hY�N����*"��a�:�@�[%���Z��'�,�y.4=Y&�?j��3IQ��sq�d����3%+�{"��:���nC����3~��ξغ�3��g+����e2�ߛ���;�{��Ӷ��;V�^�m�:��|�go+�N:>^�Z��VN���q�2���i{a���p�]8yHq[��M�H���7�6��0~��)?X��k��e
���
VG��c���6e�����QC��zM��ܭ���Y{��5D��ˇ*q�^?O�B����g�9�{�5wm��D�\<-����iWv�����ζ��N�:���������0-;ہ3�
m\ht��*4w���n�d���Je�xۏ��K�x�T
;����G��B�ߘ�t�ʼnW98�����~ʻ��yAk �n��-Ʒ�8��CDpz�>&�B-4O��a���PM�4rc� �����T�KkiT�!�,�٘���2�*��5�mP�	h4�vL���XA�a�_��z��d��?��Y�W����!]�؁���
M,1�?��I,?��R�R��1a��p!�q��y��p��,M��3��\V�x���+�i9*ni�|�p3�	�J����Xi�����u-,�brSh���U���ZU�q�<�	��Q�v%&ETp�59��&���={�[�$w���F;|�&=�������`@U&_�_7�-+�V�鋐:5�j��Dy�������ؐF�PK��
'V�PK,�R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+%M���d�{KkA��0��c�9I3%G䎆$a9<�p�W�zX����Q�Zi3��"���d��wB?���(�Definitions/resource-BasicOnboardWthrqm-template-interface.ymlPK+�R�UG��,�Definitions/resource-Novaserver-template.ymlPK+�R�5G��pLI"Definitions/resource-BasiconboardwthrqmComputeNodesHeatUbuntu18-template.ymlPK+�RA|�T��
)o$Definitions/resource-Compute-template.ymlPK+�R�s�`O�OEg(Definitions/resource-BasicOnboardWthrqmNodesUbuntu18cvfc-template.ymlPK+�RE�۷)}O)5Definitions/resource-BasicOnboardWthrqmNodesUbuntu18cvfc-template-interface.ymlPK+�R�MSD�(]>Definitions/resource-Extcp2-template.ymlPK+�R�}�k�,�@Definitions/resource-Globalport-template.ymlPK+�RYtm
\e&�EDefinitions/resource-Port-template.ymlPK+�R���O�
.CHDefinitions/resource-Extneutroncp-template.ymlPK+�RI�J�Y/�LDefinitions/resource-Securityrules-template.ymlPK+�R��b>K/�ODefinitions/resource-Globalcompute-template.ymlPK+�R+�@j5��kTDefinitions/data.ymlPK+�R�'}8�Definitions/groups.ymlPK+�R0?��@@ؐDefinitions/policies.ymlPK+�R���C&^�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,�Ri�ʂI�J�Artifacts/Informational/OTHER/VSP_basic_onboard_WTHRQm_VSP_Information.txtPK,�R��
'V�,��Artifacts/Deployment/HEAT/base_ubuntu18.yamlPK,�Rd�E�}�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK,�R���Q��4m�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK�	`�
2021-05-20T03:03:20.753Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||=======================response end=================================================
2021-05-20T03:03:20.757Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|INFO|500||InvokeReturn
2021-05-20T03:03:20.762Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-05-20T03:03:20.762Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-05-20T03:03:20.762Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||VFCustomizationUUID= 1bcf3193-5bc5-4901-95a7-40c6165cdb58
2021-05-20T03:03:20.763Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1bcf3193-5bc5-4901-95a7-40c6165cdb58 matches Tosca VF Customization UUID: 1bcf3193-5bc5-4901-95a7-40c6165cdb58
2021-05-20T03:03:20.763Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||vfCustomizationUUID: 1bcf3193-5bc5-4901-95a7-40c6165cdb58  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-05-20T03:03:20.769Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:20.769Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:20.771Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||resource request for resource customization id 1bcf3193-5bc5-4901-95a7-40c6165cdb58: {\"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-05-20T03:03:20.771Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f89f112
2021-05-20T03:03:20.771Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:20.771Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-20T03:03:20.771Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffc6b6d2-2f7a-404a-8dbd-18e686a699a4
2021-05-20T03:03:20.772Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffc6b6d2-2f7a-404a-8dbd-18e686a699a4
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-05-20T03:03:20.829Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:20.830Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:20.830Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:03:20.831Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:20.831Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:20.832Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:03:20.832Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:20.832Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is not matching search criteria
2021-05-20T03:03:20.833Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-20T03:03:20.833Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-20T03:03:20.833Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=361524fe-a8be-4a68-a0ab-f77fff7b1e32
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-05-20T03:03:20.846Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:20.847Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:20.847Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:03:20.847Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:20.847Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:20.847Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0] matching following query criteria: sdcType=VF, customizationUUID=1bcf3193-5bc5-4901-95a7-40c6165cdb58
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-05-20T03:03:20.849Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:20.849Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:20.850Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid ba1219a8-3fc7-43f9-80fb-fc042f18e7d5: basic_onboard_WTHRQm
2021-05-20T03:03:20.850Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:20.850Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:20.850Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:20.850Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:20.851Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:20.851Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:20.851Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:20.851Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:20.851Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:03:20.852Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:20.852Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Saving Service: basic_onboard_WTHRQm 
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-05-20T03:03:21.046Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WTHRQm f0d2c8bf-9c53-42a4-82d9-68e6748a824a 1 ASDC deployResourceStructure
2021-05-20T03:03:21.047Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json ASDC sendASDCNotification
2021-05-20T03:03:21.048Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json
2021-05-20T03:03:21.048Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:03:21.048Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:21.051Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:21.051Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479801047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:03:21.151Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:21.153Z||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-05-20T03:03:21.153Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:21.163Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:21.163Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:22.053Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-20T03:03:22.053Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml
2021-05-20T03:03:22.053Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:03:22.054Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:22.056Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:22.056Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479802053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-20T03:03:22.157Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:22.159Z||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-05-20T03:03:22.159Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:22.168Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:22.169Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:23.058Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-20T03:03:23.058Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env
2021-05-20T03:03:23.058Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:03:23.059Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:23.061Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:23.061Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479803057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-20T03:03:23.161Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:23.162Z||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-05-20T03:03:23.162Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:23.170Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:23.171Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:24.062Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar ASDC sendASDCNotification
2021-05-20T03:03:24.063Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:24.063Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:03:24.063Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:24.065Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:24.065Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479804062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:03:24.166Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-20T03:03:24.167Z||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-05-20T03:03:24.167Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:24.175Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:24.176Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:03:25.067Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:03:25.093Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
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-05-20T03:03:25.096Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:03:25.096Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:03:25.096Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:03:55.097Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:03:55.108Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
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-05-20T03:03:55.110Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:03:55.110Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:03:55.110Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:03:58.681Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:03:58.682Z||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-05-20T03:03:58.683Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:03:58.703Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:03:58.704Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:03:58.705Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479777193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:03:58.707Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:04:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T03:04:25.111Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:04:25.123Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
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-05-20T03:04:25.126Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:04:25.128Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:04:25.128Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:04:55.128Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:04:55.140Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
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-05-20T03:04:55.230Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:04:55.231Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:04:55.232Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:04:58.681Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:04:58.682Z||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-05-20T03:04:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:04:58.704Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:04:58.705Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:04:58.706Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "cds",
  "timestamp": 1621479779241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-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-05-20T03:04:58.730Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39657dff-d411-421e-9f17-2c45dec231fa
2021-05-20T03:04:58.730Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39657dff-d411-421e-9f17-2c45dec231fa 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-05-20T03:05:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T03:05:25.232Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:05:25.249Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
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-05-20T03:05:25.330Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:05:25.330Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:05:25.330Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:05:55.330Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:05:55.345Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
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-05-20T03:05:55.349Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:05:55.349Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:05:55.349Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:05:58.681Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:05:58.682Z||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-05-20T03:05:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:05:58.697Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:05:59.214Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.215Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.216Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.216Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.216Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479777193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.216Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.217Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.217Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "clamp",
  "timestamp": 1621479779297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.217Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.228Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.228Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.228Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.228Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.229Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479780474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.229Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.229Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.229Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479780512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.229Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.229Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.229Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "policy-id",
  "timestamp": 1621479780518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.230Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.230Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.230Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "aai-ml",
  "timestamp": 1621479780638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.230Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.230Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.231Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479777193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.231Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.231Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.231Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "clamp",
  "timestamp": 1621479779297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.231Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.231Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.232Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.232Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.232Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.232Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "policy-id",
  "timestamp": 1621479781531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.232Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.232Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.233Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479781821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.233Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.233Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.233Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479781834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.234Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.234Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.234Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479777193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.235Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.235Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.235Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479782003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.235Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.235Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.235Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "clamp",
  "timestamp": 1621479779297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.235Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.235Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.235Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.236Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.236Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.236Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "policy-id",
  "timestamp": 1621479782534,
  "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-05-20T03:05:59.242Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39657dff-d411-421e-9f17-2c45dec231fa
2021-05-20T03:05:59.242Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39657dff-d411-421e-9f17-2c45dec231fa 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-05-20T03:05:59.251Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.251Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479782832,
  "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-05-20T03:05:59.329Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39657dff-d411-421e-9f17-2c45dec231fa
2021-05-20T03:05:59.330Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39657dff-d411-421e-9f17-2c45dec231fa 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-05-20T03:05:59.337Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.337Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479777193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.337Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.337Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.337Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479783007,
  "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-05-20T03:05:59.340Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39657dff-d411-421e-9f17-2c45dec231fa
2021-05-20T03:05:59.341Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39657dff-d411-421e-9f17-2c45dec231fa 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-05-20T03:05:59.348Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.349Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "clamp",
  "timestamp": 1621479779297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.349Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.349Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.349Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.349Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.349Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.349Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479783538,
  "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-05-20T03:05:59.353Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39657dff-d411-421e-9f17-2c45dec231fa
2021-05-20T03:05:59.354Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39657dff-d411-421e-9f17-2c45dec231fa 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-05-20T03:05:59.359Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.359Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479783838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.359Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.360Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.360Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479777193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.360Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.360Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.360Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "clamp",
  "timestamp": 1621479779297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.360Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.360Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.360Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.360Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.360Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.361Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479784542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.361Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.361Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.361Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "clamp",
  "timestamp": 1621479779297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.361Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.361Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.361Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479778678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.361Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.361Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.362Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "clamp",
  "timestamp": 1621479779297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.362Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.362Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.362Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479786473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.362Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.362Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.362Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479787618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.363Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.363Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.363Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479787990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.363Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.363Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.363Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479789420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.363Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.363Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.363Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "aai-ml",
  "timestamp": 1621479790116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.363Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.364Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.364Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "cds",
  "timestamp": 1621479780245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.364Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.364Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.364Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479785550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.364Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.364Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.364Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479784846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.364Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.364Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.364Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479790426,
  "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-05-20T03:05:59.368Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39657dff-d411-421e-9f17-2c45dec231fa
2021-05-20T03:05:59.368Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39657dff-d411-421e-9f17-2c45dec231fa 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-05-20T03:05:59.373Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.373Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "aai-ml",
  "timestamp": 1621479791124,
  "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-05-20T03:05:59.376Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39657dff-d411-421e-9f17-2c45dec231fa
2021-05-20T03:05:59.376Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39657dff-d411-421e-9f17-2c45dec231fa 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-05-20T03:05:59.383Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.384Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479785550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.384Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.384Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.384Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "cds",
  "timestamp": 1621479780245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.384Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.384Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.384Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479784846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.384Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.384Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.384Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479791431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.385Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.385Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.385Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "policy-id",
  "timestamp": 1621479791046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.385Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.385Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.385Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479785550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.385Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.385Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.385Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "cds",
  "timestamp": 1621479780245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.385Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.386Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.386Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479784846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.386Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.386Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.386Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479792399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.386Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.386Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.386Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "policy-id",
  "timestamp": 1621479791046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.386Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.386Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.386Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479785550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.386Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.387Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.387Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "cds",
  "timestamp": 1621479780245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.387Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.387Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.387Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479784846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.387Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.387Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.387Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "policy-id",
  "timestamp": 1621479791046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.387Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.387Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.387Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "cds",
  "timestamp": 1621479780245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.387Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.387Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.388Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479785550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.388Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.388Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.388Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479784846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.388Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.388Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.388Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "policy-id",
  "timestamp": 1621479791046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.388Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.388Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.388Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "clamp",
  "timestamp": 1621479794978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.388Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.388Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479795040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "cds",
  "timestamp": 1621479780245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479785550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479784846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "policy-id",
  "timestamp": 1621479791046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.389Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.390Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.390Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "clamp",
  "timestamp": 1621479796080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.390Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.390Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.390Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "cds",
  "timestamp": 1621479780245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.390Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.390Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.390Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479785550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.390Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.390Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.390Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479784846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.390Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.390Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.391Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "policy-id",
  "timestamp": 1621479791046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.391Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.391Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.391Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "clamp",
  "timestamp": 1621479797086,
  "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-05-20T03:05:59.397Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39657dff-d411-421e-9f17-2c45dec231fa
2021-05-20T03:05:59.397Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39657dff-d411-421e-9f17-2c45dec231fa 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-05-20T03:05:59.406Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.406Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479796883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.407Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.407Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.407Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "policy-id",
  "timestamp": 1621479791046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.407Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.407Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.407Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479797193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.465Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.466Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.466Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479796883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.469Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.470Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.472Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479798568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.472Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.473Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.473Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479797193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.473Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.473Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.474Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "cds",
  "timestamp": 1621479799020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.474Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.474Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.475Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479799172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.475Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.475Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.476Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479799303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.476Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.476Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.477Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479796883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.477Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.477Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.477Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479797193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.478Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.478Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.478Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "cds",
  "timestamp": 1621479800027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-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-05-20T03:05:59.493Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e54a8bb-dada-4bb3-9fd7-81075739b3fd
2021-05-20T03:05:59.493Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54a8bb-dada-4bb3-9fd7-81075739b3fd 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-05-20T03:05:59.501Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.502Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "dcae-sch",
  "timestamp": 1621479799650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.502Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.502Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.502Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "policy-id",
  "timestamp": 1621479800404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.502Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.503Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.503Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479796883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.503Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.503Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.503Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479797193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.503Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.503Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.503Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479801013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.504Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.504Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.504Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479801014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.504Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.504Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.505Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479801047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.505Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.505Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.505Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "dcae-sch",
  "timestamp": 1621479799650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.505Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.506Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.506Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "policy-id",
  "timestamp": 1621479801426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.506Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.506Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.506Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479796883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.507Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.507Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.507Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479797193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.507Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.508Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.508Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "aai-ml",
  "timestamp": 1621479801220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.508Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.508Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.508Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479802053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.509Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.509Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.509Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479802196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.509Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.510Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.510Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479802203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.510Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.510Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.510Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "dcae-sch",
  "timestamp": 1621479799650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.511Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.511Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.511Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "policy-id",
  "timestamp": 1621479802429,
  "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-05-20T03:05:59.516Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e54a8bb-dada-4bb3-9fd7-81075739b3fd
2021-05-20T03:05:59.516Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54a8bb-dada-4bb3-9fd7-81075739b3fd 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-05-20T03:05:59.528Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.528Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479796883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.529Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.529Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.529Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479797193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.529Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.530Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.530Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "aai-ml",
  "timestamp": 1621479801220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.530Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.531Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.531Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479803057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.531Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.531Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.531Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479803212,
  "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-05-20T03:05:59.537Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e54a8bb-dada-4bb3-9fd7-81075739b3fd
2021-05-20T03:05:59.537Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54a8bb-dada-4bb3-9fd7-81075739b3fd 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-05-20T03:05:59.545Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.545Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "dcae-sch",
  "timestamp": 1621479799650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.545Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.546Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.546Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479803426,
  "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-05-20T03:05:59.551Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e54a8bb-dada-4bb3-9fd7-81075739b3fd
2021-05-20T03:05:59.552Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54a8bb-dada-4bb3-9fd7-81075739b3fd 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-05-20T03:05:59.558Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.558Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479796883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.559Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.559Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.559Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479797193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.559Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.559Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.559Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "aai-ml",
  "timestamp": 1621479801220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.560Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.560Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.560Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621479804062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.560Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.560Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.560Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621479804218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.561Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.561Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.561Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "dcae-sch",
  "timestamp": 1621479799650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.561Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.561Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.561Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621479804430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.562Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.562Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.562Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "aai-ml",
  "timestamp": 1621479801220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.562Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.562Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.562Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "dcae-sch",
  "timestamp": 1621479799650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.563Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.563Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.563Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479805647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.563Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.563Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.563Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "aai-ml",
  "timestamp": 1621479801220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.564Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.564Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.564Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479806144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.564Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.564Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.564Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "dcae-sch",
  "timestamp": 1621479799650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.565Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.565Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.565Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "aai-ml",
  "timestamp": 1621479801220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.565Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.565Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.565Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479807775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.565Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.566Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.566Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "aai-ml",
  "timestamp": 1621479801220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.566Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.566Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.566Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479808006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.566Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.567Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.567Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621479809009,
  "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-05-20T03:05:59.572Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e54a8bb-dada-4bb3-9fd7-81075739b3fd
2021-05-20T03:05:59.572Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54a8bb-dada-4bb3-9fd7-81075739b3fd 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-05-20T03:05:59.580Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.580Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479809009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.581Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.581Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.581Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "aai-ml",
  "timestamp": 1621479809156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.581Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.581Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.581Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "clamp",
  "timestamp": 1621479809297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.582Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.582Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.582Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479810013,
  "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-05-20T03:05:59.586Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e54a8bb-dada-4bb3-9fd7-81075739b3fd
2021-05-20T03:05:59.586Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54a8bb-dada-4bb3-9fd7-81075739b3fd 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-05-20T03:05:59.592Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.592Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "clamp",
  "timestamp": 1621479809297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.592Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.593Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.593Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621479811016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.593Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.593Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.593Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "clamp",
  "timestamp": 1621479809297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.594Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.594Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.594Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "clamp",
  "timestamp": 1621479809297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.594Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.594Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.595Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "clamp",
  "timestamp": 1621479809297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.595Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.595Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.595Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "clamp",
  "timestamp": 1621479809297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:05:59.595Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.596Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.596Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "clamp",
  "timestamp": 1621479809297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:05:59.596Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:05:59.596Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.596Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "aai-ml",
  "timestamp": 1621479819906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.596Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.596Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.597Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "aai-ml",
  "timestamp": 1621479820913,
  "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-05-20T03:05:59.600Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e54a8bb-dada-4bb3-9fd7-81075739b3fd
2021-05-20T03:05:59.601Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54a8bb-dada-4bb3-9fd7-81075739b3fd 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-05-20T03:05:59.610Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.610Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "clamp",
  "timestamp": 1621479830018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:05:59.611Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.611Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.611Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "clamp",
  "timestamp": 1621479831086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:05:59.611Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:05:59.611Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:05:59.611Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "clamp",
  "timestamp": 1621479832090,
  "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-05-20T03:05:59.616Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e54a8bb-dada-4bb3-9fd7-81075739b3fd
2021-05-20T03:05:59.616Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54a8bb-dada-4bb3-9fd7-81075739b3fd 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-05-20T03:06:25.350Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:06:25.430Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa
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-05-20T03:06:25.436Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:06:25.436Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-20T03:06:25.436Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-20T03:06:25.437Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-20T03:06:25.437Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:06:25.437Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:06:25.437Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:06:25.437Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:06:25.437Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:06:25.437Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:06:25.437Z|39657dff-d411-421e-9f17-2c45dec231fa|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-05-20T03:06:25.443Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-20T03:06:55.444Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39657dff-d411-421e-9f17-2c45dec231fa 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-05-20T03:06:55.453Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39657dff-d411-421e-9f17-2c45dec231fa and serviceModelVersionId: ba1219a8-3fc7-43f9-80fb-fc042f18e7d5
2021-05-20T03:06:55.453Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a080a9b-bf13-4237-90aa-2f98bbf7b22b
2021-05-20T03:06:58.681Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:06:58.682Z||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-05-20T03:06:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:07:01.984Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a080a9b-bf13-4237-90aa-2f98bbf7b22b/model-vers/model-ver/ba1219a8-3fc7-43f9-80fb-fc042f18e7d5?depth=0
2021-05-20T03:07:02.247Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-20T03:07:02.761Z|39657dff-d411-421e-9f17-2c45dec231fa|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/9a080a9b-bf13-4237-90aa-2f98bbf7b22b/model-vers/model-ver/ba1219a8-3fc7-43f9-80fb-fc042f18e7d5?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-05-20T03:07:02.762Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9a080a9b-bf13-4237-90aa-2f98bbf7b22b/model-vers/model-ver/ba1219a8-3fc7-43f9-80fb-fc042f18e7d5?depth=0|INFO|500||Invoke
2021-05-20T03:07:02.834Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9a080a9b-bf13-4237-90aa-2f98bbf7b22b/model-vers/model-ver/ba1219a8-3fc7-43f9-80fb-fc042f18e7d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-20T03:07:03.455Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9a080a9b-bf13-4237-90aa-2f98bbf7b22b/model-vers/model-ver/ba1219a8-3fc7-43f9-80fb-fc042f18e7d5?depth=0|INFO|500||InvokeReturn
2021-05-20T03:07:03.455Z|39657dff-d411-421e-9f17-2c45dec231fa|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/9a080a9b-bf13-4237-90aa-2f98bbf7b22b/model-vers/model-ver/ba1219a8-3fc7-43f9-80fb-fc042f18e7d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210520-03:07:02:844-38027], vertex-id=[356416], Content-Length=[0], Date=[Thu, 20 May 2021 03:07:02 GMT], Content-Type=[application/json]}
2021-05-20T03:07:03.455Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-05-20T03:07:03.457Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-20T03:07:03.457Z|39657dff-d411-421e-9f17-2c45dec231fa|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-05-20T03:07:03.462Z|39657dff-d411-421e-9f17-2c45dec231fa|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-05-20T03:07:03.472Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39657dff-d411-421e-9f17-2c45dec231fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-20T03:07:03.473Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-20T03:07:03.474Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:03.477Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:03.477Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480023472,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:07:03.577Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:07:03.578Z||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-05-20T03:07:03.578Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:03.586Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:03.587Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:07:04.200Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:04.201Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:04.201Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480023472,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:07:04.202Z||pool-3-thread-10|||||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-05-20T03:07:04.533Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:07:04.534Z|39657dff-d411-421e-9f17-2c45dec231fa|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-05-20T03:07:04.534Z|39657dff-d411-421e-9f17-2c45dec231fa|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 EyspuavhFrvB5udA) ...
2021-05-20T03:07:08.816Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:08.818Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:07:08.818Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e54a8bb-dada-4bb3-9fd7-81075739b3fd","serviceName":"vFW 2021-05-20 03-00-29","serviceVersion":"1.0","serviceUUID":"d84dbac8-d20c-4cd4-a15e-21c311c6128a","serviceDescription":"catalog service description","serviceInvariantUUID":"95c73654-908c-4c0f-8c5e-1ad2cf1d5548","resources":[{"resourceInstanceName":"vFW 6e73b044-2a72 0","resourceName":"vFW 6e73b044-2a72","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fcee2bb8-e4a7-4d77-ace7-e389814669d5","resourceInvariantUUID":"6312e287-0f77-4955-b4a0-e5e0360f293f","resourceCustomizationUUID":"787c29b1-0e6f-4be7-becc-ab8bafb350d4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vf-license-model.xml","artifactChecksum":"MDQ4ZTMzYWMwYTA5ZWYxODZmODRmZGRmM2U0YjliMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03c6b5b7-2e47-481f-a6f6-2198d749f422","artifactVersion":"1"},{"artifactName":"vfw6e73b0442a720_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json","artifactChecksum":"ZGQ1YzNlNGY2MDc3MjQzYzA5OTAyODcwNDBmNDcwZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b86fadd3-d8f9-4bb2-bfd1-6f9132a999ac","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3ea6cbec-e6a0-4c36-9e0c-a48a31faa9d3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vendor-license-model.xml","artifactChecksum":"ZDBlYzBiNzYyMmEzMjE5NWM5ZWUxOTgwYjBkYzQ1NzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f000421a-a5ee-4913-92d5-5ced1a471ddd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"74f0f3e9-cd93-42ad-a3c7-7eb21590247d","artifactVersion":"2","generatedFromUUID":"3ea6cbec-e6a0-4c36-9e0c-a48a31faa9d3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210520030029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-template.yml","artifactChecksum":"OTNlNjk4ZTM1OTNhOTkzMDdkYWViYTE0OTM2ZjEwOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e157dc74-e5a7-4019-a15d-4c121c476877","artifactVersion":"1"},{"artifactName":"service-Vfw20210520030029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar","artifactChecksum":"YjNkODg3NWRkNjQ4NzkyOWNlMjhlMjYwNTkyZGFlZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18d4f6e1-3fb2-428b-8760-9a258c1e4553","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-20T03:07:08.821Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:07:08.821Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:08.823Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:08.823Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:07:08.923Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:07:08.925Z||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-05-20T03:07:08.925Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:08.933Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:08.934Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:07:09.824Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:07:09.825Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:09.826Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:09.826Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:07:09.926Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:07:09.927Z||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-05-20T03:07:09.928Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:09.936Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:09.936Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:07:10.827Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:07:10.828Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:10.830Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:10.830Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:07:10.931Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-20T03:07:10.932Z||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-05-20T03:07:10.932Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:10.941Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:10.941Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:07:11.831Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:07:11.832Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:11.833Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:11.834Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:07:11.934Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:07:11.936Z||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-05-20T03:07:11.936Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:11.945Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:11.945Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:07:12.834Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:07:12.836Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:12.838Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:12.838Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-20T03:07:12.938Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:07:12.939Z||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-05-20T03:07:12.940Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:12.948Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:12.949Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:07:13.839Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:07:13.840Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:13.843Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:13.843Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:07:13.943Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-20T03:07:13.944Z||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-05-20T03:07:13.944Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:13.953Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:13.954Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:07:14.844Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:07:14.845Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:14.847Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:14.847Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:07:14.947Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:07:14.948Z||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-05-20T03:07:14.949Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:14.957Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:14.957Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:07:15.849Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "serviceName": "vFW 2021-05-20 03-00-29",
  "serviceVersion": "1.0",
  "serviceUUID": "d84dbac8-d20c-4cd4-a15e-21c311c6128a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "95c73654-908c-4c0f-8c5e-1ad2cf1d5548",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e73b044-2a72 0",
      "resourceCustomizationUUID": "787c29b1-0e6f-4be7-becc-ab8bafb350d4",
      "resourceName": "vFW 6e73b044-2a72",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fcee2bb8-e4a7-4d77-ace7-e389814669d5",
      "resourceInvariantUUID": "6312e287-0f77-4955-b4a0-e5e0360f293f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e73b0442a720_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
          "artifactChecksum": "ZGQ1YzNlNGY2MDc3MjQzYzA5OTAyODcwNDBmNDcwZTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b86fadd3-d8f9-4bb2-bfd1-6f9132a999ac",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3ea6cbec-e6a0-4c36-9e0c-a48a31faa9d3",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "74f0f3e9-cd93-42ad-a3c7-7eb21590247d",
            "generatedFromUUID": "3ea6cbec-e6a0-4c36-9e0c-a48a31faa9d3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "74f0f3e9-cd93-42ad-a3c7-7eb21590247d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210520030029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
      "artifactChecksum": "YjNkODg3NWRkNjQ4NzkyOWNlMjhlMjYwNTkyZGFlZDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "18d4f6e1-3fb2-428b-8760-9a258c1e4553"
    }
  ],
  "workloadContext": "Production"
}
2021-05-20T03:07:15.849Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-20T03:07:15.849Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d84dbac8-d20c-4cd4-a15e-21c311c6128a ASDC
2021-05-20T03:07:15.850Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8e54a8bb-dada-4bb3-9fd7-81075739b3fd
ServiceName:vFW 2021-05-20 03-00-29
ServiceVersion:1.0
ServiceUUID:d84dbac8-d20c-4cd4-a15e-21c311c6128a
ServiceInvariantUUID:95c73654-908c-4c0f-8c5e-1ad2cf1d5548
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210520030029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar
ArtifactUUID:18d4f6e1-3fb2-428b-8760-9a258c1e4553
ArtifactChecksum:YjNkODg3NWRkNjQ4NzkyOWNlMjhlMjYwNTkyZGFlZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e73b044-2a72 0
ResourceCustomizationUUID:787c29b1-0e6f-4be7-becc-ab8bafb350d4
ResourceInvariantUUID:6312e287-0f77-4955-b4a0-e5e0360f293f
ResourceName:vFW 6e73b044-2a72
ResourceType:VF
ResourceUUID:fcee2bb8-e4a7-4d77-ace7-e389814669d5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e73b0442a720_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json
ArtifactUUID:b86fadd3-d8f9-4bb2-bfd1-6f9132a999ac
ArtifactChecksum:ZGQ1YzNlNGY2MDc3MjQzYzA5OTAyODcwNDBmNDcwZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml
ArtifactUUID:3ea6cbec-e6a0-4c36-9e0c-a48a31faa9d3
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env
ArtifactUUID:74f0f3e9-cd93-42ad-a3c7-7eb21590247d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env
ArtifactUUID:74f0f3e9-cd93-42ad-a3c7-7eb21590247d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-20T03:07:15.850Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d84dbac8-d20c-4cd4-a15e-21c311c6128a 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-05-20T03:07:16.039Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:07:16.040Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:07:16.041Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:07:16.041Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 18d4f6e1-3fb2-428b-8760-9a258c1e4553 from URL: /sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:16.041Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:07:16.041Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:18.317Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:07:18.323Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar 18d4f6e1-3fb2-428b-8760-9a258c1e4553 105099
2021-05-20T03:07:18.323Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar ASDC sendASDCNotification
2021-05-20T03:07:18.324Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:18.324Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:07:18.324Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:18.326Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:18.326Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480038323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:07:18.427Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:07:18.427Z||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-05-20T03:07:18.428Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:18.435Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:18.436Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:07:19.327Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:07:19.329Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:07:19.329Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 18d4f6e1-3fb2-428b-8760-9a258c1e4553, URL: /sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar to file: /app/ASDC/1/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:19.330Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210520030029-csar.csar
2021-05-20T03:07:19.330Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:19.330Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:19.933Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13386100739589413823/Definitions/service-Vfw20210520030029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-05-20T03:07:22.228Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-20T03:07:22.228Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:07:22.228Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e73b044-2a72 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e73b044-2a72 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.229Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.230Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-Vfw20210520030029-csar.csar
2021-05-20T03:07:22.230Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:07:22.230Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.230Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:22.230Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is matching search criteria
2021-05-20T03:07:22.230Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:07:22.230Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [vFW 6e73b044-2a72 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:07:22.230Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.231Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:22.231Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is matching search criteria
2021-05-20T03:07:22.231Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:07:22.231Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [vFW 6e73b044-2a72 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:07:22.231Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.231Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:22.231Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.231Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is not matching search criteria
2021-05-20T03:07:22.232Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-20T03:07:22.232Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-20T03:07:22.232Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:22.232Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-20T03:07:22.232Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-20T03:07:22.232Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-20T03:07:22.232Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-20T03:07:22.232Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-20T03:07:22.232Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-20T03:07:22.233Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-20T03:07:22.233Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:22.233Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-20T03:07:22.233Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:22.233Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-20T03:07:22.233Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-20T03:07:22.233Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-20T03:07:22.233Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.233Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-20T03:07:22.233Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.233Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is matching search criteria
2021-05-20T03:07:22.233Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [vFW 6e73b044-2a72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:07:22.234Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.234Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is matching search criteria
2021-05-20T03:07:22.234Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [vFW 6e73b044-2a72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:07:22.234Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.234Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is matching search criteria
2021-05-20T03:07:22.234Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [vFW 6e73b044-2a72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:07:22.234Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.234Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is not matching search criteria
2021-05-20T03:07:22.234Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-20T03:07:22.235Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-20T03:07:22.235Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-20T03:07:22.235Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-20T03:07:22.235Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-20T03:07:22.235Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-20T03:07:22.235Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:22.235Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-20T03:07:22.235Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:22.235Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-20T03:07:22.235Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-20T03:07:22.235Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7554068-ba19-4950-ac46-8f25846afc68
2021-05-20T03:07:22.236Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.236Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is not matching search criteria
2021-05-20T03:07:22.236Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-20T03:07:22.236Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-20T03:07:22.236Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:22.236Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-20T03:07:22.236Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-20T03:07:22.236Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-20T03:07:22.236Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-20T03:07:22.236Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-20T03:07:22.236Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-20T03:07:22.237Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:22.237Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-20T03:07:22.237Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-20T03:07:22.237Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f4ef526-8ef6-462c-a1fe-8446aa1ac62a
2021-05-20T03:07:22.237Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.237Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is not matching search criteria
2021-05-20T03:07:22.237Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-20T03:07:22.237Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-20T03:07:22.237Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:22.237Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-20T03:07:22.237Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-20T03:07:22.237Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-20T03:07:22.237Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-20T03:07:22.238Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-20T03:07:22.238Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-20T03:07:22.238Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-20T03:07:22.238Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:22.238Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-20T03:07:22.238Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=17c8e74d-6354-42c1-8b1b-61f3af1a1391
2021-05-20T03:07:22.238Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.238Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:22.238Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.238Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:22.238Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.239Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:22.239Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:22.239Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:22.239Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-05-20 03-00-29
Description:catalog service description
Model UUID:d84dbac8-d20c-4cd4-a15e-21c311c6128a
Model Version:NULL
Model InvariantUuid:95c73654-908c-4c0f-8c5e-1ad2cf1d5548
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e73b044-2a72
Model UUID:52e5cbb6-9303-4150-862b-9eae6ca84398
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6312e287-0f77-4955-b4a0-e5e0360f293f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:787c29b1-0e6f-4be7-becc-ab8bafb350d4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:815e5cfb-201a-4e18-91fd-c6c13007096a
ModelName:Vfw6e73b0442a72..base_vfw..module-0
ModelUuid:d601e67a-c0ba-4128-b13f-2a33c9b3570d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e7554068-ba19-4950-ac46-8f25846afc68
ModelInvariantUuid:0f470f3f-1520-405c-a278-f9c721b900a1
ModelName:vFW 6e73b044-2a72-nodes.vfwCvfc
ModelUuid:e63b2abc-e279-4cc3-96d7-6803898c62e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a69c9615-fe34-4cdb-8fbf-e7fddc0db2f4
ModelInvariantUuid:4f6f138a-83cd-4037-acd8-9998ba85e43d
ModelName:Vfw6e73b0442a72.compute.nodes.heat.vfw
ModelUuid:c3252f9d-26d1-459b-9622-86683c5cc1b0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2f4ef526-8ef6-462c-a1fe-8446aa1ac62a
ModelInvariantUuid:93280053-7416-4496-8fc9-5f2ffd4bcf53
ModelName:vFW 6e73b044-2a72-nodes.vsnCvfc
ModelUuid:1804a21b-4911-461a-ab9c-5161a5e2cc87
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:77de71c6-a704-4a12-8131-ebe7dff762a7
ModelInvariantUuid:ebb5c2c9-40ec-43f8-aeba-2a30715781d9
ModelName:Vfw6e73b0442a72.compute.nodes.heat.vsn
ModelUuid:fd64de40-e73b-46c1-a191-4e2a8301a19b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:17c8e74d-6354-42c1-8b1b-61f3af1a1391
ModelInvariantUuid:513ca2b0-4ff8-41d9-8238-544649f68051
ModelName:vFW 6e73b044-2a72-nodes.vpgCvfc
ModelUuid:efa0fa58-5db4-4544-b87d-208035c3f329
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:321e4b66-66ca-405a-9be9-719608126649
ModelInvariantUuid:567b0070-a3b9-4cc4-801e-86acbbaf9577
ModelName:Vfw6e73b0442a72.compute.nodes.heat.vpg
ModelUuid:a0fd4ea6-5a05-406c-bed8-9778a2d0f742
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-05-20T03:07:22.243Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fcee2bb8-e4a7-4d77-ace7-e389814669d5
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-05-20T03:07:22.246Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||vFW 6e73b044-2a72 0
2021-05-20T03:07:22.246Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fcee2bb8-e4a7-4d77-ace7-e389814669d5
2021-05-20T03:07:22.246Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: b86fadd3-d8f9-4bb2-bfd1-6f9132a999ac from URL: /sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json
2021-05-20T03:07:22.246Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:07:22.246Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json
2021-05-20T03:07:22.598Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:07:22.598Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json b86fadd3-d8f9-4bb2-bfd1-6f9132a999ac 785
2021-05-20T03:07:22.599Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json ASDC sendASDCNotification
2021-05-20T03:07:22.599Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json
2021-05-20T03:07:22.599Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:07:22.599Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:22.602Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:22.602Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480042599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:07:22.702Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:07:22.703Z||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-05-20T03:07:22.704Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:22.713Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:22.714Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:07:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T03:07:23.603Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6e73b0442a72..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "815e5cfb-201a-4e18-91fd-c6c13007096a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d601e67a-c0ba-4128-b13f-2a33c9b3570d",
    "vfModuleModelCustomizationUUID": "5e464fb4-f07a-4877-808d-7c361db5886c",
    "isBase": true,
    "artifacts": [
      "3ea6cbec-e6a0-4c36-9e0c-a48a31faa9d3",
      "74f0f3e9-cd93-42ad-a3c7-7eb21590247d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-20T03:07:23.609Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6e73b0442a72..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d601e67a-c0ba-4128-b13f-2a33c9b3570d
VfModuleModelInvariantUUID:815e5cfb-201a-4e18-91fd-c6c13007096a
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ea6cbec-e6a0-4c36-9e0c-a48a31faa9d3
,
74f0f3e9-cd93-42ad-a3c7-7eb21590247d

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

isBase:true


}

2021-05-20T03:07:23.613Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6e73b0442a72..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "815e5cfb-201a-4e18-91fd-c6c13007096a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d601e67a-c0ba-4128-b13f-2a33c9b3570d",
    "vfModuleModelCustomizationUUID": "5e464fb4-f07a-4877-808d-7c361db5886c",
    "isBase": true,
    "artifacts": [
      "3ea6cbec-e6a0-4c36-9e0c-a48a31faa9d3",
      "74f0f3e9-cd93-42ad-a3c7-7eb21590247d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-20T03:07:23.614Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6e73b0442a72..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d601e67a-c0ba-4128-b13f-2a33c9b3570d
VfModuleModelInvariantUUID:815e5cfb-201a-4e18-91fd-c6c13007096a
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ea6cbec-e6a0-4c36-9e0c-a48a31faa9d3
,
74f0f3e9-cd93-42ad-a3c7-7eb21590247d

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

isBase:true


}

2021-05-20T03:07:23.614Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 3ea6cbec-e6a0-4c36-9e0c-a48a31faa9d3 from URL: /sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml
2021-05-20T03:07:23.614Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:07:23.628Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml
2021-05-20T03:07:24.318Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:07:24.319Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml 3ea6cbec-e6a0-4c36-9e0c-a48a31faa9d3 20368
2021-05-20T03:07:24.319Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-20T03:07:24.320Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml
2021-05-20T03:07:24.320Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:07:24.320Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:24.322Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:24.322Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480044319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:07:24.422Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:07:24.423Z||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-05-20T03:07:24.423Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:24.432Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:24.433Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:07:25.322Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 74f0f3e9-cd93-42ad-a3c7-7eb21590247d from URL: /sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env
2021-05-20T03:07:25.323Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:07:25.323Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env
2021-05-20T03:07:26.464Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:07:26.465Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env 74f0f3e9-cd93-42ad-a3c7-7eb21590247d 2098
2021-05-20T03:07:26.466Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-20T03:07:26.466Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env
2021-05-20T03:07:26.466Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:07:26.466Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:26.470Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:26.470Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480046466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:07:26.569Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-20T03:07:26.570Z||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-05-20T03:07:26.570Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:26.579Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:26.580Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:07:27.471Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: d84dbac8-d20c-4cd4-a15e-21c311c6128a
2021-05-20T03:07:27.472Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6e73b044-2a72 0 fcee2bb8-e4a7-4d77-ace7-e389814669d5 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-05-20T03:07:27.491Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:27.528Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:27.528Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: 52e5cbb6-9303-4150-862b-9eae6ca84398 
2021-05-20T03:07:27.529Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: 52e5cbb6-9303-4150-862b-9eae6ca84398
2021-05-20T03:07:27.530Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel to get resource 
2021-05-20T03:07:27.531Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel
2021-05-20T03:07:27.532Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|INFO|500||Invoke
2021-05-20T03:07:27.532Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|DEBUG|500||===========================request begin================================================
2021-05-20T03:07:27.532Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel
2021-05-20T03:07:27.533Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|DEBUG|500||Method      : GET
2021-05-20T03:07:27.533Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/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:"8e54a8bb-dada-4bb3-9fd7-81075739b3fd", X-RequestID:"8e54a8bb-dada-4bb3-9fd7-81075739b3fd", X-TransactionID:"8e54a8bb-dada-4bb3-9fd7-81075739b3fd", X-ECOMP-RequestID:"8e54a8bb-dada-4bb3-9fd7-81075739b3fd", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"54b9b949-914a-423b-b6d8-51dbf346dc29"]
2021-05-20T03:07:27.533Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|DEBUG|500||Request body: 
2021-05-20T03:07:27.533Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|DEBUG|500||==========================request end================================================
2021-05-20T03:07:28.069Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|DEBUG|500||============================response begin==========================================
2021-05-20T03:07:28.069Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|DEBUG|500||Status code  : 200 OK
2021-05-20T03:07:28.069Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|DEBUG|500||Status text  : OK
2021-05-20T03:07:28.070Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-Vfw6e73b0442a72-csar.csar"", Content-MD5:"ZTFkZmVjYWNiNGQ3NmI4NzI4OWYzYzVlOTcyZDI2ZjU=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"8e54a8bb-dada-4bb3-9fd7-81075739b3fd", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-05-20T03:07:28.089Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|DEBUG|500||Response body: PKN�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPKN�RTOSCA-Metadata/TOSCA.metaM�M
�0��9E.���b!�u��-��:�@2)Ɉ��f���x�}4��"��X��1�@Z�F�qxl�N����VǬ���B�#�8ǬN�X�\Iˍ�#���sYX������Z�[��WWJ��7�� V��&#���Z8���$�PKY`����PKO�R1Definitions/resource-Vfw6e73b0442a72-template.yml�]�w�8�����ά�p�w�-M�6�i����{a� Nm�v���Gt�'g�g�Y
H[�}��?�4J\�x�� 
�0qv0N�?�i�*	֛t��z�؎����)x�a��ӛ���7�td�p>3-63Nj��\��e�	�FS�.F>�����].��bd�̱=���t�4�����b�
�`
��w_�)����xl�l��x0q�`�f}��Ћb#������đ�uST,}� ���?]���(~zc��!�=K�����2Ic�U�amc�f���Բ��pd�.0��4�[%/�
����X�Z�?E\�o�K�h�z���(N�7��F�^%xV
�V�B�`�^��x��Hj���6`��֋�ϋ�1\�l��M�l�EQ�>���R����&Zn������(�钥��e��2[�ma
c���ݢ����/��N!�X��U5q�\�6��;ߕi�W��ܻ�|٢b;j㢶��q��lS:�����W��x�����mju��Y�1�A�� ��R<�2SV� ����=f��?��!�*z�n�̚��\��Mjm�:�^�)�mG!s���ެ�+�$���R�?Ң���<�yw������l��z����#[�ٲ%á�����".9�\&	��G��(��a�0/��	�¹�.sݒP�?�P�?�vt���b7�HB-�H����������?��2T�0�HU:���6D>Q
�z�&v��l+/��)lW��^�t>���в������ �/+��EN�8�0���$F�R#H�$�}=�O�g��]�;L3��iC����a�=1�1H��>�ժh0��l�9c`��|tI��+��b'������6�?����w�~�4Ώ>�N/O����`
�`�F^��=L���!9�k�ވ|4�I
B����f	�m=N�7�%r�$gN�1;}q���c������ˏ��I�o�ɚ0
Q�W�`��	����u�-\\������	t���c����хquz|syv}g���|s��߼:t�q�>�qS��d�r����	��z���?�����>G�0Ȳkl�i��F��p�z���~�:+;�B�D�d�.�(5n.�6|,X�W瘊�J$lOًO헌}7��Ǹ�R_`~u/n�k���ڞ�
������~�J�d��9���H���G�g�g����/�egc�0L΀<@ǍV+4H�ma�3��'1�b�O��N��	��
ees��Jc������h6�Q�iϭs��B֭(n������hmP9\aPn��Y���E~כ�� �q��8���CA���DUx��2�V�*��1D_\��]���4��bU�H�	J�Bb���f�o�J�@R�Z�GĘ�j�I?����TH�3d�I�neKH�Gr<����_K��˼Bt���䠏�d�����1R��a�d�>����5�����>F��C�����!v�K%w��~-QEc�8�O��h��~��\�lܫ��w��5�-�"��{}��ۼ������/��\3<��k+�G~����)�߼�9��1�5.I�z�g�I����b�U��<&B}&�cV�Dd̈́�'�W]����u��45��J2N^ձO]��A�GJtx��˧�w<��f��i�>i�ō����~g��ڲ�b�����
�T]JQW�;U��_����g����yrt}��e�ME}����
Ȍ悦6�5�N����Psf��B����i}!BN��։� yER�H�����J�����8�eǃ��������5c�q��wJ�s�^�w���c'�Ju.�I�"��{� �}� W]*nQ���Z<��{����&ySf<���Yc{�J�o�ܩ��{zt�`�!���
��5B���p�iw�&Ѥb(��؁`�'؟���9x��F۰͓u�O§DZE��@I��Dg��%*��v�7���&Ƀ'�8B������~r���ϓ�/Go��/'_���uw�^��﷛������zrly}��q�ނg�ӯ��O?�y��~���N�:~|���g��js4��`�5\��\]ڻ��������a|�\X����'�W������w9y�\
ݿ_�����Q����Q���������o�"h_
�Oן϶�Ǘ�;�t|}w�0�v}||:�p�{��
�1����������?N�~�~�~������~z����:[o�^n�M?ޝ�]���ﯦ�ǧ��nxb�����]�e]O���������~9����������?w�(����?���������d�~���^O��p���'��_~x����u��S�v��R{X��8���l$6�T��� M?��maJ�tŒ�����0Ax��h��҉���+G���tW��s`�k�G������1��6"� ��5R���pp?�OE�?F��������%"��|ę�2e]�[�l�Xz$�<�Vd���9(0+�s�DHc�k mX�p
̥5�̱5��g��������˲n^e9���|̱?����dn.��g.�t4C�O�Ӳ��MR�����.�����v'3�\.ݑ9v�S��9�x��|<�fs��_b4�(����%+�H���#�4c�ιdN�P
�B$X��?�ao���g��.e�DZ�]�����5�e�1NWpMxmf�u�~�a�0
��K;KH>zֈQ����� ����BQf���n�|����Jh�!3m*�|
<bD��z��j�7�u�n��Hu�;Xu�O�,^)��fhZ���#�3C�
I�v�JN%Z�imvqz��h�Z|q� +�BV�������V�z. �E{�kRQ;�U��2u�@�V��Q�駴j(�(���Z��i ��{֔Hi��/�/�/[UaX�3K%��(m��A�u1[�cH�h�M�#�W��S
�bE�����V�0��
d�3|�
o����D�K��ރm��h"v%�O��m}T����� �>� ��b���I�F�$So�B�I�vQ���r�F����0e1�e1�l��J�!���c��l6�����Qd5�$	�J/-�&�����!g�֐���;����~���'�2�ºj�;[7�k��r��#ڋ�R�S�H�B����h�Am���F� ���8D��c��k������⥀)B����4<�V�:a]�2�3�e}@p��1X
�����hڣ.yZ�C�����R��lQ�U
�h�����<�r��ZU��;!�N�I�2���ʉ����֦Em���l�(��*+�PV��6/�]9K}HI����>�Q�T��Q�PzZEv�{\I-�%���ix�lC����Q�^ag��,���:��C��e!mP�r50f�#Bz��f��Q�vu0�5ߧ������ϰ��y3�R]������"�T�D.j�AA~5�
H�!���>��Wf��a��T����X�E���	�����_�fT���.�3,8c��ˆ�-�����#��	�i�R愬V�J��������\�_̦���'3s<��&X��&�����_�Un�_�?�п8�g��'��\����}�7��b4�[�dd�����o�.̉?�}o�t�ɨ!������4��6�S �\���F������g<��c�O��!$����5��C�D�Sl�N�@N�w����_��8������/�^�u�=�����Z}˓���k��(δ6����N� r	u+�\$I7zM=�"���F2�/;B������:b��O�{D4IG�0w�_.���sRܩ<��6(:�^���Mr�K�2Y���C�끂QS"�!g�P0}�G"(��U6)�
F�]q�}����3�{��'Z"0��v��}��Tr#��b� 2`i�i#�r��prg$�B��(
n.�O���r�}Hg@�2�,u���L�DH3��mZzN�K��f<_��;+�W��JT^A!춍��lC� � �¹5!�ʄ���D�
�։.�J���42��ל�遷D�L�I<,��4�bݹ%��*X�fb\��M{��ug�YԱ�5T��4Z�]uT�Q�j
$�%"xn���4Y���[`���H�gب��l7+�}1��Nn�?�B�����!��]
tӄ	��
i��3�,Xޙ�|����T���W�S<\Gt����R�JJ�m�PR�^v����r_�.���*>�M�Py�j�~S�F���*�B��B�lʌI��MyGp_��åe�}n�moa·��9���?�[��M�>�|0Ae������r>�̡5�Fw䏆�j2�{���l������9_�Ksj�#���-�&�8��+N��s(�{�/;#+X���,�=��G�s�h~=�hs�rPE��T�m��.�.KNb�6��X�|q�TZ�zO�/�Eu����kw�X��Fp@;)A��� z��5���ܻ4���pd�Ox+��3�
�����~	�x��<���䠾��Kvࠗ�Ru����K�5��Ő�o��%�t��fna"�'���rԨщl�қ��EV&Sy�
wG�s���	s����x��(�C8�cm���2%ʍG���:�	w�;���~q���f�Fy��iŽS��{1�h]f�+�^�ϕg�~�/��m1Ź���P �V��6�N����dR��N> ���R%Ȧ�<@N6�
��T�r�mM�ϻ����<�n1��\��:$�WND���bz�W��Z���L��c&;xJܔo��V��S��<�
)��Lg��gG� �Cs�ʕ�}l=9ھ+�1Yn��T�9����O����
�:�J��<����� ���
j���������q��KGi�Z�g���ufFC
���t�ui���Qt��������%H򫹲���4�N^+������
o�,KX}�M�R�va�ay_�,����ʾ	@�%�my��
�1�Y&h�F����G#oTݐ�WS���2����ۣ��\LF��\NGS�?~]U!7�#}<�YEO�7�=$W�l?����2Z
d�`P67�S��%�1�������]��I�-�ĬЫ���nnO�����в�;{n.l�3ݩk�,kf-��N���mj�p:�k-Q}{87���7�`4r��dfy���m��16�DV�fS��Ȁ�U��d����\����%o3�W-=���r
�A*ZmװPfe�������9Ұ�8q�@�Ŭ"-%GrԀc稼g�,c�0�2Φ���!ܺ�ƒp��LZ�s��JP���c���M�~Q�)"j��r�.�u�4�����R�	�%(0']�-��HLy�5��K"v��@�#�i+�g��}4�����\�!+�fd��e�4v5b��
B�BY�F��XF�� ��1WS���N͹3FR+K�%rxA����Җ��	'���̀��]aXj�(�Tnk�d��xʩ�P�@9ui� &�IZ7��o>ʪL���x���J[ӎ'�,�IUd5�7�K��}�oK?"+���+2W���-b����[5x�oגd��+Tg����RP�`��2WQUGs�3"J|3�Ei�P�%
�BJd��
	�V�(���d5Ԉ1��}��'��Z"u�9.��(��v��E�}�r4�A:��.���b|jC�n5j�o��C�ti��|b��<��Hɨ�Uh�F;ϐ*���{�ASw%O�X���'$��ҟe�ek!Aɝ�����	e��-A�����^yB��ˏS��zW�rTi,���	
L7C};$��H���ҏ��)0GD�7�7���S�M�&�$�_�U���x�!�{��.y�bPo|�-C��l�Rɲ0���1��DLA):D�&r��;	O�U��'�_�*���	�����T��b|���L��8F�C]e_t�-Q�x?*!Q��4yb]Ő�fq��k�Y%a��U�EI�q��S��(\��=�XP���n�H�-��A�*ڤ߀�_��@٭�,]-�x�D�D��Y�,J�+����Ei�Z�{���H��b�u�4�V�OA�.h�,��d5)�gIS�K�d$cC"�� ��V�A���c6�����Y�����eM���[���QR�!�>�������g&����^�aZ=Z#U2SH�,J�x�s1\�(��]�b!5���{�,蒗R"�F$U�AܢDK4�Q6�TWq���Q�-�>�s�u�n
�D��kB�R�:�@��$������h��1x‘�i��cP/��.�˯��F^�����
�+�)O���|Y�� �3%N7x#��b+��DX���̓+h��D��=i��${�=�
̬ͥR4������1#v`�
�Ҿ�Ǐ��5�~��"��U�<�^fD+�&��!ـ���0�C:?��)�4��AQ����nD1��\C��)�nbX�������� ��X'��,.����r�U�a�s��Z�t�<�61���p�~SB0�22�
0�b@��Fk���k�C��
�D��ۉk�#��5�D���Ԯśx>����'ѼD2�bD�
kg$Ts�RG��c�|ES�D���aI]��Fb1�>�iF��(��P4a8��{��L�6�e������1_�1�/_1x�,���w��5oefQ:��2��#T�)5n�^�0��)��2���ن���w��ܔvؽ4>#ǁ�3���������Bn:��=��A��Q
�L}y到�5���\_�� �>j��dQB�+�46RJ�.���heG��h�Ǿ	X��.����bao�r4v&|�^.�R$��O����C�w�C鎜���1���a퍧�ڵ�����U���wV��`.�ԧ�ds�R��dc�=�����Z)�۬C#�H8jO�2=��$Ph�x5*�W��x�*)���>�-ujK&��)I*M�g��?\�w�S�z��T������; #w2�"�J���Wa���l��qr�D%�_�+��b'�PU���x��.W��=X'�µ�����9�գ�I��;��)��R���ڰ�gţs���W婯����e���n"�+���ȶ'���x�:n�Z��@s�zE�֚��Y5��o$~���O��U8I�Y؃IpOpf�����g��Q�=H�A���\$Q^�)�Zmv�=Gz�[�h�����K�Q����sEպQ��'����j�������ѥ���k�ɤv'���+je�r�op�+����1S4TC��~��� VC%tyD{]V-���5������jm�¼�4�s�n���6��"&P�x���6t����3T5��<��"]�m�ُ-r��'4�I�K�����Ťn��U���ĔTGR�	-A���F?$,��$1m5f��&�'ݼ�_��3�U���[E�ީ"v�����"}�rԞ�}�V��Þ��Q���o�U���<���&��D��� �X�=���|���\%�HN�&
?����m�훌u�mŴU/��im=�;B/����PKe�J� �PKP�R;Definitions/resource-Vfw6e73b0442a72-template-interface.yml�]is�H����
}{��16x��0��I��`;�[�TBj@�BR�@ȯ���!����OՔr����g�8�-K�B��:����X6�r!8�W�:65"Τ�&���������9tC!��?U#���X�/ɑ���|�~|/K��W5xi������$on#�L<��"xxhn�)���k��T9����I�
�7�T�c�A�X1Z�a
k�It"c�f�p-��&���`zF�9���4���
��	Qāe�/��X�ێ%�Nͧ�ӕ����Zs�	�����9Dv``Ɨ"��x>G_;�\͹����y�~TkE���\�VU��Ȗ-�t]U�;cx�*�PP)VӉ�A8��ahD��2���������S�׉`$�W8�	=;}�@�S�H���~G!"�O�� �o��b,�InOE)
'b��"��U
>�}J�w�#�&|�����.�ax������oj������kM!U&0wI��?æ�"D6
�LZs[O�ej��VP�����Le�aP���Qg:��x��IT�ݑT=���=9*�'������{]c�L%��B[.o�ܱ(��}� ~ڸMR'yS/x�+���
&�I�(yN�>SpL��8�0�˳�q�2n���D@f�"�R~P��5�uL���?�/Ņ;R�I��j��
�'k��XA"9�E���B�!1	uظpbn�"�D��V����1����džg3���u���Bv��^p�轿��� �R5����h�a?��E����"��0|��NEOH`.`�O�@��XJ}xX.a`W��)#�T6��̔hB^l��jO�����m��_�@����-9�Q`T���kӰ�;����#//'PrI������f4�v�jQҠ�[���O��������HP�r�ÚJ�B�
�����6�p�p�؁�I'%ӀN�x��}Hf.�n�5�V�a��>C�w�Ƿ欽�ȹKlJ���no3M7��`��7�2����|���[�=��������{�d閼a���p=D��`ANv������ދ;�I��#L�bȆ���l���Df�|�(�&���x��D�qb�>-םk�i��2~F�o�i9��w����^���&��0c�,8� ���f�-��XJ��ǮI�ؗ������B����D��
��׈O�-.��3ؙ(LX\H�C]aW��]�H���	�~�
���R�q�=f!`hJZk�b�<��J�Q���F�?�	J5�$-0A�Q8�T~���R!�o4L���U�R�#7ݢ�ī�jy#Ww�����"�N��;�(�2�Ѱˠ`X�F�*�X�h�.I[\;�r�iho%}�hom����zsw��R9�.XYgq�`p��1�.��
�C|�d6C�pP���۳�K4��/\7��U��]d�.��Dn�e&ӞL��(���Gc�]G����8$B���"A�e���6�@�x���eX�r멳4��&3o���֚��N�N�w2��<�>Y>�Қ��:~�C���(��D+N�󄁘��	�������ʀBf�Q6����1?ᅕ0
^��b�Ym	x��y��&-t6�`�L��UN��;:����U��x���Uo�'�!�K�4��&�0���Y%�_2����e��<�1��Qǩ� ��JCdY/�H{E�TA�_��dc?S�a�����83}BY+Z�R
����jh#$��?�$(bV�cX��Tƪ���z���͊�7���e��Uo�zS[)����M���!N��1;�(�^bM���\��`�bh[��z��D౲L�/fڭI�}�Ż$��v�r��Rz"��~�q�����u�z���u��d?!
a�	i��
z�*[޺1W�p
�-լ�&a��{��3G�y���s 8�s���ڰ2Z�=3�
�����;k�)�7�X*� �����;�H�y,ݢ2��t�R0/��^�}.�P��fو�����+/ ��9���B[��2�5���Txm���U�3u�I����A��I�	��oR`2�����#9����v�x�f�7�b$^�	L���]���6!��1N�U��$K��k�`ז�UB��b
�Ns$�%UX�>m�8�>Oba�<�)�:Ȅ���Ui�L��]������X`W(l7����ԫ0�	�
��}����[$g	�y'�B�~؉z�o���9�v��\Q�/g<;��D�����3�`���É�����M�_(#�������O�Ţj�i�K�2�9�ܛÓ��LA��]b�Ϣ[�P�(}��
Jxʢ\��8�b�p-'��o3Wo;��72l�`����;���p]A%��~���1p��EZp�=N�ܹc��P��H�?�"-�A��`��t-���ލ<�s�7z���`/lr�峭PC�����b�l��@����G�BHZ.���aem�)�dq$����őB�K�m���)�b�y�,�Pc�Q���%K咅+h`Il�$��T�bmȚ�
��ۣ�����&�Ʌ]],b�
a��D�l"B,�0���Qw�����N�x���]�p��R4
�G�T��,��,	i��~��6��AU�&�x��-q�c^H`�j�o�ҥ^
��7R�&ߧ�чkN><ח0Z%o��Gl﹚la�#؎hB���ZU�Q{�޼��k�z �boJ9iuQ��aU�
�Z��Fb0殺��{*o�t��SX�`
Kv}�9NPլ���7�D:[��H��f�J����nO�q�V��#�t+U"z#�]�Ulfh��Zzy�ag)h����A�n�q�3G�t��E�%K�%
�5��K)��WA&�Ĝ!쑝_Z�Յ�v!ZLɲ�%,(ZH��t��}�	��:��]�yD�>W`�pH�玎W���BvW�����:�{��5�G��q���!�:AI�)+�1�UÈ�K���8��՚0�ze�`�ͷ�!~DY��Ig��צ�pC.�*���x�fu�&�V�J	�����_$X�AJ�@�6��WUVr̡��kн~��S���a̝:Ѽn5�H5���ٵ��"�N/�ܢ��w����,�0�-+�%�[���[���}����ۅ�󼬼�������Ƥ�h�d����w+y��>�j�ߵ;�7�-X���j��ܵ�R\V�L���2w��mqm�c�[^�;�)pP�;�[\�{:�������cX��j+�Ҳ(/aR�]J%V�M�dr�U�;Z(Ekr�U�5[Z��PK�o�9F�PKP�R,Definitions/resource-Novaserver-template.yml�WKs�F��W�m�l�f�9؛%E�˯CR)�Hj��f���M忧{Fa� WN�/rO?�~���	�RȄNhe�%�#���y!!Z�\F�����)w|t˜PKnW��qr5b)���a��z��� �N|>x�y�� 9����)J��y�g���i2t<t�=��9�Øs�>\�2+�È���߃AhHJ�&F΃��€�,���L�ƕ���d!�z�.��L���0�$"�2��-��u^���)������J�N3�P�j�n�R�2Q�b	
�V
�$��D�2e|Ʌ���[��)f�W��ȽE�
4�m�F/E
c��R�
�&X�똰�:��\�T�s��G��W[�M���#��k�f�n]��������`�#�(0"A�-�-lPΔ�+
�+�G�&�'�͈��.o�7T\߾x�������������0;rV�1��w�N�@�qvt��T�#Q�'t׹�G�Zre����{��m��ҤW��O�]�b�w�b�]�rJ�\h)�g&kZ�•�.�mr5Ȟ���6j3�����/�u��,醨,�;�\�nh���+9�2���a%U�T��7�ژ��`��Os����
�n`4��l�;�z@�^R w�Ұ�&e�Gd��~j�#�qi���Iݲ��jǀ�l3��$X;��N�;�@�|~�Ur}rE�H����{�Ր�Xk�Yt�6v���������a�Wv��������n�*j��^ ^X:\���`����n��l�z%&XXs?���6
|�b�@UT�mJ#�
�	�H �:��G�'TM�,&���t$TP���*�c�9�HEB5~0�����Y��^��� �[��I�Ԧ����o�/ln��1��hi�R�� 0���2�������*:�~TN��Yﱌ7Om��#�azVDقoM�ϐ��@{�G0m]���*�Q�ן捁�O=yc�eH6�b"���.CK�y����/c�>C)q
��8ŗ�*���ϖ��M��d��
`֑M�7Jso�pheb�t=��#P�������L�,�V���i��
�>������Ŏ�G�ݭ�i���`>C�M�SſeD���
Ϩ�
-�e������t�_�=]�E㏳#J�M��'v�K�ҽ�,��lsiQ���ĕ��Q�E�=�|��| nn������Z�\���Ec�<�Ra���w�̆1mo-�:@S��nق��I,c������Pa��ű�2�����!,ɴ�<��݋���^��>8�;K.K`4�m�����?˟�i���KE���PK�UG��PKP�R)Definitions/resource-Compute-template.yml�V�r�8��+p�́*mcY�yIR9����\RS,lJ(c��<���qM&JE3N9��.`�C��
@�^�$�\�5>ّ�X�,�*/u�(�s��i2i
<��#Ƥ�q'�	���똥�|��/����D��-g��j�F��r����l1O�������,�s����߫���LLgg��`�5�����p�5�;*y2�3�qŬc;�B���b+
U"OQ��;�[�y������%eaK�،أT���J@���j��j��)W�P��\(�-��� `]�no.޳�>T���7�;����t<��1�̿���ꨛR�k�^�Н����p�jK��(���VPV-[�2T�V/x�S�0CH_�B��P~+�v�h�g�!�����*)�ry��n�
��>�'��U�Ia=��&mc7��?��,ɝ��vgmh!��؋�;�},��x߇Qlj6����!��sdē9�"6��7�����םlǕ̒f��Nb�:-cuk�� �'[��4�4>�ۦ��tb��& ip|�hy�YΕ����xiM}�ӿ5��(,�'��u_dH语�'8��$�<IJj-ۜ��OH�-haf��~��_���员q�ᩭ%+xZ���s�kG촪
q��.P}o?����S��ʚ�q���^�����<<�ܯ� kp��֦ԉ(�g~�C����|<������q�9�&��
�����n<��%�3�����;'4���h���;^�>�(�SQ&>X�7�,�']���!_��'���cկç�%=�7t:X��y�_��m���PKA|�T��
PKP�R=Definitions/resource-Vfw6e73b0442a72NodesVpgcvfc-template.yml�ێ۸�=_���}�!��yKg3���`�L��Ey�Ȓ+���~}u%%R"e;I�z�EF�����s�,N	v<�Q�q�:'����+�_���R��Cg�L��i�=��7�D'�8ʾ~��ۍ���	��6Z��-��mf�
Z.���_m������Ƕ����shc��Y{hfo������l�#��7���֊��
�fx=CQ��tr:�nO>�q�I�C�s~3�_,6��^�g�YAjS�Y8�"�f��]YOw����Ow��������;�h0��m�s�,�$��	M�cB���8����=�ٳ9�-F�՚������GR�ͷӉ����p��.�o߾����,�y��l,�B�P��u�K�:l.���|O��A�-ៗC�\+���0VxQ�%�QU<)_�0 -�ճr��8+���5_��Ѐb� �h�cBE�K�'�{�`���aGdFA�`�m��%���,���)��/YT �_�}����a���=�]>�NH���Le���}P夕���^�-�OX����LqƖPg�n�|��p�~j���L�pr��u���yI�G��|�x�0��`�l%޽:�������T����G���������D4�'ߜ$K���'D��QB�s��O�4�~[�fN��� 7D�đ�I�W��>�^�qc����)�{s��!�3J�G����{U��ȄA���bY��:)y�{\AV�q���p�l�&�����|8� 3�%چ�	��;�8�I��	Hw|�ȰGK��q���U�W:������3"�/�,�~����U;�0�3��fM*�����`o��YE�O�pV�+��Gz^����a����w<���Ȋ�-�{%[@%&��:}`H���V���3T�Ue�tn���#�N�|P߰���O�ꜚ�h�Χ��������1c�;]�?��".O� ��{M����-`)=���6��e'E�5��x����hSଊ�k���9�x1G�n&�
��K�f�]-��丈L	&K�z�Z���,�-�-n����7�q_�5Ɵ	=�Ȍ�<,l��._�:������4�I��,�Hid��cY8��2v��Yu�h���>n���h��J�ͻ��W���b�Q@7���Y��t��A����
:�jL�*������N�ݰ��v����G
�+7-��6�JJ�o�1Zc�*��|�X��)5zeIX/Oa�U���v�fFU���u92,��Uի1�S`�A�4 ��:=���nr5��ꋲ�
촛q��U "��Qt���=M���G}H�Y��z�I��HQ;2oA}m��/ϫ|3+ᵳc�UD�jD�qls��y�/a��g&�����@1��v��P*�q���{m�5!�(�*jY*�>��11�8��)Ȕ_�32웥��\�Z��"���5�:�(.���/D1;.��|���5�7Fc;�ѩ{%��'�g��� �ԓs*�Y��@Yh�L�UT�"��A��P�VVV.����b��3X���7��g�j)u���5� ���fs3;Q4�tI�'�":�k�x2��C77:��42�O�a�F)���E���$��~��޻3��]�#U����9���[���Jr22�+��>S��ΖHg/$�u׫��6�{�������H1[ɓ�U����۲TMY"�����^y`���y	`���9����{�4է��D���^�h�Щ��V����n���=]�e9U�'I���nݑ�S�MG�IGw��w��>nȻu�|J��=b�#����\)��;�R~���_%�3�^*U��>���kn�P0�B��a�7����[�����	Ê�9Y���{�/�U�Rz�.��eT�6g�/f�j���g@��<�0ê����H5@�OE?Ψ+,���"��w��V��{�x3��0ݾ���}��*U��,U�Q�O�z��n��������o9G��z���w��������g>�1^F�rd=9W���/E3�bFu��.�D�S�N�;�{?ڕܧ)k��^j���:��i4�yGW�}t�{�SE�;ct���}#���>����+,U�怌ݙ��^ґ=�t;��
���y˷.��Dǵ�J/WD��3t�<}{�_PK������kPKP�RGDefinitions/resource-Vfw6e73b0442a72NodesVpgcvfc-template-interface.yml�]_o�6��[�+$ۢ��v���b��84MۼH�JR��>�
)ɦ$ʖK�q̓C����o�3�#).1J�dAU�3������&R摤Y��d��4�N���P��w�s?"�[Дܔ�&K��)�6y��.��c��M��f���*H�o+�7�6T����ZeI�8�)ŭ.벪
b����]�*6�`���X�<'�`�� ��x�������䷟gW������24�J �v?J٭�e���&�d!xv�G����ӝi��+v��PY��P��@)��ҫ�����Dpf� ���n"�O�r[(�?d����3�\��2�S�H)��-��a�*R� Qw7��b��(��=�TR0�"X��Z�*aJ�ǖR���,����$�H�v�k
M�lW�?�߬���"rz�:e�0�AAWCVK3�d	Cu�U����`�X�H,hn��ID��ܭ�u�,R��Bs�*�?`���
Y1�����Xj���Vr�P1p+%]2'@]�{nS.�%���j��S�)Y���˒D�)�y����y��C�8r�es�QZ�+��?����V!��)����6?Z�|2��^�jT��/P�b��%y���Fv�Z�t��p
��݁�ti������53���d�zJ/�q���)?4׮�r��5�)�
����m�N�.��S���y���ﱁP��'�e��"CjdP�y��z���M�gl��}&�)L}p�>��I���WH7�撆w���n��Fe�ɰ(t����ܚ��2?U+�@�8-�
�G�{Cd��F�ðeU[�C�H�qF�QE���-�vo{�B1A�J}][��z��寇��ܖA@A�I��^-�G[����ww�]�5���ZnTrj�#��x�R�$u���P��_��ҝ\��JY�Ԡ�o��k~{���

�k���t5��0g��ٱ�9X�[a�BЬ���%�{!��O����h8@����ێ����z�o;!T����:���
v��67&���-n*���z|; ���M*ާ��z�ndS.����qr��zl�l�D/+Xy�W#�q�ni{���+�ul�����z��9��\|Gz��C��O5�i�C�U$��T&���6� HA�p:�}L�z�P�u����i�7�@����(�c0�Ky�}Fr�Z��뿐��N�(0�����0~x�;:�X��3Q2D�@N�6<�;}^e�u�����c9xܺ�<=K��L���;6JV�s"U��H�hJ�cL�EN�%��m�9���z�?�ڰW��
u�X�6^n/W��c|ڳ�>��p@ø�P%��Ds��S��
�{��a�Q��C�tJ3�����P��h��O6U���N�/⤫����V����zOPuc�ds�������ۇ�b����Ⱥy$���T�ʼP��pwK)d�}�>���V��vi	�W$#����
�H�)e�1a�x�â����=��6���TsH�'󋗕�[,����@�r��VY8�;z�����!B56`.�@'�k�
��
6Mx���~W��u�;��l�Xڪ_�[.d=���9�/Y������!���a�i�ɦ���j�H鷾"�
t��~��^�„�o��VH<#�)�=p4��N��v+��A(9.�p8�ί_U�c��jНd}���b���d�v
��
�ߧ�ou��uVP(�8���*#Z��i�p�{$����N��vé��SM���2F����oǻWp�2��1�P��0�Eæ����E %����rB@r�P�Ia)[���>�`0�1��`�o!��K�XU?y�w��{������C��m��|	�ĽT��z:����6!��n:��ثϸ�9��P0r�X�e˹
W��Lj���K
*&|���9p8�g_��<�Yp%#�Gz����6^�9ݻָs�s��%ן�!�v$WC����m����ַ���N��\�QQD�9q73�ǭj	{���R�Q=��o��g��q�6@�����W��;�����޴})��;�$5oo�+����24#�_X��.\�`/y$)e��d�\4��n*�����(M$��Α�1�w\q�b�0��X�t�K�D��PK�c��	��PKP�R=Definitions/resource-Vfw6e73b0442a72NodesVfwcvfc-template.yml�]Y��8~�_����6��]o�5ݻ�SS��F�!@����\���Mq$�8�j6�1��T*���OI��t��^�Al>�(�\kI�*�Ng�����+suu"	vp���4�p�� ����/�������E���D���FX��{�w��:,�xTYab�-[6"��6��F��!c�\�{���
�D�������[[���x�� tH�xpo\��_v䝓T�����BZ�|����D�b�Gñ�8���@��X�?�������	9�����ȣu��z�ފ��	<�H^"�� �Fךk,W�R_#}cc�1v���J~!>�1��n�X�k����o/'��wﮠ#�(���Pڰ������2u<�|xI{���)@��m|Ɩ�Cw�E����qj�ޙ)˼���–ʞ�ϡ�ٍ*�gya�񭗪=.���zyAB"ۄ>���>Ĕ����3�R&lz�bѬ�<%��Daps�e��)	�������n�t�}օ���C�w`\��55!!�]U�h!q�����6���z���v�L��d�i����X��%x8���:N_��<��C�y{�|�8��h��Jx|6�������P��6Ag&ثy	�Q�|�y��(o��f:r�q@��0��S����$��^��8��� ���ؾ''\P�at\�g���-�_��o��DZwN�1f�ܔ:&�%�g��d��?q���K%H��dU@���c���]t¶�ג��`Q_���O��x�B���:���b?&L����Wl�	!n}��Tc�F��i�F�����u
vu���k�|������p2]?��kk��m^�]��4Ǜ�"E*H�bO���GZ��s�5�qy6)���'���t�8��|���\��Ss�ɻ�d�>h�$��FC�
 c�I�f�Ȧ��K.�_k|Ltw����+��;�#����!bF!d�	>d����;D���ﱖ��o)�B���
��	m�Yn�G�j7a�|��˻�{�{?`���C��&��6�!	2^�+s'��c۷��TsQ`NWF�1�i��qF+���i�N�	~T|�������*Y��9���O���2��qr��Z}���eҊY&-���H��	��'y~�Y։&qx]�Gu`����ħ/���˽��@1�;1 Y�\��o6��;����i�����%�t�\IȕN�H�J�j�X�\��Ń��/��TM�����}���{d��mVK���a,��]�UI���	1�;g��H��
�ևZ9�Y���$�/q���S���o�����[���`� �5�hIv�`l�����厙bG�˶�p�������_��<���ٻ�E��g)=�}-L�I���5hr�(<5:�VoK�c�����}�(�������;��螠�	
��Y@
�ߣ�\J6��de��ITmKɅmyt�;:�C�Z>��+6�ܨW5M�oT�l���,��C$5��Z�Wk_;�V3�hCw-}��[�~XSik�E�m|�3��
v�M�?�f��K�����֔�z��[n?�jϦK�M���*-n�(Y`�N�Cre/���/'9T��F^9S�Ta�bµ�z�2�:(���T8��l�fڎ4��>��r����u�-
�tw��U�4�^�l� X���A�xS"���k�����Q�X�3��$�I��{��l~���Ù�fy����2C�s����9��S��f�M�=�0gwp�b���EQH���z�2�5i���8Lg�Q�:��1X�âa]�S����*.�6�YY��4e8�E{kC�F���ڻx�u���`���
�]#�7k�q�a�5���,��o�T8��=��#�_.�`�;�YY�a����ʩ�	惜/�:�1MÚ!��)��m��q����Z$$�����B �?\�]�.@�P�.�A�p9΀�����@0�I��b*˘S�2���Iљ��8�&����f�Ɂ�춈�Nm��`(������7��pg��>�7'™V��#ė3ibH�?�B��yU#`�t&
�a��{Lf�DP'WM�֫�
��C�����h�5h�;Y�=A+�ՊX+\��:�!���Ƃ���™ͱp�Q�U��ѐ� ��.��A��Ɗ�Ff��+�}��@������a�Q�Fa��:�����& /%��S��)��&��S=2��������)ɴ���b;���fGeY셆Ty��̃k/~4�5��-A�Nd��5��z��~m;h�\��8{t8��o�f�8�Z����A���f{����uF0���ʪ���
�`���%�
�؎p�rٹ�c/Kw7r���NU4��m�@@����P
�-�����'�Хv{S���ÉW�u���{WFe��"1Iu�K�����#|����>�R��-ӗjjA֟��n�#��4�׃�:�k��ϟͯ����ż�x[�P@)�7�+5��
4�m���#���h����"h)�������SF�vڵ���r~��x��}eSTUs����R��#`4R�E�5�E��E,����:%+�C�!A��΂��$��wE����U��X;;�<���G����EQ�)	+#ӆ�1�b����us�7~�)�mऻgd��3�����3�����2�s�Z"��^%V��h堆��9D^�̸.�96<��:M+�P#:�e����up�4t?D�
M�a����鸠�*`DTjp`ُr����СF���U��GX��0�����-��2
d����h+�%sqR�e]�ᾏe�e> +i�W�����
X�ZG�,����k��=9��C}ˠ�|G�z^���J�
�|e�z��$��T�,�����|@=�|22Q���4�l�y��s����|�y��3*�Q�i�r���ћ�Q��β��4�;~����T��?"8�jk���X\<,�������T;�&QP��j��R�v�'�I�c�3����>p��K�y0j�pj���
i@�ⴞ�3p�`������,����<`��
6��Zq]˔7Hrg�X2W�w&��?Q��Q��49wU��t�s*V�B9y]3H�����e�]����R��[�n�n�8�^0z���l�Pч,�{}��>�9����"Q�O�G�S=Z��N$����@븦❠=�sD�UC�_>D܍��b�!�]Q�V�Ox�VVH�!ZYO*8�.�����o��v��ȶU�ڒ#��J�nq?��NJ�'���yY:Ycpf\��sB^����x��!��-��R�� K���%O��|�N�����7��y��%����v�����iD.|(���P�a�L��6$�0��"$3l��;$��=t<�~!�洓���2�_�:{���P�l"�w]=�e�y�?�|��w´�+a�ǝ���rOd��$���'�CZ֯v�U���E���������I�AW��v����IN
�N
��c���5��ͬ���2�[
�_�PK{I��~��PKP�RGDefinitions/resource-Vfw6e73b0442a72NodesVfwcvfc-template-interface.yml�]�o�8߿���{4�[�Jy�dv�H;��d7/�r����9�t���_�|4І��ͮ��1�\?��ec$!
"�&�H¨v��q�I}I�$�q�GI\W?���Kq��;�����$��y��Ob�!��>mvP����hEb�٥�^t�8F��-I}��βf���������!˶���ɜn�W�YwT����o|�b�C��>ǂe<��n�������z��O��BՆVBr�Ï\w��s>f�9��(Xs�\wQo����Vߛr����0Y�Be�Q� q(�|
� ���}�
��gƟ��=O	z��DȪ���f����3\5c*�>�'�pI�)I����sp_0p#��h��(���Ϳ�aƉ�u�����ѢQ	��Њ�<�``\B7&v0AaP���v 
�8�bYEuY�*�jW=���o�b�["�2�~�1ӯ
��A�^��X��9T�[�z�g�^�RD���R;=x8=ڼn��.	�1�1n4~�t�"yM^@82��Բ�<	�$g�Wl��wii8������0��+8F�y����K�Cq#��]����~����'���U|$�B,~ߟeo-���Y�)3��>k!:Q���}��� 	��ipQ⪭��3���$K<�%+�=�� 5��JZ'<��d����]j��0�$��Y�yZm��f�^��Z�z��Mz{��P	l�P�����$�F}�'��)�@�$z~�
�&�����6���0�	�s�����t�>�� 	���5�	�Vxp�`ٛ.��qQ6q;�!���^&J�"@�;y+$p���/�w���v�Om�f�"1�c��3x�ޑ\�+C�K����"�X�6q{�C�������[=u�1�+�ae�^e�>�*a�
�	�	���׽ޘ��)R�&��z�%«W�ʺ�W��<O.Ip�����'����=j�����S4�ekBv*m��sڙ����S$8δ��$�uǘ`����s��ǫ�u
���~��',��|�涃�6�M{4�A����-&1��]��Fo1ȓs�E"\g����M� �^EaC��-�"�V�K%����L��>����Y	%����;������_���˧�
�4��|}����Q����ǫ�Zٍ؛+�Hz�и���)�l/W�WŁ'Y�"���oۢ��%v���٠oΥ
�Y&7L�ڃE*��9	��IԴ���Ip���τZO���8<����z-F&���iM�MUD�&C���~R�k.�i�k��&��*k�C_I���g�S\H�pK�����D\�ljn��t_�.�?d���f3�q1��1�������%�Z��-�aZl6m��	L0�?�����?d�;
Z�Z��L������AoT�=�>�/w��GXU�@~�
,XHc�s��M��S����)�!ָ����鱂��)��Ε���u�����*g�p�0M0)�k1
��(ܪ���&��覢8�m��$�$*�pP���Sj�b4�(�Dhj�,�^|İq��	�ahZ-u�ʭz:��?i�o�.���5,К�g�60����$|�Z㮟�մ���+n�gF]�0l,F���ա�+ [�>ݰ�[F%"tO^럏���=���؁o�b���@eI���6���iI�F��@�����(F�]��U��4��`�W�h�?E��8�x��1��Hu$C��b��b��x�صiN�9��ZӬ�)��AaP���(ֽ	K�ւi�([�jV��72����c��
b�\JN���ؼ�,��{I��k@7~��D���Y��$��Ć
ح�S6E���8��Xto+��'w@��ۅ���u�6����ם��������v攌S��Esu����ǁt�]>�����[kKo�
;f��0LB��{�V������Dݼ�����'@>��3��<��Ux�>��i��~�U�P��̥���l��^zb�m����C6pŢ�;y�N����@����ȦS/nX0x�֣	��:���0���'�3P�®}��;<���=��X�h��D�Ud|m�d"��I���c >Fj� �e�ةWqN�y�.��D�z��oJ�ܹ�7|���>0��������t-PA��`�
7���Y$��f��S@x?��Ԡ��lz�����Ȑ#t!��p����7Jn�`��#����$��m���N_~�)���a��?ۥp��5*(�g��OG#�R#L?܂zx.v6��b�_�q�᯴�����fP6��#N���d��rlL��_�59廂�$��Pw�����㍙W~�Ao�c�'�m�>|�����yi�etf�7�1�4bl��������eu���Ј*�+W�2:;�d�����E�6.�6E�:�����,�YsJ��t��=F��o��fk:�
6q���Pk��p��&&���D]��rn��
���4~���L[��5��w�I�?pL���$�P��|�dy�������pW�PF{�]&��~i8Ȇ�r�4���O
�b���w��ŵ7l0t�M������ǶYkt����s���V@5��6^���hf�L�eJ	9؛�3���3�ؙ�_`O?��z�`Ά��a�Qf��fH�t�x���K�%�ER��].d/���H9��@/%& �M�,���]tb
S�($.��-͚hfm\"If;9N��)�X�+��}?$���p�5��*M�ERRM���v��,x"�F0�A7�Y����s�W�
��|ρ�d����%V7S��k��AD?~o�n��ؿ.��\���P�墭X�g�4������w".,\�A�*Wd
K��r��k��з�O�!KfV�>�
�Z3���v�����fz�v*�䠍����H�ܶ��x�z�&�īdȻo_��#?55��Z��j�������ّԨ��*<����Wa��|U]�Ҁ`u�,M,���<~��*\�a?xx)ˮ6vn�1�(���p��KFQha���s�*1d.�p�C�@�d왪�����`(���W���q�<�Zz�)=��whx��	��vs:(�F��Ѱ>���U�#��ßWaM/W^�!�q\�"�<^AC��z��*۱�`�Qx}]i�ɉ�n�r^���Z���f�X������E�i���1rV���.V˵Y���x����B;����B���D�3�P���]w�+.���j�DK/��)E�
Y�풚ǵ\k]�w�+�	7��O�x��/_Ym60-+�gzV���qc�7���wt��7��Jn�Kd����]�t���z�Q�8E��q�l�8��B����'E:�'&zJz��Ze�C���a��f��2�G/�CV�fk���‹ �fg)f�zY�g�@�	7�^��/��Er��	|�0�1��u1ȵ�v:<��2�[�`b*h�R��ZP�x�]+�������ށU�앍�����z�#�,3��eF��AS�Y�Z�+�gSQ��풵��b�ޡ\��S�1�?��*1Ɍ�a$S.�$?Y��8��Gc��'bFN�++3Id��d欣L�6�:��mS��~݅���������]#W8��8M1y:�V��qV))eI�(y����J�b%U�ax’�}v=.�x��'��rL�k�n^[-y��ԟI���5�4Sbk����/	"i�WGi�E�MV'&�5j�4+�ԛ���k���K���4�ƴ��A�֔KC�G�J����:7�`���n�J%�+�A���ʉȒ�����%j~���}1C��t�š˰eHd�*[�(#칹�kk��n���*����2�S�N��f-���L�Q<�u_�{���YJ�j�ڪ�	��	",	�%'�y�гYJ��W=��� [ō{��L�u��8:������$J��u�f�Fzƒ�Y5]A��8��o���<�V�,��j4m�����=���rZ7ZNa��I����Ƃ8���C
���Ҧ�^a����'H��/�ؕ��&�T��CKs���	�A��"��E��e�5��%�C
$�����kRR�_�E\[�1I�E�w �L�f@S��Q�>��x(mE���*��U�=��"U�Z���"�K!��4�����/�"��hS=��TO���;U���_.�����=�(��t*/	�+�ҜS��J�z(j~�7��DBk�(y�SV����e�<�j�4��Z��*��<ڬ]b�$\T=���6N'w��[��Q��M��؝M�%s��s��:ٞ)*Jc;az�L�BL��s�P��
�����D�o4I�FDb�����kVuw�h��4��&)\��:0�(��/PK���.��jPKQ�RGDefinitions/resource-Vfw6e73b0442a72NodesVsncvfc-template-interface.yml�]K�����m��ݓE�g`�g0�ۗ h����H��������%[��$�	}�)�X���b�a-�aDcƙf��pE��/3��#��,���Ix��?��j���ED��O�:+
�u���k��Y��),���9K��v�fyYU�[ޖ,k�m=(+/��۵���q&F�����*�s���Z�b[��
�DF9%"�I��%��*&�s��w����7�������2���%�P�G5^��v��#�:�a�І�FSy��G�-\�$�Fn����on� �!�x��ϸ>zr}������L禛O�_�{;t�**��#,�:r)
:<[,�0��b�^0���+!P\�н�+h��cc�-�!^a�������G�2`�A�F�]&X���!�e���쐫�녌���h���c=� ٘��z���A�i�%�
�F��0�5���	5 ��u�8�Ud�A���p	�1�V㜓v�{į4	4}�n�|s�t-1�RȒB"Fz�jz�j�@�X�$�{��Z��Q&����䅮�q(���=�R����t;�>�����Q2�S����wv����%րa��P~Q�`�l�Y��`H��5<�hNQ*8���re&ʤn8�[��R�vo��n��|�����Ͽ}�� DgQX����m�Y���[���Be�=h��+�f�Q�F٨P�W�ҢRQ���Dz,�h	��Bsm��z��K�+����0<(�F�#`rk/���-66r�u�\	vPm|���y�X�Wl�a�6�T�Yg�e�]���&��d9 &��w���c�[��a�e��-S8f�7���<F����s	%�\G��Zk��qA�R��h/�{HL���uL�2Z~��د�+�J��y�Ls\R�<�����9�E�1	1����(ޥү�8�WJM���u4t�OƪW���D踊�>V挕��@�zu��;3ϸ��2wi2�yȎ뻌�Fo�cB�S&c&�+;���7F����:z?|�N����$��\O�������c��:S��n���
=�v�o�=s��0\8׸;���w�6귻��E��d��5�?v���,y�<�~���Ͽr�q��/O$��؃j��Y��$�����R9��K��dQ�e%�k?���t{WƇ��,�,�p�d�U���?ru�ϭ�;��A���^���>�����]A����IfP��\�Z��Ǭ��B$���ӎ~	k������{?OޢZ����zٽ�'��7��˦��`�B��bmg�Z�m)�`lU�O@𻰹��q�s{�y�f�B4��>�[�ԒeU�f�
>[��7�_ԃI�k��%Iq�U<�;�ӊy�K�|U�!��}Ë#NB�i'����]�}�^�
�N��M�l�PK[L��	f�PKQ�R(Definitions/resource-Extcp2-template.yml�RM��0��+��m�����P�ò���TUd�	Xu��q���;NBH���*.�7����ꊳ4�\(a�VUzFS�#�P�(J��2
�pR�e�,�ufF0e�����(�g<��(��iϽ�"\x��1˩lΩ�����y��i0�^��Q0��<&�b&��m�ۈ�fXq#J��;!<�>�`��B�@�j�,X�`/%��=��喪�8#�F���	�����Q�K_P�ȍYՇ�A���OXK,Pيx���
�T�6	$a��[ůĔ�$��Zpu'�C�v�e$�8�y^;G&�Q+�Q����������W�0��d��q��b(4�L��gȜ��8�?�޵V��s,��J�ܤ6��PKYtm
\ePKQ�R.Definitions/resource-Extneutroncp-template.yml�VKo9��W��=xj��$ss�ta�u��$��h4�-T#M%�������᱓�6�< )����Ӗ�$ùP�	�l�Bc�#TV��d�r���I��e̱�@�3�)��0�p9<=������t~�;����u����ᰏ�g���NU�W���ev޻�gd|u}�KϮ�Aֿ�������ױ��z�om[�����������S�N�9��#]���g^�PK���O�
PKQ�RDDefinitions/resource-Vfw6e73b0442a72ComputeNodesHeatVpg-template.yml��O�� ����rDZߪV�z�Zm�ր�Y$`W����6�U�~�c����G
u��q&�b=b���X�K�t������a�a�T;ƌ!p���맊��RIYJGu��9?��sZ)h/���]�mr���@�x.�6g~)�3d�l�<#�A���?,�J�ye&���!�p��(^��������l��'p��,�Yv����t罹�ZC›��}A"�&-��A�@'�F?�Wt�ky�dv�Y���EI^�ߑ��"D�?�W�F.���)�����n܇�g���k����{g�8�0Y����5����\�ȣ��-��~�n
+|~�R���{o�~3�U[pΧ��#� ��d���Ї��=�4�/^�P��o�����,3J{Ħn��u�����I��o�PKKu�cPKQ�R,Definitions/resource-Neutronnet-template.yml�VM��6��W�-�A���q}���6@�I6=�0"GQ�THʎQ��w(�^�k`wt� b�q�q�p�`��LR��
����y^� �.��ZSv�Jg�l2�(���2;t
M���^�Dธ.0��s��dzi�|-'�r~3�	�Z��wu�|���r�ɼ��$���2����I����T,�hj��fC�M��p�-��T;�d�Cao����� ثP�m���79g$�ܡ$AXS�m�=|��á挟~��@[�+��9%��Q̛>ᝦ*r`?���􉌴no7��������>r�'M�9�$��^�g�0�YIz�T9q�W�F��u��F	v�(@�4�i
���"ų�����1W�U?��=ԑ��S��{���[g�sTg�ݵ�J\�<�zcCw��[`�Lg�>�o�l���_~|m���EI��Ժ�������F9�+(P{:�y�;dqk�<�L|p�l{s �-�K�g�������/�(��Z�ݛ���'�$��!�`��Gtrk�n��|~Ҹ����~'���60�}	'_��������~�?Jⴎs+��{�m����D��Y�]����� ��R&�|)k�+D�k^����ꆉ�$Tq�h�����w`�^NܜZ�y5�l}֎��K{-�:<����~�F�!j�! ���~J��_򨰾N���������E<�k���l�Ц�c�eQ"E���}�ᄚ�P��Z��+��Ѝ$��2�S�`�}��y��A�g|�/�i�g���	|�Z�����Ai������o�w듍�dֽ+���5�PK�i�?n�	PKQ�R-Definitions/resource-Neutronport-template.yml�WKs�8��W��݃�<�nn��x�u�m��Ύ� �S�TIʮ���}A������cr
��G��8m9$�B	'�����E�\ز�(%&[(dr�\�� �cB��Pn��Nbv>�3���ח)FÛ��(���na����Gxˇxs5��\g8χ�˫4�|t���抔�V�h5�Ƒ,Cˍ(]@�	K�����K�A2�)ܖ�8�j.��e)�
�bw�(+�TF��F�/LiS�kdn[��ȏ_��nNKN��lc�+*4���V鳸5s/��`h�`��p|B�i���x�~z�Q����'���]D����ί^�|��YU�H�޼9��P@l|6 ���r!�LD�BҦOW�T_��}%�BR�wU��Fՠ�@��(wtw6��ծV-i�K-�s��PJ��n_�'���IwCm��.)M���!�x�AY!�H���o`V�U��(�k̒��">h���P��#'c�!`�9i$!�E^r���Tb�n�|N�&��N����%>�Ͼ̈́��`����VYs�ΐ���0�� -���ׂc"^���|�$b�	�9�6 8�髶I���W��&�d(Ӎ���皇[	p�ʯ��.
R�
q���O�@��J
�^�4βЌ�,�wo�s�b�Pkރ*�A���j�
Y9"P�S�l�WX�3��.��[8�ќ5R�2
s�V��j<5
�`P�K��ZQ
tl�z��� +Ll��sqPI���������ux�ߜ
�!�8��P\V�7�X�����Ĩ����sJ0g��y�J!�c)Ҝ:�i�+WJ��j�cu���R��Ewy/N�3�+����.bk�U(������ȍ,�����~n�a��������y�:i0ڏ����7铋oԃ�)'h�S6�����-����O�ރ��m 
�m=���6��I	_�ѩ��d�P	��aR���љ
���p����91ߜD�m+2����z�{Ǖݫ�C��'Dh��H}�����l�|.�fJ������v���N��՜* ��K�]�֋ٻ��lr?�dJ�%u�6�?�{�z�
�������N���!|�����L���|���>�g��t�h��kV'�\_���_PK�F�WPKQ�R)Definitions/resource-Network-template.yml�TMo�0��W�
�;u�ķ
�]:K/�`��
�%O�S�ߏ��7�ir��{|)��z���R�5>ߓ�� t�WU�)?`��$Of�0�(�G�Є���:�4��,)Z�U��%F+���VI�\P��x�Q�x�I���"J.�(�e��ut�\�e����d���2�Px��/K�©:t'��ڑ'< ��Ϡ�N	�`� ���JМ�áf��[^
����w2�`�7�|cJ�>�F�����m��2Һ�6_~��_m�>����	=o��c�?���D��Jқ�*��>|�q���"0L�����l��C��l��f2�����P��s*9��#�ݵ?�z���x�l3U��@�V+�j�gl��16��Ǫ#����c�]��w:�7�|}{�y�l�M��ֆA����ɽ��ǃo��9>J�뛌;G��:��(G2��������`�����сSq
��-���2o�z�U�_W�\ɳ�6�un���Ir�X��Q~u���*���ߕN7P�1J��wZo7_ﶛ�o�#�G�dޏ�a.���3�PK}���W�PKQ�RDDefinitions/resource-Vfw6e73b0442a72ComputeNodesHeatVfw-template.yml��Mo�0���+|ۓ_���U��C��
�xc	ld���>�.����;�g��5�z�D����L�<-j�����as��k�&9�@B����68
&8�t�ގN����f���4N3��x^���R��'v�F�(>~(� ��طH=��ݸu�����U3�tGVǷ����le��V0@�;�u���갃%�=��]a��Ύ{jU��`;-ލ|�6��a�{O��8�m�8��فB�ӏޮ�����[f�x(�LIiO(�l_��n��D���O����{�
PK�P��cPKQ�R/Definitions/resource-Globalnetwork-template.yml�TMo�0��W�
��|�I�[�C�--���a0d�N�ɒ&�)����Nj')ЮrQ��GZ�x�R���2H�}�A��0�P��,��t�
��A���l��zÜd:,�7��\�ɘG8���d<�N#џ�//8N3A�j� �G�q�|:���PD�(F�I�"�1I��Y�3��L��Óq�	蹓6Tuޣu�Q�r�3(���)��%��6�#<ɰ��P��I��,ˤ����$��>~�#gW�m)?jt������|p�©S:����q3�]\��LJ���N����yJ3���{��	��e�!�}�У��~֋@S���ȥ"�
�����n6�:������)j�C�XK��v
y�L�e�H�FI~�r�5��	�n�Ղ+���Сq��X7����צ4㏛ݩ�
s�"͝)�=?Oo��m������06*������H�4R8���ҡ�AΔ���z��~�t+H+�F�p�W���Z��z`�K�P�g=����r��v��_�؆))�z�͈��!
��p>��B�92�E^6�����g��*�ܾ;�z��;�瘿R�z�YhϼSh��{km�����Dw�7�W��������}��zO����/�}����n�z�Ƃu��s�a����S�ea����PK��sБ�PKQ�R/Definitions/resource-Globalcompute-template.yml�Mo�6����m� ���ڷ4i�6[,���@Qc�(%�$����Q�-%ٛhP�Cdȑw��2R3���%7\�:=��x�%�fi^T�-D�L�7�SC�7���H��y~��qK2��.�7���(�l �$�&Z.n�t�ɖww+�Uk��?�V�N"
��Qr{��>'�"bt���ʒEk4.i[���j���f�Wƶ�T
4�FJ�֒�25�/(;��7RH�T��F+�q�]c��Ta5�}�kF
�:a�P���t�]��3meӱbY+ߡ̥ڒ�O����l���&���Y������/2�T`i>ܠ�R���H�Y����X�M�O����%M'FMb�?���d$Dk�@P�W#�QFg�W�[�)]v%g����:Z�Ҵ���ְ�lz�T�XV��LĽ��q��V������x�<�)Yt\��:���"﨎�p�O�
PTĚ�}V��w�b��C"��B�5��OGͿ�p��9P��*5��7 _l!�֝0;�
ຳ6�Y�
�wrRk��s��f�X����IB"�\??�������sڑ
����:����}��j��6v`|o��Z��{
�[����*a �EbҊު�ԋ���x��ԋ6��V�����[s�Tu�&^jCQ�����z���f>	~��ﭨ{ݎN\V:8~�Q���w��p�VQ@�mXxOg��`U�MmdX���������8�����ӏ���30����018��ȾS񢸁��+��N�@�K�t��N���+VԄͣkLVi���5��`����礵�"�~�����燣B2��,p�lJ���;�Ҷ��
K��H�y�V�W
,g�D7�� �����˞�����{H�x68�Bϊ��}
4f�'28Fb.'��Ji¡VW$���N��Q,�W�0|�5��Ŵ(XM=���p���H0�3��a�[|f��s�a�p�CѾ�~�e0���,8	�]r1�'���u��fq�jn��%sо�g���*�/\9_@�ཫ\��P���a�W�c�9�Xp}T�K�PK��b>KPKQ�RDDefinitions/resource-Vfw6e73b0442a72ComputeNodesHeatVsn-template.yml��O�� ����r��ƉoUW[��=��\��Y$`W��;�6�U���1����G���8��w��0DZ4,-�h��b{�޶y��zL�!A�c̸	��^^�>6�|P�:�*Cū�;r@	��2���������>T��c]J^T�!?���e��F�dž�����˪�����ØP8�1�W�$����
fH��g�X�1��H��0���g��u��.k	/>\��0��8�?�'S�H���i��!ˋ�(yQ) 5����-B���\d��o��>��D�����}H��q������X�ps|�-�f+`׺�������W4��%�W3l�Ma�/��[ꦬ��[�ލ|�V��������p6��v��E��B��oW(�N�������Pn35�=�n����_��;?����~������/PK��5�cPKQ�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��PKQ�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�'}8PKQ�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?��@@PKQ�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&PKQ�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�����PKQ�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�
PKQ�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~(PKQ�RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����E-�̍}q�\.��.��v������[�e[��>M?̀�G*�J巊$���Vaa��.�r��3)؟�p�F�������}�~M�"���1Y҂N��~�Y��_��w��tF0d ?�qdЦ��eS�Ô��e��4��	����ɗ(��IF�!� w��[e����6I
�$͒4�ޅ�<�3�?�0�g#�oa��{�g@+2
p�U�c�V�%��cK�����"�h�	�p٘�������A�0��ɊF��3�i���bX�;-
�7A\�����l\�>bTb=��0-�ܯrs7=%3hF�a\B��$�:��_4�?�b���/�,\l�
dNv=��b�in��,/`�:Z�P����f�^|�~Qv1'����A�b_�T��w����-tͧ��l��3@~�}��f�h�Q�����������VY�����f���(GA�D�*��~Ld�a�A
q�{i�F�@�$JC8��/IV��R�"z!����{��q��a;�E{���A���<�pD�0/��HVI�ڈQ���u9	�փ�	��d|q8��B����ͰeJi�?%�=�C�fǿ*h����:��S4M����Oͣt�����(��Kq�L7�!_5v��J($���4�]�QV�j���N�!�˒�(Roþv��V�a^o��c�	�<�{��6�jhx���YX���-�q��4tZ��-L���A��x�"z=8?��q�Q�	`�V�2X�m��R��U����ݪ̐I;jo��^bx�aS#P�`aI��A�tws|{~q|vz:2� �}zv��;�M����  ��Dպ�D��qAY�O����'SW�S+�Z�	����7A��|L�N�g��n�O-���yxCN��\��E�p�V:Z*yz�Z�;mG�H��'H�ކ>{���o?'�����Q���ۉ�
�΃4z0���6�C�>l~�h��4��;���v�����dr%�iO4���_C�y�A=
�o���&����K�1L	 K��|$�GB��"�|	-��b��D�"���|��-XZ���/��Ͼ4����_�5�.�klӰ���U�t*)[0���b���+�L;�>tC��(��Y���
�D�V�
��tX3�m$|�-\��D����������"a&L�g�[�Fv'�q�1���A�0��C�6e�Nf��KbA� Үڅ�WZ⫝j��ܐKz|Z��آ����8���N����O3�m�n?�K�2�լ��V�ջ�d�0m����vYev�h�kʁ6�����6�qf3�i��/�9�ţ�@-H*^�g[2DC�eS9�g��[�w�+s��ɇaB���J��\���
~K9[�2��爄�`B�a�'����Ǐ�6PY�i�`�:��tw�c�l��H��zq�悌|���B��_A@��AO:�<�@y�uc���!�d	l?h�q�� �?=�E�Ӏ8��\�+��߸�X��������ʭ�5��
HDAǀ�����Nȿ29S(V��'0@�L1Q�3ف
�����.�~yv&�OR��	�Ţ���p�_����s��oW7_N�l��I�iV���D�B�a)��6M~����!��Q��˳�����eϧu�e���b��_��0^P���L\0 �Ë?��!���S;�Cd`Gb/J4�Ac��rY칟(C���(��q%���p���G���t+ʳm���K�4�Y��d�N�-)w�]��Y�M�,X�-PI��AX�R63�ġ;s��]t�|�
��{�U��&��#!�V�Be���Za��1v�ц��{0�a#��b:��^�
l�&�	�Hw[�Nɥ@[R�}���q�Zr'�_�`��o�L�Ov(9Z�擋��,(�(��J-9s�N�Z�<�"�A�d�E/
�y���z��+����)V׵���pu:�S�c萻��Q�L�ר�]Dt�d��:�h�i��n�c�϶��%�h;��8�e�2��i�(>f�£uw6%S�}��v�>X�<�D�*�~:o�з�d(�V̘.�p�
/z$��ܗQ�>"�
V���R��y�����`�8!A�>�`2�ym�����-�'����
�ڸ��44sK}�,EY�v�u�=�C�����O�IlRTL�wjS�\y��J�U��\��Mf����iy�)��td�4��!��om0�A�@[�.L_km�i����&[��\S_�	���1&/�@�4I���&Z3h)�v��
�SrԮR�.��R��-�h��p`�
�)�,9�
`�� �A. &A�R���[i�N��*��7�a�N��B�wl�",��!�Is����� �ͤt&�O��
!0��.a_��]�m�!G��fUns�Ρ
�=�L���;�^�)OX�W��*������}��s#Ѝb�x��.ܸ�,q�JQe��Y g84WL�p�Dc=c��λŔ��-�����P\����`�'PW������&P�HǴx���B$��P�GW;�+i�
�@�^i�@�Lv�58��m
��C�U,r�i0�)��1d]���m��^'O�4��Uռ$�7��d�UHz����<�]�����?+��Lq'dz������,���n��D�RZ-�^������VL�y툾�8r/ő������f�Du����);h��,�)Jb��:cUq��kˊ�����^�8!�NA��rrG��2-�1hŦ��p����2<��|k҅Q�9�j��Ԑ�-.�f|���*�Lp����1h����k@�UD
��Ρ`�����˜�G�����	۳�m�J�/�������	��2U0b��,��
��]yT��e��S4�
�U|�J�o���{r�Q4mt,3��ۋs���I�t�l�K��V�vδrYm+���ue&B�˼�$�:KDŽL��
o�!K�5��!
�@��B3��;J������c�^>�J�h9@x�˄����C���J��A����8���Ib�L�a#vl������H���x���'QH�'��܎� ����+�.�y>�=�,d;���������抺�9����Ր��[�l����`pm�֠���pETqo���6 ������tl�M����7F�0֧�<�
��]�:��֩!���vC���
'��%��z	���^���+^lb�o�i�w\?���_�a��(Y��@D�siԟ�YR����w�o��t"YF���O{��6)k��F+��C��{'���r*�Y>�[�ľ�J�|L0l\M=\3��%%j��k#�pv9��4d�R��dna!-c��=�O#&���U#�J�Q^��`������� ��B|39ǵ��a�o|K4������f��.�*p�م���bL�<�l%�RԬ�`�c����=�����앴�P^#cD���2�a�/�,
^5�|X�xD>��#2�L�H�a���^����g�r�ܓ÷\WA�4�4U�
L�h��#�����)A6�6�q��#ΎBӒ��8r��� 2�S��W�!���;�9Qa����8�����Xu�c�ۂ�3�^k��&��+a��c	��|�$+�d┘�P@�ˣ��A�ի@/�/-�aJ7L}���������
8J�R����X#Q�����+@�v�
���wo��/����k/�}��j5eث��:0�G�B8~�~����n�
�fFY�p�*��
�b���P��?W�'�Ub������6nP9�"qH�df(;�b�����*U�ugR8o��9��W8�_��y8�X��U�����AZ8Q�ѿ�>3���*�E!�y����ZW+󍴀x	Z~���ϒ��CF.Ϥ��W\
��`v���h��g��W�P�<�,SB�`+)���U����ˆq��kn���
,���
����œ�0z��û�d�Y���hi��@˦Y͈�Ѡ�V51��:�����R=�e�;��B���Ia_*�,_�g��ud�0�3�D���$9��`a��ڄ3I�6\�d��z���$T�+�3<��}��<�>l��;*�)�淩&��)������鏕����v̨�Y�Dj/��6�x:����\@�F���8��UϢs�X�g��)�@Q�*�o �@~�	qۘg'^�PǗO#�c�	�9<���߾H�0�K/��}��Ι�8�;���>�؇P���4Yz��^��j�uuD������f΂�
��
�u�Ɂ�v	Bq�u<�e�v"ۓo��X�3�S�@��BL&��A��7	�@XM�Y�8���B�DS��(0—n,h�2����"�eE$��o˜v�26s�EY���UEQ��K��,S�j| ��)B�X"g���L����B˴��c�WV�Z�u�9���oÉK#����1��s��,J]I���b�֝�>�T�l�A�-��o	9e��v@�#�@&'��=�bt�#:m��=ږ͞�7pu�M�bA,�s>���0�.�H
�EfJ�����`C���	�E����$�O��@I�.���Ǜ��*&�/�6�Xk#
��v��(2t���0o�����m(�V(O�ڛ�Nc��d���H�!RqY,�2+<̫�^�E}	%Zq����c!��%�8�,�a��5�k�v�}�>9�i�)��RA�=	)�6`S6�
��(-��'��s� ���K펩��E����ןu�C{'t��`�1���x��ާ���yƇ�b�xlDb�¨�
��*���ܷ[�r��jXV��vet�;��a*�SߕU��J'��4��N})�6��	[,���|ǭB����h��w���,&$���q�|v�����^f]&��P%�����n�,����dihТ�j�\�������d��Ӓ���;Ww�v��mpWe����]9��D/�����G8)���p*a5���+���K�lYU���|u���*Ձ�q?�UkI�д]���<���a��*��i�"��)�<^b�i$�=�=�oY	=�}S��z��{���O"�a��
�{�b�7�q�!Z)>��ŕg�j�- ԁ���5*Cǥ2��T�Đn3��t�R�o�,��>���{|E���!
�՛|���#[|�]^EV����H�<ε�>K�$)kˣa��Uh'q7�P�q퍣j"��"�5�`L�q��l�0�t�n*��&�z��ϲ"�:�Xe�zb]7�/1T���Yi�g��e�i:L�+�+�3=���
J��G���q��7�� �N��ή��\�(�R���t�/TՓ%�&W���
����t�g���ڧd�=�}
�ݿ5?�{]�˃�29~
K�H�4�Y�0�.7�?�)_Ȍ�๐\��Ӫv�\�`_x�U2��8�Cf�$�����26�E�r%U��Q����D��yu�P�m�
�U�9;a2�͢.���8M���G4�f�*��nD���y��y��SaB�������x2��_H�,B��f,�R�\����(;���
�ح�O�O�l�X�<30b�`��=ÒO��"��,V����ˏl�k�M�)�!"ʣ�8�d�K3���G�>��Eؿ��K� TO����E�BOY�v��MT��{�Ǻ��8�����⠌`8��?��џ>�G���f0Ǯ��/��ƾ;Yw�n�n�H�u�Z�Z��@n�C�.���@DP�89�h�q�w'A���^�j�-k����\9�g���6P�KR`����aҫ��μ�hڹ(۠�<|�6kȋVx�f�lx����V{�o��vQ��֏fTD�'Z������5�h�o���Ο�~�����2S%��Oс+�u�������������5�i��X��^*mwJ��?�Qź,R�����^�Y�9�]N�,0�@$/�V�D���!�QC����e.�s�t&q�1�Qx3@u�
�AT��(�K��U���+3�Uև�r�5�
��X��V^=D���bzg]�|4�]�zu9�&�f<2ٵ:c���@	΄,k�Rļ=F�q����e�#z��XF[� }8L���I����]�2���ֽd����k,��&<�e5T:�R�eYr�M���Lr��!Ȃ���t.-�Bo��ŶpEV��d��v�KV�Řxu���
Òk�+МE:�R���vh��2�h�,Z��o`+�Gx0�d��Մ=7%���XK�1��s�Q�g��R�B~"�Ml�ѵf���a��7�����	�6��n�w ?%���AB��f�����o��^��8�8������H����B�pə��:��֍z��d����/c&���sA��S�,�úW>��G��ɐò$���2������$�xO�
~������/�|���t�o#c�\+�A`gA�^;���~!�^��X��#�hC�a	���jo3>a0iغ��“2�1��U䀭Ut�'�haR����$�Βs-�J#|�áp��tX�R�ΰ+���������wz/����k)����V
�B�R���wR��|���mOX�ir���Ft�K�a$�@H"���m�7P�,_�,1�;�,���m�~m�sl蹐��-�2l�a>�C�
_�A/�;P����Te�$u�$����t
cZm��x�k�+P���co"���ߛ���(�7����%�B�,nӅ-���[ꃀU�,+��;��������r�}���_h.�.�_~�k�W����[<�uz���$N6�6?��9�$�n�|�͍l�I=���|��xɋ�"�}��%�U��1�nLY�a&���
2t�	���H�ź�ٗ4�N��@e�l�k�ƣN���ZYX�����ߏϦ����S��!#+CNg5��C��`#���Ւ�
gMT'~np�	�G��8~V}v׃�u9/*t_&��EQ�(���~Mj)��b��TX%UY�\����[K��I�q�ϣ�_�7�E�Pܨ'��A�Lv�.G�A��s�]����1�H��gb¯Q�.�
����\�&����0R��1���U�b%1�r���Z�5��,�T�ѩ�<������K3���Qt���x��̾p�Ȃ'�:
�Ce)�"a�Zi�2E�=��/$T�#�u>�Z!��Q�
Fg�c�4z �RB�XV��ꈓ���:Pꪞ�&�W�IN��n��7|���`7��[�IN��Mr�7�ɏx�������G�I~:+IG\�,^��X5��0�khh����0L�ذ����S����:5e�Yi`��fق�D��D��&����l�uJ�n�*����ӝx���+�)��]��l���\h-+,?�l�R��Q[eIH}/��M2���D�36k~���PK�j��-�YPKR�RCArtifacts/Informational/OTHER/VSP_vFW-6e73b044-2a72_Information.txt�W]o�0}�~�7iɀ����M��ڒEM�>L{0�X%�ن.��3�4i}�������s�1�H��r��Ab���/#X��x*�O�o�=��giD�� ���,E��H�X�`(�,ʉ�hR�.2@�������i�h`�l׃�8�A#A#'Xš�]�8�ssx��kH�S����R���E��3Aҥ�����5�B*kqb��MLǰ#l;��vCl[�5Ρ�9B"�)`�+�n8˳&�r���[���[�=v�qhE#�4��0���zK�tY�qH*w�y�\J��Z��%FW�<��"tYB	�S��_9�}Q��D@[�wzǒ�$�K�M��U��K=��SƔ4��
�h؜�j:��+�O���M�lM����菓��>t�n�f�x��m�\���M6�c"��UD�)&�Ǡ�������"��:�2��~�:i�ꌊ�V�"}�ˀT(�jS�#[��u5;���S�V�f�+U���j�����
uN9T��R[6@�}F�ƒ�T*.�|�m��R!qJ@��)Wo�c*�ez˜��M,S�^��&'�::��L2�˽>~��O?~~B�_OTn�+����8�D�i;������_�
�<��{��
����������?WH���;�-���PKߢ��PKR�R'Artifacts/Deployment/HEAT/base_vfw.yaml�[�o��=�4T��^�JFi�&�a�eB贱�ν��{{v�(��;�{>ߗ�/N���1���������̞=:�����>o{g���k�'��$?\�9Rpp��a/.%<�>�Ϟ�:��蹒;�ʐ90�υ�4��8��<�b�gM��֞r7�3� /9t|6�����E`{.�h>�'Dp
?}�/�%ۀ�I�vs�����ܗ`�0���c3w�am�K�L�l��»�����m��&�2�\J�[��z�d�ۦ'-GS�H�
�X	��ux@��;��z��#CSv�l:l
��ǤG��-mwq�7�k&8���@
�"�)mm�C���/��qg��1��3�O�co�z�~;�Q�?�u�0�٠ޛ�}��
:�O��??���e��/�d�&=���1�)�f(��Ԟ�S��]�l�a᭸pQ@kX��f���ű��dR=�	�,��n����j˅���ݐ��@
6�K&�� ��UA=��/�f:�s]r&-�Q�Lrk���M>�K���/~9:��`*l_���H[zT~�q��6�^�}�:J摑�m�;ã�;c�}vF�w�Iw4��h�g�	��ym��k�^�V[.>�'r��6�A���a�iC���Ȟz�j,%��@?����3%y06�F ɏ�U�[y�Ʋ�a~�	��voqቆ|�`����CB\��$��!!�z_���\��Ҳg�+
) ���pP&i�T�#w)�S�_z(��s]�!t�!C��%t}�cS�Ֆ/��~����A4��Z�g�ƍ!�^q�+w�`!�)GRލ���q��L�m�
1<��{�FA������<g
���sP�p�4�;�b0/n�#Nk��g�~^��sj�����w>2x/�J#�|+,F(��j��-�We<�L�����s�bWZ���}�Y9S;��"���f3��I��Y�ۢ��6�� ��S����]��-��(�����L$�����N%�w9�hF¥��2�;�,lJ7o�x�J��\ހ�ߊ9!�f�N�J,ߐ�u����>w�m����x48��	ID(����,�꛹��n�sX$�Ê�͞�����-8�4���Z�rމ1ב�`ӔA�4 ���s0RK��Fl�m�#ϝ�]�T� DYT��J�y��*�Ϳ~��j,c8q�j��4Tc��Q��+�T��y�Dg�8F{����g���Z���#�~�]�x-Zbn-�Y��J)v��'��#|�%,X|6eܚz���5nՙv~��BL��w����h�ғ��ɵ��4���t-y�75��
��	i�.�[[���Pco�Z<��섫�q�B��)�e�TD4�Ɖ�t�}=G�7AO�h"����R�[Ek�m�ӰQ����h��Ҟ3���q�ْǼ����j`tQ���&=����L4�?-�p�u��Y��^g��F�'���m�a����F�ۨ�wl�]�Eo"���™��U��gD�I���KQ��	<��E�<��O@���}�)���Z/,���:��|
[n�W���֦ڱ�m�ޏκ�Vm�S{t��Ŕ�>��*�[6��$[�q�M=�v{���;6}���t�3�.�e�z��rD��,^�[�v�|��P�8Ad�,�A�B��n�����"IT�$�]�b�)�����R����ꫝPV�gN�I���ߝ|��X���n�ԗIQM>
�
�P.\樨e.8�T+�m<�h��y�]��S4e�I���:o��?�*�P��K�-��X
�3ڈ�'W8A,�j��3?"�C��35�H	�*x�>�B]�ƙ�N����u�">��t����Gܳ®
��j(���6��S���8j�A>=��y\NO�o'p��v��g]���߾}�1Qr�s�X�F0NZ��}W�uȭR}8D��dQ6��^Gu��DŽ�n�S{X�-m�;YB�;d0~�1�T7�`n1o�	�����E]�
����wZE�=%
S)�X��K��,'���)Jݠh��1�)_�{k1U������A�M�5���N]�'r���_��sf�sk�7�s�\��l����O�Rҧ�^٭�
%gl[qu
V��"�,�9��F��ٱʴ֔�ZV�]fYvr��5���Y���tr8�VJ�H�C3��rhf��M2��p�s�r�煈7�{a�3�LY����H���{��j| h��a����x$7��b��6Фpv�R��Ժ���.��p&8�/:��E(t�O��)���C|��eK��F��҃cc8�$��r$My-��hPGDŀa!�i�+�-�YX3]!l>Pd�u��WB=����E!Ty��–Q.��7�/Yd#Y!h"vd����� ��1)�Ld8��.�T3������Bp�����q
B���Pc��ﶟ"����s�3������p�z09�/_^҅���pp���KO/�;�w88>�۩�0�w�q���*kEoʜ�v��������V�)N������xq�E�v�Iᣉ�W=�1;ſ��c~��?^������f%�5��YM*�B�}A�1SS`eͣFЖ���FJ�2��S��u��͖�&ۏ��䰻[7�������T�b�m�X�ܟ��7��te��O�v���O�⠴�n��*��\�8�ˢ�'_�}��#;D���U!k�/����~���2��#�~s���"����}9�p�lը}��<�eI�S�8������yl���Pԅ2U���Y2?Դ��CM�մ�W�ް���OU��([֪w�ͥ,&<��e��/�+�[VeJ�?a	k�e�!�u�6���6����6���W�Vzqm��V���b}�;�djD��*u\+�֗׊����Lkd]�
^�+�w�솲m���ͅ�f22�Rd����My��۸8Ǧl\�Kz��aٜl(m�1�%��9�x"���%Z�$�NI�5�N����s�(��燔I����G�?v�$ed+W���6��ns@<h�f�s��2�s����
t���26�}�9�S$cN�e�O}��i�Ӹ#vPK`�	����|��o	v:"[�޵ӡ�^q	����
*�Y��""#?y��__�tex��fg5K��WT_*n���:S������w����8���#B���ƑJ>��촉N����y�m�
G�R�S�8�Y�s��L�kG}P����&s^��wG�9�3-v�-߱D��oɚ��������^re��+���vSWo���;.R�/��>���B#Q���9R��7��;f�gN��S�4WB����T�
+��+EW���|������PKT�W�jPKN�R�R�B4E	csar.metaPKN�RY`����kTOSCA-Metadata/TOSCA.metaPKO�Re�J� �1DDefinitions/resource-Vfw6e73b0442a72-template.ymlPKP�R�o�9F�;T"Definitions/resource-Vfw6e73b0442a72-template-interface.ymlPKP�R�UG��,�9Definitions/resource-Novaserver-template.ymlPKP�RA|�T��
)m?Definitions/resource-Compute-template.ymlPKP�R������k=eCDefinitions/resource-Vfw6e73b0442a72NodesVpgcvfc-template.ymlPKP�R�c��	��G�RDefinitions/resource-Vfw6e73b0442a72NodesVpgcvfc-template-interface.ymlPKP�R{I��~��=�\Definitions/resource-Vfw6e73b0442a72NodesVfwcvfc-template.ymlPKP�Rk�{�
�G�mDefinitions/resource-Vfw6e73b0442a72NodesVfwcvfc-template-interface.ymlPKQ�R���.��j=�xDefinitions/resource-Vfw6e73b0442a72NodesVsncvfc-template.ymlPKQ�R[L��	f�G��Definitions/resource-Vfw6e73b0442a72NodesVsncvfc-template-interface.ymlPKQ�R�MSD�(3�Definitions/resource-Extcp2-template.ymlPKQ�R�}�k�,��Definitions/resource-Globalport-template.ymlPKQ�RYtm
\e&i�Definitions/resource-Port-template.ymlPKQ�R���O�
.�Definitions/resource-Extneutroncp-template.ymlPKQ�RKu�cDĠDefinitions/resource-Vfw6e73b0442a72ComputeNodesHeatVpg-template.ymlPKQ�R�i�?n�	,�Definitions/resource-Neutronnet-template.ymlPKQ�R�F�W-��Definitions/resource-Neutronport-template.ymlPKQ�R}���W�)Z�Definitions/resource-Network-template.ymlPKQ�R�P��cD�Definitions/resource-Vfw6e73b0442a72ComputeNodesHeatVfw-template.ymlPKQ�R��sБ�/%�Definitions/resource-Globalnetwork-template.ymlPKQ�R��b>K/�Definitions/resource-Globalcompute-template.ymlPKQ�R��5�cD��Definitions/resource-Vfw6e73b0442a72ComputeNodesHeatVsn-template.ymlPKQ�R+�@j5��ƹDefinitions/data.ymlPKQ�R�'}8r�Definitions/groups.ymlPKQ�R0?��@@3�Definitions/policies.ymlPKQ�R���C&�Definitions/annotations.ymlPKQ�R�����(Definitions/relationships.ymlPKQ�R2ea�
3Definitions/artifacts.ymlPKQ�R�H�v~(~Definitions/capabilities.ymlPKQ�R8��>Definitions/interfaces.ymlPKQ�R�j��-�Y7Definitions/nodes.ymlPKR�Rߢ��C~LArtifacts/Informational/OTHER/VSP_vFW-6e73b044-2a72_Information.txtPKR�R��ȕ�O'�OArtifacts/Deployment/HEAT/base_vfw.yamlPKR�R�4Yz#7<�[Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKR�RT�W�j4^Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK%%!
	a
2021-05-20T03:07:28.128Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|DEBUG|500||=======================response end=================================================
2021-05-20T03:07:28.129Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52e5cbb6-9303-4150-862b-9eae6ca84398/toscaModel|INFO|500||InvokeReturn
2021-05-20T03:07:28.136Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-05-20T03:07:28.136Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-05-20T03:07:28.136Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||VFCustomizationUUID= 787c29b1-0e6f-4be7-becc-ab8bafb350d4
2021-05-20T03:07:28.136Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 787c29b1-0e6f-4be7-becc-ab8bafb350d4 matches Tosca VF Customization UUID: 787c29b1-0e6f-4be7-becc-ab8bafb350d4
2021-05-20T03:07:28.137Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||vfCustomizationUUID: 787c29b1-0e6f-4be7-becc-ab8bafb350d4  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-05-20T03:07:28.140Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.140Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:28.141Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||resource request for resource customization id 787c29b1-0e6f-4be7-becc-ab8bafb350d4: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-05-20T03:07:28.141Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7545b6de
2021-05-20T03:07:28.141Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.141Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-20T03:07:28.141Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5e464fb4-f07a-4877-808d-7c361db5886c
2021-05-20T03:07:28.142Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5e464fb4-f07a-4877-808d-7c361db5886c
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-05-20T03:07:28.144Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.144Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is matching search criteria
2021-05-20T03:07:28.144Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [vFW 6e73b044-2a72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:07:28.144Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.144Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is matching search criteria
2021-05-20T03:07:28.145Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [vFW 6e73b044-2a72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:07:28.145Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.145Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is not matching search criteria
2021-05-20T03:07:28.145Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-20T03:07:28.145Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-20T03:07:28.146Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-20T03:07:28.146Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-20T03:07:28.146Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-20T03:07:28.146Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-20T03:07:28.146Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:28.146Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-20T03:07:28.147Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:28.147Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-20T03:07:28.147Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-20T03:07:28.147Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7554068-ba19-4950-ac46-8f25846afc68
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-05-20T03:07:28.149Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.149Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is matching search criteria
2021-05-20T03:07:28.149Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [vFW 6e73b044-2a72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:07:28.149Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.149Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is not matching search criteria
2021-05-20T03:07:28.150Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-20T03:07:28.150Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-20T03:07:28.150Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:28.150Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-20T03:07:28.150Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-20T03:07:28.150Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-20T03:07:28.151Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-20T03:07:28.151Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-20T03:07:28.151Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-20T03:07:28.151Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:28.151Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-20T03:07:28.151Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-20T03:07:28.152Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f4ef526-8ef6-462c-a1fe-8446aa1ac62a
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-05-20T03:07:28.153Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.154Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is matching search criteria
2021-05-20T03:07:28.154Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [vFW 6e73b044-2a72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:07:28.156Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.156Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is not matching search criteria
2021-05-20T03:07:28.156Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-20T03:07:28.157Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-20T03:07:28.157Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:28.157Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-20T03:07:28.157Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-20T03:07:28.157Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-20T03:07:28.157Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-20T03:07:28.158Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-20T03:07:28.158Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-20T03:07:28.158Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-20T03:07:28.158Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-20T03:07:28.158Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-20T03:07:28.158Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=17c8e74d-6354-42c1-8b1b-61f3af1a1391
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-05-20T03:07:28.160Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.161Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is matching search criteria
2021-05-20T03:07:28.161Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [vFW 6e73b044-2a72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:07:28.161Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.161Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Node template vFW 6e73b044-2a72 0 is matching search criteria
2021-05-20T03:07:28.161Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found topology templates [vFW 6e73b044-2a72 0] matching following query criteria: sdcType=VF, customizationUUID=787c29b1-0e6f-4be7-becc-ab8bafb350d4
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-05-20T03:07:28.163Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.163Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:28.163Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid d84dbac8-d20c-4cd4-a15e-21c311c6128a: vFW 6e73b044-2a72
2021-05-20T03:07:28.163Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.163Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:28.163Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.164Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:28.164Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.164Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:28.164Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.164Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:28.164Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:07:28.164Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-05-20 03-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:07:28.164Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||Saving Service: vFW 2021-05-20 03-00-29 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_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: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, 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 vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-20T03:07:28.363Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6e73b044-2a72 fcee2bb8-e4a7-4d77-ace7-e389814669d5 1 ASDC deployResourceStructure
2021-05-20T03:07:28.364Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json ASDC sendASDCNotification
2021-05-20T03:07:28.364Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json
2021-05-20T03:07:28.364Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:07:28.364Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:28.366Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:28.366Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480048364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:07:28.467Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-20T03:07:28.468Z||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-05-20T03:07:28.468Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:28.477Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:28.477Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:07:29.367Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-20T03:07:29.368Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml
2021-05-20T03:07:29.368Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:07:29.368Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:29.370Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:29.370Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480049367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-20T03:07:29.470Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-20T03:07:29.471Z||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-05-20T03:07:29.472Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:29.484Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:29.484Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:07:30.371Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-20T03:07:30.372Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env
2021-05-20T03:07:30.372Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:07:30.372Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:30.373Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:30.374Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480050371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-20T03:07:30.474Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:07:30.475Z||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-05-20T03:07:30.475Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:30.483Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:30.484Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:07:31.375Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar ASDC sendASDCNotification
2021-05-20T03:07:31.375Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar
2021-05-20T03:07:31.375Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:07:31.375Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:07:31.378Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:07:31.378Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480051374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:07:31.478Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:07:31.479Z||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-05-20T03:07:31.479Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:07:31.488Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:31.488Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:07:32.379Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e54a8bb-dada-4bb3-9fd7-81075739b3fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:07:32.390Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e54a8bb-dada-4bb3-9fd7-81075739b3fd
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-05-20T03:07:32.394Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:07:32.394Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-20T03:07:32.394Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-20T03:07:32.428Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-20T03:07:32.428Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:07:32.428Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:07:32.428Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:07:32.429Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:07:32.429Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:07:32.429Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:07:32.429Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-05-20T03:07:32.435Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-20T03:07:58.681Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:07:58.682Z||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-05-20T03:07:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:07:59.304Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:07:59.305Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.305Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:07:59.306Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480024533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480038323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480042599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480044319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480046466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480048364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/vfw6e73b0442a720_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480049367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480050371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/resourceInstances/vfw6e73b0442a720/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480051374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210520030029/1.0/artifacts/service-Vfw20210520030029-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:07:59.307Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:08:02.435Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e54a8bb-dada-4bb3-9fd7-81075739b3fd 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-05-20T03:08:02.440Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e54a8bb-dada-4bb3-9fd7-81075739b3fd and serviceModelVersionId: d84dbac8-d20c-4cd4-a15e-21c311c6128a
2021-05-20T03:08:02.440Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 95c73654-908c-4c0f-8c5e-1ad2cf1d5548
2021-05-20T03:08:02.441Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/95c73654-908c-4c0f-8c5e-1ad2cf1d5548/model-vers/model-ver/d84dbac8-d20c-4cd4-a15e-21c311c6128a?depth=0
2021-05-20T03:08:02.448Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-20T03:08:02.560Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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/95c73654-908c-4c0f-8c5e-1ad2cf1d5548/model-vers/model-ver/d84dbac8-d20c-4cd4-a15e-21c311c6128a?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-05-20T03:08:02.561Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/95c73654-908c-4c0f-8c5e-1ad2cf1d5548/model-vers/model-ver/d84dbac8-d20c-4cd4-a15e-21c311c6128a?depth=0|INFO|500||Invoke
2021-05-20T03:08:02.581Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/95c73654-908c-4c0f-8c5e-1ad2cf1d5548/model-vers/model-ver/d84dbac8-d20c-4cd4-a15e-21c311c6128a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-20T03:08:02.842Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/95c73654-908c-4c0f-8c5e-1ad2cf1d5548/model-vers/model-ver/d84dbac8-d20c-4cd4-a15e-21c311c6128a?depth=0|INFO|500||InvokeReturn
2021-05-20T03:08:02.843Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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/95c73654-908c-4c0f-8c5e-1ad2cf1d5548/model-vers/model-ver/d84dbac8-d20c-4cd4-a15e-21c311c6128a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210520-03:08:02:590-96100], vertex-id=[368704], Content-Length=[0], Date=[Thu, 20 May 2021 03:08:02 GMT], Content-Type=[application/json]}
2021-05-20T03:08:02.843Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-05-20T03:08:02.843Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-20T03:08:02.843Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-05-20T03:08:02.848Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-05-20T03:08:02.848Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e54a8bb-dada-4bb3-9fd7-81075739b3fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-20T03:08:02.849Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-20T03:08:02.928Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:08:02.930Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:08:02.930Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480082848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:08:03.030Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:08:03.032Z||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-05-20T03:08:03.032Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:08:03.046Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:08:03.046Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-20T03:08:03.942Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:08:03.942Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-05-20T03:08:03.942Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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 EyspuavhFrvB5udA) ...
2021-05-20T03:08:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T03:08:13.475Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:08:13.476Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:08:13.477Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-05-20T03:08:13.477Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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 EyspuavhFrvB5udA) ...
2021-05-20T03:08:23.008Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:08:23.008Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:08:23.009Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-05-20T03:08:23.009Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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 EyspuavhFrvB5udA) ...
2021-05-20T03:08:32.540Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:08:32.541Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:08:32.542Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-05-20T03:08:32.542Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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 EyspuavhFrvB5udA) ...
2021-05-20T03:08:42.074Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:08:52.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T03:08:58.678Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:08:58.678Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-05-20T03:08:58.679Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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 EyspuavhFrvB5udA) ...
2021-05-20T03:08:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:08:58.681Z||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-05-20T03:08:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:08:59.306Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:08:59.307Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-05-20T03:08:59.307Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e54a8bb-dada-4bb3-9fd7-81075739b3fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480082848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:08:59.308Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:09:08.216Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:09:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T03:09:58.678Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:09:58.680Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-05-20T03:09:58.680Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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 EyspuavhFrvB5udA) ...
2021-05-20T03:09:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:09:58.681Z||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-05-20T03:09:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:10:08.219Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:10:08.224Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:10:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T03:10:58.678Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:10:58.678Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-05-20T03:10:58.679Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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 EyspuavhFrvB5udA) ...
2021-05-20T03:10:58.681Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:10:58.681Z||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-05-20T03:10:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:11:08.215Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:11:08.216Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:11:58.678Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:11:58.678Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-05-20T03:11:58.679Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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 EyspuavhFrvB5udA) ...
2021-05-20T03:11:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:11:58.681Z||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-05-20T03:11:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:12:08.215Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:12:08.232Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:12:58.678Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:12:58.678Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-05-20T03:12:58.679Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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 EyspuavhFrvB5udA) ...
2021-05-20T03:12:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:12:58.681Z||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-05-20T03:12:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:13:08.219Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:13:08.232Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:13:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T03:13:58.677Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:13:58.678Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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-05-20T03:13:58.678Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|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 EyspuavhFrvB5udA) ...
2021-05-20T03:13:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:13:58.682Z||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-05-20T03:13:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:13:59.302Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:13:59.303Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.303Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"145d4290-4241-4018-9231-eb115d73871b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"067de530-8816-4725-8206-82acddaa6514","serviceDescription":"service","serviceInvariantUUID":"9c442558-64ca-49be-83e5-216f40d1699b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"88de92e3-f54a-420d-98e6-738ea8c4e0f5","resourceInvariantUUID":"de79c61a-4abc-4c62-b0dc-066300f99c4f","resourceCustomizationUUID":"07ebf3eb-1e76-41d3-bf1a-5ff94cab5750","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":"YzYyYTAyMWM5NTIzMjJhNzczNzQzNzk0Yzk5OWIwMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"966d8b46-2da8-4413-a23c-75be7e8919ef","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yjk4MDI0NWY1ZjhhNzcyYmY1MDI1NTc4NzA2NTY0ZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4b77505-d894-4755-9481-14ef6bfbd69a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-20T03:13:59.304Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:13:59.305Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.305Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "cds",
  "timestamp": 1621480405031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:13:59.306Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.306Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.306Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "clamp",
  "timestamp": 1621480409297,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:13:59.306Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.306Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:13:59.306Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.306Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "policy-id",
  "timestamp": 1621480411046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:13:59.307Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.307Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.307Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:13:59.307Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "cds",
  "timestamp": 1621480405031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:13:59.307Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.307Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.307Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "clamp",
  "timestamp": 1621480409297,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:13:59.307Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.308Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.328Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "policy-id",
  "timestamp": 1621480411046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:13:59.328Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.328Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.328Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480417193,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:13:59.328Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.329Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.329Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480417193,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:13:59.329Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.329Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.329Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "cds",
  "timestamp": 1621480419166,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:13:59.329Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:13:59.329Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.329Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "policy-id",
  "timestamp": 1621480419304,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:13:59.329Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:13:59.329Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.329Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "cds",
  "timestamp": 1621480420171,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-05-20T03:13:59.331Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:13:59.332Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480438677,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:13:59.427Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 145d4290-4241-4018-9231-eb115d73871b
2021-05-20T03:13:59.427Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d4290-4241-4018-9231-eb115d73871b 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=?
2021-05-20T03:13:59.431Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-20T03:13:59.432Z||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-05-20T03:13:59.432Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-20T03:13:59.442Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:13:59.442Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:13:59.446Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.446Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "dcae-sch",
  "timestamp": 1621480419650,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:13:59.446Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.446Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.446Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "policy-id",
  "timestamp": 1621480420307,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:13:59.446Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:13:59.447Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.447Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "dcae-sch",
  "timestamp": 1621480419650,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:13:59.447Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.447Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.447Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "policy-id",
  "timestamp": 1621480421310,
  "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-05-20T03:13:59.453Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 145d4290-4241-4018-9231-eb115d73871b
2021-05-20T03:13:59.453Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d4290-4241-4018-9231-eb115d73871b 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-05-20T03:13:59.460Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.460Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480421515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:13:59.461Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.461Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.461Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480421765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:13:59.461Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.461Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.461Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480421515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:13:59.461Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.461Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.461Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480421765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:13:59.461Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.461Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.462Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "clamp",
  "timestamp": 1621480425048,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:13:59.462Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:13:59.462Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.462Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "clamp",
  "timestamp": 1621480426089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:13:59.462Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:13:59.462Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.462Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "clamp",
  "timestamp": 1621480427093,
  "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-05-20T03:13:59.466Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 145d4290-4241-4018-9231-eb115d73871b
2021-05-20T03:13:59.466Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d4290-4241-4018-9231-eb115d73871b 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-05-20T03:13:59.473Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.473Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480426883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:13:59.474Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.474Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.474Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480426883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:13:59.474Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.474Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.474Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480430126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:13:59.474Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:13:59.474Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.474Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480431552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:13:59.475Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:13:59.475Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.475Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "aai-ml",
  "timestamp": 1621480431221,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:13:59.475Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.475Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.475Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480432555,
  "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-05-20T03:13:59.488Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 145d4290-4241-4018-9231-eb115d73871b
2021-05-20T03:13:59.488Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d4290-4241-4018-9231-eb115d73871b 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-05-20T03:13:59.497Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.497Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "aai-ml",
  "timestamp": 1621480431221,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:13:59.498Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:13:59.498Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:13:59.498Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "aai-ml",
  "timestamp": 1621480435746,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:13:59.498Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:14:00.333Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:14:00.334Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:14:00.336Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:14:00.336Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480438677,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:14:00.436Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:14:00.437Z||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-05-20T03:14:00.437Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:14:00.446Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:14:00.446Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:14:01.434Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "067de530-8816-4725-8206-82acddaa6514",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9c442558-64ca-49be-83e5-216f40d1699b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "07ebf3eb-1e76-41d3-bf1a-5ff94cab5750",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "88de92e3-f54a-420d-98e6-738ea8c4e0f5",
      "resourceInvariantUUID": "de79c61a-4abc-4c62-b0dc-066300f99c4f",
      "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": "Yjk4MDI0NWY1ZjhhNzcyYmY1MDI1NTc4NzA2NTY0ZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d4b77505-d894-4755-9481-14ef6bfbd69a"
    }
  ],
  "workloadContext": "Production"
}
2021-05-20T03:14:01.435Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-20T03:14:01.435Z|8e54a8bb-dada-4bb3-9fd7-81075739b3fd|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 067de530-8816-4725-8206-82acddaa6514 ASDC
2021-05-20T03:14:01.436Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:145d4290-4241-4018-9231-eb115d73871b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:067de530-8816-4725-8206-82acddaa6514
ServiceInvariantUUID:9c442558-64ca-49be-83e5-216f40d1699b
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:d4b77505-d894-4755-9481-14ef6bfbd69a
ArtifactChecksum:Yjk4MDI0NWY1ZjhhNzcyYmY1MDI1NTc4NzA2NTY0ZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:07ebf3eb-1e76-41d3-bf1a-5ff94cab5750
ResourceInvariantUUID:de79c61a-4abc-4c62-b0dc-066300f99c4f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:88de92e3-f54a-420d-98e6-738ea8c4e0f5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-05-20T03:14:01.436Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 067de530-8816-4725-8206-82acddaa6514 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-05-20T03:14:01.528Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:14:01.531Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:14:01.531Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:14:01.531Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: d4b77505-d894-4755-9481-14ef6bfbd69a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-20T03:14:01.531Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:14:01.531Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:02.199Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:14:02.202Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d4b77505-d894-4755-9481-14ef6bfbd69a 47928
2021-05-20T03:14:02.202Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:02.202Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:02.202Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:14:02.203Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:14:02.205Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:14:02.205Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480442202,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:14:02.305Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:14:02.306Z||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-05-20T03:14:02.306Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:14:02.315Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:14:02.315Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:14:03.205Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:14:03.230Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:14:03.231Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: d4b77505-d894-4755-9481-14ef6bfbd69a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-20T03:14:03.231Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-20T03:14:03.232Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-20T03:14:03.232Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-20T03:14:03.368Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP49749622804514641/Definitions/service-BasicNetwork-template.yml
2021-05-20T03:14:03.831Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-20T03:14:03.831Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:14:03.831Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-20T03:14:03.831Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-20T03:14:03.831Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:03.831Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:03.831Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:03.831Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:03.831Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:03.831Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:03.832Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:03.832Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:03.832Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:14:03.832Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.832Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:03.832Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-20T03:14:03.832Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:14:03.832Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:14:03.832Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.832Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:14:03.833Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-20T03:14:03.833Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:14:03.833Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:14:03.833Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.833Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:14:03.833Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.833Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:14:03.833Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.833Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:14:03.833Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.834Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:14:03.834Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.834Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:14:03.834Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:067de530-8816-4725-8206-82acddaa6514
Model Version:NULL
Model InvariantUuid:9c442558-64ca-49be-83e5-216f40d1699b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:de79c61a-4abc-4c62-b0dc-066300f99c4f
Model UUID:8f67a6f0-c608-4f9d-be37-867809a2c881
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:07ebf3eb-1e76-41d3-bf1a-5ff94cab5750
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-05-20T03:14:03.840Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 88de92e3-f54a-420d-98e6-738ea8c4e0f5
2021-05-20T03:14:03.840Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||No resources found for Service: 067de530-8816-4725-8206-82acddaa6514
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-05-20T03:14:03.845Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||
2021-05-20T03:14:03.845Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-05-20T03:14:03.846Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||No resources found for Service: 067de530-8816-4725-8206-82acddaa6514
2021-05-20T03:14:03.846Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 067de530-8816-4725-8206-82acddaa6514
2021-05-20T03:14:03.846Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-05-20T03:14:03.846Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:03.853Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.853Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:14:03.853Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.853Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:14:03.854Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid 067de530-8816-4725-8206-82acddaa6514: Generic NeutronNet
2021-05-20T03:14:03.854Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.854Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:14:03.854Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.854Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:03.888Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.889Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:14:03.889Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.889Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:03.889Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:14:03.889Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:14:03.890Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:04.018Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-05-20T03:14:04.018Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:04.018Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:14:04.018Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:14:04.019Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:14:04.020Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:14:04.020Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480444018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:14:04.121Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:14:04.121Z||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-05-20T03:14:04.121Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:14:04.130Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:14:04.131Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:14:05.022Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d4290-4241-4018-9231-eb115d73871b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:14:05.031Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d4290-4241-4018-9231-eb115d73871b
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-05-20T03:14:05.033Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:14:05.034Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:14:05.034Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:14:07.947Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T03:14:35.034Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d4290-4241-4018-9231-eb115d73871b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:14:35.049Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d4290-4241-4018-9231-eb115d73871b
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-05-20T03:14:35.053Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:14:35.128Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:14:35.128Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:14:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:14:58.682Z||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-05-20T03:14:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:14:58.799Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:14:58.800Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:14:58.800Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480438677,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:14:58.801Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:15:05.129Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d4290-4241-4018-9231-eb115d73871b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:15:05.140Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d4290-4241-4018-9231-eb115d73871b
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-05-20T03:15:05.233Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:15:05.233Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:15:05.233Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:15:35.233Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d4290-4241-4018-9231-eb115d73871b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:15:35.321Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d4290-4241-4018-9231-eb115d73871b
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-05-20T03:15:35.329Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:15:35.329Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:15:35.329Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:15:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:15:58.682Z||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-05-20T03:15:58.683Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:15:58.705Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:15:58.705Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:15:58.706Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "aai-ml",
  "timestamp": 1621480439768,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:15:58.706Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:15:58.706Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:15:58.707Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480438677,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:15:58.707Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:15:58.707Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:15:58.707Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "aai-ml",
  "timestamp": 1621480440774,
  "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-05-20T03:15:58.712Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 145d4290-4241-4018-9231-eb115d73871b
2021-05-20T03:15:58.713Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d4290-4241-4018-9231-eb115d73871b 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-05-20T03:15:58.720Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:15:58.721Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480442202,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:15:58.721Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:15:58.721Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:15:58.721Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480444018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:15:58.721Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:16:05.330Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d4290-4241-4018-9231-eb115d73871b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:16:05.343Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d4290-4241-4018-9231-eb115d73871b
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-05-20T03:16:05.430Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:16:05.430Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-20T03:16:05.432Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-20T03:16:05.432Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-20T03:16:05.432Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:16:05.432Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:16:05.432Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:16:05.433Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:16:05.433Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:16:05.433Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:16:05.433Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:16:05.438Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-20T03:16:22.951Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T03:16:35.439Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 145d4290-4241-4018-9231-eb115d73871b 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-05-20T03:16:35.446Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 145d4290-4241-4018-9231-eb115d73871b and serviceModelVersionId: 067de530-8816-4725-8206-82acddaa6514
2021-05-20T03:16:35.446Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c442558-64ca-49be-83e5-216f40d1699b
2021-05-20T03:16:35.448Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c442558-64ca-49be-83e5-216f40d1699b/model-vers/model-ver/067de530-8816-4725-8206-82acddaa6514?depth=0
2021-05-20T03:16:35.455Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-20T03:16:35.555Z|145d4290-4241-4018-9231-eb115d73871b|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/9c442558-64ca-49be-83e5-216f40d1699b/model-vers/model-ver/067de530-8816-4725-8206-82acddaa6514?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-05-20T03:16:35.556Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9c442558-64ca-49be-83e5-216f40d1699b/model-vers/model-ver/067de530-8816-4725-8206-82acddaa6514?depth=0|INFO|500||Invoke
2021-05-20T03:16:35.572Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9c442558-64ca-49be-83e5-216f40d1699b/model-vers/model-ver/067de530-8816-4725-8206-82acddaa6514?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-20T03:16:36.865Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9c442558-64ca-49be-83e5-216f40d1699b/model-vers/model-ver/067de530-8816-4725-8206-82acddaa6514?depth=0|INFO|500||InvokeReturn
2021-05-20T03:16:36.865Z|145d4290-4241-4018-9231-eb115d73871b|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/9c442558-64ca-49be-83e5-216f40d1699b/model-vers/model-ver/067de530-8816-4725-8206-82acddaa6514?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210520-03:16:35:581-87019], vertex-id=[413752], Content-Length=[0], Date=[Thu, 20 May 2021 03:16:35 GMT], Content-Type=[application/json]}
2021-05-20T03:16:36.865Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-05-20T03:16:36.866Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-20T03:16:36.866Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:16:36.930Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:16:36.931Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 145d4290-4241-4018-9231-eb115d73871b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-20T03:16:36.931Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-20T03:16:36.932Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:16:36.934Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:16:36.934Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480596931,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:16:37.034Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:16:37.035Z||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-05-20T03:16:37.036Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:16:37.048Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:16:37.049Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-20T03:16:37.947Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:16:37.947Z|145d4290-4241-4018-9231-eb115d73871b|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-05-20T03:16:37.947Z|145d4290-4241-4018-9231-eb115d73871b|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 EyspuavhFrvB5udA) ...
2021-05-20T03:16:42.225Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:16:42.226Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:16:42.227Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c1532c49-dd55-4d23-af64-dd9dfd9f91f9","serviceName":"Demo_pNF_dq5PBMttg4gjF8ESsI07","serviceVersion":"1.0","serviceUUID":"f0ebcb1e-0f4d-4ba8-a045-501f861031b3","serviceDescription":"catalog service description","serviceInvariantUUID":"b3e77c50-cfbc-4bf8-846f-e8c00a041ab6","resources":[{"resourceInstanceName":"pNF 1a89fdcc-ffd8 0","resourceName":"pNF 1a89fdcc-ffd8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"827026ad-afdb-4772-b2fd-63e6595e3b6e","resourceInvariantUUID":"d2b58a7f-2ed7-4f2d-84cf-a233690318d2","resourceCustomizationUUID":"31e30107-eaa7-4c31-9f8b-550815ace800","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vf-license-model.xml","artifactChecksum":"M2FjZDM2MTBhY2IyYWNkMjAwNTM4Nzk1ZDZiZjg2MjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c020731-c150-4b16-8053-310390834099","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/pNF.csar","artifactChecksum":"YWQzNGRiOTg0OTgwZTUzOWNiYjVlNjhhNmRlMTMwOGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89d2c844-0d3e-4ba9-b7fa-5b3bb516071d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9988352c-bdcb-467d-9cee-0cb93d802e85","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vendor-license-model.xml","artifactChecksum":"MDA5NzJmNTUxYzVhN2JkYjJiZTYzZWY0OWExMDIxMDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c6f5febd-b3c8-492e-ab98-283c200285b3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf795252-00b4-44a2-a829-6d702b54a31f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ca08a357-c3a5-4ac7-8541-2ec419f5fefc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDq5pbmttg4gjf8essi07-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-template.yml","artifactChecksum":"MGE4MGZiY2Y3M2U2MWIxODM2YTVhMTEyMDFiMjVhNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bbad2ea6-10f7-403f-8f23-b67cf558b269","artifactVersion":"1"},{"artifactName":"service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar","artifactChecksum":"ZjE4ODkyNjliMjJmMTU5YjJiZjNhOTlmNWFkNDViMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"866e4ff9-6e0f-4915-b490-4bc58e2ca447","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-20T03:16:42.231Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:16:42.231Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:16:42.233Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:16:42.233Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:42.334Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:16:42.334Z||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-05-20T03:16:42.335Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:16:42.343Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:16:42.344Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:16:43.234Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:16:43.235Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:16:43.238Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:16:43.238Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:43.338Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:16:43.338Z||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-05-20T03:16:43.338Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:16:43.347Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:16:43.347Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:16:44.238Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:16:44.239Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:16:44.241Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:16:44.241Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:44.342Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-20T03:16:44.343Z||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-05-20T03:16:44.343Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:16:44.352Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:16:44.353Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:16:45.242Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:16:45.243Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:16:45.245Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:16:45.245Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:45.345Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:16:45.346Z||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-05-20T03:16:45.346Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:16:45.353Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:16:45.354Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:16:46.245Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:16:46.246Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:16:46.249Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:16:46.249Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:46.349Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:16:46.350Z||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-05-20T03:16:46.350Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:16:46.357Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:16:46.358Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:16:47.250Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:16:47.250Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:16:47.252Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:16:47.252Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:47.352Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-20T03:16:47.353Z||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-05-20T03:16:47.353Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:16:47.363Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:16:47.363Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:16:48.253Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:16:48.254Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:16:48.258Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:16:48.258Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:48.358Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:16:48.359Z||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-05-20T03:16:48.359Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:16:48.367Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:16:48.368Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:16:49.258Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:16:49.259Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:16:49.261Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:16:49.262Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:16:49.362Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:16:49.362Z||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-05-20T03:16:49.363Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:16:49.370Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:16:49.370Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:16:50.263Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "serviceName": "Demo_pNF_dq5PBMttg4gjF8ESsI07",
  "serviceVersion": "1.0",
  "serviceUUID": "f0ebcb1e-0f4d-4ba8-a045-501f861031b3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b3e77c50-cfbc-4bf8-846f-e8c00a041ab6",
  "resources": [
    {
      "resourceInstanceName": "pNF 1a89fdcc-ffd8 0",
      "resourceCustomizationUUID": "31e30107-eaa7-4c31-9f8b-550815ace800",
      "resourceName": "pNF 1a89fdcc-ffd8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "827026ad-afdb-4772-b2fd-63e6595e3b6e",
      "resourceInvariantUUID": "d2b58a7f-2ed7-4f2d-84cf-a233690318d2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
      "artifactChecksum": "ZjE4ODkyNjliMjJmMTU5YjJiZjNhOTlmNWFkNDViMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "866e4ff9-6e0f-4915-b490-4bc58e2ca447"
    }
  ],
  "workloadContext": "Production"
}
2021-05-20T03:16:50.263Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-20T03:16:50.264Z|145d4290-4241-4018-9231-eb115d73871b|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f0ebcb1e-0f4d-4ba8-a045-501f861031b3 ASDC
2021-05-20T03:16:50.264Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c1532c49-dd55-4d23-af64-dd9dfd9f91f9
ServiceName:Demo_pNF_dq5PBMttg4gjF8ESsI07
ServiceVersion:1.0
ServiceUUID:f0ebcb1e-0f4d-4ba8-a045-501f861031b3
ServiceInvariantUUID:b3e77c50-cfbc-4bf8-846f-e8c00a041ab6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
ArtifactUUID:866e4ff9-6e0f-4915-b490-4bc58e2ca447
ArtifactChecksum:ZjE4ODkyNjliMjJmMTU5YjJiZjNhOTlmNWFkNDViMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1a89fdcc-ffd8 0
ResourceCustomizationUUID:31e30107-eaa7-4c31-9f8b-550815ace800
ResourceInvariantUUID:d2b58a7f-2ed7-4f2d-84cf-a233690318d2
ResourceName:pNF 1a89fdcc-ffd8
ResourceType:PNF
ResourceUUID:827026ad-afdb-4772-b2fd-63e6595e3b6e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-05-20T03:16:50.264Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0ebcb1e-0f4d-4ba8-a045-501f861031b3 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-05-20T03:16:50.343Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:16:50.345Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:16:50.345Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:16:50.345Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 866e4ff9-6e0f-4915-b490-4bc58e2ca447 from URL: /sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:50.346Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:16:50.346Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:51.101Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:16:51.107Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar 866e4ff9-6e0f-4915-b490-4bc58e2ca447 78803
2021-05-20T03:16:51.107Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar ASDC sendASDCNotification
2021-05-20T03:16:51.107Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:51.108Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:16:51.108Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:16:51.110Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:16:51.110Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480611107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:16:51.210Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:16:51.211Z||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-05-20T03:16:51.212Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:16:51.310Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:16:51.311Z||pool-49-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:16:52.111Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:16:52.112Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:16:52.113Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 866e4ff9-6e0f-4915-b490-4bc58e2ca447, URL: /sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar to file: /app/ASDC/1/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:52.113Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:52.113Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:52.113Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:52.205Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10684300238696922637/Definitions/service-DemoPnfDq5pbmttg4gjf8essi07-template.yml
2021-05-20T03:16:52.837Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-20T03:16:52.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:16:52.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:52.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-20T03:16:52.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|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-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:52.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1a89fdcc-ffd8 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:52.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|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-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:52.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|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-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:52.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1a89fdcc-ffd8 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-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:52.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|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-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:52.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|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-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:52.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|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-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:52.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:16:52.839Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:16:52.839Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_dq5PBMttg4gjF8ESsI07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:16:52.839Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Node template pNF 1a89fdcc-ffd8 0 is matching search criteria
2021-05-20T03:16:52.839Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:16:52.839Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Found topology templates [pNF 1a89fdcc-ffd8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:16:52.839Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:16:52.839Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_dq5PBMttg4gjF8ESsI07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:16:52.839Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Node template pNF 1a89fdcc-ffd8 0 is matching search criteria
2021-05-20T03:16:52.840Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:16:52.840Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Found topology templates [pNF 1a89fdcc-ffd8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:16:52.840Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:16:52.840Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_dq5PBMttg4gjF8ESsI07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:16:52.840Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:16:52.840Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_dq5PBMttg4gjF8ESsI07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:16:52.840Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:16:52.840Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_dq5PBMttg4gjF8ESsI07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:16:52.840Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:16:52.840Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_dq5PBMttg4gjF8ESsI07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:16:52.840Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:16:52.840Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_dq5PBMttg4gjF8ESsI07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:16:52.840Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dq5PBMttg4gjF8ESsI07
Description:catalog service description
Model UUID:f0ebcb1e-0f4d-4ba8-a045-501f861031b3
Model Version:NULL
Model InvariantUuid:b3e77c50-cfbc-4bf8-846f-e8c00a041ab6
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-05-20T03:16:52.845Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 827026ad-afdb-4772-b2fd-63e6595e3b6e
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-05-20T03:16:52.847Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||pNF 1a89fdcc-ffd8 0
2021-05-20T03:16:52.848Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 827026ad-afdb-4772-b2fd-63e6595e3b6e
2021-05-20T03:16:52.848Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||No resources found for Service: f0ebcb1e-0f4d-4ba8-a045-501f861031b3
2021-05-20T03:16:52.848Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: f0ebcb1e-0f4d-4ba8-a045-501f861031b3
2021-05-20T03:16:52.848Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1a89fdcc-ffd8 0 827026ad-afdb-4772-b2fd-63e6595e3b6e 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-05-20T03:16:52.857Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:16:52.857Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_dq5PBMttg4gjF8ESsI07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:16:52.857Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid f0ebcb1e-0f4d-4ba8-a045-501f861031b3: pNF 1a89fdcc-ffd8
2021-05-20T03:16:52.857Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||Processing PNF resource: 827026ad-afdb-4772-b2fd-63e6595e3b6e
2021-05-20T03:16:52.857Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:16:52.857Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Service Demo_pNF_dq5PBMttg4gjF8ESsI07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:16:52.862Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||Resource customization UUID: 31e30107-eaa7-4c31-9f8b-550815ace800 is the same as notified resource customizationUUID: 31e30107-eaa7-4c31-9f8b-550815ace800
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-05-20T03:16:53.048Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1a89fdcc-ffd8 827026ad-afdb-4772-b2fd-63e6595e3b6e 0 ASDC deployResourceStructure
2021-05-20T03:16:53.048Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar ASDC sendASDCNotification
2021-05-20T03:16:53.048Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar
2021-05-20T03:16:53.048Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:16:53.049Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:16:53.051Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:16:53.051Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480613048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:16:53.151Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:16:53.152Z||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-05-20T03:16:53.152Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:16:53.161Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:16:53.161Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:16:54.052Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:16:54.060Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9
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-05-20T03:16:54.063Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:16:54.063Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:16:54.063Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:16:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:16:58.682Z||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-05-20T03:16:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:16:58.701Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:16:58.702Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.702Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "cds",
  "timestamp": 1621480525031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.703Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.703Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.703Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "clamp",
  "timestamp": 1621480529297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.704Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.704Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.704Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480521515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.704Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.704Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.704Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480521765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.704Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.704Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.704Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "policy-id",
  "timestamp": 1621480531046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.704Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.704Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "cds",
  "timestamp": 1621480525031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480521515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "clamp",
  "timestamp": 1621480529297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480521765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "policy-id",
  "timestamp": 1621480531046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "cds",
  "timestamp": 1621480525031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.705Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480521765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480521515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "clamp",
  "timestamp": 1621480529297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "policy-id",
  "timestamp": 1621480531046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "cds",
  "timestamp": 1621480525031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480521765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480521515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "clamp",
  "timestamp": 1621480529297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "policy-id",
  "timestamp": 1621480531046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.706Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "cds",
  "timestamp": 1621480525031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480521765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480521515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "clamp",
  "timestamp": 1621480529297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "policy-id",
  "timestamp": 1621480531046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "cds",
  "timestamp": 1621480525031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480521765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.707Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480521515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.708Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.728Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.728Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "clamp",
  "timestamp": 1621480529297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.728Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.728Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.728Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "policy-id",
  "timestamp": 1621480531046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.728Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.728Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.728Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "cds",
  "timestamp": 1621480525031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.728Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.728Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.728Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480521765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480521515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "clamp",
  "timestamp": 1621480529297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "policy-id",
  "timestamp": 1621480531046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480537193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "cds",
  "timestamp": 1621480525031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.729Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480521765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "clamp",
  "timestamp": 1621480529297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480521515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "policy-id",
  "timestamp": 1621480531046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480537193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480537193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "dcae-sch",
  "timestamp": 1621480539650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "policy-id",
  "timestamp": 1621480540718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480537193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "cds",
  "timestamp": 1621480540905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "dcae-sch",
  "timestamp": 1621480539650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "policy-id",
  "timestamp": 1621480541722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:16:58.731Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.732Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480537193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.732Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.732Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.732Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "cds",
  "timestamp": 1621480541911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-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-05-20T03:16:58.738Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c1532c49-dd55-4d23-af64-dd9dfd9f91f9
2021-05-20T03:16:58.738Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1532c49-dd55-4d23-af64-dd9dfd9f91f9 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-05-20T03:16:58.747Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.747Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "dcae-sch",
  "timestamp": 1621480539650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.747Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.748Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.749Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "policy-id",
  "timestamp": 1621480542725,
  "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-05-20T03:16:58.754Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1532c49-dd55-4d23-af64-dd9dfd9f91f9
2021-05-20T03:16:58.754Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1532c49-dd55-4d23-af64-dd9dfd9f91f9 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-05-20T03:16:58.780Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.780Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480537193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.780Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "dcae-sch",
  "timestamp": 1621480539650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480537193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "dcae-sch",
  "timestamp": 1621480539650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "clamp",
  "timestamp": 1621480544730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480537193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.781Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "dcae-sch",
  "timestamp": 1621480539650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.788Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.788Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.788Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "clamp",
  "timestamp": 1621480545764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:16:58.788Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:16:58.788Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.788Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "dcae-sch",
  "timestamp": 1621480539650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.788Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.788Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.788Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "clamp",
  "timestamp": 1621480546767,
  "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-05-20T03:16:58.794Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c1532c49-dd55-4d23-af64-dd9dfd9f91f9
2021-05-20T03:16:58.795Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1532c49-dd55-4d23-af64-dd9dfd9f91f9 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-05-20T03:16:58.843Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.844Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "dcae-sch",
  "timestamp": 1621480539650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.844Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.844Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.844Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480546883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.844Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.844Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.844Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480546883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.844Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480546883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480546883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480546883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "aai-ml",
  "timestamp": 1621480551220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.845Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480546883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "aai-ml",
  "timestamp": 1621480551220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480546883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "aai-ml",
  "timestamp": 1621480551220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480546883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "aai-ml",
  "timestamp": 1621480551220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.846Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.847Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.847Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "aai-ml",
  "timestamp": 1621480551220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.847Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.847Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.847Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "aai-ml",
  "timestamp": 1621480551220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.847Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.847Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.847Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "aai-ml",
  "timestamp": 1621480551220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:16:58.847Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:16:58.847Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:16:58.847Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480558307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:16:58.847Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:17:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T03:17:24.063Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:17:24.071Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9
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-05-20T03:17:24.074Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:17:24.074Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:17:24.074Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:17:52.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T03:17:54.075Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:17:54.084Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9
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-05-20T03:17:54.087Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:17:54.088Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:17:54.088Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:17:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:17:58.682Z||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-05-20T03:17:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:17:58.701Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:17:58.701Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:17:58.702Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "aai-ml",
  "timestamp": 1621480551220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:17:58.702Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:24.088Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:18:24.098Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9
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-05-20T03:18:24.100Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:18:24.100Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:18:24.100Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:18:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T03:18:54.100Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:18:54.111Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9
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-05-20T03:18:54.114Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:18:54.114Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-20T03:18:54.114Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-20T03:18:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:18:58.682Z||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-05-20T03:18:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:18:58.701Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:18:58.719Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.719Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480559853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:58.720Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.720Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.720Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480560855,
  "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-05-20T03:18:58.726Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c1532c49-dd55-4d23-af64-dd9dfd9f91f9
2021-05-20T03:18:58.726Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1532c49-dd55-4d23-af64-dd9dfd9f91f9 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-05-20T03:18:58.816Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.817Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "aai-ml",
  "timestamp": 1621480561023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.817Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.817Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.817Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "aai-ml",
  "timestamp": 1621480565667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:58.817Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.817Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.818Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "aai-ml",
  "timestamp": 1621480566674,
  "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-05-20T03:18:58.822Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c1532c49-dd55-4d23-af64-dd9dfd9f91f9
2021-05-20T03:18:58.823Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1532c49-dd55-4d23-af64-dd9dfd9f91f9 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-05-20T03:18:58.830Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.830Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "cds",
  "timestamp": 1621480570031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.830Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.830Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.830Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "policy-id",
  "timestamp": 1621480571046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.830Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.830Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.830Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "cds",
  "timestamp": 1621480570031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "policy-id",
  "timestamp": 1621480571046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480576883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480577193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "cds",
  "timestamp": 1621480570031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.831Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "policy-id",
  "timestamp": 1621480571046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480576883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480577193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "cds",
  "timestamp": 1621480570031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "policy-id",
  "timestamp": 1621480571046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480576883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.832Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480577193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "cds",
  "timestamp": 1621480570031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "policy-id",
  "timestamp": 1621480571046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "dcae-sch",
  "timestamp": 1621480579650,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480576883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480577193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "cds",
  "timestamp": 1621480570031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.833Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "policy-id",
  "timestamp": 1621480571046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "dcae-sch",
  "timestamp": 1621480579650,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480576883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480577193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "aai-ml",
  "timestamp": 1621480581220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480581515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "cds",
  "timestamp": 1621480570031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.834Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "policy-id",
  "timestamp": 1621480571046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "dcae-sch",
  "timestamp": 1621480579650,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480581765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480576883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480577193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.835Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "aai-ml",
  "timestamp": 1621480581220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480581515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "cds",
  "timestamp": 1621480570031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "policy-id",
  "timestamp": 1621480571046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "dcae-sch",
  "timestamp": 1621480579650,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480581765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480576883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.836Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480577193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "aai-ml",
  "timestamp": 1621480581220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480581515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "dcae-sch",
  "timestamp": 1621480579650,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480581765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480576883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.837Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480577193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "aai-ml",
  "timestamp": 1621480581220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480581515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "policy-id",
  "timestamp": 1621480585242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "cds",
  "timestamp": 1621480585262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "dcae-sch",
  "timestamp": 1621480579650,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480581765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "aai-ml",
  "timestamp": 1621480581220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.838Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.839Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.839Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480581515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.839Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.839Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.839Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "policy-id",
  "timestamp": 1621480586245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:58.839Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.839Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.839Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "cds",
  "timestamp": 1621480586267,
  "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-05-20T03:18:58.849Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1
2021-05-20T03:18:58.849Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1 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-05-20T03:18:58.856Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.857Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "dcae-sch",
  "timestamp": 1621480579650,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.857Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.857Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.857Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480581765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.858Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.858Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.858Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "aai-ml",
  "timestamp": 1621480581220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.858Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.858Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.858Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480586984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.859Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.859Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.859Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480581515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.859Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.860Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.860Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "policy-id",
  "timestamp": 1621480587248,
  "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-05-20T03:18:58.864Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1
2021-05-20T03:18:58.864Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1 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-05-20T03:18:58.872Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.872Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "dcae-sch",
  "timestamp": 1621480579650,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.872Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.872Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.873Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480581765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.873Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.873Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.873Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480587671,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.874Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.874Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.874Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "aai-ml",
  "timestamp": 1621480581220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.875Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.875Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.875Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "cds",
  "timestamp": 1621480587271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.876Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.876Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.876Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480581515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.877Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.877Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.877Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480581765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.878Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.878Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.878Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480588653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:58.878Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.879Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.879Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "aai-ml",
  "timestamp": 1621480581220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.879Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.879Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.880Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "cds",
  "timestamp": 1621480587271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.880Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.880Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.880Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480581515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.881Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.881Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.881Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480589287,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.882Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.882Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.882Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480581765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.883Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.883Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.883Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480589655,
  "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-05-20T03:18:58.887Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1
2021-05-20T03:18:58.887Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1 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-05-20T03:18:58.899Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.899Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "cds",
  "timestamp": 1621480587271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.900Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.900Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.900Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.901Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.901Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.901Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "dcae-sch",
  "timestamp": 1621480589933,
  "artifactURL": "/sdc/v1/catalog/services/61a6f5c0-c618-4d04-93dd-843044f6f154/resourceInstances/basicclamp0/artifacts/f004ae7a-29f2-4c88-892a-de28ca01bc83",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.901Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.901Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.902Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "aai-ml",
  "timestamp": 1621480590534,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.902Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.902Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.902Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480590904,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.902Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.903Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.903Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "cds",
  "timestamp": 1621480587271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.903Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.903Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.903Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.904Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.904Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.904Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480591012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.904Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.904Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.905Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480591110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.905Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.905Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.905Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "dcae-sch",
  "timestamp": 1621480591292,
  "artifactURL": "/sdc/v1/catalog/services/61a6f5c0-c618-4d04-93dd-843044f6f154/resourceInstances/basicclamp0/artifacts/f004ae7a-29f2-4c88-892a-de28ca01bc83",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:58.906Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.906Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.906Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "policy-id",
  "timestamp": 1621480591046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.906Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.906Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.906Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "cds",
  "timestamp": 1621480587271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.907Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.907Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.907Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.907Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.907Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.908Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480592017,
  "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-05-20T03:18:58.912Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1
2021-05-20T03:18:58.912Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1 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-05-20T03:18:58.918Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.918Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "dcae-sch",
  "timestamp": 1621480592295,
  "artifactURL": "/sdc/v1/catalog/services/61a6f5c0-c618-4d04-93dd-843044f6f154/resourceInstances/basicclamp0/artifacts/f004ae7a-29f2-4c88-892a-de28ca01bc83",
  "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-05-20T03:18:58.922Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1
2021-05-20T03:18:58.922Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1 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-05-20T03:18:58.931Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.931Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "policy-id",
  "timestamp": 1621480591046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.932Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.932Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.932Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "cds",
  "timestamp": 1621480587271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.932Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.932Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.933Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.933Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.933Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.933Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480593021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:58.933Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.934Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.934Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480593449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.934Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.934Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.934Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480593650,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.934Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.935Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.935Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "policy-id",
  "timestamp": 1621480591046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.935Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.935Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.935Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "cds",
  "timestamp": 1621480587271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.935Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.936Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.936Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.936Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.936Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.936Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "policy-id",
  "timestamp": 1621480591046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.936Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.937Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.937Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.937Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.937Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.937Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "policy-id",
  "timestamp": 1621480591046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.937Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.938Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.938Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.938Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.938Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.938Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "policy-id",
  "timestamp": 1621480591046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.938Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.938Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.939Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480596742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.939Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.939Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.939Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d4290-4241-4018-9231-eb115d73871b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480596931,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:18:58.939Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.940Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.940Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.940Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.940Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.940Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "cds",
  "timestamp": 1621480597369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.940Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.941Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.941Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "policy-id",
  "timestamp": 1621480591046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.941Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.941Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.941Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480597748,
  "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-05-20T03:18:58.946Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1
2021-05-20T03:18:58.946Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1 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-05-20T03:18:58.952Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.952Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480597804,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.952Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.952Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.952Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.952Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.952Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.953Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "cds",
  "timestamp": 1621480598373,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:18:58.963Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06409af2-e81d-4691-9206-d8db5f0d7ab4
2021-05-20T03:18:58.964Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06409af2-e81d-4691-9206-d8db5f0d7ab4 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-05-20T03:18:58.973Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.973Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480598751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:58.974Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.974Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.974Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.974Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.974Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.974Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480598860,
  "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-05-20T03:18:58.979Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1
2021-05-20T03:18:58.979Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1 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-05-20T03:18:58.985Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.985Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:18:58.985Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.986Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.986Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480599863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:58.986Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.986Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.986Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "aai-ml",
  "timestamp": 1621480600208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:58.986Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.986Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.987Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.987Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.987Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.987Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "policy-id",
  "timestamp": 1621480600401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:58.987Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.987Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.987Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "cds",
  "timestamp": 1621480600031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.988Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.988Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "aai-ml",
  "timestamp": 1621480601215,
  "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-05-20T03:18:58.992Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1
2021-05-20T03:18:58.992Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1 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-05-20T03:18:58.999Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.999Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:58.999Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:58.999Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:58.999Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "policy-id",
  "timestamp": 1621480601405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:58.999Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:58.999Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.000Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "cds",
  "timestamp": 1621480600031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.000Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.000Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.000Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.000Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.000Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.000Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.000Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.000Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.001Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.001Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.001Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.001Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.001Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.001Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.001Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.001Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.001Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.001Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "policy-id",
  "timestamp": 1621480602408,
  "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-05-20T03:18:59.005Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06409af2-e81d-4691-9206-d8db5f0d7ab4
2021-05-20T03:18:59.005Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06409af2-e81d-4691-9206-d8db5f0d7ab4 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-05-20T03:18:59.012Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.012Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "cds",
  "timestamp": 1621480600031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.012Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.012Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.012Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.013Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.013Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.013Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.013Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.013Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.013Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.013Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.014Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.014Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.014Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.014Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.014Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.014Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.015Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.015Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "clamp",
  "timestamp": 1621480603408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.015Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.015Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.015Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "cds",
  "timestamp": 1621480600031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.015Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.015Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.015Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.016Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.016Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.016Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.016Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.016Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.016Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.016Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.016Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.017Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.017Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.017Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.017Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.017Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.017Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.017Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "clamp",
  "timestamp": 1621480604412,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.017Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.017Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.018Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "cds",
  "timestamp": 1621480600031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.018Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.018Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.018Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.018Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.018Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.018Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.018Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.018Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.018Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.019Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.019Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.019Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.019Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.019Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.019Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "cds",
  "timestamp": 1621480600031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.019Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.019Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.019Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "clamp",
  "timestamp": 1621480605901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:59.020Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.020Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.020Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.020Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.020Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.020Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.020Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.020Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.020Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.020Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.021Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.021Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.021Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.021Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.021Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "cds",
  "timestamp": 1621480600031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.021Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.021Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.021Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480606852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.021Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.022Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.022Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "clamp",
  "timestamp": 1621480606906,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:59.022Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.022Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.022Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.022Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.022Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.022Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/resourceInstances/pnf1a89fdccffd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.022Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.022Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.023Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.023Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.023Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.023Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.023Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.023Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.023Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.023Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.023Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.024Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "cds",
  "timestamp": 1621480600031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.024Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.024Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.024Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "clamp",
  "timestamp": 1621480607909,
  "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-05-20T03:18:59.028Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1
2021-05-20T03:18:59.028Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1 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-05-20T03:18:59.036Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.036Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.036Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.036Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.036Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.036Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.036Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.036Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.037Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.037Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.037Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.037Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.037Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.037Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.037Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.038Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.038Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480608564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.038Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.038Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.038Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "cds",
  "timestamp": 1621480600031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.038Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.038Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.038Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.039Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.039Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.039Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.039Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.039Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.039Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.039Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.039Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.039Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480609346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.040Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.040Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.040Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.040Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.040Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.040Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480609549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.040Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.040Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.040Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480609726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.040Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.040Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.041Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.041Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.041Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.041Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "cds",
  "timestamp": 1621480610009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.041Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.041Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.041Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.041Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.041Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.041Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.041Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.042Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.042Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480610730,
  "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-05-20T03:18:59.046Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06409af2-e81d-4691-9206-d8db5f0d7ab4
2021-05-20T03:18:59.046Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06409af2-e81d-4691-9206-d8db5f0d7ab4 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-05-20T03:18:59.052Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.052Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.053Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.053Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.053Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "cds",
  "timestamp": 1621480611014,
  "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-05-20T03:18:59.065Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ba9f434-f96f-40c5-a1b4-15af817c3cd4
2021-05-20T03:18:59.065Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ba9f434-f96f-40c5-a1b4-15af817c3cd4 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-05-20T03:18:59.094Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.094Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480611106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.094Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.094Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.095Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480611107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.095Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.095Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.095Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480611313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.095Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.095Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.096Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.096Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.096Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.096Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.096Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.096Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.097Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "policy-id",
  "timestamp": 1621480611046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.097Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.097Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.097Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480611733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:59.097Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.098Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.098Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.098Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.098Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.098Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.098Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.099Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.099Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.099Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.099Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.099Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.099Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.100Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.100Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "policy-id",
  "timestamp": 1621480611046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.100Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.100Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.100Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.100Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.100Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.101Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.101Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.101Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.101Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.101Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.101Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.101Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480613048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDq5pbmttg4gjf8essi07/1.0/artifacts/service-DemoPnfDq5pbmttg4gjf8essi07-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:59.102Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.102Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.102Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.102Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.102Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.102Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.103Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.103Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.103Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480613643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.103Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.103Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.103Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "policy-id",
  "timestamp": 1621480611046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.104Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.104Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.104Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.104Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.104Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.104Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480613850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.105Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.105Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.105Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.105Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.105Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.105Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.105Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.106Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.106Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.106Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.106Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.106Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480614648,
  "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-05-20T03:18:59.111Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06409af2-e81d-4691-9206-d8db5f0d7ab4
2021-05-20T03:18:59.111Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06409af2-e81d-4691-9206-d8db5f0d7ab4 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-05-20T03:18:59.123Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.123Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "policy-id",
  "timestamp": 1621480611046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.123Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.123Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.123Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.124Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.124Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.124Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "clamp",
  "timestamp": 1621480589297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.124Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.124Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.124Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.125Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.125Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.125Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480615032,
  "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-05-20T03:18:59.129Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06409af2-e81d-4691-9206-d8db5f0d7ab4
2021-05-20T03:18:59.129Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06409af2-e81d-4691-9206-d8db5f0d7ab4 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-05-20T03:18:59.135Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.135Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1621480599651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.135Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.135Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.136Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480615651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:59.136Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.136Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.136Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "policy-id",
  "timestamp": 1621480611046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.136Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.136Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.137Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.137Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.137Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.137Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.137Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.137Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.138Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480616034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:59.138Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.138Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.138Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480616474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:18:59.138Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:18:59.138Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.139Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.139Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.139Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.139Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "policy-id",
  "timestamp": 1621480611046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.139Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.139Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.140Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.140Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.140Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.140Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.140Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.140Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.141Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.141Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.141Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.141Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.141Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.141Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.141Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "policy-id",
  "timestamp": 1621480611046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.142Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.142Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.142Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "cds",
  "timestamp": 1621480615031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.142Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.142Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.142Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:18:59.142Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.143Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.143Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.143Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.143Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.143Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-20T03:18:59.144Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:18:59.144Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:18:59.144Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480618187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:18:59.144Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:24.114Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:19:24.126Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9
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-05-20T03:19:24.130Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:19:24.130Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-20T03:19:24.130Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-20T03:19:24.131Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-20T03:19:24.131Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:19:24.131Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:19:24.131Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:19:24.131Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:19:24.131Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:19:24.131Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:19:24.132Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|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-05-20T03:19:24.136Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-20T03:19:54.137Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9 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-05-20T03:19:54.142Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1532c49-dd55-4d23-af64-dd9dfd9f91f9 and serviceModelVersionId: f0ebcb1e-0f4d-4ba8-a045-501f861031b3
2021-05-20T03:19:54.142Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3e77c50-cfbc-4bf8-846f-e8c00a041ab6
2021-05-20T03:19:54.143Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3e77c50-cfbc-4bf8-846f-e8c00a041ab6/model-vers/model-ver/f0ebcb1e-0f4d-4ba8-a045-501f861031b3?depth=0
2021-05-20T03:19:54.149Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-20T03:19:54.257Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b3e77c50-cfbc-4bf8-846f-e8c00a041ab6/model-vers/model-ver/f0ebcb1e-0f4d-4ba8-a045-501f861031b3?depth=0|INFO|500||Invoke
2021-05-20T03:19:54.257Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b3e77c50-cfbc-4bf8-846f-e8c00a041ab6/model-vers/model-ver/f0ebcb1e-0f4d-4ba8-a045-501f861031b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b3e77c50-cfbc-4bf8-846f-e8c00a041ab6/model-vers/model-ver/f0ebcb1e-0f4d-4ba8-a045-501f861031b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1532c49-dd55-4d23-af64-dd9dfd9f91f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e30cf94b-3de0-4963-923c-d2e268953fba], X-ECOMP-RequestID=[c1532c49-dd55-4d23-af64-dd9dfd9f91f9], X-TransactionId=[], X-ONAP-RequestID=[c1532c49-dd55-4d23-af64-dd9dfd9f91f9], Content-Type=[application/merge-patch+json]}
2021-05-20T03:19:54.276Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b3e77c50-cfbc-4bf8-846f-e8c00a041ab6/model-vers/model-ver/f0ebcb1e-0f4d-4ba8-a045-501f861031b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-20T03:19:54.641Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b3e77c50-cfbc-4bf8-846f-e8c00a041ab6/model-vers/model-ver/f0ebcb1e-0f4d-4ba8-a045-501f861031b3?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/b3e77c50-cfbc-4bf8-846f-e8c00a041ab6/model-vers/model-ver/f0ebcb1e-0f4d-4ba8-a045-501f861031b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210520-03:19:54:284-30726], vertex-id=[397376], Content-Length=[0], Date=[Thu, 20 May 2021 03:19:54 GMT], Content-Type=[application/json]}
2021-05-20T03:19:54.642Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b3e77c50-cfbc-4bf8-846f-e8c00a041ab6/model-vers/model-ver/f0ebcb1e-0f4d-4ba8-a045-501f861031b3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-20T03:19:54.642Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b3e77c50-cfbc-4bf8-846f-e8c00a041ab6/model-vers/model-ver/f0ebcb1e-0f4d-4ba8-a045-501f861031b3?depth=0|INFO|500||InvokeReturn
2021-05-20T03:19:54.643Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-20T03:19:54.643Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|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-05-20T03:19:54.647Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|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-05-20T03:19:54.647Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1532c49-dd55-4d23-af64-dd9dfd9f91f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-20T03:19:54.647Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-20T03:19:54.648Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:19:54.649Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:19:54.728Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480794647,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:19:54.750Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 22 ms
2021-05-20T03:19:54.750Z||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-05-20T03:19:54.751Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:19:54.762Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:19:54.762Z||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-05-20T03:19:55.744Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:19:55.744Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"61a6f5c0-c618-4d04-93dd-843044f6f154","serviceDescription":"service","serviceInvariantUUID":"128bd087-b4ec-4888-82a6-0023b2d129ad","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eba1d43a-96e3-419b-b784-8146200488f0","resourceInvariantUUID":"a280146e-cfcc-4f4e-8e4a-b70bd753953c","resourceCustomizationUUID":"3802e230-937a-45a1-a698-96006c0e7f85","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":"f004ae7a-29f2-4c88-892a-de28ca01bc83","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":"NWIxZjBhOWE4NmZhYTI5NDE0NDVlMGE3YmUyYWFjMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aeb87b83-fcef-4145-b725-bb7ca80d78cd","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":"NmQzZjMyMjc5ZmZiOTFiYjZiZGM3MmUzY2ZiZjc3NzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"92368369-53a8-4169-a069-87c41ba18663","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":"b2e7e958-9ee6-4f22-b3d9-47609ce35c8d","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":"2d3d9534-d7a0-4466-9970-170ce33c2a62","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":"c96ce80c-2581-4364-abea-d4424ed60b48","artifactVersion":"2","generatedFromUUID":"b2e7e958-9ee6-4f22-b3d9-47609ce35c8d"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NzBiZmJkNmFjYmIwODNkNjYxNWE2YTZlYzJjOTk3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"022d605d-ae7f-4938-8358-cce10ca187cd","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTFkZDI0NmE2MmE2NWFkMTAxNWIwYWYxODZhZjI3YTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fef8ce3c-3aab-4852-8b9f-1da3dab9c261","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-20T03:19:55.745Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:19:55.745Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:19:55.746Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:19:55.747Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:55.847Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 19 ms
2021-05-20T03:19:55.848Z||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-05-20T03:19:55.848Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:19:55.856Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:19:55.857Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:19:56.828Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:19:56.829Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:19:56.831Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:19:56.831Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:56.932Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-20T03:19:56.933Z||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-05-20T03:19:56.933Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:19:56.940Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:19:56.940Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:19:57.832Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:19:57.833Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:19:57.835Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:19:57.835Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:19:57.936Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:19:57.937Z||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-05-20T03:19:57.937Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:19:57.945Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:19:57.945Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:19:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:19:58.681Z||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-05-20T03:19:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:19:58.696Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:19:58.714Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.715Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "policy-id",
  "timestamp": 1621480611046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "cds",
  "timestamp": 1621480615031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.716Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.717Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480619190,
  "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-05-20T03:19:58.731Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06409af2-e81d-4691-9206-d8db5f0d7ab4
2021-05-20T03:19:58.732Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06409af2-e81d-4691-9206-d8db5f0d7ab4 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-05-20T03:19:58.820Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.820Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.820Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.820Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.820Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "policy-id",
  "timestamp": 1621480611046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.821Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.821Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "cds",
  "timestamp": 1621480615031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.821Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.821Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.821Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.821Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.821Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.822Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.822Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.822Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.822Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "aai-ml",
  "timestamp": 1621480620215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.822Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.822Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.822Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "dcae-sch",
  "timestamp": 1621480619650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.822Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.822Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.823Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.823Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "cds",
  "timestamp": 1621480615031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.823Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.823Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480597193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.823Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.823Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.823Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.824Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.824Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "policy-id",
  "timestamp": 1621480621123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.824Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.824Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.824Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.824Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.824Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.824Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "dcae-sch",
  "timestamp": 1621480619650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.824Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.824Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.824Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.824Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.825Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.825Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "cds",
  "timestamp": 1621480615031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.825Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.826Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.826Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.826Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.826Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.826Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "policy-id",
  "timestamp": 1621480622127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:58.826Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.826Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.826Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "dcae-sch",
  "timestamp": 1621480619650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480622447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "cds",
  "timestamp": 1621480615031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.827Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.828Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.828Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.828Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.828Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "policy-id",
  "timestamp": 1621480623130,
  "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-05-20T03:19:58.833Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ba9f434-f96f-40c5-a1b4-15af817c3cd4
2021-05-20T03:19:58.833Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ba9f434-f96f-40c5-a1b4-15af817c3cd4 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=?
2021-05-20T03:19:58.836Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-20T03:19:58.836Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:19:58.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:19:58.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.840Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.840Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.841Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.841Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.841Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "dcae-sch",
  "timestamp": 1621480619650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.841Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.841Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.841Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.841Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.841Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.841Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "cds",
  "timestamp": 1621480615031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.842Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.842Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.842Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.842Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.842Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.842Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480624153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.842Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.842Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.842Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.842Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.842Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.842Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "dcae-sch",
  "timestamp": 1621480619650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.843Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.843Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.843Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480601515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.843Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.843Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.843Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "cds",
  "timestamp": 1621480615031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.843Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.843Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.843Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480601765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.843Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.843Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.843Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.843Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "dcae-sch",
  "timestamp": 1621480619650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "clamp",
  "timestamp": 1621480625610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "dcae-sch",
  "timestamp": 1621480619650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "clamp",
  "timestamp": 1621480626763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:58.844Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480627062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "dcae-sch",
  "timestamp": 1621480619650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480627345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480627369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.845Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.846Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.846Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "cds",
  "timestamp": 1621480627642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.846Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.846Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.846Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "clamp",
  "timestamp": 1621480627766,
  "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-05-20T03:19:58.849Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 06409af2-e81d-4691-9206-d8db5f0d7ab4
2021-05-20T03:19:58.850Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06409af2-e81d-4691-9206-d8db5f0d7ab4 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-05-20T03:19:58.857Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.857Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480606883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.857Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.857Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.857Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "aai-ml",
  "timestamp": 1621480628264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:58.858Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.858Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.858Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480628570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.858Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.858Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.858Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480628791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.858Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.858Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.858Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480628965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.858Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.858Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.858Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "aai-ml",
  "timestamp": 1621480629269,
  "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-05-20T03:19:58.863Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06409af2-e81d-4691-9206-d8db5f0d7ab4
2021-05-20T03:19:58.863Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06409af2-e81d-4691-9206-d8db5f0d7ab4 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-05-20T03:19:58.872Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.873Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.873Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.873Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.873Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480629543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.873Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.873Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.873Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480629579,
  "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-05-20T03:19:58.877Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ba9f434-f96f-40c5-a1b4-15af817c3cd4
2021-05-20T03:19:58.877Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ba9f434-f96f-40c5-a1b4-15af817c3cd4 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-05-20T03:19:58.884Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.885Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "cds",
  "timestamp": 1621480629759,
  "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-05-20T03:19:58.896Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f0e7cd42-4654-43e7-9fa7-2975d6551334
2021-05-20T03:19:58.897Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e7cd42-4654-43e7-9fa7-2975d6551334 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-05-20T03:19:58.905Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.905Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480630135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.905Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.905Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.905Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480630264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.905Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.905Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.905Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480630583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480631176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.906Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.907Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.907Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "policy-id",
  "timestamp": 1621480631046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.907Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.907Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.907Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480632179,
  "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-05-20T03:19:58.912Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ba9f434-f96f-40c5-a1b4-15af817c3cd4
2021-05-20T03:19:58.912Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ba9f434-f96f-40c5-a1b4-15af817c3cd4 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-05-20T03:19:58.921Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.922Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480631589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.922Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.922Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.922Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.922Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.922Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.922Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480632311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.923Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.923Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.923Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.923Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.923Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.923Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "policy-id",
  "timestamp": 1621480631046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.923Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.923Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.923Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480633145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.923Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.924Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.924Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480631589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.924Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.924Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.924Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.924Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.924Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.924Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480633317,
  "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-05-20T03:19:58.930Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ba9f434-f96f-40c5-a1b4-15af817c3cd4
2021-05-20T03:19:58.930Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ba9f434-f96f-40c5-a1b4-15af817c3cd4 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-05-20T03:19:58.936Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.936Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.936Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.936Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.936Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "policy-id",
  "timestamp": 1621480631046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.937Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.937Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.937Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480631589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.937Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.937Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.937Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480634284,
  "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-05-20T03:19:58.938Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:19:58.939Z||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-05-20T03:19:58.939Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:19:58.941Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ba9f434-f96f-40c5-a1b4-15af817c3cd4
2021-05-20T03:19:58.941Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ba9f434-f96f-40c5-a1b4-15af817c3cd4 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-05-20T03:19:58.946Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:19:58.946Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:19:58.947Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.947Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.947Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.947Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.947Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480634321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:58.947Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.947Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.947Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.948Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.948Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.948Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "policy-id",
  "timestamp": 1621480631046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.948Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.948Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.948Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480631589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.948Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.948Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.948Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480635287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:58.948Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "policy-id",
  "timestamp": 1621480631046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480635334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.949Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480631589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "policy-id",
  "timestamp": 1621480631046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480636291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.950Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480635334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480631589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480636883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.951Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "policy-id",
  "timestamp": 1621480631046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.952Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.952Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.952Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480636291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.952Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.952Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.952Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480635334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.952Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.952Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.952Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480631589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.952Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.952Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.952Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "aai-ml",
  "timestamp": 1621480611220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.952Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480636883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "policy-id",
  "timestamp": 1621480631046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480636291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480635334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480631589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.953Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480636883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480636291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480635334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "aai-ml",
  "timestamp": 1621480640118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "policy-id",
  "timestamp": 1621480640328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.954Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480636883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480640722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480636291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480635334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "policy-id",
  "timestamp": 1621480641332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.955Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.956Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480636883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.956Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.956Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.956Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480636291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.956Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.956Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.956Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480635334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.956Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.956Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.956Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480642151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.956Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.956Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.956Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "policy-id",
  "timestamp": 1621480642334,
  "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-05-20T03:19:58.961Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0e7cd42-4654-43e7-9fa7-2975d6551334
2021-05-20T03:19:58.961Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e7cd42-4654-43e7-9fa7-2975d6551334 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-05-20T03:19:58.968Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.968Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480636883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.968Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.968Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.968Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480636291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.968Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.968Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.968Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480635334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.968Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.968Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.968Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480636883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.968Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.968Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.969Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480643748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.969Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.969Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.969Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "clamp",
  "timestamp": 1621480643908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.969Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.969Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.969Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480636291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.969Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.969Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.969Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480636883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.969Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.969Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.969Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480644751,
  "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-05-20T03:19:58.973Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0e7cd42-4654-43e7-9fa7-2975d6551334
2021-05-20T03:19:58.973Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e7cd42-4654-43e7-9fa7-2975d6551334 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-05-20T03:19:58.978Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.978Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "clamp",
  "timestamp": 1621480644924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:58.978Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.978Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.978Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480645042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.979Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.979Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.979Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480645744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.979Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.979Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.979Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621480645755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:58.979Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.979Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.979Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "clamp",
  "timestamp": 1621480645927,
  "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-05-20T03:19:58.983Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ba9f434-f96f-40c5-a1b4-15af817c3cd4
2021-05-20T03:19:58.983Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ba9f434-f96f-40c5-a1b4-15af817c3cd4 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-05-20T03:19:58.990Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.990Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:58.990Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.990Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.990Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480646948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.990Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.990Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.990Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480647575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.990Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.990Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.990Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480647682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:58.991Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.991Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.991Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "aai-ml",
  "timestamp": 1621480647766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:58.991Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.991Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.991Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:19:58.991Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:58.991Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.991Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480648752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:58.991Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:58.991Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:58.991Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "aai-ml",
  "timestamp": 1621480648771,
  "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-05-20T03:19:58.995Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ba9f434-f96f-40c5-a1b4-15af817c3cd4
2021-05-20T03:19:58.995Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ba9f434-f96f-40c5-a1b4-15af817c3cd4 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-05-20T03:19:59.002Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.003Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:59.003Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.003Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.003Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480649073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:59.003Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:59.003Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.003Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480649103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:59.003Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:59.003Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.003Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621480649754,
  "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-05-20T03:19:59.007Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f0e7cd42-4654-43e7-9fa7-2975d6551334
2021-05-20T03:19:59.007Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e7cd42-4654-43e7-9fa7-2975d6551334 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-05-20T03:19:59.013Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.013Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:59.014Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.014Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.014Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480650079,
  "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-05-20T03:19:59.017Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0e7cd42-4654-43e7-9fa7-2975d6551334
2021-05-20T03:19:59.017Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e7cd42-4654-43e7-9fa7-2975d6551334 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-05-20T03:19:59.027Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.027Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480650159,
  "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-05-20T03:19:59.031Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0e7cd42-4654-43e7-9fa7-2975d6551334
2021-05-20T03:19:59.031Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e7cd42-4654-43e7-9fa7-2975d6551334 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-05-20T03:19:59.035Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "aai-ml",
  "timestamp": 1621480649776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621480651082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621480651162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "aai-ml",
  "timestamp": 1621480649776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.036Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "aai-ml",
  "timestamp": 1621480649776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "aai-ml",
  "timestamp": 1621480649776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "clamp",
  "timestamp": 1621480628770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "aai-ml",
  "timestamp": 1621480649776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.037Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "aai-ml",
  "timestamp": 1621480649776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "aai-ml",
  "timestamp": 1621480649776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "aai-ml",
  "timestamp": 1621480649776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "aai-ml",
  "timestamp": 1621480659610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "clamp",
  "timestamp": 1621480660779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.038Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "clamp",
  "timestamp": 1621480664077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:59.039Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:59.039Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.039Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "clamp",
  "timestamp": 1621480665081,
  "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-05-20T03:19:59.042Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f0e7cd42-4654-43e7-9fa7-2975d6551334
2021-05-20T03:19:59.043Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e7cd42-4654-43e7-9fa7-2975d6551334 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-05-20T03:19:59.049Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.049Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "aai-ml",
  "timestamp": 1621480666861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:19:59.049Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:19:59.049Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:19:59.049Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "aai-ml",
  "timestamp": 1621480667865,
  "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-05-20T03:19:59.053Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f0e7cd42-4654-43e7-9fa7-2975d6551334
2021-05-20T03:19:59.053Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e7cd42-4654-43e7-9fa7-2975d6551334 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-05-20T03:19:59.838Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:19:59.839Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:19:59.841Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:19:59.841Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:19:59.942Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:19:59.943Z||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-05-20T03:19:59.943Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:19:59.952Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:19:59.952Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:00.842Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:20:00.843Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:00.845Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:00.846Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-20T03:20:00.946Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-20T03:20:00.946Z||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-05-20T03:20:00.946Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:00.955Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:00.955Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:01.846Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:20:01.848Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:01.850Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:01.851Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:20:01.951Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:01.951Z||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-05-20T03:20:01.952Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:01.961Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:01.961Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:02.851Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:20:02.852Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:02.853Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:02.853Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:20:02.954Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:02.954Z||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-05-20T03:20:02.954Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:02.962Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:02.962Z||pool-59-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:03.855Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "61a6f5c0-c618-4d04-93dd-843044f6f154",
  "serviceDescription": "service",
  "serviceInvariantUUID": "128bd087-b4ec-4888-82a6-0023b2d129ad",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "3802e230-937a-45a1-a698-96006c0e7f85",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "eba1d43a-96e3-419b-b784-8146200488f0",
      "resourceInvariantUUID": "a280146e-cfcc-4f4e-8e4a-b70bd753953c",
      "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": "NmQzZjMyMjc5ZmZiOTFiYjZiZGM3MmUzY2ZiZjc3NzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "92368369-53a8-4169-a069-87c41ba18663",
          "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": "b2e7e958-9ee6-4f22-b3d9-47609ce35c8d",
          "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": "c96ce80c-2581-4364-abea-d4424ed60b48",
            "generatedFromUUID": "b2e7e958-9ee6-4f22-b3d9-47609ce35c8d"
          },
          "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": "c96ce80c-2581-4364-abea-d4424ed60b48",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MTFkZDI0NmE2MmE2NWFkMTAxNWIwYWYxODZhZjI3YTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fef8ce3c-3aab-4852-8b9f-1da3dab9c261"
    }
  ],
  "workloadContext": "Production"
}
2021-05-20T03:20:03.855Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-20T03:20:03.855Z|c1532c49-dd55-4d23-af64-dd9dfd9f91f9|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 61a6f5c0-c618-4d04-93dd-843044f6f154 ASDC
2021-05-20T03:20:03.856Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:61a6f5c0-c618-4d04-93dd-843044f6f154
ServiceInvariantUUID:128bd087-b4ec-4888-82a6-0023b2d129ad
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:fef8ce3c-3aab-4852-8b9f-1da3dab9c261
ArtifactChecksum:MTFkZDI0NmE2MmE2NWFkMTAxNWIwYWYxODZhZjI3YTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:3802e230-937a-45a1-a698-96006c0e7f85
ResourceInvariantUUID:a280146e-cfcc-4f4e-8e4a-b70bd753953c
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:eba1d43a-96e3-419b-b784-8146200488f0
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:92368369-53a8-4169-a069-87c41ba18663
ArtifactChecksum:NmQzZjMyMjc5ZmZiOTFiYjZiZGM3MmUzY2ZiZjc3NzE=
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:b2e7e958-9ee6-4f22-b3d9-47609ce35c8d
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:c96ce80c-2581-4364-abea-d4424ed60b48
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:c96ce80c-2581-4364-abea-d4424ed60b48
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-20T03:20:03.856Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61a6f5c0-c618-4d04-93dd-843044f6f154 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-05-20T03:20:03.946Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:20:03.947Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:20:03.948Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:20:03.948Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: fef8ce3c-3aab-4852-8b9f-1da3dab9c261 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-20T03:20:03.948Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:20:03.948Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:04.443Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:20:04.448Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar fef8ce3c-3aab-4852-8b9f-1da3dab9c261 72261
2021-05-20T03:20:04.448Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:04.448Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:04.448Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:20:04.449Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:04.451Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:04.451Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480804448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:20:04.551Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:04.552Z||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-05-20T03:20:04.552Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:04.560Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:04.560Z||pool-60-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:05.452Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:20:05.453Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:20:05.453Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: fef8ce3c-3aab-4852-8b9f-1da3dab9c261, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-20T03:20:05.454Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-05-20T03:20:05.454Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-20T03:20:05.454Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-20T03:20:05.590Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2042135956114359147/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-05-20T03:20:06.483Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-20T03:20:06.484Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:20:06.484Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-20T03:20:06.484Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-20T03:20:06.484Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:06.484Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:06.484Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:06.484Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:06.484Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:06.484Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:06.484Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:06.484Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:06.484Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:06.484Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:06.485Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:20:06.485Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:06.485Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:06.485Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-20T03:20:06.485Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:20:06.485Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:20:06.485Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:06.485Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:06.486Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-20T03:20:06.486Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:20:06.486Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:20:06.486Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:06.486Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:06.486Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:06.486Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-20T03:20:06.486Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-20T03:20:06.486Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-20T03:20:06.486Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-20T03:20:06.487Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-20T03:20:06.487Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-20T03:20:06.487Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:06.487Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:06.487Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:06.487Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-20T03:20:06.487Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:20:06.488Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:06.488Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-20T03:20:06.488Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:20:06.489Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:06.489Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-20T03:20:06.489Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:20:06.489Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:06.489Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-20T03:20:06.489Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-20T03:20:06.489Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-20T03:20:06.489Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f4a3ee1e-9a85-42ea-8933-db1025fe0d25
2021-05-20T03:20:06.490Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:06.490Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:06.490Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:06.490Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:06.490Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:06.490Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:06.490Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:06.490Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:06.490Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:61a6f5c0-c618-4d04-93dd-843044f6f154
Model Version:NULL
Model InvariantUuid:128bd087-b4ec-4888-82a6-0023b2d129ad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:1aa6db39-7c5a-475c-8244-eecd9d761698
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a280146e-cfcc-4f4e-8e4a-b70bd753953c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3802e230-937a-45a1-a698-96006c0e7f85
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3205e105-1285-4aa3-9d8a-25088045d902
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:8258732e-e058-4499-9a78-dfe5fbc7e4e8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f4a3ee1e-9a85-42ea-8933-db1025fe0d25
ModelInvariantUuid:c2a367fa-df98-41b8-8986-1c85dc7ee37d
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:c22e10cf-9212-4919-b94a-1fcf217b4441
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:681308b9-cf3a-4724-9270-79b6b078ede1
ModelInvariantUuid:8283f109-4d6b-4368-be7c-9fed0ab23bd1
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:5258cd62-b671-4ffa-9386-f3a8f4fc5ec0
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-05-20T03:20:06.495Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: eba1d43a-96e3-419b-b784-8146200488f0
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-05-20T03:20:06.497Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||basicclamp 0
2021-05-20T03:20:06.497Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eba1d43a-96e3-419b-b784-8146200488f0
2021-05-20T03:20:06.497Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 92368369-53a8-4169-a069-87c41ba18663 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-20T03:20:06.497Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:20:06.497Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:07.612Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:20:07.613Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 92368369-53a8-4169-a069-87c41ba18663 790
2021-05-20T03:20:07.613Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:07.613Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:07.614Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:20:07.614Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:07.616Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:07.616Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480807613,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:20:07.717Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-20T03:20:07.717Z||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-05-20T03:20:07.718Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:07.726Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:07.727Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:07.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T03:20:08.617Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3205e105-1285-4aa3-9d8a-25088045d902",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8258732e-e058-4499-9a78-dfe5fbc7e4e8",
    "vfModuleModelCustomizationUUID": "4769f342-da48-4419-9f81-e535361654f1",
    "isBase": true,
    "artifacts": [
      "b2e7e958-9ee6-4f22-b3d9-47609ce35c8d",
      "c96ce80c-2581-4364-abea-d4424ed60b48"
    ],
    "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-05-20T03:20:08.624Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8258732e-e058-4499-9a78-dfe5fbc7e4e8
VfModuleModelInvariantUUID:3205e105-1285-4aa3-9d8a-25088045d902
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2e7e958-9ee6-4f22-b3d9-47609ce35c8d
,
c96ce80c-2581-4364-abea-d4424ed60b48

}
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-05-20T03:20:08.626Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3205e105-1285-4aa3-9d8a-25088045d902",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8258732e-e058-4499-9a78-dfe5fbc7e4e8",
    "vfModuleModelCustomizationUUID": "4769f342-da48-4419-9f81-e535361654f1",
    "isBase": true,
    "artifacts": [
      "b2e7e958-9ee6-4f22-b3d9-47609ce35c8d",
      "c96ce80c-2581-4364-abea-d4424ed60b48"
    ],
    "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-05-20T03:20:08.626Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8258732e-e058-4499-9a78-dfe5fbc7e4e8
VfModuleModelInvariantUUID:3205e105-1285-4aa3-9d8a-25088045d902
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2e7e958-9ee6-4f22-b3d9-47609ce35c8d
,
c96ce80c-2581-4364-abea-d4424ed60b48

}
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-05-20T03:20:08.626Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: b2e7e958-9ee6-4f22-b3d9-47609ce35c8d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-20T03:20:08.626Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:20:08.627Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:08.890Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:20:08.890Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b2e7e958-9ee6-4f22-b3d9-47609ce35c8d 5033
2021-05-20T03:20:08.891Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:08.891Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:08.891Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:20:08.891Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:08.893Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:08.893Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480808890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:20:08.993Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:08.994Z||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-05-20T03:20:08.994Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:09.002Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:09.002Z||pool-62-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:09.894Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: c96ce80c-2581-4364-abea-d4424ed60b48 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-20T03:20:09.894Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:20:09.895Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:10.211Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:20:10.211Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env c96ce80c-2581-4364-abea-d4424ed60b48 909
2021-05-20T03:20:10.211Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:10.212Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:10.212Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:20:10.212Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:10.214Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:10.214Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480810211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:20:10.314Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:10.315Z||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-05-20T03:20:10.316Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:10.325Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:10.326Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:11.215Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 61a6f5c0-c618-4d04-93dd-843044f6f154
2021-05-20T03:20:11.216Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 eba1d43a-96e3-419b-b784-8146200488f0 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-05-20T03:20:11.230Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:11.231Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:11.231Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: 1aa6db39-7c5a-475c-8244-eecd9d761698 
2021-05-20T03:20:11.231Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: 1aa6db39-7c5a-475c-8244-eecd9d761698
2021-05-20T03:20:11.231Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel to get resource 
2021-05-20T03:20:11.232Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel
2021-05-20T03:20:11.233Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel|INFO|500||Invoke
2021-05-20T03:20:11.233Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel|DEBUG|500||===========================request begin================================================
2021-05-20T03:20:11.233Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel
2021-05-20T03:20:11.233Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel|DEBUG|500||Method      : GET
2021-05-20T03:20:11.233Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/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:"c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1", X-RequestID:"c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1", X-TransactionID:"c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1", X-ECOMP-RequestID:"c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"924282ae-66a0-4a37-8402-28112267345f"]
2021-05-20T03:20:11.233Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel|DEBUG|500||Request body: 
2021-05-20T03:20:11.233Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel|DEBUG|500||==========================request end================================================
2021-05-20T03:20:13.402Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel|DEBUG|500||============================response begin==========================================
2021-05-20T03:20:13.403Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel|DEBUG|500||Status code  : 200 OK
2021-05-20T03:20:13.403Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel|DEBUG|500||Status text  : OK
2021-05-20T03:20:13.404Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-Basicclamp-csar.csar"", Content-MD5:"MDQ2NGI2YzUxMWNkNDBhMDgwZmRjZWY4ZTk1M2E1YmY=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-05-20T03:20:13.411Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/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ۼ����o��t�%���37h��(ky�ȶL��%~���ě�%iӗb�E:��d�n�AEG�阡�:��F~��s̄�P`ڞ��
�-�S�O6
�Cx��aLg
}:�����1y���	��i@4D$$B�NYU��y,h+� �� ��6�@��5 ��tY�N��,a`��Qa`j�m?�Q���Ɠ�?�O���j0DK��3_��|�0"5s#�sm���#k�*��>��%��ap�	0
���0-L!~0��$�$K(���=���O��<��c5>�^	�4�/}7*C%O�aϵL��2{��@�qÄn��x;�DP �$0���Py�)�I"l�X�9F��
�"�7�"Tr�O �[f�((R#'�8i�6��i.�]
�a�ݸ�K3�f9�]ۋB:�t�q�_-W�V�B�s�}��N�����O��C��7b.�5�A>kTl2�Ír���ō�=#n�ס�Tp�־a�Ls�n�V2�������̯�$�$�W������Fɞ&�� u���خ��I1��		����ٮ��$P)D�q6����o������8è�|wm�Hg�
s��]�x>z�L�nj� a�LO�� TL'q^2� �h�c��ȏ���6����T��q�ia�
NLxUb����(K����������#��pa�M�E��2�3��%��;0�����;,
KMG�͊k@6"G+��'&V�C�B�������rs	~������le�����ɍ��:H��;^6��D���%��Nw4����m�ĵʰɭq�Z�1ă~2��`	$.�e������O\akS��:�-S/R��Ը�3�����DX|�9���3����zvB/�炮�.7�ӽ������}��\n�뗐�.���cx��d�gW�����x�^<���#?�?.���ˋ~u�~7y	�[u��lW>��od�u�������bc^�G�ۋ��Q�����Mx���!��I�?��͹���ܑ6�����q��~�n��^��.|��O��^Zܽ�B�$s������ۼ��$��
]��}l���7�}���aqc��ʕ?.�קwߌ����un�����v��6_ǖ��7�������Y�-x�;=��;4�����V�b���d��|a��|pw�=�/�w��DX�?gt��Ƅ�W�J=��t?ޏ._�����h��b�?��eݛO��6�a���IWGr�]<�—��%wb�H�����!��v"�y�u�:1����,\K�ײjE��W���N�ZϮ��;�oP��<��.^������Kh?�?��+�o�}��_������b�pu���G����W�z���e����Q;�Z:�:L�-9-�̻ڃe�oX��5�p��GhD��?$x�~p�A��ma��.L�E�r;C�R�b���Q��&t���S�q3a�)�:q�� �4Ah�Q�m�P�nJ~�M'���dj@��DN��$K�i�Xצ	S}�����c5�<�Q�d��"��<7UEQ�(Z��m~ĽC�o�P@�C@���<��� ]�X~l V��[��vZ�g����Z���-l�pHi��X��r��Ð��،`�-'8=3�d[������<_e�,�5�eVչwF��р��h	N	��=�x���b��dN�5t�nb���&�%"�0��P���X�p���T�ByL\@G��Z�$�}L�H��b$�GX%H7����_�`�T˰�y�PSҐC�lP\�/e�Jk6��Z+K�UiPr�3�J�N~=:u�#��#+z����`w�bw
�6���5{�m�kS��b�V�����)U�cf��-ߛ�v��m�@�����IÌ��s��-�U����Ј���8��F:�(��
�	EU�v��r�">��J��^�Z�
q>��~��O]Ģ2�]݅a����fw"5��}O���7wWW��n�N�_g7�w��g9F��	f��e���W��l���NV]�}�0n{(�d�3䧛�jD���6��*�M�f�㺠�^��m��K��B i^A�8W:(޲�H��G�(��Xɩ��ʤSY�H|����U�h~W�VȔy����N~���Qy�i0e*T���d��C#�q�'��ܝz'�͠B!D^�D�i�@2Cm���M�B�u�Q`~�n�����-\(���P;&�kb��t��( Itgu��Tk���jIE����������K��#j+V�}���L��u廊�F#/#q�F��AD+�W,"�I �:>���2���LWIyT^T呒@#��~����L�+�џ��������e�*϶'ؽ���H5{(�?dt�TS�Ĥ��}�AJ�:���'�^f������E�.	�f���TGx0s��]�%��*��2��/��^5gF$߯�&���1 wD̿���,a�]��<�w5���K��L�ۗ!�A��2��E���N�b���4&�C&���A��o�n��zb���0��[�P�9qz5qT�ܛR�<��DCc �����UW]��d��;��T%
M'@$��X�x"��0�XyY�[�'�5NҀ�J�1Tΐ?�dn
9r�=��mǂ�׎'\�=���abi�����,3��_DmIe���gT=$75�n�{�i��e�o:+4@�?,	&�B�|n��7��B����*�W0u�(8/�sE��1��3e���!qb򡳌o3<�0h:��"_S��1��xy$�d�!���j�vq7�-��8�.l�V�(��X�9�N�O_/���܁���[m=�h��.�d��Ieg�`�*?���������D�8�u�/ɕ!q��*�:�!��8�&�SP��ce�D��SN��Rk�n"-%��=��˦�Q�J���D�LvH"��<�ݤR$W/�K��p]/����pU��>*�%߀��{�g��W�:��X�=BG��d�#��'7? ��K�xV�Xq��,O'�Z�S�G�clA�,N%�hl���H����͉f,DL�k	�ݹ|؂*�*�S���)%��R.�QN�8_���̠�޾.�r��Fi�CnϵI}g�t�K�t����ڢp5)ơ�Ռo�zt�f�T�F6�����%�F��i��^��x*�6�R#��#�6�u�F��ED���n���N{,����>u�d�L������Tv+{�S�o��q.c�wG��W�
dzMa�h׀�ȴ�䠍O�}=��z�r��,���Րv0���n�R�5`2�ݧa�(��ż�qG�9���?��}�A��i��ALb'[PMG/�@�í��;�����#��~����O�+���z?�����f���
���� �2$�|����a*v#Cwآ�k�$�]
�q�7�0��ʣw��w�C���2w���Yg�?��8�E���i8��{��U��*����3��8p��_72�+[/���;��POk����<��;D�9��i���ɷ��Ψ�j'���b��Ӌ���y��Wۙ�u�f/��p�7���?\�6�b��_���-#u������Q����w��&��?\( 
�_=d��v�Ӷ��6އj�\C�G�灴�������@�(}2��Z�x
��%+@˧\��(>����9+Py�>n���d����h�d��)@˔[ymT��~�	��R*~�d�����%P�"�?^�n�����_2��{��_���\�WA� �&�{/����z�+��-�����M3+l�f
h{Y��#"�:P]W��j@}���PK�ԓ�]VPK��R6Definitions/resource-Basicclamp-template-interface.yml�]ms���~~��9ӑj훝�3�׽�w�u[�˝;L���@0[��'�����vK7g���d=���Zy�(ԑ�(–�� q�ŕD�-����RRJ���P�ꏂda
���td��E����
�gG3�D��
l0D�4�%��g%��mcdG�Fn��G��\����
��U�L���tQn8W(Yd��*����dlC�شe��3]���L{Q�	�AM�	6���C��Ry�%�	�JV�I�LWL��LAH[��*t��J�]���� UX���_I�d�B:*A6��CiВn�s�uCBo�iP����iW�'	���@�Jҁ�,�q&�Vl�PYE@EŖ�F.�b�M����!�֖
-]���D�,4H�$�2b��0U���U�O@j�-���Ջ&��.�Q����������6�ݵԨvx�)�l�(�������~4[�F���O
`����2�TL��fĎ���V�(A�����*�u,�	�1���B!���*�<���[)�T�2����L�nP�~C� J1F�e��HTo�Ce���g\ ���W+��^�ԓ&�ۨv�5�<����p:���힨�ӹ��fu���-^����#�znE#���t�s��{�К���s�m�����ٴ��Z�w1V��'4}<3�`�����ڶfG��	�M0�ú���3q&��drQ��G��1==q���t�o��yy�n����C�{7W'������x�v�y�\��G���/�v�oU*@��4�~~4�Lݸ�^�W����R>��J5��߀^�Wt��*������G��J�{�֭
��ezY{��f���C��������[-��ӧ�5���Rt��^��#{�T���
��}�l���K
w�X{��_ 12WHBIt-f�4	[e��c�K���m7���}l��Ȭ���Y�qƯ(��'r��|)��$�i��p$���jS
�z����z�[���vkOw��q��@#�b�٘����p�Q��j�n���g�xZ��s>����q`�u�X��8�$;&��h���MZ"&����o�ǹԶ���6�,�>z��v�!|c���$s�LhQ�U��佈!��~	mZ�*�.��iAcn��K��%�`�tLv5H����ӳ�1�����DA֐3�Y�-�R�k�zڑ0Є�%�\����:ԃ"�TE*�c$���.�"(+
Y��c�5��V9~n�nZO�`3Q�I
*��������h7/�Ђ�o�:�v���f�@������Q�_(0�p���_TK2�1����v+l��y��d>"���"u
����#����6�1��a)�D�urd�H���⮪�_Ի�{X����:�%�?,�MI�����\Ũa}��
%�S�AsWk�H�e��y�w��Z���6'ʶr���,܄�l�&Y|�+���y�+�@�@�9V၁���`&�8��,N�.2e}�#e>,�$�HH�l�̜"
rV�����uI���qV�Lǿ�O��B���:<�i|8�[ �)�fkp��B�a`u�(���p$�@;S��u��?��c�b5(1�m�4�!Z���p^��)��{�+A�"�uhΑ�b��'��L�1Y��4��IΎ�c�n�!M �������D:SDs�Cc�����L:�I:IX�(����J6>��Z���jڵ�]�P�oT̍Cڞ��=S�bS���ԔS'-��3K��������z�	$�@Ξ4ٳ�<{��]�ty�ug�Ub�v	��{Uj����K�\F�������
Əu�����~�]:�|�X�k�o�K}�^�:2E�D�97B)G+����)&"�����?_s�,<�Q9I�*�XŮ��s��H��4kg������K�yyB��.i�]�Z���V%� �	BZx7nn��(�9S6a�T^>��;��1������?8q}���P��W����{
$^h�18�7�v�^[<��0�X�����ls`>������ͮ�/
�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��-K��Gh��		0ěWs��$Q�c���d`r">��<���3(�[u`JgΟ�1yD��WO����ۻ]����{1��7St_��bL�����K��G?��#�h��u���c-_LI�J���Do��1}h����)��+�Ł��LQZ�8��˩����\�|��S��9�$eD>.�i�S�Q�V�A�4��t��–)
���E?�,��}��zß���\��v����lѯx7D�����3�r���_*�������&���K��5'r@a���G�{������!����B�;�e��K	���H��C�h\������F����bfz��l�[�k6�D�PKC\�?�
l�PK��R,Definitions/resource-Novaserver-template.yml�WKs�F��W�m�l�f�9؛%E�˯CR)�Hj��f���M忧{Fa� WN�/rO?�~���	�RȄNhe�%�#���y!!Z�\F�����)w|t˜PKnW��qr5b)���a��z��� �N|>x�y�� 9����)J��y�g���i2t<t�=��9�Øs�>\�2+�È���߃AhHJ�&F΃��€�,���L�ƕ���d!�z�.��L���0�$"�2��-��u^���)������J�N3�P�j�n�R�2Q�b	
�V
�$��D�2e|Ʌ���[��)f�W��ȽE�
4�m�F/E
c��R�
�&X�똰�:��\�T�s��G��W[�M���#��k�f�n]��������`�#�(0"A�-�-lPΔ�+
�+�G�&�'�͈��.o�7T\߾x�������������0;rV�1��w�N�@�qvt��T�#Q�'t׹�G�Zre����{��m��ҤW��O�]�b�w�b�]�rJ�\h)�g&kZ�•�.�mr5Ȟ���6j3�����/�u��,醨,�;�\�nh���+9�2���a%U�T��7�ژ��`��Os����
�n`4��l�;�z@�^R w�Ұ�&e�Gd��~j�#�qi���Iݲ��jǀ�l3��$X;��N�;�@�|~�Ur}rE�H����{�Ր�Xk�Yt�6v���������a�Wv��������n�*j��^ ^X:\���`����n��l�z%&XXs?���6
|�b�@UT�mJ#�
�	�H �:��G�'TM�,&���t$TP���*�c�9�HEB5~0�����Y��^��� �[��I�Ԧ����o�/ln��1��hi�R�� 0���2�������*:�~TN��Yﱌ7Om��#�azVDقoM�ϐ��@{�G0m]���*�Q�ן捁�O=yc�eH6�b"���.CK�y����/c�>C)q
��8ŗ�*���ϖ��M��d��
`֑M�7Jso�pheb�t=��#P�������L�,�V���i��
�>������Ŏ�G�ݭ�i���`>C�M�SſeD���
Ϩ�
-�e������t�_�=]�E㏳#J�M��'v�K�ҽ�,��lsiQ���ĕ��Q�E�=�|��| nn������Z�\���Ec�<�Ra���w�̆1mo-�:@S��nق��I,c������Pa��ű�2�����!,ɴ�<��݋���^��>8�;K.K`4�m�����?˟�i���KE���PK�UG��PK��R)Definitions/resource-Compute-template.yml�V�r�8��+p�́*mcY�yIR9����\RS,lJ(c��<���qM&JE3N9��.`�C��
@�^�$�\�5>ّ�X�,�*/u�(�s��i2i
<��#Ƥ�q'�	���똥�|��/����D��-g��j�F��r����l1O�������,�s����߫���LLgg��`�5�����p�5�;*y2�3�qŬc;�B���b+
U"OQ��;�[�y������%eaK�،أT���J@���j��j��)W�P��\(�-��� `]�no.޳�>T���7�;����t<��1�̿���ꨛR�k�^�Н����p�jK��(���VPV-[�2T�V/x�S�0CH_�B��P~+�v�h�g�!�����*)�ry��n�
��>�'��U�Ia=��&mc7��?��,ɝ��vgmh!��؋�;�},��x߇Qlj6����!��sdē9�"6��7�����םlǕ̒f��Nb�:-cuk�� �'[��4�4>�ۦ��tb��& ip|�hy�YΕ����xiM}�ӿ5��(,�'��u_dH语�'8��$�<IJj-ۜ��OH�-haf��~��_���员q�ᩭ%+xZ���s�kG촪
q��.P}o?����S��ʚ�q���^�����<<�ܯ� kp��֦ԉ(�g~�C����|<������q�9�&��
�����n<��%�3�����;'4���h���;^�>�(�SQ&>X�7�,�']���!_��'���cկç�%=�7t:X��y�_��m���PKA|�T��
PK��R=Definitions/resource-BasicclampNodesUbuntu18cvfc-template.yml��r�8���i2s�J����v;=�Jܮl���@�1�6\����$ ���Q�R�����-��(%�v��B��(L�'���Ǎ�])b��/8�핽�
h�]��+�b�N���?�~c�5���F�w<���9���C+r�vɞ����xMWK��z�F��ꈜ���G��j�l���8�7��SF�����K�E��a���O(h"	��bܷ��!��%��qf���S�Z8�B�f�W��B�� ����������������4a�G�;m�{'�L2hOh�	�?h�FI5V>T�$o�|�>�)0{�Z,���?ð��.�����Q��(��ʖ�;�|F:,�
�a��tE(��W)(tV3�x�Py��o
�=G�^a��QPX�D�s�� �gyF�)Κa0�-1���z
�.���	�	lM%eޝ�Z
�������H	QMJK���\����%E'�����y�O���ĭU���wމ&�i
0�+�$�vg����
���*�Us��%�E���w̢1���f�����3&_�A̘OJI����-�%T�iT�^��m�ZYӴO�4]vk�V��r_ 4�����*�?���(QlA��R�lZ+d�����$����20Ȍ�f��`2�V�{f�K��'��@g�4
�}�wM�e>p�i��38��!L��R��8���I3��|U_�/��kVO�JH��`Y�Ot�"*�3|:�(+VP�x�-���+��\3sF�����O�� d�}�L�xs�#�i�!���C��cܳ]��}�/����ֽ�F
��{Nۤ�4��[`��|$t�>�l�']F
�������M4B�*��	���6�h����R�$��?r"VAĊ<� j�RmU�ڪZ	̅�Y�1k�jV���z@�9�F��g�̂<��"���hDRљ��E�Ə�ry�po~)9�W�ߧ);�#�JE�u�	���i��~f��u�i�O��zZ9(k�|���$8w@)b�>�;�D��~�F�@-�:�\����J1��3Td�gM/3wX6�jyD[w��fw@�t�����z㸫�D�^_��[#g�_���at�v�������5%����Y���ȱ��V���9"h�_o�q�_����9�����e���X�)�f)�Iښ�Q+���Q���Ze�O\�E��+?��_��Y@`/��fK�8J�l�t���(��Alb#қ	J8ԛ�2S���i�>r�_��2���.���!����o�?~���uz�o>�wp�i�e�pB���
��`�X~�d�����}��^��"C`�A`}���l�e��1����T���ç��w��0����׏��G�O[��ҟnhC�bw�,��vG3	]��P�.���~�M��!#�p)׉ů��)��KCN�s��d*J��g2i		�=��OL��3�A�B�a�܆ß@�F���|�P��l�����fM@�=H���`��K\���l�xb� �Yq8�OS��Jmž�2�=O[[BJ>S'УўJ��8�r�c��N)h:�A�����Y�'SQ��|����U���d%��z)�}�h�������/4�.r��	ʆu�QQ��"cV�8�.&"#���38Wi�f�T5�6��E�B����l4��\sӳ3
%���9�����X�e�I4 �����Pکx,��G�E�����-�����Y�f=�8T�\3ʁ�x�^�E*���~��\�����|�%�x\b�^�vK����V�ׁ��r�nёl�p�"gs\����ӕ��k�k�~�k����r�B�q�C�=٢�wܡ��l���a�K1�N"��#����7^�����}��fY����&��`'�Z^
��[��0�U%�;_����z�y�����7~q�_�&�b����Fi��Re��GH2��*�:��M9@N��
*c�v鴊!�=d�B#2�jKH�lLB�K��b���g+u=z�;d�eT_t�3��A�ʟc�'�U��Sȓ���;]��]];�.��L	1w-��9j��3��6(iE�i�,����BK�GH�#b�h��p:
�V�X�r�����~�ԛ$+���[��Ֆ�挿�H����Fyv���
�L��9��
���0�������Q�j��K���/6�8v�S˽z�6^��ƭbҹp��I;�H��멆�F����
N�y����7ٲ����6�^o`5���,����q0��������T��!��((�L�Gq�w/RD�]�j��_�n�Q\�˜�f���bg�x&�4EemTQp��&�lX� �+I
���8m�MA�Sp*�
/n;ML=��UyM&������)0;屳�1���€���@�a*e<]=ˋ�_�{��i &U�#c0h'Nz�5ݜ�K&�T����:R����:��l�9̍/&NCl�)tB�No;G��jR�8?�N
ڴ�a~�)+��B�PqAG�WM��;j�!1�6����1�����@�^AA[.��5�ɗ��I��_��:&��9��U�����s�SE���ʉn��;&F7LD�)�^.�t�CUu��J�L_XU�EsG먊+7��=�dW.r��u`��wф-��_w�o�9�1�t���>g
��s�服j;'��&���x���������0��z^f�!FI���F�ø*ب\@fণ��I��GS�`rav�o;p��D��}���z)}�_��܀�;���@:�v��g�H��F����U��u<ҽ����`a��	��W7`�+kޜ�n�NS�����-�ނ#��ؼ)j��KĂ��%����4��u������O�
殹�3�M��+<�w�Hn�I��Dp�%��g�S��ޘ�����_��x�(L��PK�^u1dOPK��RGDefinitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.yml�]K��6��W����B6�bo�M�n�l�KQ4E��J�JRN�_�!%٢,����i�>�9~�q8|�HM	Nٜn�������J��^�<����'�)��7?]!!S_|�=6-/�|��)�'�KK��M3Z*nָ��^�6�h��V̩�&�h/���x����Y��3�Ճ��*DS��I�	�}�AV9�gd%Uo���6V�Ұ�J��j�T91c�R�V��cc��K�ϴ[I�\��^��ioZ/�o���?�B��Ay�	2�vT��A@u�Z�d�%#&�%8DnJk���ルĠ}�IQ�v?�`g��{��A�M�
Y��1w�Ќh�"P�b%��bF��O\�����m��»y_�~�;�w��E�Cn�c�����gV��У��YBw��g[ȊlNU�3e�����3C�Σw�RP?h8�O�g
6Vk<�����nT�#�vx��hE!'
�92K�Q��5^5^)���Ɣ��p�x0'?p��N��=���2G��gLYD ��jY/5�U� �"����J��Z�[��B��jIc���1��H~#��[u��Ol=�Z����|����}9�0���s��I~������ݩ�C�W����R�dF�M.<@�I%)j�|�b����ݧ?���~�<2Oq5���_-����$�JI[�Vl?SW��^=>C��F�4�cp��4t��BBk�DZ=�������,��0��}s���tb#�����o_�w��~�5}�ue��~o�r��(F�d�6 �6�A��1=�Z����L��!�z�f檡�Y��f%$�_�;!�V�������Sx)Ќ�\
C3{�ڎ;����G%���+�N���w���[�Q�z�-�K�L�~����n�A�9�~�F�:uSfù�F��#3Fd�����E�1)C��_U��/�d|�l��9˥Z�e$��P'�b^t`��(qix�0|�@'J�L�d00!��Щe�D*��*�&��"ޚ�:bV���~Y��4R�,t$�8d�YG�"
W�p��v]>�`̐�a0��{N�[�u�i���+j��{�ﮬ���{��^_��Z�PI��l�c#�h>#��>��;��8_{Q�C#x���bO�VwR����W�V{��� ����=�1��2�ᾰ�ۏ�#��?�'�yzuU���H�v@>����!����zW�����9�	�	}�%��;�jY2錿�z�ti�`,i�B$�O����=#��h����cG�2�l`��o�*K����=�Ht���sL�nl]�41l�����_	����#`�����ѵ��Z�C'���H�I7K^A�,"3&`��9tJ�,����"2bH>+�C�)��$�GN��HAD�%����OԪ�Y.e�� ��1��7(�h�qB�LB�����
R�����Ġ�	�H���X��,�=c;�ЉQ�Dkjo����i��C;�b�s&��5�	:͢�iF��C][L��4[��<+��]�O����~���S�B��K�%.�:�>�H��QǷD���ެ��e��o�h��3Z�GE�_14
Q)�"<��6�����c9�(�9i�%q����#���T�G�����޾ȒɯJ�$�D�r����Y�v��8r)��V�B�Ȅq���
����q!l\x �N�x�dd"\�Q���&�b�2X������Hv�?k�gk�Û�������`_�l����?��d��4�w��Ob�:�͆]^U3.��d3������Q;��*�zIJ2�����icT�g����ށfO��^'Բ��l�PK�����!}PK��RDDefinitions/resource-BasicclampComputeNodesHeatUbuntu18-template.yml���n�0E{;W",�Vdu��.��$�0$��HJ��~G�$R$q��r��|��(�ƙd��̀!ҡfi*E�v���ɛ|�b	�c�
�����gͪcU��p�N�٩(�L���.�ı*��f�|�'Mӥ)��O,`AX�^���Q�֑�|����íf��#I��x�����Dz��� �	��fblk슆6*�h"ݵ��a����2���Hf���F�C��.cS�qƌic�a�{k-���6�(.u	ci�[d�/h@�ޟM�a7���o�YYʝ�F���E[pΧ�wM��	�6�	}�r��v����AK�z���2ߩh��F�֟����?`��c�����PK=~	��\PK��R(Definitions/resource-Extcp2-template.yml�RM��0��+��m�����P�ò���TUd�	Xu��q���;NBH���*.�7����ꊳ4�\(a�VUzFS�#�P�(J��2
�pR�e�,�ufF0e�����(�g<��(��iϽ�"\x��1˩lΩ�����y��i0�^��Q0��<&�b&��m�ۈ�fXq#J��;!<�>�`��B�@�j�,X�`/%��=��喪�8#�F���	�����Q�K_P�ȍYՇ�A���OXK,Pيx���
�T�6	$a��[ůĔ�$��Zpu'�C�v�e$�8�y^;G&�Q+�Q����������W�0��d��q��b(4�L��gȜ��8�?�޵V��s,��J�ܤ6��PKYtm
\ePK��R.Definitions/resource-Extneutroncp-template.yml�VKo9��W��=xj��$ss�ta�u��$��h4�-T#M%�������᱓�6�< )����Ӗ�$ùP�	�l�Bc�#TV��d�r���I��e̱�@�3�)��0�p9<=������t~�;����u����ᰏ�g���NU�W���ev޻�gd|u}�KϮ�Aֿ�������ױ��z�om[�����������S�N�9��#]���g^�PK���O�
PK��R/Definitions/resource-Securityrules-template.yml�T�n�@}�W�[A�V����J	BU��Z��8^aﺻ�T�{f}w�(H(��>sv�\m��,�1RX��	Ϩ
v`k�y�aX�<�b��e1�l7�̴`��_�;�,	�[�%|x�h���y��(��8`�՚/�VCNX��^y�`yK~x����[�Ŝ���h� �d9���R[ݗBc4\���q�*��S��{�@�2�+ЎLY@���"
���ɉ�
r���ΜY<)]��3JԂf�h�;e�F���#�X�|?����W���{̐Y�s�=�����MŘ�c&Z��-�?�@�)l=t����M��Z�SN�o�Ty��꫐(
6L�WӁw�
���Ի�Rh
�	���D�W��n3��K��p?����_����3f����}%�әj4^^Q@iu�b��Nt:f����\��9)��&��1�)N5J>�ڃ��|<|�~<�?�{�_ܪ��*�X�x�D�n�_��o/��2w﨔�g�������A�~PKI�J�YPK��R/Definitions/resource-Globalcompute-template.yml�Mo�6����m� ���ڷ4i�6[,���@Qc�(%�$����Q�-%ٛhP�Cdȑw��2R3���%7\�:=��x�%�fi^T�-D�L�7�SC�7���H��y~��qK2��.�7���(�l �$�&Z.n�t�ɖww+�Uk��?�V�N"
��Qr{��>'�"bt���ʒEk4.i[���j���f�Wƶ�T
4�FJ�֒�25�/(;��7RH�T��F+�q�]c��Ta5�}�kF
�:a�P���t�]��3meӱbY+ߡ̥ڒ�O����l���&���Y������/2�T`i>ܠ�R���H�Y����X�M�O����%M'FMb�?���d$Dk�@P�W#�QFg�W�[�)]v%g����:Z�Ҵ���ְ�lz�T�XV��LĽ��q��V������x�<�)Yt\��:���"﨎�p�O�
PTĚ�}V��w�b��C"��B�5��OGͿ�p��9P��*5��7 _l!�֝0;�
ຳ6�Y�
�wrRk��s��f�X����IB"�\??�������sڑ
����:����}��j��6v`|o��Z��{
�[����*a �EbҊު�ԋ���x��ԋ6��V�����[s�Tu�&^jCQ�����z���f>	~��ﭨ{ݎN\V:8~�Q���w��p�VQ@�mXxOg��`U�MmdX���������8�����ӏ���30����018��ȾS񢸁��+��N�@�K�t��N���+VԄͣkLVi���5��`����礵�"�~�����燣B2��,p�lJ���;�Ҷ��
K��H�y�V�W
,g�D7�� �����˞�����{H�x68�Bϊ��}
4f�'28Fb.'��Ji¡VW$���N��Q,�W�0|�5��Ŵ(XM=���p���H0�3��a�[|f��s�a�p�CѾ�~�e0���,8	�]r1�'���u��fq�jn��%sо�g���*�/\9_@�ཫ\��P���a�W�c�9�Xp}T�K�PK��b>KPK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����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�_�p/K���W1�� I����K�"Ǚo&3r��]�L�${�8��z���C$O&�X�4��h�T^7��y�y�H�:/�j_?W�?���J�ơ��GA]˧;��H��k/�#''�eM��ָ��O7�PK���c��PK��R�R�B4E	csar.metaPK��R����kTOSCA-Metadata/TOSCA.metaPK��R�ԓ�]V,=Definitions/resource-Basicclamp-template.ymlPK��RC\�?�
l�6aDefinitions/resource-Basicclamp-template-interface.ymlPK��R�UG��,�Definitions/resource-Novaserver-template.ymlPK��RA|�T��
)"Definitions/resource-Compute-template.ymlPK��R�^u1dO=
&Definitions/resource-BasicclampNodesUbuntu18cvfc-template.ymlPK��R�����!}G�2Definitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.ymlPK��R=~	��\D�;Definitions/resource-BasicclampComputeNodesHeatUbuntu18-template.ymlPK��R�MSD�(�=Definitions/resource-Extcp2-template.ymlPK��R�}�k�,N@Definitions/resource-Globalport-template.ymlPK��RYtm
\e&EDefinitions/resource-Port-template.ymlPK��R���O�
.�GDefinitions/resource-Extneutroncp-template.ymlPK��RI�J�Y/nLDefinitions/resource-Securityrules-template.ymlPK��R��b>K/PODefinitions/resource-Globalcompute-template.ymlPK��R+�@j5���SDefinitions/data.ymlPK��R�'}8��Definitions/groups.ymlPK��R0?��@@X�Definitions/policies.ymlPK��R���C&ޜDefinitions/annotations.ymlPK��R�����M�Definitions/relationships.ymlPK��R2ea�
X�Definitions/artifacts.ymlPK��R�H�v~(��Definitions/capabilities.ymlPK��R8��c�Definitions/interfaces.ymlPK��R5n���/�t\�Definitions/nodes.ymlPK��R0�^@�@��Artifacts/Informational/OTHER/VSP_basicclamp_VSP_Information.txtPK��R��
'V�,C�Artifacts/Deployment/HEAT/base_ubuntu18.yamlPK��R��Ax�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R���c��4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKi	��
2021-05-20T03:20:13.428Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel|DEBUG|500||=======================response end=================================================
2021-05-20T03:20:13.430Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1aa6db39-7c5a-475c-8244-eecd9d761698/toscaModel|INFO|500||InvokeReturn
2021-05-20T03:20:13.435Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-05-20T03:20:13.435Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-05-20T03:20:13.435Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||VFCustomizationUUID= 3802e230-937a-45a1-a698-96006c0e7f85
2021-05-20T03:20:13.435Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3802e230-937a-45a1-a698-96006c0e7f85 matches Tosca VF Customization UUID: 3802e230-937a-45a1-a698-96006c0e7f85
2021-05-20T03:20:13.436Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||vfCustomizationUUID: 3802e230-937a-45a1-a698-96006c0e7f85  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-05-20T03:20:13.438Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:13.439Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:13.440Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||resource request for resource customization id 3802e230-937a-45a1-a698-96006c0e7f85: {\"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-05-20T03:20:13.440Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17d05c88
2021-05-20T03:20:13.440Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:13.440Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:13.440Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4769f342-da48-4419-9f81-e535361654f1
2021-05-20T03:20:13.440Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4769f342-da48-4419-9f81-e535361654f1
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-05-20T03:20:13.442Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:13.443Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-20T03:20:13.443Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:20:13.443Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:13.443Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-20T03:20:13.443Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:20:13.443Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:13.444Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-20T03:20:13.444Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-20T03:20:13.444Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-20T03:20:13.444Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f4a3ee1e-9a85-42ea-8933-db1025fe0d25
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-05-20T03:20:13.446Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:13.446Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-20T03:20:13.446Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:20:13.446Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:13.446Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-20T03:20:13.447Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=3802e230-937a-45a1-a698-96006c0e7f85
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-05-20T03:20:13.448Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:13.448Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:13.448Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid 61a6f5c0-c618-4d04-93dd-843044f6f154: basicclamp
2021-05-20T03:20:13.449Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:13.449Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:13.449Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:13.449Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:13.449Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:13.449Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:13.449Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:13.449Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:13.449Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:20:13.450Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:20:13.450Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:13.586Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp eba1d43a-96e3-419b-b784-8146200488f0 1 ASDC deployResourceStructure
2021-05-20T03:20:13.587Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:13.587Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:13.587Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:20:13.587Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:13.589Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:13.589Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480813587,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:20:13.689Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:13.690Z||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-05-20T03:20:13.690Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:13.698Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:13.698Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:14.590Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:14.590Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:14.590Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:20:14.591Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:14.593Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:14.593Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480814589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-20T03:20:14.693Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-20T03:20:14.694Z||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-05-20T03:20:14.694Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:14.704Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:14.704Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:20:15.595Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:15.595Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:15.595Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:20:15.596Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:15.597Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:15.598Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480815594,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-20T03:20:15.698Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:15.698Z||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-05-20T03:20:15.698Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:15.706Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:15.707Z||pool-66-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:20:16.599Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:16.599Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:16.599Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:20:16.600Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:16.602Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:16.602Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480816599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:20:16.702Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:16.703Z||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-05-20T03:20:16.704Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:16.713Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:16.714Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:17.603Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:20:17.614Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1
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-05-20T03:20:17.618Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:20:17.618Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-20T03:20:17.618Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-20T03:20:17.618Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-20T03:20:17.628Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:20:17.628Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:20:17.628Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:20:17.628Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:20:17.628Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:20:17.628Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:20:17.628Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:20:17.628Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:17.634Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-20T03:20:47.634Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1 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-05-20T03:20:47.640Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1 and serviceModelVersionId: 61a6f5c0-c618-4d04-93dd-843044f6f154
2021-05-20T03:20:47.640Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 128bd087-b4ec-4888-82a6-0023b2d129ad
2021-05-20T03:20:47.642Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/128bd087-b4ec-4888-82a6-0023b2d129ad/model-vers/model-ver/61a6f5c0-c618-4d04-93dd-843044f6f154?depth=0
2021-05-20T03:20:47.648Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-20T03:20:47.756Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/128bd087-b4ec-4888-82a6-0023b2d129ad/model-vers/model-ver/61a6f5c0-c618-4d04-93dd-843044f6f154?depth=0|INFO|500||Invoke
2021-05-20T03:20:47.756Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/128bd087-b4ec-4888-82a6-0023b2d129ad/model-vers/model-ver/61a6f5c0-c618-4d04-93dd-843044f6f154?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/128bd087-b4ec-4888-82a6-0023b2d129ad/model-vers/model-ver/61a6f5c0-c618-4d04-93dd-843044f6f154?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd8a89c8-e8a2-480f-9360-a8665a9806ee], X-ECOMP-RequestID=[c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1], X-TransactionId=[], X-ONAP-RequestID=[c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1], Content-Type=[application/merge-patch+json]}
2021-05-20T03:20:47.773Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/128bd087-b4ec-4888-82a6-0023b2d129ad/model-vers/model-ver/61a6f5c0-c618-4d04-93dd-843044f6f154?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-20T03:20:47.995Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/128bd087-b4ec-4888-82a6-0023b2d129ad/model-vers/model-ver/61a6f5c0-c618-4d04-93dd-843044f6f154?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/128bd087-b4ec-4888-82a6-0023b2d129ad/model-vers/model-ver/61a6f5c0-c618-4d04-93dd-843044f6f154?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210520-03:20:47:780-26960], vertex-id=[438328], Content-Length=[0], Date=[Thu, 20 May 2021 03:20:47 GMT], Content-Type=[application/json]}
2021-05-20T03:20:47.996Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/128bd087-b4ec-4888-82a6-0023b2d129ad/model-vers/model-ver/61a6f5c0-c618-4d04-93dd-843044f6f154?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-20T03:20:47.997Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/128bd087-b4ec-4888-82a6-0023b2d129ad/model-vers/model-ver/61a6f5c0-c618-4d04-93dd-843044f6f154?depth=0|INFO|500||InvokeReturn
2021-05-20T03:20:47.997Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-20T03:20:47.997Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:48.001Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|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-05-20T03:20:48.001Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-20T03:20:48.002Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-20T03:20:48.002Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:48.004Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:48.004Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480848002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:20:48.104Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2021-05-20T03:20:48.105Z||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-05-20T03:20:48.106Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:48.119Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:48.119Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-20T03:20:49.039Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:20:49.039Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"06409af2-e81d-4691-9206-d8db5f0d7ab4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0172ef8e-ed66-413c-a030-77c6311fcee8","serviceDescription":"service","serviceInvariantUUID":"23e195f1-374e-40c9-b885-13cfbf07a3b6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20005ac3-714c-4d2e-a68a-567496c3a6b0","resourceInvariantUUID":"bc5337e2-a7db-4fed-9020-bd74d7e1bfe8","resourceCustomizationUUID":"d31dc4d2-4ad5-4f70-aa56-e811c7ae39f8","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":"YmM5MmYwN2ZhOWM2MzA5MzU0MTdhNTc1NjhhZjIwYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5066fad0-ca44-46c9-8575-52148547bc83","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":"ODYyZWNiY2IzZTAwYTMzMzZkNTNlNWVmZjkzOGEzM2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0ec7a15e-3546-47e0-98eb-de92c3d81d7a","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":"89bdcc0a-42dc-4c40-af50-f708a7e27cb1","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":"39551faa-927a-41b0-8f71-bff969860ed7","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":"dad14a4e-47a3-4ab2-bc5f-36aa82cd1603","artifactVersion":"2","generatedFromUUID":"89bdcc0a-42dc-4c40-af50-f708a7e27cb1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"N2ZhZDQ4YTA0Yzc3ZmJiMzI1OGU0YjIwMmM4YzU2ZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"305d015a-bb57-447d-a406-b31a79b73891","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWNjZTMzNjlkMjhiNDIwYWU1MmE0Y2RhNjIwZWYzYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d990711-7841-4ebb-b7f1-8543edfc1d8e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-20T03:20:49.040Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:20:49.040Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:49.042Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:49.042Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:20:49.142Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:49.143Z||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-05-20T03:20:49.143Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:49.151Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:49.151Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:50.042Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:20:50.043Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:50.045Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:50.045Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:20:50.145Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:50.146Z||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-05-20T03:20:50.147Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:50.154Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:50.155Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:51.046Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:20:51.047Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:51.049Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:51.049Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:20:51.149Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-20T03:20:51.150Z||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-05-20T03:20:51.150Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:51.159Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:51.159Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:52.050Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:20:52.051Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:52.053Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:52.053Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:20:52.154Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:52.155Z||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-05-20T03:20:52.155Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:52.163Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:52.164Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:20:53.054Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:20:53.055Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:53.057Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:53.057Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-20T03:20:53.157Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:53.158Z||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-05-20T03:20:53.158Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:53.166Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:53.167Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:54.057Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:20:54.058Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:54.059Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:54.060Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:20:54.160Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:54.161Z||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-05-20T03:20:54.161Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:54.203Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:54.203Z||pool-74-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:55.060Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:20:55.061Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:55.063Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:55.064Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:20:55.164Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:20:55.165Z||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-05-20T03:20:55.165Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:55.173Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:55.173Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:56.065Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0172ef8e-ed66-413c-a030-77c6311fcee8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "23e195f1-374e-40c9-b885-13cfbf07a3b6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d31dc4d2-4ad5-4f70-aa56-e811c7ae39f8",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "20005ac3-714c-4d2e-a68a-567496c3a6b0",
      "resourceInvariantUUID": "bc5337e2-a7db-4fed-9020-bd74d7e1bfe8",
      "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": "ODYyZWNiY2IzZTAwYTMzMzZkNTNlNWVmZjkzOGEzM2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0ec7a15e-3546-47e0-98eb-de92c3d81d7a",
          "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": "89bdcc0a-42dc-4c40-af50-f708a7e27cb1",
          "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": "dad14a4e-47a3-4ab2-bc5f-36aa82cd1603",
            "generatedFromUUID": "89bdcc0a-42dc-4c40-af50-f708a7e27cb1"
          },
          "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": "dad14a4e-47a3-4ab2-bc5f-36aa82cd1603",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YWNjZTMzNjlkMjhiNDIwYWU1MmE0Y2RhNjIwZWYzYzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8d990711-7841-4ebb-b7f1-8543edfc1d8e"
    }
  ],
  "workloadContext": "Production"
}
2021-05-20T03:20:56.065Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-20T03:20:56.065Z|c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0172ef8e-ed66-413c-a030-77c6311fcee8 ASDC
2021-05-20T03:20:56.066Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:06409af2-e81d-4691-9206-d8db5f0d7ab4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0172ef8e-ed66-413c-a030-77c6311fcee8
ServiceInvariantUUID:23e195f1-374e-40c9-b885-13cfbf07a3b6
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:8d990711-7841-4ebb-b7f1-8543edfc1d8e
ArtifactChecksum:YWNjZTMzNjlkMjhiNDIwYWU1MmE0Y2RhNjIwZWYzYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d31dc4d2-4ad5-4f70-aa56-e811c7ae39f8
ResourceInvariantUUID:bc5337e2-a7db-4fed-9020-bd74d7e1bfe8
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:20005ac3-714c-4d2e-a68a-567496c3a6b0
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:0ec7a15e-3546-47e0-98eb-de92c3d81d7a
ArtifactChecksum:ODYyZWNiY2IzZTAwYTMzMzZkNTNlNWVmZjkzOGEzM2E=
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:89bdcc0a-42dc-4c40-af50-f708a7e27cb1
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:dad14a4e-47a3-4ab2-bc5f-36aa82cd1603
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:dad14a4e-47a3-4ab2-bc5f-36aa82cd1603
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-20T03:20:56.066Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0172ef8e-ed66-413c-a030-77c6311fcee8 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-05-20T03:20:56.146Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:20:56.147Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:20:56.147Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:20:56.147Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 8d990711-7841-4ebb-b7f1-8543edfc1d8e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-20T03:20:56.147Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:20:56.148Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:20:58.318Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:20:58.322Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8d990711-7841-4ebb-b7f1-8543edfc1d8e 69710
2021-05-20T03:20:58.322Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:20:58.322Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:20:58.322Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:20:58.323Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:20:58.324Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:20:58.324Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480858322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:20:58.425Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-20T03:20:58.425Z||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-05-20T03:20:58.426Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:20:58.433Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:58.434Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:20:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:20:58.682Z||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-05-20T03:20:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:20:58.699Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:20:58.700Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:20:58.700Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1532c49-dd55-4d23-af64-dd9dfd9f91f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480794647,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:20:58.701Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:20:58.701Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:20:58.701Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:20:58.701Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:20:58.701Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:20:58.701Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:20:58.702Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:20:58.702Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:20:58.702Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:20:58.702Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:20:59.325Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:20:59.327Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:20:59.327Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 8d990711-7841-4ebb-b7f1-8543edfc1d8e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-20T03:20:59.328Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-05-20T03:20:59.328Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-20T03:20:59.328Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-05-20T03:20:59.503Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10427017490492155195/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-05-20T03:21:00.362Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-20T03:21:00.363Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:21:00.363Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-20T03:21:00.363Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-20T03:21:00.363Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.363Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.364Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.364Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.364Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.364Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.364Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.364Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.364Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.364Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.364Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:21:00.365Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:00.365Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.365Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-20T03:21:00.365Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:21:00.365Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:21:00.365Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:00.366Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:00.366Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-20T03:21:00.366Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:21:00.366Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:21:00.366Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:00.366Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:00.367Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:00.367Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-20T03:21:00.367Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-20T03:21:00.367Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-20T03:21:00.367Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-20T03:21:00.367Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-20T03:21:00.367Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-20T03:21:00.368Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:00.368Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.368Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:00.368Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-20T03:21:00.368Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:21:00.368Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:00.369Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-20T03:21:00.369Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:21:00.369Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:00.369Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-20T03:21:00.369Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:21:00.369Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:00.370Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-20T03:21:00.370Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-20T03:21:00.370Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-20T03:21:00.370Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e4f3e4e4-4fbe-41e1-95a9-0ce77a0ed411
2021-05-20T03:21:00.370Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:00.370Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:00.370Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:00.371Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:00.371Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:00.371Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:00.371Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:00.371Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:00.371Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0172ef8e-ed66-413c-a030-77c6311fcee8
Model Version:NULL
Model InvariantUuid:23e195f1-374e-40c9-b885-13cfbf07a3b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1f4baee7-fc09-4ac1-ae83-cbedaabd0c65
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bc5337e2-a7db-4fed-9020-bd74d7e1bfe8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d31dc4d2-4ad5-4f70-aa56-e811c7ae39f8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e035b292-69bd-44c3-bf0f-5c467165e1f7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:809c6f5d-eaac-4486-a3c5-47df7859e2bc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e4f3e4e4-4fbe-41e1-95a9-0ce77a0ed411
ModelInvariantUuid:f766d4a0-0bc6-4175-bd6e-26cee13597fb
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:cc273f50-aa28-4466-aded-51a2479a28fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:0fd78314-4d9e-4de5-8d6d-0aad9c44a7a1
ModelInvariantUuid:338631d3-ec92-44d5-b78e-ab8a3c266408
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:346d1de8-fb2d-41f8-a595-15dbfd563122
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-05-20T03:21:00.416Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 20005ac3-714c-4d2e-a68a-567496c3a6b0
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-05-20T03:21:00.423Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||basic_vm 0
2021-05-20T03:21:00.423Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 20005ac3-714c-4d2e-a68a-567496c3a6b0
2021-05-20T03:21:00.423Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 0ec7a15e-3546-47e0-98eb-de92c3d81d7a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-20T03:21:00.424Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:21:00.424Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.683Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:21:00.684Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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 0ec7a15e-3546-47e0-98eb-de92c3d81d7a 787
2021-05-20T03:21:00.684Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.684Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:00.684Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:21:00.684Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:00.686Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:00.686Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480860684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:21:00.786Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:00.787Z||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-05-20T03:21:00.787Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:00.795Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:00.796Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:01.686Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e035b292-69bd-44c3-bf0f-5c467165e1f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "809c6f5d-eaac-4486-a3c5-47df7859e2bc",
    "vfModuleModelCustomizationUUID": "c94019a5-8b0d-4431-b63f-1225ad3c8c19",
    "isBase": true,
    "artifacts": [
      "89bdcc0a-42dc-4c40-af50-f708a7e27cb1",
      "dad14a4e-47a3-4ab2-bc5f-36aa82cd1603"
    ],
    "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-05-20T03:21:01.692Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:809c6f5d-eaac-4486-a3c5-47df7859e2bc
VfModuleModelInvariantUUID:e035b292-69bd-44c3-bf0f-5c467165e1f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
89bdcc0a-42dc-4c40-af50-f708a7e27cb1
,
dad14a4e-47a3-4ab2-bc5f-36aa82cd1603

}
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-05-20T03:21:01.694Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e035b292-69bd-44c3-bf0f-5c467165e1f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "809c6f5d-eaac-4486-a3c5-47df7859e2bc",
    "vfModuleModelCustomizationUUID": "c94019a5-8b0d-4431-b63f-1225ad3c8c19",
    "isBase": true,
    "artifacts": [
      "89bdcc0a-42dc-4c40-af50-f708a7e27cb1",
      "dad14a4e-47a3-4ab2-bc5f-36aa82cd1603"
    ],
    "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-05-20T03:21:01.694Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:809c6f5d-eaac-4486-a3c5-47df7859e2bc
VfModuleModelInvariantUUID:e035b292-69bd-44c3-bf0f-5c467165e1f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
89bdcc0a-42dc-4c40-af50-f708a7e27cb1
,
dad14a4e-47a3-4ab2-bc5f-36aa82cd1603

}
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-05-20T03:21:01.694Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 89bdcc0a-42dc-4c40-af50-f708a7e27cb1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-20T03:21:01.694Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:21:01.694Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:02.069Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:21:02.070Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 89bdcc0a-42dc-4c40-af50-f708a7e27cb1 5033
2021-05-20T03:21:02.070Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:02.070Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:02.070Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:21:02.071Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:02.074Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:02.074Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480862070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:21:02.174Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:02.175Z||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-05-20T03:21:02.175Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:02.182Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:02.183Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:03.074Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: dad14a4e-47a3-4ab2-bc5f-36aa82cd1603 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-20T03:21:03.075Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:21:03.075Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:03.840Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:21:03.840Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env dad14a4e-47a3-4ab2-bc5f-36aa82cd1603 903
2021-05-20T03:21:03.841Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:03.841Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:03.841Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:21:03.842Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:03.844Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:03.844Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480863841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:21:03.944Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:03.945Z||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-05-20T03:21:03.945Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:03.953Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:03.953Z||pool-79-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:04.845Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 0172ef8e-ed66-413c-a030-77c6311fcee8
2021-05-20T03:21:04.845Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 20005ac3-714c-4d2e-a68a-567496c3a6b0 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-05-20T03:21:04.859Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:04.859Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:04.859Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: 1f4baee7-fc09-4ac1-ae83-cbedaabd0c65 
2021-05-20T03:21:04.859Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: 1f4baee7-fc09-4ac1-ae83-cbedaabd0c65
2021-05-20T03:21:04.860Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel to get resource 
2021-05-20T03:21:04.860Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel
2021-05-20T03:21:04.929Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel|INFO|500||Invoke
2021-05-20T03:21:04.929Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel|DEBUG|500||===========================request begin================================================
2021-05-20T03:21:04.930Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel
2021-05-20T03:21:04.930Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel|DEBUG|500||Method      : GET
2021-05-20T03:21:04.930Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/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:"06409af2-e81d-4691-9206-d8db5f0d7ab4", X-RequestID:"06409af2-e81d-4691-9206-d8db5f0d7ab4", X-TransactionID:"06409af2-e81d-4691-9206-d8db5f0d7ab4", X-ECOMP-RequestID:"06409af2-e81d-4691-9206-d8db5f0d7ab4", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"85146b44-58e5-40f7-a958-20a34c78b3ec"]
2021-05-20T03:21:04.930Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel|DEBUG|500||Request body: 
2021-05-20T03:21:04.931Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel|DEBUG|500||==========================request end================================================
2021-05-20T03:21:06.058Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel|DEBUG|500||============================response begin==========================================
2021-05-20T03:21:06.058Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel|DEBUG|500||Status code  : 200 OK
2021-05-20T03:21:06.059Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel|DEBUG|500||Status text  : OK
2021-05-20T03:21:06.059Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicVm-csar.csar"", Content-MD5:"NjllN2RlMmRiNjUyNWRhMGI3YTU2MzcwYWFiYWZmNjI=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"06409af2-e81d-4691-9206-d8db5f0d7ab4", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-05-20T03:21:06.073Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/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�Ysڼ����o��tD6g��\B�6_�BҼxdY&��@~������җF:��Φ#۞�"()X�L��,ӕ��q�N/�r5�ֱ���.���{P�<��0����Mo>�:?ed4�8�*V��X +��/�xL�B���c��Q@<������h4$�&40�]
Ik�(�E�f{���K2�mm�A/-g{�|�&v4D�\_�
Od�s �ȸ�]�w^`S����� ��K}��د��kK���7dLH}���h�r<��`L2�Ru1���B0��:�������hAʚN�&��@��`_5;�������g�‘hڶt
�X�c4M�馡RÉ\��@��@3=�ᬔ�[���������0�����:vKi��H(V
��\�M��ӵ��$�Q��.�)��U�v��a�^9�h�R��m�p�P�W�D�jq�FD>��A�q*�}�-�u�h�ܷ��J��D%��ƛ�J�����3k
�Cbf)6�v��=+��;����o�}ϱ��m���Y*�E��Zn�x4��Dő;�Uɰ�<���#4��׽S&���%�"�0"�H���)�_1���u��\�3��؎���0򖹙Mn#<�����SF��2pW�-ٖ�I��z$�hA���e���w��
�z���O�,��F�*��C�'��0����ɆhO����,gٳlGzI�����O��2���iW[W��4�5�Vo\��(�憘d���:v$��-����pq	�'��v��jz��ҧebɀ�8b�&�i@�ة38�Dt<��YO
J�v�Ş"پ,�� ��Dž̄�θ�'���hpA�<��M����n�)��rk�,l����?����y�ܽy�0{��g�n닊îd�w�Njጽzbߗ'�;}^~�oo���f>z�Gy�)OK���D�}�<����|���.��������-�)�|���^�%����l<^���a^�&�ri��������y���'��۔Wo�?����.Ƴ����/b5|����Ǐ9�Yỷ���Om�`7�?�f�l�,���F�;��PW���T=�g�+�`k��C]��������df��Mf�>���9�n����+n�Z	��6������_���v��qk�z2�g�4xw��V����p`B�ssr�&^=N��'��7]��_�"T���=}[m
U�=ߞ�~��U�-ޖ�3u�y�_�����<�3�������Hųo�w"w7�܉�����g/s�v=��<�s�l���:����&���{��3�Ϗ.�����He_
���=��/c@�����=b�.	9�n�
��/�
�!�Gj{F�L>�3*�e2	�Qz
'L�kLzF\�f��B�I
�L
�4���sO[�19�輚A�p����7\��m��=P-��(b����@*iv1̱=�7��G��"�2PQH��2���tr�$L��Cm�0�lc��e��=�%g��i����A
Cb+Up\7���n��;�=SR�X�/|mY��&�
Rv�\mb�ܱ��#�0vL��@a�2��1���嬚��!�]��(�t!F��$�6]���7��'$��TĨ��֒�>2�D�P�nt0��cv��Z5>F�ȩ���ӧ�H������#��Q��5�8�/B��/��YY�9��㑀�7DQ���]
Z)[&�f��жu-��A稗���[��zJ�\�/���J��w�h���H�|��Jz^d��߇�r���WC����]몠��
��ӎ���C��,S��
����味)9:X�6�Hʞ�)(�OɁ�28�2�AŤff&�|5d�cy%
@�R����NFm<�]�� z�R�9�
�e rz��	~�۔2�0��ף�6�b*���1��&7����8�db���y��A�7"��h����F�d�!	##�q���*�"B�S�, �?�qE��0#@+|�aD���U��c���I�У�OPB��0R�+�f����6N;��T/<6�=�2�B_��yxh��I�W��h�2�X:|,1%G`N��Z�����P��RvÁ��8!	(H*s����\Ѐ����%<]���IE���5�6�4���+SC
�Z��
���D�(�Һ��<5���re�L%Nŧ�&�u�0�n{1�Rw"�{��]5%���a'��8,�O�YฉRB�Ǥ	
=��r+�[B�X�Ǿ�#���a��V%g��L�i��gf�nS�8�l�/$�VX<.�_�� ���n^v����b:����
�@)��a��L���z*`d�@�K���e�Y�����|�0�����8��/n��Ӌ�.������M�ě�m����&�S|��PIl
{�y��\�O��U�w���+�@��\0*��N���t�h��Y�L�
)ߠғ���ףj�*h9�R�TW�z�a�b2Y�~%yz��>;�&K%��D.|����*�����@�e�e�i�ݙ<��yJt��|oi�]Za/��:�lν�W��I�Z��O,M����bc?;�i_�&��@]�PX����y��QB���!�"���X�wP�H��C
��a������5E�C&�]�h��ܮb�4��)H���Yc�=;�cB���A�m���w�4J�����"*5�hQe�/w���&k�I��KS�)�����\�ړ#To	H��;����Frh�y+Oف�.����e�$��T�D��\G;����$K�&/���q,z�v4�!�4q�X�(%;�lZ�y�K��[�t�L�o�Y�Т��l&���{�ށj��/�/�g��$pV�COą�pxާW3��[:Z�c�PH��(D�`�u��y9��i����_*��dԿ�L���c8B��Lw{��{2t�_��za���"Fo,���C�d�e�.�4�Aŭf��:�^6Kݷ�rܫ�]$f��<`D�y�YeU0D�H菆��
�B�1+��:T���@
/(�0�x �r���Όj/Չ.k/�u(c=���)dG	n�S
���x篚{�f{�fԣgqӤ,�7p�J��%#��T"sG�/��y�]6�ܶFײ��T�R�D�j�5���cF���ƔC�f���dk�8-�-Q#�ʕ�|����=�Z���W�{�3�Uɠ��SG:
_I���YG��TI��"��vco9�n�I�ʣ�T:{c��{7�4�4��#\׶ߍ#lD��X�V�…|��6����/u�Q)��ά�v�����)�gP�J/(�%�R�"��S۪xʒh���[��X�||����H3�X)v��Uܮ챲V�,�G�ݹ�>�����abﻐkpL(�v8��u��vwi�tY�aa��F�s�q���?�D�@�Rd�r>��`�hR����l+��o��6�Ž~��A�>���qڈq�϶w�×�q�����P��+{)	���T�r�
E#�����G��߬%s;�������2���h��sS�0����H�:�X���%s�����׾�ؗ��(���P���ީ5�i�Y_�5��U��̥��1���r�_�ũ���܁x VR٧T@v8���^@�[�5�Y)HK'c��.
�{���+& ?�_M�� �
��PK�&6�.VPK��R3Definitions/resource-BasicVm-template-interface.yml�]Ys�~�_ᷙ�K6Ru�.�99I Yn�r	[[2�Lb~�H�!6��@�)���^�nu˒`�V��Aa���2���_�%�=��iPq�i(���I(����I�h���GG<�d�4�C
0�\+ZA�U`�2���*��*��h!+R7� �<�ĉ��K��1��4�,�0&��7\+T�U�*	�Ă�Ĵd
m�P�S]��}��J�M��蔘�I���f�L���ozM-ʫ�WqI�TWL�9\;H���!t��\�
̜b>�o��z�:��s����0��V)�������M��k']�%d
�H��4p�v�r�hI��Aj�{>�=F�b�)�`�<�)*�::��C7��2�B����``r�V;]H�'leȥ�)���
���r�k�������r���0��p�w2������M�Bw�U��"%����Jh�v�w���Wn+�L2|w�*3��b��0v�`��!fp�&�jXU7,�3!d�>aέM���2�n}�=�QH���Z3P+�j�!~�+�JU;��6�]�o9E��n23.[/��;O,�z|���:e���ӡ�m㸕���O��Ԯ���ӧ'���;yb�v�����'W�[&����W��S��Nө�4n/�?ܣ����siD�%��F�����g|Qƥ�&>�sǗ����O\��t�������cO���<z�˅����]�r���Y��1�<5f�%�wM�=�y��<&��Y��S������IM?�F�t�6�hrl�W�캵I�G����V�X��`������Rk<>����Z˘�^��v��<)M�u�V�tnf�X��1 ����S��6�?<�2��^�\���Y����k���C����.F��A�iX��Exd�zyV��Z-7�'':l�wʥ��K�<0���Y��7��V:/w��.tf����Q�R*M&�f���om�#��=?2Og���v��6���=Ɓos'���Mm�}���&q�I\@�s��P5�`�q�.�ÂX��=��
\;˴�9Qg�I�Z��Jp��������6;�,x�?d�����ת�{�z��(�i��K)�ԯ��gV]��g@a�;[\b����l�vLE��HY��$��S��<�����8��9�g䲨��>9e<�䏹��M�.*��s��I�*Xt�C�6xiq%~:T�����"�B�2�F�)P`xl'�M##,����*� 2��O�`+�Ҋ�w��q���ëx������(]�XC*�6���l�p%�n��=H�b`y�$�"�Dӊ87_���u��nE��"�|����
�F����+}���5��?�fs��a��T�ɳ�l�o׾滯��s&�����O�.�����M3U�9���/��Wc�P�[����g���a�����L	��<��F�.Y=�$��+X"��-X���_����ye�W�!}��(F��<$9�Y�j[�~">V׵4�֗xT�M�k�<��'z��;;[��ᵟ��;T!ƽ�ʚܖT�
h-�/�9�+Cڈ.R�A�Kn>F���M�'�T�be'O4m� ��}S)M�WX�v��5�a�/��n��_��pתjw� `���-2�E�Uiu�����A��]N�o�u��f�Y{2���j�ȅo0��cg��/�T�be!?;B��0Z��TBk�0l���Cղ.R�`�8�����˰����bND�O�e��4Lߴ�t�P��\ޔ>�D��Ae��%ݐ����@���˩�M�Ά,��?��5�*0�>�A���i�;ޤ����K	a�5�;��RN�cn����ެ��Lp5�̀��X?��ɒ��&�Ya�Z�))�)�������e��H��p��pu�90����+a{��拏�w�'��j�y&�x���y��w�=��6x�1�_[&��R��]���^��@W��Ȏ��<��ڷ�M����]0s���ͭ6/b�0J�w�.A$���E�_���C��nj��Wل�^唍�>][�!��?PKfiֽ
c�PK��R,Definitions/resource-Novaserver-template.yml�WKs�F��W�m�l�f�9؛%E�˯CR)�Hj��f���M忧{Fa� WN�/rO?�~���	�RȄNhe�%�#���y!!Z�\F�����)w|t˜PKnW��qr5b)���a��z��� �N|>x�y�� 9����)J��y�g���i2t<t�=��9�Øs�>\�2+�È���߃AhHJ�&F΃��€�,���L�ƕ���d!�z�.��L���0�$"�2��-��u^���)������J�N3�P�j�n�R�2Q�b	
�V
�$��D�2e|Ʌ���[��)f�W��ȽE�
4�m�F/E
c��R�
�&X�똰�:��\�T�s��G��W[�M���#��k�f�n]��������`�#�(0"A�-�-lPΔ�+
�+�G�&�'�͈��.o�7T\߾x�������������0;rV�1��w�N�@�qvt��T�#Q�'t׹�G�Zre����{��m��ҤW��O�]�b�w�b�]�rJ�\h)�g&kZ�•�.�mr5Ȟ���6j3�����/�u��,醨,�;�\�nh���+9�2���a%U�T��7�ژ��`��Os����
�n`4��l�;�z@�^R w�Ұ�&e�Gd��~j�#�qi���Iݲ��jǀ�l3��$X;��N�;�@�|~�Ur}rE�H����{�Ր�Xk�Yt�6v���������a�Wv��������n�*j��^ ^X:\���`����n��l�z%&XXs?���6
|�b�@UT�mJ#�
�	�H �:��G�'TM�,&���t$TP���*�c�9�HEB5~0�����Y��^��� �[��I�Ԧ����o�/ln��1��hi�R�� 0���2�������*:�~TN��Yﱌ7Om��#�azVDقoM�ϐ��@{�G0m]���*�Q�ן捁�O=yc�eH6�b"���.CK�y����/c�>C)q
��8ŗ�*���ϖ��M��d��
`֑M�7Jso�pheb�t=��#P�������L�,�V���i��
�>������Ŏ�G�ݭ�i���`>C�M�SſeD���
Ϩ�
-�e������t�_�=]�E㏳#J�M��'v�K�ҽ�,��lsiQ���ĕ��Q�E�=�|��| nn������Z�\���Ec�<�Ra���w�̆1mo-�:@S��nق��I,c������Pa��ű�2�����!,ɴ�<��݋���^��>8�;K.K`4�m�����?˟�i���KE���PK�UG��PK��R:Definitions/resource-BasicVmNodesUbuntu20cvfc-template.yml��r�8��i�{�JOJ���qfS�x\N��^X���$������ >e�R��t��h��-�:n�27�L���6X֕�~�Q�����V|ʰ���`npƱ�����߯
go��/��HL�]�w�h��MB�j���;G����o��a�>���4���v+��1`�^G���:�(m�,~Ӏ�����!0�H�F,��6���|��^#��3�M�4���#�	���>70�>
�`�>���=����
h��9��X7�c =�I�Ƅ>���ҳ\��[�GqS}\-�[�_�h�>��P}��x�,�����$���`�Y��{��7�/A��~�#|t=�ay��^���3Axv#i��Q>�a*��[��(�\Ҙ�l+�� Y�W%4Wt�B��܀����ʄ��q�'��Õ`��1
2�[�7'�/잦,��%��HT�kb�A�k<��Z�?����%t��eE�A��U�lA�T�Н���bV1^����e�7�0����3�Fc�AJ��;ɺ{8UL���bEZ<]nU�,�O�VٚkHXHv�Ӎ�(L��	��fn�0p�Sg��\�98�h�8�E[���a:$(�b��ԍ�
�{I>�ˁU��¶�PP+�YZ�Q��P�+�&�����v����J�3�q	Y†�iF�59{�ZZ3-�o��=>`L�Q~�/VAU�~�?�ԏ��x�L���Wa��Y'nIr�����#�>���t������X��\��+��]Q^��;����[N��]nwR��:>���9�(���%�:��lV*�湁M_�3�R@���I�F�c���S[4�G��0��qlɜ����iY�;沔o����SF�F0āF>R������Ρ��&rВ>�5��l�M �o�>upH>�~�b���&�C~R�A
�9�c:�{z���H��^�Nڄ��@�`�"07�}a��/��7TֺL��%�����
PqFn�	��c�VD9�=u��h�6�,'
��t
C�rQ�6��e�z%��H��:�A@'��R��f7b`���j�f�ȷbk��>&J�u\���,Y=U�Ab�>����I��Q.��/V��K�����_\?�� �|��B [^���s�r����Q�c���4�m�q�E�XKa���o'�|�-i����[������#x,\9����X-+e��}QظH)�"�@Z�l�9�<�fs07+{�(�Z���ޡ��@>���Ms�~(!Jm�}�OIA;G�?���\��>�3����F�X$N�\9�L�M���B����
F`�C�����)g�"�Q�7U�F��F`�!��������X�~��C/��&%��A�zӄ%39&#��s�h2z���/᪵� ���O�z�d�_t���r]��
I�e�0e'�N'UT6�I��no�c�5n^ƻP�������8y��b��!��8J�ի��Tl�$�K3MiQ���?�6��F���Ļ�C�)y���!
�~?���yQx�!��+��7�w���G�)��^$�����y]�H����j�r$��:�t
�VUnPeK�H]�Vf���$�U"!�-�(`˱
�td%{8��F:a�s'b���A9�jp5�b-C2x=��g�z+1=���S�/�b���$�;���R��%��¨���}TO1A�[�ޛw�
�;ݞN�Z�q�f��*ǖY����5�3���.������V���P��:CT1�Ӝ(J�s`�g��r�3�6	�I�$ѡ�z��+/�1�$r�<���(���&�]չFE�I��2d�+���5Y�k�1L�}�&�ܪgi۝�LQ
�C1K�7��b
͉x�	�'i�5�1"%
�傿��[q��AR�4��h��'�X�i�]+��`�Z�R9Nj�՝�����s��+!
�7�t��m�B��y=��4[�52�S�������-���]\Ц`�7.�~��J��6X�(n74�^�h��9�Q?€�
C�v��`@�MW���[�Ԕ�ۿy����I�H������"&�����X��M�Ps���)ˌ}n?��@����5���Hl,�I�w�{�>������ S����]�ּ@G͎�tI���%�Χ���~ToÑ�Z�#���;�EX���Ĩ��nF(�D#�y(�{9R_ř�"y�����������<��k����PK����A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��Qjy��.}@�y���Ba���=r�G
’� �!��/�H�lg��$�[3A_RC�q���
�[MD��8�*l����g����d��8Ϙ�H�n$$:3�z��1��c�B�4+:�t�G������C����ι��{���anr\�V�p�������I^�	M5D�e�
`�IP}��,Ⲅ>���	>����cB-�Ɋ�Y3d��S=,���L|_O����ю����F��ę^9�սHϖ�����%�˒߄�?t�~��I�~��}Y5��W����2���o��qv���U}M��)R�������+ܵ�;�����ZV�����PK�O06�}PK��R)Definitions/resource-Compute-template.yml�V�r�8��+p�́*mcY�yIR9����\RS,lJ(c��<���qM&JE3N9��.`�C��
@�^�$�\�5>ّ�X�,�*/u�(�s��i2i
<��#Ƥ�q'�	���똥�|��/����D��-g��j�F��r����l1O�������,�s����߫���LLgg��`�5�����p�5�;*y2�3�qŬc;�B���b+
U"OQ��;�[�y������%eaK�،أT���J@���j��j��)W�P��\(�-��� `]�no.޳�>T���7�;����t<��1�̿���ꨛR�k�^�Н����p�jK��(���VPV-[�2T�V/x�S�0CH_�B��P~+�v�h�g�!�����*)�ry��n�
��>�'��U�Ia=��&mc7��?��,ɝ��vgmh!��؋�;�},��x߇Qlj6����!��sdē9�"6��7�����םlǕ̒f��Nb�:-cuk�� �'[��4�4>�ۦ��tb��& ip|�hy�YΕ����xiM}�ӿ5��(,�'��u_dH语�'8��$�<IJj-ۜ��OH�-haf��~��_���员q�ᩭ%+xZ���s�kG촪
q��.P}o?����S��ʚ�q���^�����<<�ܯ� kp��֦ԉ(�g~�C����|<������q�9�&��
�����n<��%�3�����;'4���h���;^�>�(�SQ&>X�7�,�']���!_��'���cկç�%=�7t:X��y�_��m���PKA|�T��
PK��RADefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.yml�����0E{;W"���U��"A�l��n�!9��C )���,9��Aґw��pJ>J���餽�݄!ҡe����+X��]���@A�vǘv
.�N__ZV�ͱ�U��|*��Ru&>4��h����X�j����6Y/
�Uy�dP?�Y^+ѫ����`[�	��g˥�Ø�;�0�7��Obti,Ē&�����>��ca��0���g��u ��,!�Ňk˾ Z�G�[�(b
 ����3:�C�����R���;�;�H��9?�߅�Q�u��j��Q�}H��e�V��^�zm�a��j
���l�Y\���,�ȣ��
�F���
�	��%�qK-����wmE�9��G�A��s�ݯ
}�p?�l���{��K~�	XG�����X*����냷������@�����	PK.��@�TPK��R(Definitions/resource-Extcp2-template.yml�RM��0��+��m�����P�ò���TUd�	Xu��q���;NBH���*.�7����ꊳ4�\(a�VUzFS�#�P�(J��2
�pR�e�,�ufF0e�����(�g<��(��iϽ�"\x��1˩lΩ�����y��i0�^��Q0��<&�b&��m�ۈ�fXq#J��;!<�>�`��B�@�j�,X�`/%��=��喪�8#�F���	�����Q�K_P�ȍYՇ�A���OXK,Pيx���
�T�6	$a��[ůĔ�$��Zpu'�C�v�e$�8�y^;G&�Q+�Q����������W�0��d��q��b(4�L��gȜ��8�?�޵V��s,��J�ܤ6��PKYtm
\ePK��R.Definitions/resource-Extneutroncp-template.yml�VKo9��W��=xj��$ss�ta�u��$��h4�-T#M%�������᱓�6�< )����Ӗ�$ùP�	�l�Bc�#TV��d�r���I��e̱�@�3�)��0�p9<=������t~�;����u����ᰏ�g���NU�W���ev޻�gd|u}�KϮ�Aֿ�������ױ��z�om[�����������S�N�9��#]���g^�PK���O�
PK��R/Definitions/resource-Securityrules-template.yml�T�n�@}�W�[A�V����J	BU��Z��8^aﺻ�T�{f}w�(H(��>sv�\m��,�1RX��	Ϩ
v`k�y�aX�<�b��e1�l7�̴`��_�;�,	�[�%|x�h���y��(��8`�՚/�VCNX��^y�`yK~x����[�Ŝ���h� �d9���R[ݗBc4\���q�*��S��{�@�2�+ЎLY@���"
���ɉ�
r���ΜY<)]��3JԂf�h�;e�F���#�X�|?����W���{̐Y�s�=�����MŘ�c&Z��-�?�@�)l=t����M��Z�SN�o�Ty��꫐(
6L�WӁw�
���Ի�Rh
�	���D�W��n3��K��p?����_����3f����}%�әj4^^Q@iu�b��Nt:f����\��9)��&��1�)N5J>�ڃ��|<|�~<�?�{�_ܪ��*�X�x�D�n�_��o/��2w﨔�g�������A�~PKI�J�YPK��R/Definitions/resource-Globalcompute-template.yml�Mo�6����m� ���ڷ4i�6[,���@Qc�(%�$����Q�-%ٛhP�Cdȑw��2R3���%7\�:=��x�%�fi^T�-D�L�7�SC�7���H��y~��qK2��.�7���(�l �$�&Z.n�t�ɖww+�Uk��?�V�N"
��Qr{��>'�"bt���ʒEk4.i[���j���f�Wƶ�T
4�FJ�֒�25�/(;��7RH�T��F+�q�]c��Ta5�}�kF
�:a�P���t�]��3meӱbY+ߡ̥ڒ�O����l���&���Y������/2�T`i>ܠ�R���H�Y����X�M�O����%M'FMb�?���d$Dk�@P�W#�QFg�W�[�)]v%g����:Z�Ҵ���ְ�lz�T�XV��LĽ��q��V������x�<�)Yt\��:���"﨎�p�O�
PTĚ�}V��w�b��C"��B�5��OGͿ�p��9P��*5��7 _l!�֝0;�
ຳ6�Y�
�wrRk��s��f�X����IB"�\??�������sڑ
����:����}��j��6v`|o��Z��{
�[����*a �EbҊު�ԋ���x��ԋ6��V�����[s�Tu�&^jCQ�����z���f>	~��ﭨ{ݎN\V:8~�Q���w��p�VQ@�mXxOg��`U�MmdX���������8�����ӏ���30����018��ȾS񢸁��+��N�@�K�t��N���+VԄͣkLVi���5��`����礵�"�~�����燣B2��,p�lJ���;�Ҷ��
K��H�y�V�W
,g�D7�� �����˞�����{H�x68�Bϊ��}
4f�'28Fb.'��Ji¡VW$���N��Q,�W�0|�5��Ŵ(XM=���p���H0�3��a�[|f��s�a�p�CѾ�~�e0���,8	�]r1�'���u��fq�jn��%sо�g���*�/\9_@�ཫ\��P���a�W�c�9�Xp}T�K�PK��b>KPK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����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��� Ce�A��-�_Y�g"��}��{���iӊՑy2�G����s(��]kzP��6&��S�HU��J�kY#Ŋ`c&AyH��dV��y��3��NV����{ָiv�p|p��ҩ��焃�Ks\�v�T*wx8!�PK��;Q��PK��R�R�B4E	csar.metaPK��R��Љ�kTOSCA-Metadata/TOSCA.metaPK��R�&6�.V);Definitions/resource-BasicVm-template.ymlPK��Rfiֽ
c�3hDefinitions/resource-BasicVm-template-interface.ymlPK��R�UG��,�Definitions/resource-Novaserver-template.ymlPK��R����AJO:�!Definitions/resource-BasicVmNodesUbuntu20cvfc-template.ymlPK��R�O06�}D�.Definitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.ymlPK��RA|�T��
)�7Definitions/resource-Compute-template.ymlPK��R.��@�TA�;Definitions/resource-BasicvmComputeNodesHeatUbuntu20-template.ymlPK��R�MSD�(�=Definitions/resource-Extcp2-template.ymlPK��R�}�k�,0@Definitions/resource-Globalport-template.ymlPK��RYtm
\e&�DDefinitions/resource-Port-template.ymlPK��R���O�
.�GDefinitions/resource-Extneutroncp-template.ymlPK��RI�J�Y/PLDefinitions/resource-Securityrules-template.ymlPK��R��b>K/2ODefinitions/resource-Globalcompute-template.ymlPK��R+�@j5���SDefinitions/data.ymlPK��R�'}8y�Definitions/groups.ymlPK��R0?��@@:�Definitions/policies.ymlPK��R���C&��Definitions/annotations.ymlPK��R�����/�Definitions/relationships.ymlPK��R2ea�
:�Definitions/artifacts.ymlPK��R�H�v~(��Definitions/capabilities.ymlPK��R8��E�Definitions/interfaces.ymlPK��R5n���/�t>�Definitions/nodes.ymlPK��R}�;.@�>w�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��;Q��4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKX	��
2021-05-20T03:21:06.128Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel|DEBUG|500||=======================response end=================================================
2021-05-20T03:21:06.129Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1f4baee7-fc09-4ac1-ae83-cbedaabd0c65/toscaModel|INFO|500||InvokeReturn
2021-05-20T03:21:06.132Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-05-20T03:21:06.133Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-05-20T03:21:06.133Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||VFCustomizationUUID= d31dc4d2-4ad5-4f70-aa56-e811c7ae39f8
2021-05-20T03:21:06.133Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d31dc4d2-4ad5-4f70-aa56-e811c7ae39f8 matches Tosca VF Customization UUID: d31dc4d2-4ad5-4f70-aa56-e811c7ae39f8
2021-05-20T03:21:06.133Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||vfCustomizationUUID: d31dc4d2-4ad5-4f70-aa56-e811c7ae39f8  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-05-20T03:21:06.136Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:06.136Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:06.137Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||resource request for resource customization id d31dc4d2-4ad5-4f70-aa56-e811c7ae39f8: {\"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-05-20T03:21:06.137Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a35fe5c
2021-05-20T03:21:06.137Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:06.137Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:06.137Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c94019a5-8b0d-4431-b63f-1225ad3c8c19
2021-05-20T03:21:06.138Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c94019a5-8b0d-4431-b63f-1225ad3c8c19
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-05-20T03:21:06.139Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:06.139Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-20T03:21:06.140Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:21:06.140Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:06.140Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-20T03:21:06.140Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:21:06.140Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:06.141Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-20T03:21:06.141Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-20T03:21:06.141Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-20T03:21:06.141Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e4f3e4e4-4fbe-41e1-95a9-0ce77a0ed411
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-05-20T03:21:06.142Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:06.143Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-20T03:21:06.143Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:21:06.143Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:06.143Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-20T03:21:06.143Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d31dc4d2-4ad5-4f70-aa56-e811c7ae39f8
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-05-20T03:21:06.145Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:06.145Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:06.145Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0172ef8e-ed66-413c-a030-77c6311fcee8: basic_vm
2021-05-20T03:21:06.145Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:06.146Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:06.146Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:06.146Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:06.146Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:06.146Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:06.146Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:06.147Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:06.147Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:06.147Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:06.147Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:06.274Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 20005ac3-714c-4d2e-a68a-567496c3a6b0 1 ASDC deployResourceStructure
2021-05-20T03:21:06.275Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:06.275Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:06.275Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:21:06.275Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:06.277Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:06.277Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480866275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:21:06.378Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:06.378Z||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-05-20T03:21:06.379Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:06.388Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:06.388Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:07.278Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:07.279Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:07.279Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:21:07.280Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:07.282Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:07.282Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480867278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-20T03:21:07.382Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 54 ms
2021-05-20T03:21:07.383Z||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-05-20T03:21:07.383Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:07.408Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:07.408Z||pool-81-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:08.328Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:08.329Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:08.329Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:21:08.330Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:08.331Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:08.332Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480868328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-20T03:21:08.432Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:08.433Z||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-05-20T03:21:08.433Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:08.441Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:08.441Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:09.333Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:09.333Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:09.334Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:21:09.334Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:09.336Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:09.336Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480869332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:21:09.437Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-20T03:21:09.438Z||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-05-20T03:21:09.438Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:09.447Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:09.448Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:10.429Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06409af2-e81d-4691-9206-d8db5f0d7ab4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:21:10.438Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06409af2-e81d-4691-9206-d8db5f0d7ab4
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-05-20T03:21:10.440Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:21:10.440Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-20T03:21:10.440Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-20T03:21:10.440Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-20T03:21:10.440Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:21:10.441Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:21:10.441Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:21:10.441Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:21:10.441Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:21:10.441Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:21:10.441Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:10.444Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-20T03:21:40.445Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06409af2-e81d-4691-9206-d8db5f0d7ab4 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-05-20T03:21:40.452Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06409af2-e81d-4691-9206-d8db5f0d7ab4 and serviceModelVersionId: 0172ef8e-ed66-413c-a030-77c6311fcee8
2021-05-20T03:21:40.452Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23e195f1-374e-40c9-b885-13cfbf07a3b6
2021-05-20T03:21:40.454Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23e195f1-374e-40c9-b885-13cfbf07a3b6/model-vers/model-ver/0172ef8e-ed66-413c-a030-77c6311fcee8?depth=0
2021-05-20T03:21:40.459Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-20T03:21:40.535Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/23e195f1-374e-40c9-b885-13cfbf07a3b6/model-vers/model-ver/0172ef8e-ed66-413c-a030-77c6311fcee8?depth=0|INFO|500||Invoke
2021-05-20T03:21:40.536Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/23e195f1-374e-40c9-b885-13cfbf07a3b6/model-vers/model-ver/0172ef8e-ed66-413c-a030-77c6311fcee8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/23e195f1-374e-40c9-b885-13cfbf07a3b6/model-vers/model-ver/0172ef8e-ed66-413c-a030-77c6311fcee8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[06409af2-e81d-4691-9206-d8db5f0d7ab4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[335381ec-a0d9-446f-89f0-cbd10ac43eb1], X-ECOMP-RequestID=[06409af2-e81d-4691-9206-d8db5f0d7ab4], X-TransactionId=[], X-ONAP-RequestID=[06409af2-e81d-4691-9206-d8db5f0d7ab4], Content-Type=[application/merge-patch+json]}
2021-05-20T03:21:40.552Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/23e195f1-374e-40c9-b885-13cfbf07a3b6/model-vers/model-ver/0172ef8e-ed66-413c-a030-77c6311fcee8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-20T03:21:40.643Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/23e195f1-374e-40c9-b885-13cfbf07a3b6/model-vers/model-ver/0172ef8e-ed66-413c-a030-77c6311fcee8?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/23e195f1-374e-40c9-b885-13cfbf07a3b6/model-vers/model-ver/0172ef8e-ed66-413c-a030-77c6311fcee8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210520-03:21:40:559-98633], vertex-id=[454720], Content-Length=[0], Date=[Thu, 20 May 2021 03:21:40 GMT], Content-Type=[application/json]}
2021-05-20T03:21:40.644Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/23e195f1-374e-40c9-b885-13cfbf07a3b6/model-vers/model-ver/0172ef8e-ed66-413c-a030-77c6311fcee8?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-20T03:21:40.645Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/23e195f1-374e-40c9-b885-13cfbf07a3b6/model-vers/model-ver/0172ef8e-ed66-413c-a030-77c6311fcee8?depth=0|INFO|500||InvokeReturn
2021-05-20T03:21:40.645Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-20T03:21:40.645Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:40.648Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|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-05-20T03:21:40.649Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06409af2-e81d-4691-9206-d8db5f0d7ab4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-20T03:21:40.649Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-20T03:21:40.649Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:40.652Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:40.652Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480900649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:21:40.752Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:40.753Z||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-05-20T03:21:40.753Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:40.765Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:40.765Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-20T03:21:41.715Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:21:41.716Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ba9f434-f96f-40c5-a1b4-15af817c3cd4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839","serviceDescription":"service","serviceInvariantUUID":"ac1f96a3-3744-4b57-9da7-f691e9aa2232","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"83bc8889-8984-4203-a663-8521bedab37f","resourceInvariantUUID":"a63415d6-fa1d-4c34-a4e2-1d75c43db64e","resourceCustomizationUUID":"0e0ada63-8741-4e4b-a0be-13639491fc34","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":"NmFiZGJmZjUzNmViNjIwZTQzODExMTJmNTRiZThjMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30c83bef-6926-4d8c-b245-1ac2d2f1104d","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":"73da1395-ba9c-4ffa-918e-60907a9b757a","artifactVersion":"2","generatedFromUUID":"0bc1ffc9-456a-4d00-8583-56a1c90f762d"},{"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":"0bc1ffc9-456a-4d00-8583-56a1c90f762d","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":"NGFjNzIxZjM0YWY2NzUxMTMwNWNlMzY0MThmM2I4YjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605eedf-1d2b-47d7-bc50-08351ed3d523","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":"3069a32e-5dda-4987-8c19-9ae14c799220","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":"5f5dcde1-ee46-4e2b-b6fe-60dce001dd91","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":"0a26679d-73bd-4b2c-ac86-4b350aedccff","artifactVersion":"2","generatedFromUUID":"3069a32e-5dda-4987-8c19-9ae14c799220"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGVmNDQ5NGMzNGI0YWVjMzQ2NmFlNDYyZmQyOTM2NzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e627177-560a-464a-a12e-bb5db9500e22","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjJiMmEzNzJmYTA5OTg3NzI0YWVmNDhlODhlMWFlZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54bce111-7438-49b5-b25b-f50052b028c0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-20T03:21:41.716Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:21:41.716Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:41.718Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:41.718Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:21:41.818Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:41.819Z||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-05-20T03:21:41.819Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:41.829Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:41.829Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:21:42.719Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:21:42.720Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:42.722Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:42.722Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-20T03:21:42.822Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:42.823Z||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-05-20T03:21:42.823Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:42.833Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:42.833Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:43.722Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:21:43.723Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:43.725Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:43.725Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-20T03:21:43.826Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-20T03:21:43.827Z||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-05-20T03:21:43.827Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:43.835Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:43.835Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:44.726Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:21:44.727Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:44.729Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:44.729Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:21:44.829Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-20T03:21:44.830Z||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-05-20T03:21:44.830Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:44.838Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:44.838Z||pool-88-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:45.730Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:21:45.731Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:45.734Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:45.734Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:21:45.834Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:45.835Z||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-05-20T03:21:45.835Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:45.843Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:45.844Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:46.735Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:21:46.736Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:46.738Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:46.738Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:21:46.838Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:46.839Z||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-05-20T03:21:46.839Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:46.846Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:46.846Z||pool-90-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:47.739Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:21:47.739Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:47.742Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:47.742Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-20T03:21:47.842Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-20T03:21:47.842Z||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-05-20T03:21:47.842Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:47.931Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:47.932Z||pool-91-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:48.744Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:21:48.744Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:48.746Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:48.746Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:21:48.846Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:48.848Z||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-05-20T03:21:48.848Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:48.856Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:48.857Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:21:49.746Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:21:49.747Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:49.750Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:49.750Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:21:49.850Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:49.851Z||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-05-20T03:21:49.852Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:49.859Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:49.860Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:21:50.752Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ac1f96a3-3744-4b57-9da7-f691e9aa2232",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "0e0ada63-8741-4e4b-a0be-13639491fc34",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "83bc8889-8984-4203-a663-8521bedab37f",
      "resourceInvariantUUID": "a63415d6-fa1d-4c34-a4e2-1d75c43db64e",
      "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": "73da1395-ba9c-4ffa-918e-60907a9b757a",
          "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": "0bc1ffc9-456a-4d00-8583-56a1c90f762d",
          "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": "NGFjNzIxZjM0YWY2NzUxMTMwNWNlMzY0MThmM2I4YjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605eedf-1d2b-47d7-bc50-08351ed3d523",
          "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": "3069a32e-5dda-4987-8c19-9ae14c799220",
          "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": "0a26679d-73bd-4b2c-ac86-4b350aedccff",
            "generatedFromUUID": "3069a32e-5dda-4987-8c19-9ae14c799220"
          },
          "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": "0a26679d-73bd-4b2c-ac86-4b350aedccff",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YjJiMmEzNzJmYTA5OTg3NzI0YWVmNDhlODhlMWFlZjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "54bce111-7438-49b5-b25b-f50052b028c0"
    }
  ],
  "workloadContext": "Production"
}
2021-05-20T03:21:50.752Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-20T03:21:50.752Z|06409af2-e81d-4691-9206-d8db5f0d7ab4|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839 ASDC
2021-05-20T03:21:50.753Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5ba9f434-f96f-40c5-a1b4-15af817c3cd4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839
ServiceInvariantUUID:ac1f96a3-3744-4b57-9da7-f691e9aa2232
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:54bce111-7438-49b5-b25b-f50052b028c0
ArtifactChecksum:YjJiMmEzNzJmYTA5OTg3NzI0YWVmNDhlODhlMWFlZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:0e0ada63-8741-4e4b-a0be-13639491fc34
ResourceInvariantUUID:a63415d6-fa1d-4c34-a4e2-1d75c43db64e
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:83bc8889-8984-4203-a663-8521bedab37f
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:73da1395-ba9c-4ffa-918e-60907a9b757a
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:0bc1ffc9-456a-4d00-8583-56a1c90f762d
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:c605eedf-1d2b-47d7-bc50-08351ed3d523
ArtifactChecksum:NGFjNzIxZjM0YWY2NzUxMTMwNWNlMzY0MThmM2I4YjY=
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:3069a32e-5dda-4987-8c19-9ae14c799220
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:0a26679d-73bd-4b2c-ac86-4b350aedccff
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:0a26679d-73bd-4b2c-ac86-4b350aedccff
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-20T03:21:50.753Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839 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-05-20T03:21:50.830Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:21:50.831Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:21:50.831Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:21:50.831Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 54bce111-7438-49b5-b25b-f50052b028c0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-20T03:21:50.831Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:21:50.831Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:52.802Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:21:52.805Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 54bce111-7438-49b5-b25b-f50052b028c0 66794
2021-05-20T03:21:52.805Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:52.805Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:52.805Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:21:52.805Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:52.807Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:52.807Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480912805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:21:52.907Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:52.908Z||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-05-20T03:21:52.908Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:52.917Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:52.918Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:53.808Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:21:53.810Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:21:53.810Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 54bce111-7438-49b5-b25b-f50052b028c0, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-20T03:21:53.810Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-05-20T03:21:53.811Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-20T03:21:53.811Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-20T03:21:53.910Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8517665272343302211/Definitions/service-BasicCnf-template.yml
2021-05-20T03:21:54.803Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-20T03:21:54.804Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:21:54.804Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-20T03:21:54.804Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-05-20T03:21:54.804Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:54.804Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:54.804Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:54.804Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:54.804Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:54.804Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:21:54.804Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:54.805Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:54.805Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-20T03:21:54.805Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:21:54.805Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:21:54.805Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:54.805Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:54.805Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-20T03:21:54.806Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:21:54.806Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:21:54.806Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:54.806Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:54.806Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:54.806Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-20T03:21:54.806Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-05-20T03:21:54.806Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2021-05-20T03:21:54.806Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-20T03:21:54.806Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:54.806Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:54.807Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:54.807Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-20T03:21:54.807Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:21:54.807Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:54.807Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-20T03:21:54.807Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:21:54.807Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:54.807Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-20T03:21:54.807Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:21:54.807Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:54.808Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-20T03:21:54.808Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-20T03:21:54.808Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1fc0f1de-4f62-4bbd-a5bd-560aa60d6ffd
2021-05-20T03:21:54.808Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:54.808Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:54.808Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:54.808Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:54.808Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:54.808Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:54.808Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:21:54.808Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:21:54.809Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839
Model Version:NULL
Model InvariantUuid:ac1f96a3-3744-4b57-9da7-f691e9aa2232
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:62b639f8-2ef5-4bc4-8f6a-a59e9a552222
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a63415d6-fa1d-4c34-a4e2-1d75c43db64e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0e0ada63-8741-4e4b-a0be-13639491fc34
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:19dcf18b-3f65-439c-a6f4-5dc66833e752
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1ffaf515-f999-437f-85ae-974bcd3177ff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1fc0f1de-4f62-4bbd-a5bd-560aa60d6ffd
ModelInvariantUuid:d33447f2-9a43-4a47-be7d-097008dcf060
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:1028f5cb-aaf5-4018-843b-bedeb112bd85
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:3ae3e4f0-7855-40c1-9e1d-c54939d7fbf7
ModelInvariantUuid:e841c19b-527b-4b83-9b91-1283dae20a86
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6db91012-5562-4141-bee2-326bcc42f199
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-05-20T03:21:54.813Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 83bc8889-8984-4203-a663-8521bedab37f
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-05-20T03:21:54.815Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||basic_cnf 0
2021-05-20T03:21:54.816Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 83bc8889-8984-4203-a663-8521bedab37f
2021-05-20T03:21:54.816Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 73da1395-ba9c-4ffa-918e-60907a9b757a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-20T03:21:54.816Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:21:54.816Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:56.356Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:21:56.356Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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 73da1395-ba9c-4ffa-918e-60907a9b757a 12
2021-05-20T03:21:56.356Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:56.356Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:56.356Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:21:56.357Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:56.358Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:56.359Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480916356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:21:56.459Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:56.460Z||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-05-20T03:21:56.460Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:56.468Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:56.469Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:21:57.359Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 0bc1ffc9-456a-4d00-8583-56a1c90f762d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-20T03:21:57.360Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:21:57.360Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:21:58.682Z||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-05-20T03:21:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:21:58.698Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:58.698Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:21:58.698Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:21:58.699Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:21:59.085Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:21:59.085Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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 0bc1ffc9-456a-4d00-8583-56a1c90f762d 2688
2021-05-20T03:21:59.085Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:59.085Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:21:59.085Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:21:59.086Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:21:59.087Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:21:59.088Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480919085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:21:59.188Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:21:59.189Z||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-05-20T03:21:59.189Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:21:59.198Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:21:59.198Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:00.090Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: c605eedf-1d2b-47d7-bc50-08351ed3d523 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-20T03:22:00.090Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:22:00.090Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:00.534Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:22:00.535Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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 c605eedf-1d2b-47d7-bc50-08351ed3d523 828
2021-05-20T03:22:00.535Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:00.535Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:00.535Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:22:00.535Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:00.537Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:00.537Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480920535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:22:00.637Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:00.638Z||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-05-20T03:22:00.638Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:00.647Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:00.647Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:01.537Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "19dcf18b-3f65-439c-a6f4-5dc66833e752",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ffaf515-f999-437f-85ae-974bcd3177ff",
    "vfModuleModelCustomizationUUID": "e68d2353-a72e-4684-bb7c-ad9bfb11090d",
    "isBase": true,
    "artifacts": [
      "3069a32e-5dda-4987-8c19-9ae14c799220",
      "0bc1ffc9-456a-4d00-8583-56a1c90f762d",
      "0a26679d-73bd-4b2c-ac86-4b350aedccff"
    ],
    "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-05-20T03:22:01.541Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ffaf515-f999-437f-85ae-974bcd3177ff
VfModuleModelInvariantUUID:19dcf18b-3f65-439c-a6f4-5dc66833e752
VfModuleModelDescription:NULL
Artifacts UUID List:{
3069a32e-5dda-4987-8c19-9ae14c799220
,
0bc1ffc9-456a-4d00-8583-56a1c90f762d
,
0a26679d-73bd-4b2c-ac86-4b350aedccff

}
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-05-20T03:22:01.543Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "19dcf18b-3f65-439c-a6f4-5dc66833e752",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ffaf515-f999-437f-85ae-974bcd3177ff",
    "vfModuleModelCustomizationUUID": "e68d2353-a72e-4684-bb7c-ad9bfb11090d",
    "isBase": true,
    "artifacts": [
      "3069a32e-5dda-4987-8c19-9ae14c799220",
      "0bc1ffc9-456a-4d00-8583-56a1c90f762d",
      "0a26679d-73bd-4b2c-ac86-4b350aedccff"
    ],
    "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-05-20T03:22:01.543Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ffaf515-f999-437f-85ae-974bcd3177ff
VfModuleModelInvariantUUID:19dcf18b-3f65-439c-a6f4-5dc66833e752
VfModuleModelDescription:NULL
Artifacts UUID List:{
3069a32e-5dda-4987-8c19-9ae14c799220
,
0bc1ffc9-456a-4d00-8583-56a1c90f762d
,
0a26679d-73bd-4b2c-ac86-4b350aedccff

}
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-05-20T03:22:01.544Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 3069a32e-5dda-4987-8c19-9ae14c799220 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-20T03:22:01.544Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:22:01.544Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:01.759Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:22:01.760Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3069a32e-5dda-4987-8c19-9ae14c799220 1164
2021-05-20T03:22:01.760Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:01.760Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:01.760Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:22:01.760Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:01.762Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:01.762Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480921760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:22:01.863Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:01.864Z||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-05-20T03:22:01.864Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:01.872Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:01.873Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:22:02.763Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 0a26679d-73bd-4b2c-ac86-4b350aedccff from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-20T03:22:02.764Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:22:02.764Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:03.452Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:22:03.452Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0a26679d-73bd-4b2c-ac86-4b350aedccff 200
2021-05-20T03:22:03.452Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:03.452Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:03.453Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:22:03.453Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:03.454Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:03.455Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480923452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:22:03.555Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:03.556Z||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-05-20T03:22:03.556Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:03.567Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:03.567Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:04.455Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839
2021-05-20T03:22:04.456Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 83bc8889-8984-4203-a663-8521bedab37f ASDC
2021-05-20T03:22:04.459Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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 heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-20T03:22:04.469Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:04.469Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:22:04.469Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: 62b639f8-2ef5-4bc4-8f6a-a59e9a552222 
2021-05-20T03:22:04.469Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: 62b639f8-2ef5-4bc4-8f6a-a59e9a552222
2021-05-20T03:22:04.470Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel to get resource 
2021-05-20T03:22:04.470Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel
2021-05-20T03:22:04.528Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel|INFO|500||Invoke
2021-05-20T03:22:04.528Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel|DEBUG|500||===========================request begin================================================
2021-05-20T03:22:04.529Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel
2021-05-20T03:22:04.529Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel|DEBUG|500||Method      : GET
2021-05-20T03:22:04.529Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/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:"5ba9f434-f96f-40c5-a1b4-15af817c3cd4", X-RequestID:"5ba9f434-f96f-40c5-a1b4-15af817c3cd4", X-TransactionID:"5ba9f434-f96f-40c5-a1b4-15af817c3cd4", X-ECOMP-RequestID:"5ba9f434-f96f-40c5-a1b4-15af817c3cd4", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"ca9a2c90-810d-49b2-bdc3-41930e76840d"]
2021-05-20T03:22:04.529Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel|DEBUG|500||Request body: 
2021-05-20T03:22:04.529Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel|DEBUG|500||==========================request end================================================
2021-05-20T03:22:05.059Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel|DEBUG|500||============================response begin==========================================
2021-05-20T03:22:05.059Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel|DEBUG|500||Status code  : 200 OK
2021-05-20T03:22:05.059Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel|DEBUG|500||Status text  : OK
2021-05-20T03:22:05.059Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"NDhlOWQyZDI2NzY4MDU1YWM4ZWYyMmEwMzk2NDQyMTM=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"5ba9f434-f96f-40c5-a1b4-15af817c3cd4", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-05-20T03:22:05.128Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/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�����Xt�	�Q��ߟ��ޮ{�oQ�m9d� ����݆8k��:�$�v�mׇ`�V4� �#�[���@x�Y��#|�G��)#.��iJv��_?�Hv���g�'����h����W?zi�`��xB�8O}��'��(�[�hHq
�>؋�����O×��Q�����'Yz|@VS)��e,1���C���
h|��'��=�stu� Mh����E��&
�S�:�)�/q�HCd9V��(�3��R)�պ��P�FĢ�&&T_fA���=YF!��w5}7�4���Ϸ�k@z�_8�3'%@Z�>p�b��y�ϗ<3�s��-�.�$\�5�Q�Ʌw/4,�Ŋ�,b՝�^�+�NHFP>���N�?���a�������b��ts�Q������k��c?���|9��F��0;Z_�}y������������b^f�,:U,J����W�S��n�–��,���
p�R1��`���ˢ4����~pI�'�ֺ�$��Z�8����l	�+��,�
�x2;�%y[X����8â�J��г�3�c.�y�p����֬&��Xͧ�n'u0yDT3�eI�4qᔈ��.߿�o�BϏ=�C�W�B��o�8�����(k	�5h�.N4�8?".N2I%sř9nq"A��̝��W+w����w�ܫts[��~�r���I�cn��aقt���_��̋��Q斨wL��Ɇ<8ϼ<�j�ѻ��XcC��_�)�"wiv��Q��+�޿�����BW\��r��s}y�.�FY�U/X%F��*5��@���6F��N3����Rg�� �ۃ�^;�.X�v����yt��a�\�},�ˊW����>�a��K{����>�z������b!y��g�K�@���S���A<���f��x���A�W�ս����qAiV����	�O�8�+{Ù�R+OaO�Ԋh
ǵ�c��ܨ.|z��T�f���_�ݧ��;7 Y�d"jކ$�%��KꛌX�ZI�W�jKF�w�t�hR�ZuR�I}�^�q���.g���K��*8,��O�����ʄ<��T���d��|��l~�D��3����p��߉r�@a{lѵ�e�,�q�����J����F�KL7�Z�8��w�l�C݅�R/?���P�f2�W���H���(��o@-k8֍T��e���������1��EK��g�lB�HX
v6��l��_tjŭ����38m���npNMo��B���mt�[��\�ыL���T\�&�Hp�`�I$���S��߆��+H�����4�{ڽ���;��u���Ne���X\ɥ�_��”|F�y�"��;C����f��lKظcрŨ�̴�B1`f70������F��j�B:�84`��/�v4�sB����y��h�(�X8a/	�j
��n�ÁRJ�6*3u�s�BU��O�W26��4����ô���F�P��kC��:�!�OǸ\Ӿd��p���x����OjCe�YYM߷�E�{UMw�%��d(߯�b�릇��(��za�7P�ь��a򣠇(�h����[Eu�ϵZm�5���rV� l;�,�$�m
9��,d�o���A6>�c�(��ka�1ݯm��}}m��T�.�f��n;s���b��c�i!����;%Z{�[�*�-V��%�o�Vk���fV��r��.d-x�5�S��ϵ��=+a����9?�n�>	콇��v���ܼ
��>�n��5�mVf��7�`coPp8@��w�o0E���m�vA`�m���<�)=S^��!��P
���`�L����I?�n�vh��(8,���Pq��i����w����_.,:���x׻jzS�E��E�HV�����Ӻqt�T�f��J����>�J�/��Y|����r4j3��"�7چj�=�?���b��f�c�eh,=І�Xa0Ú��NP����?��I{��k��2��;��,�wf���k���~
�>�����W����d��+� �ؑ�t'�B;2��M�C�N�e�fq�Vf��|�٦��>���1*e�+6�}�ފ�&�o���� ˘����ѧ�tU��8���D��"~���%H�oT�̋���h׍����Rl��`�	2���S�~bd��N罊P��ѡ�Sۯ����@1u��N��j��vb��b���0�~A��.��Ԩ*FF��F����w��0W/�����Mʹ�Ԩ1^w=�F��҇�_6�>�Ҷ����a�tn�j�/�ax]��T�#}�6��
��hû �����,2�)6�B[}��x<�ʁR[�+Y�k��ob��U�SVԜx�/PKf^?�	}6PK��R4Definitions/resource-BasicCnf-template-interface.yml�\K��(�ϯ�q��V�5�~�4�팦gFZ�V�`������̯��N��c�n�"'|�Ael#5�(�9�0)4ZS��b�wK���mp��
���2z��*2�p��/g��|A�)8�̰�fSvla}��/�F�"��ZTQ�]�V���vn��K%���/�o��3��䶬�BH����Z�N�5#�j�ʒ
JdQ��jY)B�u��a�ȽȽ��*��ʕ,fC��B��I=��?���Q��+I�9*dV�yX�-�M��f�|�2���������O��	��Ym0�lU�D��8�Vr�2�%�Mҩ��?S4�%9��������� &���0"R�lY)����FUt�W)9��H�"G��C�MA�8X����u��f��hț>�*GzS@������f˾��+\8X�3����8�"����`H�$�T!�T=�{�_}y�x�p�����3�g���������i�f�	&]Ru��� ��a���̪�� VXsw�4�s"g̷+�8��Uy�kO�������>~��ݒt�A`N�r+���z�i��lsx�'��W_Kkp�7���5��eƀ��W���i
���L	���f��pU8g`I��8�4��_�kwqVډ{��X���FZ4$!�R��Urݺ��t7���k�֘��ТX��Z^����0�hz��?��0��.̊/���P��wz�['*Š����T�׆�gjRV����#�=e\�uk�t8}�l�.1+l`v^����NɎ��SD�D?��6pS$�"~	#I*
�LH�pz�o7��;=�"��f�d;H�G϶�oD���uU��H����>��V,�G���31�!M���ӡ�p`����VOQ����F�v��2S!�:9��W�H<�ɧ��:��������%��zx�ߧӎ%?D�b̏�q����t8��u�C���}4~�F�J�4`$�8�p��C	*�R2aNv��u��6+�8f�qw�����q�~7���v�W��+���T��0���4y+�Z�]��Y��V�f�T�c4�
�U=�h?6�X�4�ٟ� �cuUyS+s�N���]��1�����Z�e��X̹$�S\hGZhw������D<3��C����r ��f)r`�PRz��19�C��M�4E��h�h0�џ�I�I�cvp�P#�$�ڦ"-F��C6">����	p������b"l{3�crl�
��_<�0��	���F~��F�
�yae�d�P�7:��7�+n]&�&]�C�LA&&M�1H�h\b�9��X[��f�0���î8L��#fS�$�sf��+�d��60��d�DL	6��y|�|�%�w��)�IH��?~��J��'F���$��~HQ�2:�~kd�[�m��8r8Z�rE�0��Ռ�|tq�$�� ��Gj�s���!���~�׍��
nj0�W�}ٱ�M������V߸�Z�PK穬�
p]���GAa�g}/�\d��d>�5,�6�:�x�"��Ƕ�-��~o���]�E���a�4L��'c���LVE;P8�t���wꌱz�T��PKcGV=72^PK��R,Definitions/resource-Novaserver-template.yml�WKs�F��W�m�l�f�9؛%E�˯CR)�Hj��f���M忧{Fa� WN�/rO?�~���	�RȄNhe�%�#���y!!Z�\F�����)w|t˜PKnW��qr5b)���a��z��� �N|>x�y�� 9����)J��y�g���i2t<t�=��9�Øs�>\�2+�È���߃AhHJ�&F΃��€�,���L�ƕ���d!�z�.��L���0�$"�2��-��u^���)������J�N3�P�j�n�R�2Q�b	
�V
�$��D�2e|Ʌ���[��)f�W��ȽE�
4�m�F/E
c��R�
�&X�똰�:��\�T�s��G��W[�M���#��k�f�n]��������`�#�(0"A�-�-lPΔ�+
�+�G�&�'�͈��.o�7T\߾x�������������0;rV�1��w�N�@�qvt��T�#Q�'t׹�G�Zre����{��m��ҤW��O�]�b�w�b�]�rJ�\h)�g&kZ�•�.�mr5Ȟ���6j3�����/�u��,醨,�;�\�nh���+9�2���a%U�T��7�ژ��`��Os����
�n`4��l�;�z@�^R w�Ұ�&e�Gd��~j�#�qi���Iݲ��jǀ�l3��$X;��N�;�@�|~�Ur}rE�H����{�Ր�Xk�Yt�6v���������a�Wv��������n�*j��^ ^X:\���`����n��l�z%&XXs?���6
|�b�@UT�mJ#�
�	�H �:��G�'TM�,&���t$TP���*�c�9�HEB5~0�����Y��^��� �[��I�Ԧ����o�/ln��1��hi�R�� 0���2�������*:�~TN��Yﱌ7Om��#�azVDقoM�ϐ��@{�G0m]���*�Q�ן捁�O=yc�eH6�b"���.CK�y����/c�>C)q
��8ŗ�*���ϖ��M��d��
`֑M�7Jso�pheb�t=��#P�������L�,�V���i��
�>������Ŏ�G�ݭ�i���`>C�M�SſeD���
Ϩ�
-�e������t�_�=]�E㏳#J�M��'v�K�ҽ�,��lsiQ���ĕ��Q�E�=�|��| nn������Z�\���Ec�<�Ra���w�̆1mo-�:@S��nق��I,c������Pa��ű�2�����!,ɴ�<��݋���^��>8�;K.K`4�m�����?˟�i���KE���PK�UG��PK��R)Definitions/resource-Compute-template.yml�V�r�8��+p�́*mcY�yIR9����\RS,lJ(c��<���qM&JE3N9��.`�C��
@�^�$�\�5>ّ�X�,�*/u�(�s��i2i
<��#Ƥ�q'�	���똥�|��/����D��-g��j�F��r����l1O�������,�s����߫���LLgg��`�5�����p�5�;*y2�3�qŬc;�B���b+
U"OQ��;�[�y������%eaK�،أT���J@���j��j��)W�P��\(�-��� `]�no.޳�>T���7�;����t<��1�̿���ꨛR�k�^�Н����p�jK��(���VPV-[�2T�V/x�S�0CH_�B��P~+�v�h�g�!�����*)�ry��n�
��>�'��U�Ia=��&mc7��?��,ɝ��vgmh!��؋�;�},��x߇Qlj6����!��sdē9�"6��7�����םlǕ̒f��Nb�:-cuk�� �'[��4�4>�ۦ��tb��& ip|�hy�YΕ����xiM}�ӿ5��(,�'��u_dH语�'8��$�<IJj-ۜ��OH�-haf��~��_���员q�ᩭ%+xZ���s�kG촪
q��.P}o?����S��ʚ�q���^�����<<�ܯ� kp��֦ԉ(�g~�C����|<������q�9�&��
�����n<��%�3�����;'4���h���;^�>�(�SQ&>X�7�,�']���!_��'���cկç�%=�7t:X��y�_��m���PKA|�T��
PK��R8Definitions/resource-BasicCnfNodesDummycvfc-template.yml�ZKw�:��W��J>�vۻ6Mۜ��=M���pG� q�H���;�e	��v��	��h4/}�\�ID��3ὐL�?[GS�&iL�=Nb��܋�Hb���C��(f����['\.W��h�6x�D+��A>�	�|s3��� �_ρ�$v�ut���
����WK8B����W@�pB���
��E��Y�'���%
���������+m_E��}
��t�prAB�!�b�2��G�����[x�$;���'�HF�"���|!3Hψ�y�_��<��d�P=w���`K]���eg�(?�O@���X�gRl/P��L�8�ABi�}är�ڂA����ا1��$��+Ҍĸ�g���DE��xnR�#�t�c����*���\�Jn�*
�z#Q&IဘjW|��-���(&I ^�����5�,���%���>,����-oK�b���R�ܬ�^둿�'�AZ��iQL�J�s�ժV!%E��^9Cnm���k�n�գe}�ʳ�7M���Q&$�Z8�8��.ϊ��T�t��XB
�rR��I�s9Ī����ӌ�['±()YxQ�]^�iK�n����W���+�AHL����$Lf{O�$i8k�/5�,$���s����XN��d
�V�����
T9(TBR�+
G�

�V.q�̞���<�ɦ(��A�C�_�Z����/��&yⰢV��C�{TrF�6˷���H�ֽ���`��&�"�v3��b�5Ex�X0���0}֦�K�E1~���=ܨVy�IBRW��IJW=��S·@Q��e3P ��=°�|���`���8�LE��u��=|,ﱣN蔔�6{���	�VE�I�`4]����)@�^�o&@��p�3�={���L�~�m��%@�n�_{�\<7��C16G�;Ϛ�5�L�nr�ڭvf�#�>�f��������������d�rw㣫ō�V�z�6��E�b�1Y�����-Y�C ��tuu�@+w�J&�\\�A�ZD�fs��\H�п�yZ�/1Y�U4G7�+�m���j�Yn›ȏn������8|5�����B��TV��ں�/}H��ST~��t�O�|�S����3�<(�Q���e�^��،s8d�_r�Ԇ��7(�8��{��'	�H1Q%���DW������JL�NP�v�Y��4���(����[�s�����e��K�3���_�7��7Z� �?�k���Z�V�8Ҏ�[riP���G�i����U�
T���ZF�8�mR�-!q��,�͟Y�;R,83�[2�c��t�J��ՙ2Ş���6DyzVF+���m�>��ӏ']��F�b�'�R��L�N94��	�i�d�5=�"���T������b~�?t^s�'�i7>I�L���tlh�ho�'�c\n�f?�V�6�P�|�����Q�l#���vT�j�K&��1���p�7�^�Ӕ�]%�|�3����sx����}F*��z�g����r������ڥ�(l�6DC��UP�ml0�:���%����~���f��ղ���������n&�PC�9�yG�����ۡ�����o\��B�Z��$����7m�V33��i�cm�=G|wTf�u����}�p��&�d'v�o���x��z=65�����U���&�ӎ��T�Z6-���-a����l�2 �(�R�<\��E����|�B�j��"�����y��`	��0uEdT�)γt=��Ղ�������젅�����[S���S�i��;��?䦢��Gh��G+Z�u��QWu�4��v9�ua��3��r�����z���Vu�Hߊ��M�6V�c�ud�R8r����^�@�/���H���n,��;	����ϸ)���PK��_-�*PK��RBDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.yml�\�r�6��+pK{0���;�LvfꤗN�K	5��D��.@R"%Ғ<&C��'\,o��Ӗ3�B&�pB+K7`,�� .<�B9�-�9�����6�.���S��e"�EU�le�S��]_X?�`K�c�]�vy-j g���(:������+U�ԏ�~�dSV�0������Z�A�w��z��*�(�Z��K�!�d<�cV�{�q��-�3���?hi)�j.#6���h�R|P�����naP��1%�>���:*�uL9�@�V�X�&�j�}�+s��7%�J}7d�uL�J
�[
�d,��4v�f��]���Y��	��� ��9T��zu��̖Z�٪�h���/B���nX^B�4-������F���w��UDgĭ�%�Do	Wz	b�l�s@L�N�@*�p��$�=4?I��6��ö^�����D�r	�ÁU>^0sSbn�x�3u�e���c�k{J�N�L��[������/fW,M�[��)��a�)F��D������!��U qk��Y �u���"l���91'vϝ,�5��O�#�a�����st��"ƢB
��y��IX$����󁠥�������w��n���j�	-��·z�i1-���v��o���.�c�͆�+aH�Ӊ�I2]	�_OrG�LG��3f��Mܥ��3�}��,z�}�1?����wG'D.�<=4@ϝq2	+�q�_tM-��}���#�퉀����{(q�9����W���.�YM�S\�^U\z�M��Zsķb������."��&<�W‡�FLK�+�&j���WSpc��`���҉<a�����T����3f@;Z�O���e>���B���S]!��J�Ny�⃟y�6:䇃3�C�3t�iy\zZ����(pߵyN?7>
6z`I�c��Ÿ��.=m��s}��{��|q��ӻk�5�Tu7�Z����_�܈u�a�l�_T��u{N-"ճ�6Fw>8��Z�Wǝ�C���*�.�\��W��PK�l�n:[PK��R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���n�0�w?7O"LYv-mm���E�
�ԑC�����stIj5h�Q���\�䣂��V;��w�0D:T,�VԶ3X�`M-j�����Վ1�\z~~�^1�B�Rf����
y9f�,E&�˱�p9ӭ>7dD��N�<+D!2��g��,�*�V�%�,V�D��\˕�]��;�`��7��#�$���4����G��L�����#*��[�
^}+v�DhEZ��o���)�J���
_�5>TLN���5}~�A��i/�a��~���So%R��~G3�!�j����i����P����2��Ol�I\}Hmh�[�V_р慿�n�n���o�EY����H���8������gpj���Ї+��fZ;!Z�?^�;���X�5����
�V�
|s���/�G�1����PKS� �PPK��R/Definitions/resource-Globalcompute-template.yml�Mo�6����m� ���ڷ4i�6[,���@Qc�(%�$����Q�-%ٛhP�Cdȑw��2R3���%7\�:=��x�%�fi^T�-D�L�7�SC�7���H��y~��qK2��.�7���(�l �$�&Z.n�t�ɖww+�Uk��?�V�N"
��Qr{��>'�"bt���ʒEk4.i[���j���f�Wƶ�T
4�FJ�֒�25�/(;��7RH�T��F+�q�]c��Ta5�}�kF
�:a�P���t�]��3meӱbY+ߡ̥ڒ�O����l���&���Y������/2�T`i>ܠ�R���H�Y����X�M�O����%M'FMb�?���d$Dk�@P�W#�QFg�W�[�)]v%g����:Z�Ҵ���ְ�lz�T�XV��LĽ��q��V������x�<�)Yt\��:���"﨎�p�O�
PTĚ�}V��w�b��C"��B�5��OGͿ�p��9P��*5��7 _l!�֝0;�
ຳ6�Y�
�wrRk��s��f�X����IB"�\??�������sڑ
����:����}��j��6v`|o��Z��{
�[����*a �EbҊު�ԋ���x��ԋ6��V�����[s�Tu�&^jCQ�����z���f>	~��ﭨ{ݎN\V:8~�Q���w��p�VQ@�mXxOg��`U�MmdX���������8�����ӏ���30����018��ȾS񢸁��+��N�@�K�t��N���+VԄͣkLVi���5��`����礵�"�~�����燣B2��,p�lJ���;�Ҷ��
K��H�y�V�W
,g�D7�� �����˞�����{H�x68�Bϊ��}
4f�'28Fb.'��Ji¡VW$���N��Q,�W�0|�5��Ŵ(XM=���p���H0�3��a�[|f��s�a�p�CѾ�~�e0���,8	�]r1�'���u��fq�jn��%sо�g���*�/\9_@�ཫ\��P���a�W�c�9�Xp}T�K�PK��b>KPK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ��Ȃ�#�܄)}'��-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��� �_��[�m(����bM�'���_c/�q�Ɍ޽X�XY�D�^�a��ѽZ�w�S�)sdL!���`+!��@����#�"�
l��F��z~�>F2JM<țBtnP#9�qdBb�H�=JgN{�m+,撶|ܭ
�	�N�PKX[���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��Rf^?�	}6*<Definitions/resource-BasicCnf-template.ymlPK��RcGV=72^41Definitions/resource-BasicCnf-template-interface.ymlPK��R�UG��,�Definitions/resource-Novaserver-template.ymlPK��RA|�T��
)ADefinitions/resource-Compute-template.ymlPK��R��_-�*89Definitions/resource-BasicCnfNodesDummycvfc-template.ymlPK��R�l�n:[B�#Definitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPK��RS� �P?�*Definitions/resource-BasiccnfComputeNodesHeatDummy-template.ymlPK��R��b>K/�,Definitions/resource-Globalcompute-template.ymlPK��R+�@j5��N1Definitions/data.ymlPK��R�'}8�fDefinitions/groups.ymlPK��R0?��@@�mDefinitions/policies.ymlPK��R���C&AzDefinitions/annotations.ymlPK��R������|Definitions/relationships.ymlPK��R2ea�
��Definitions/artifacts.ymlPK��R�H�v~(�Definitions/capabilities.ymlPK��R8��ƑDefinitions/interfaces.ymlPK��R��--6v���Definitions/nodes.ymlPK��R&��?/�Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txtPK��RI@�>��)��Artifacts/Deployment/HEAT/base_dummy.yamlPK��R,�P{y�<|�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��RX[���4_�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK��R����
�
VM�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPKV�
2021-05-20T03:22:05.130Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel|DEBUG|500||=======================response end=================================================
2021-05-20T03:22:05.131Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/62b639f8-2ef5-4bc4-8f6a-a59e9a552222/toscaModel|INFO|500||InvokeReturn
2021-05-20T03:22:05.135Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-05-20T03:22:05.135Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-05-20T03:22:05.135Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||VFCustomizationUUID= 0e0ada63-8741-4e4b-a0be-13639491fc34
2021-05-20T03:22:05.136Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0e0ada63-8741-4e4b-a0be-13639491fc34 matches Tosca VF Customization UUID: 0e0ada63-8741-4e4b-a0be-13639491fc34
2021-05-20T03:22:05.136Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||vfCustomizationUUID: 0e0ada63-8741-4e4b-a0be-13639491fc34  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-05-20T03:22:05.139Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:05.140Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:22:05.141Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||resource request for resource customization id 0e0ada63-8741-4e4b-a0be-13639491fc34: {\"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-05-20T03:22:05.141Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@319b3a26
2021-05-20T03:22:05.141Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:05.141Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:05.142Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e68d2353-a72e-4684-bb7c-ad9bfb11090d
2021-05-20T03:22:05.142Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e68d2353-a72e-4684-bb7c-ad9bfb11090d
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-05-20T03:22:05.145Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:05.145Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-20T03:22:05.145Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:22:05.146Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:05.146Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-20T03:22:05.146Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:22:05.147Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:05.147Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-20T03:22:05.147Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-20T03:22:05.147Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1fc0f1de-4f62-4bbd-a5bd-560aa60d6ffd
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-05-20T03:22:05.150Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:05.150Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-20T03:22:05.150Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:22:05.150Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:05.150Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-20T03:22:05.150Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0e0ada63-8741-4e4b-a0be-13639491fc34
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-05-20T03:22:05.152Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:05.152Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:22:05.153Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839: basic_cnf
2021-05-20T03:22:05.153Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:05.153Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:22:05.153Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:05.153Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:22:05.153Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:05.154Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:22:05.154Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:05.154Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:05.154Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:05.154Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:22:05.154Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:05.263Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 83bc8889-8984-4203-a663-8521bedab37f 1 ASDC deployResourceStructure
2021-05-20T03:22:05.264Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:05.265Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:05.265Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-20T03:22:05.266Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:05.268Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:05.268Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480925264,
  "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-05-20T03:22:05.368Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:05.369Z||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-05-20T03:22:05.369Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:05.379Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:05.380Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:06.269Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:06.269Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:06.269Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-20T03:22:06.269Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:06.329Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:06.329Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480926269,
  "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-05-20T03:22:06.372Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 43 ms
2021-05-20T03:22:06.373Z||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-05-20T03:22:06.379Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:06.388Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:06.389Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:07.329Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:07.330Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:07.331Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:22:07.331Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:07.333Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:07.333Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480927329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:22:07.433Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:07.434Z||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-05-20T03:22:07.434Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:07.442Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:07.442Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:08.334Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:08.334Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:08.334Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:22:08.334Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:08.336Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:08.336Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480928334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-20T03:22:08.436Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:08.437Z||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-05-20T03:22:08.437Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:08.445Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:08.446Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:09.338Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:09.338Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:09.338Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:22:09.338Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:09.342Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:09.342Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480929337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-20T03:22:09.442Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:09.443Z||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-05-20T03:22:09.443Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:09.451Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:09.452Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:10.343Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:10.343Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:10.343Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:22:10.344Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:10.345Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:10.346Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480930343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:22:10.446Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:10.447Z||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-05-20T03:22:10.447Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:10.455Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:10.456Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:11.347Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ba9f434-f96f-40c5-a1b4-15af817c3cd4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:22:11.360Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ba9f434-f96f-40c5-a1b4-15af817c3cd4
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-05-20T03:22:11.362Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:22:11.362Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-20T03:22:11.363Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-20T03:22:11.363Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-20T03:22:11.363Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:22:11.363Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:22:11.363Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:22:11.363Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:22:11.363Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:22:11.363Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:22:11.363Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:11.433Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-20T03:22:41.434Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ba9f434-f96f-40c5-a1b4-15af817c3cd4 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-05-20T03:22:41.441Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ba9f434-f96f-40c5-a1b4-15af817c3cd4 and serviceModelVersionId: 3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839
2021-05-20T03:22:41.441Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac1f96a3-3744-4b57-9da7-f691e9aa2232
2021-05-20T03:22:41.443Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac1f96a3-3744-4b57-9da7-f691e9aa2232/model-vers/model-ver/3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839?depth=0
2021-05-20T03:22:41.451Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-20T03:22:41.477Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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/ac1f96a3-3744-4b57-9da7-f691e9aa2232/model-vers/model-ver/3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839?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-05-20T03:22:41.478Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ac1f96a3-3744-4b57-9da7-f691e9aa2232/model-vers/model-ver/3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839?depth=0|INFO|500||Invoke
2021-05-20T03:22:41.498Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ac1f96a3-3744-4b57-9da7-f691e9aa2232/model-vers/model-ver/3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-20T03:22:41.649Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ac1f96a3-3744-4b57-9da7-f691e9aa2232/model-vers/model-ver/3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839?depth=0|INFO|500||InvokeReturn
2021-05-20T03:22:41.649Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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/ac1f96a3-3744-4b57-9da7-f691e9aa2232/model-vers/model-ver/3d8d8a3e-c711-4a3e-80ce-46e3a4a5b839?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210520-03:22:41:507-96764], vertex-id=[258168], Content-Length=[0], Date=[Thu, 20 May 2021 03:22:41 GMT], Content-Type=[application/json]}
2021-05-20T03:22:41.649Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-05-20T03:22:41.650Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-20T03:22:41.650Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:41.654Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:41.654Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ba9f434-f96f-40c5-a1b4-15af817c3cd4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-20T03:22:41.654Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-20T03:22:41.654Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:41.656Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:41.656Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480961654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:22:41.757Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:41.758Z||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-05-20T03:22:41.758Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:41.769Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:41.769Z||pool-106-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-05-20T03:22:42.717Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:22:42.717Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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-05-20T03:22:42.717Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|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 EyspuavhFrvB5udA) ...
2021-05-20T03:22:46.988Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:46.989Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:22:46.989Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f0e7cd42-4654-43e7-9fa7-2975d6551334","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2d1109a7-56d0-4083-a731-12bfce6df26b","serviceDescription":"service","serviceInvariantUUID":"ba18ecdb-a452-47e2-8581-58028b654431","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b927f634-42ca-4f4e-a5ac-c8eb058fb1ad","resourceInvariantUUID":"0c9418de-0f81-4fa9-b808-221eaa2c5608","resourceCustomizationUUID":"76815e71-b67e-49e5-981e-be6c5b397757","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":"NDcyYTYxZjgyZmI4NWU1MjFhZDQ3ZmVjY2E5MzcxN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a51f0d5-e7b7-4c56-bb14-a9419c785343","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":"ZWQ2MTdhNzk4ZTFhNmIxMGY2NTYxNWFhNWI3MTUxNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"124945cb-2662-4c2c-a70e-624520425f57","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":"4c4d982b-fa89-4665-a4ce-909b3575f77c","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":"b83a78de-00a8-426e-9920-809a506c9db1","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":"0f543940-822d-41dd-b588-621b0ac7aa61","artifactVersion":"2","generatedFromUUID":"4c4d982b-fa89-4665-a4ce-909b3575f77c"},{"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":"ZmNiMDEwYWJjNTJkMDM2MTRmN2ZlNDg5MzkzYWU3YzY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bde71857-e177-484d-9059-7857c84718f8","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":"Yjk0YjdiOTZmYzkyMjc2OGI5NWE4MWVmNzZkZDBhMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b1414d77-5e56-4e3f-9ddb-6f45ecfad441","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Mzk4YmQ2OTY5Yjg0YjJiYWNkYzc3OGIyN2JlYWFhMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4388f98-085f-4a72-ad64-0a7627d64ac3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-20T03:22:46.992Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:22:46.993Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:46.995Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:46.995Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:22:47.095Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:47.096Z||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-05-20T03:22:47.096Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:47.104Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:47.105Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:47.996Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:22:47.997Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:47.999Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:47.999Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:22:48.100Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:48.101Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:22:48.101Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:48.110Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:48.110Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:49.000Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:22:49.001Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:49.003Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:49.003Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:22:49.104Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:49.105Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:22:49.105Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:49.113Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:49.114Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:50.004Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:22:50.004Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:50.006Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:50.006Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:22:50.107Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:50.108Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:22:50.108Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:50.116Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:50.117Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:51.007Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:22:51.008Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:51.010Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:51.010Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-20T03:22:51.110Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:51.111Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:22:51.111Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:51.120Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:51.120Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:52.011Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:22:52.011Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:52.013Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:52.013Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:22:52.113Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:52.114Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:22:52.114Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:52.123Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:52.123Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:53.032Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:22:53.033Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:53.035Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:53.035Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:22:53.135Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:53.136Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:22:53.136Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:53.148Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:53.148Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:54.135Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:22:54.136Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:54.139Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:54.139Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:22:54.240Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-20T03:22:54.241Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:22:54.241Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:54.248Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:54.249Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:55.145Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2d1109a7-56d0-4083-a731-12bfce6df26b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ba18ecdb-a452-47e2-8581-58028b654431",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "76815e71-b67e-49e5-981e-be6c5b397757",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b927f634-42ca-4f4e-a5ac-c8eb058fb1ad",
      "resourceInvariantUUID": "0c9418de-0f81-4fa9-b808-221eaa2c5608",
      "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": "ZWQ2MTdhNzk4ZTFhNmIxMGY2NTYxNWFhNWI3MTUxNjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "124945cb-2662-4c2c-a70e-624520425f57",
          "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": "4c4d982b-fa89-4665-a4ce-909b3575f77c",
          "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": "0f543940-822d-41dd-b588-621b0ac7aa61",
            "generatedFromUUID": "4c4d982b-fa89-4665-a4ce-909b3575f77c"
          },
          "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": "0f543940-822d-41dd-b588-621b0ac7aa61",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Mzk4YmQ2OTY5Yjg0YjJiYWNkYzc3OGIyN2JlYWFhMzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4388f98-085f-4a72-ad64-0a7627d64ac3"
    }
  ],
  "workloadContext": "Production"
}
2021-05-20T03:22:55.145Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-20T03:22:55.145Z|5ba9f434-f96f-40c5-a1b4-15af817c3cd4|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2d1109a7-56d0-4083-a731-12bfce6df26b ASDC
2021-05-20T03:22:55.146Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f0e7cd42-4654-43e7-9fa7-2975d6551334
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:2d1109a7-56d0-4083-a731-12bfce6df26b
ServiceInvariantUUID:ba18ecdb-a452-47e2-8581-58028b654431
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:c4388f98-085f-4a72-ad64-0a7627d64ac3
ArtifactChecksum:Mzk4YmQ2OTY5Yjg0YjJiYWNkYzc3OGIyN2JlYWFhMzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:76815e71-b67e-49e5-981e-be6c5b397757
ResourceInvariantUUID:0c9418de-0f81-4fa9-b808-221eaa2c5608
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b927f634-42ca-4f4e-a5ac-c8eb058fb1ad
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:124945cb-2662-4c2c-a70e-624520425f57
ArtifactChecksum:ZWQ2MTdhNzk4ZTFhNmIxMGY2NTYxNWFhNWI3MTUxNjA=
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:4c4d982b-fa89-4665-a4ce-909b3575f77c
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:0f543940-822d-41dd-b588-621b0ac7aa61
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:0f543940-822d-41dd-b588-621b0ac7aa61
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-20T03:22:55.146Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d1109a7-56d0-4083-a731-12bfce6df26b 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-05-20T03:22:55.245Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:22:55.247Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:22:55.247Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:22:55.247Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: c4388f98-085f-4a72-ad64-0a7627d64ac3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-20T03:22:55.247Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:22:55.247Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:57.302Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:22:57.304Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c4388f98-085f-4a72-ad64-0a7627d64ac3 77527
2021-05-20T03:22:57.305Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:57.305Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:57.305Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:22:57.305Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:57.307Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:57.307Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480977305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:22:57.407Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:22:57.408Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:22:57.408Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:22:57.416Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:57.416Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:22:58.307Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:22:58.309Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:22:58.309Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: c4388f98-085f-4a72-ad64-0a7627d64ac3, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-20T03:22:58.310Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-05-20T03:22:58.310Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-20T03:22:58.310Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-20T03:22:58.483Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1848399086398657609/Definitions/service-BasicVmMacro-template.yml
2021-05-20T03:22:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:22:58.681Z||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-05-20T03:22:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:22:58.700Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:22:58.701Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.701Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:22:58.701Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:22:58.702Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.702Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-20T03:22:58.702Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:22:58.702Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.702Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:22:58.702Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:22:58.702Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.703Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:22:58.703Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:22:58.703Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.703Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480804448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:22:58.703Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:22:58.703Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.703Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480807613,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:22:58.703Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:22:58.703Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.703Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480808890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480810211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480813587,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480814589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480815594,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.704Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480816599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1d8b71a-8ac8-455c-b9f6-47ce4276c4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480848002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-20T03:22:58.705Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:22:58.706Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.706Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:22:58.706Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:22:58.706Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.706Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:22:58.706Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:22:58.706Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:22:58.706Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480858322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:22:58.706Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-05-20T03:22:59.452Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:22:59.453Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:59.454Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.454Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-20T03:22:59.454Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:22:59.454Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:22:59.454Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:59.454Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.454Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-20T03:22:59.454Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:22:59.454Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:22:59.455Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:59.455Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.455Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:59.455Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-20T03:22:59.455Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-20T03:22:59.455Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-20T03:22:59.455Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-20T03:22:59.455Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-20T03:22:59.455Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-20T03:22:59.455Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:59.455Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.456Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:59.456Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-20T03:22:59.456Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:22:59.456Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:59.456Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-20T03:22:59.456Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:22:59.456Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:59.456Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-20T03:22:59.456Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:22:59.456Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:59.457Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-20T03:22:59.457Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-20T03:22:59.457Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-20T03:22:59.457Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4c88abdd-b42f-4418-87fc-fa24b102fb9b
2021-05-20T03:22:59.457Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:59.457Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.457Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:59.457Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.457Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:59.457Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.457Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:22:59.457Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.457Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:2d1109a7-56d0-4083-a731-12bfce6df26b
Model Version:NULL
Model InvariantUuid:ba18ecdb-a452-47e2-8581-58028b654431
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:d7437e3b-32ca-4fc6-809c-b479bbfc2430
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0c9418de-0f81-4fa9-b808-221eaa2c5608
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:76815e71-b67e-49e5-981e-be6c5b397757
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:79418dec-c498-479f-b972-78adad47cafb
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:bf44935f-85d2-482a-b8c8-fb8c00f1b609
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4c88abdd-b42f-4418-87fc-fa24b102fb9b
ModelInvariantUuid:03f56752-193d-40cb-8aa2-9dfe9a52af90
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:6a2e0a95-c6bb-4082-ab71-22aefcd189f8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:48608307-ee5d-48fc-84a0-0236dd5be39b
ModelInvariantUuid:16d9af5c-9645-4b9f-bfa8-933c25f976f3
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:8dada238-417a-4368-a562-e32094438e8a
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-05-20T03:22:59.464Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b927f634-42ca-4f4e-a5ac-c8eb058fb1ad
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-05-20T03:22:59.466Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||basic_vm_macro 0
2021-05-20T03:22:59.466Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b927f634-42ca-4f4e-a5ac-c8eb058fb1ad
2021-05-20T03:22:59.466Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 124945cb-2662-4c2c-a70e-624520425f57 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-20T03:22:59.466Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:22:59.467Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.942Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:22:59.943Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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 124945cb-2662-4c2c-a70e-624520425f57 792
2021-05-20T03:22:59.943Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.943Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:22:59.943Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:22:59.943Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:22:59.946Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:22:59.946Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480979943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:23:00.046Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:23:00.047Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:23:00.047Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:23:00.055Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:23:00.056Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:23:00.946Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "79418dec-c498-479f-b972-78adad47cafb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf44935f-85d2-482a-b8c8-fb8c00f1b609",
    "vfModuleModelCustomizationUUID": "d5f1424f-da44-4f59-84a5-ef3c22c9d0d8",
    "isBase": true,
    "artifacts": [
      "4c4d982b-fa89-4665-a4ce-909b3575f77c",
      "0f543940-822d-41dd-b588-621b0ac7aa61"
    ],
    "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-05-20T03:23:00.953Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf44935f-85d2-482a-b8c8-fb8c00f1b609
VfModuleModelInvariantUUID:79418dec-c498-479f-b972-78adad47cafb
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c4d982b-fa89-4665-a4ce-909b3575f77c
,
0f543940-822d-41dd-b588-621b0ac7aa61

}
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-05-20T03:23:00.956Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "79418dec-c498-479f-b972-78adad47cafb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf44935f-85d2-482a-b8c8-fb8c00f1b609",
    "vfModuleModelCustomizationUUID": "d5f1424f-da44-4f59-84a5-ef3c22c9d0d8",
    "isBase": true,
    "artifacts": [
      "4c4d982b-fa89-4665-a4ce-909b3575f77c",
      "0f543940-822d-41dd-b588-621b0ac7aa61"
    ],
    "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-05-20T03:23:00.956Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf44935f-85d2-482a-b8c8-fb8c00f1b609
VfModuleModelInvariantUUID:79418dec-c498-479f-b972-78adad47cafb
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c4d982b-fa89-4665-a4ce-909b3575f77c
,
0f543940-822d-41dd-b588-621b0ac7aa61

}
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-05-20T03:23:00.956Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 4c4d982b-fa89-4665-a4ce-909b3575f77c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-20T03:23:00.956Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:23:00.957Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:01.188Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:23:01.188Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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 4c4d982b-fa89-4665-a4ce-909b3575f77c 5033
2021-05-20T03:23:01.188Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:01.189Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:01.189Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:23:01.189Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:23:01.191Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:23:01.191Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480981188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:23:01.291Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:23:01.292Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:23:01.292Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:23:01.300Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:23:01.301Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:23:02.191Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 0f543940-822d-41dd-b588-621b0ac7aa61 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-20T03:23:02.192Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:23:02.192Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:02.557Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:23:02.557Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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 0f543940-822d-41dd-b588-621b0ac7aa61 903
2021-05-20T03:23:02.557Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:02.558Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:02.558Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:23:02.558Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:23:02.559Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:23:02.560Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480982557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:23:02.660Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:23:02.660Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:23:02.660Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:23:02.669Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:23:02.669Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:23:03.560Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 2d1109a7-56d0-4083-a731-12bfce6df26b
2021-05-20T03:23:03.561Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b927f634-42ca-4f4e-a5ac-c8eb058fb1ad 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-05-20T03:23:03.575Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:03.575Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:03.575Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: d7437e3b-32ca-4fc6-809c-b479bbfc2430 
2021-05-20T03:23:03.575Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: d7437e3b-32ca-4fc6-809c-b479bbfc2430
2021-05-20T03:23:03.575Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel to get resource 
2021-05-20T03:23:03.576Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel
2021-05-20T03:23:03.577Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel|INFO|500||Invoke
2021-05-20T03:23:03.577Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel|DEBUG|500||===========================request begin================================================
2021-05-20T03:23:03.577Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel
2021-05-20T03:23:03.577Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel|DEBUG|500||Method      : GET
2021-05-20T03:23:03.577Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/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:"f0e7cd42-4654-43e7-9fa7-2975d6551334", X-RequestID:"f0e7cd42-4654-43e7-9fa7-2975d6551334", X-TransactionID:"f0e7cd42-4654-43e7-9fa7-2975d6551334", X-ECOMP-RequestID:"f0e7cd42-4654-43e7-9fa7-2975d6551334", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"a77fee4b-c008-4323-9c29-8dde4cf62efe"]
2021-05-20T03:23:03.577Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel|DEBUG|500||Request body: 
2021-05-20T03:23:03.577Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel|DEBUG|500||==========================request end================================================
2021-05-20T03:23:04.275Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel|DEBUG|500||============================response begin==========================================
2021-05-20T03:23:04.275Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel|DEBUG|500||Status code  : 200 OK
2021-05-20T03:23:04.276Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel|DEBUG|500||Status text  : OK
2021-05-20T03:23:04.276Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicVmMacro-csar.csar"", Content-MD5:"ZDE3ZWQ2YTZiNzM3YzBiYmIyMDNiMDZkNzI3NmNmNzA=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"f0e7cd42-4654-43e7-9fa7-2975d6551334", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-05-20T03:23:04.285Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/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��r���=_�[έ�����UW���'��;N^���,�寿=��)ѩ:���6=�M8��e��m�c��x>�q�єoX�I�5�Ly(?Y$���'�1��l���J�P�buq�KHYqܐ`̩�1+V�M~Bx�X#��T�IQt�x�ml�cF����+K���90�_�7�}<��`��Od�x�c�+��g�0��vx������=�;���Gbk��p�0]���-1	������\��t4b�CK!@���O�A���O��aʧ�c�0�B40X[&LR��e��`2�b+�	��Ɏ'�1q��φ���M$��	�P�H2�:��Xn�l�N��Be�S�bE���"���c��eM�O(�u��r�S�}G��3��mh���£)�2�[���vr�l��;��S�
�
�yuPQ=�z���
�j��\��_MG�f�B�A����N�b���k��T�����l�7�5�Lp���^�++ڮd�޿�����Y�;�A���M��hz��k5O�Mz#������س�:��1������X˛�8�w[��h�\���#4d�84�c&���9���8�Ch6�E������
6��ā �g8
�
g�ɬ��� ��v	v���G���R��GYUA"�6�4�Hx�A����s����c�+r+�!�8LtU��.6�AE�@XPNG�0�8�U�cNP�,�+R˰��X*h��=��h� ��VBQ��}�fp��9Î������>��z[uӫ�K=�*���]�'�pa6U��+Ͳ�dA(9�9.�o[�Ȼ��fK�G����TCr��GsQGBNsvfx�rU}��zQ�ע�fjU&�W��h�>�=����Y��N���m��S��	�a��F7�{!�'B۹��-�d�0�e��`G�"�13��7U�]p�ve�ef[m�tKhc|�s���M�:b�0��ڟ
�y|nf�6���6���2k���3�U����I%Z��U��z�.�&T�
/� ��ɟ��X�t���Fn	�^��/JGΊ.ɺ�w��W��g���������l����`��;�/���odkkѱ>VM�"������׵���r��P��U$[E.��E��y�B()�uZ1b^.�Ш�����ƾ�VS��Hu�R�ߏՆL�q�!Ox���G����9�A�"�X�N��b �h '�{j,O,��p���)��S�Ӿ�e��$AAWM.ٞ{#�zk?�:s���,M���b�0?��gg&��`�tԸ��oU[B-�!��b%�},4C"O�s�`�H��
�Z�îT7�C3«w�(�i���v̓�j�ڈe�PC�� Uɫ`�i��m�)�:�{i�Mz߫��Ҩ�NO@��o�Pi�p��j�|�k��4� Mj�\�
N���?���̞�zKA6I���en"��^����r�ϙ[�M
Jl�N���M���)��*��j����2<ϡrә��6����#��g�M�];o��~��n�Ɏ�m6��[�T��P��a`�=�nPwE���Խ�˺t�������HGG�vR
��B��[w�[��oɐE�Y����nGF�+ɴ��>�#�j�l�7���@�>�7�~�A��D�w�ɫ��e�Qa�e�x���6�dTs�Yu��J��7N�z[-���E��r�'�"U�D$L$)҄C�Є��u��P��� �#�#�C��a����t�?��Ce�J���ۻǦ�3��LO��Ѱ�6�B��o��-%�ޞR������It+�K�ѻJ�L�͒r��"��)���l��]Il.zR�>���-�+>��
Չ"�U�	؊�#Lߘ�xV��+�yi�x�G"���0��H‚�D�q2��(ce���E��`3T[r�
�`p4M{��򎒻��]aSE3�/�t�F\�Y'�H҇�f�C/�8�=��<ؗޛ�z�®1/�+~������VU�>ݿt%��r�5�719�Z�:���N��8��۴Û5��2��~6q*!�VX�$�E�-�)���=�a\�i���=ޝYO���
�-��f���U;���e[{xobUBj^Վ���E���2=\��I���4km��b�5��M<
(����C����a[��jt{�m�h �J��^Z[�E�fTs��mL�d6�;O��ܤŮuj�V���O��Yc�Xkv��Fp�~�jTuv�Hg�k��6>�(��j�W�6��c��#�^U��"}y4�Jo�o��;����v�y����q���+�jY�ѣo���5������>+�/�V��~>��G��ϔ�=�׊�;��4�L�nw�m�â����ڥS��O�;h�G�z8N1����κ�r{�s���ʗwU�(����J_�Bۡd��W�P;����V�bn+r�S(;X\Y��V�0��}�
�f6{��+S�	h���J�����^
Cŷ���W��*�l���c:(?�Uk��9h3Pd]~�5��W��T1��Cμ�o��~���K�>�6%U}j凋Z�
ռd�����trc�
�MAM/:�|�'���x{U�0�PKE�0��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�����ʷ	{�g^}�D�zgg+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-Novaserver-template.yml�WKs�F��W�m�l�f�9؛%E�˯CR)�Hj��f���M忧{Fa� WN�/rO?�~���	�RȄNhe�%�#���y!!Z�\F�����)w|t˜PKnW��qr5b)���a��z��� �N|>x�y�� 9����)J��y�g���i2t<t�=��9�Øs�>\�2+�È���߃AhHJ�&F΃��€�,���L�ƕ���d!�z�.��L���0�$"�2��-��u^���)������J�N3�P�j�n�R�2Q�b	
�V
�$��D�2e|Ʌ���[��)f�W��ȽE�
4�m�F/E
c��R�
�&X�똰�:��\�T�s��G��W[�M���#��k�f�n]��������`�#�(0"A�-�-lPΔ�+
�+�G�&�'�͈��.o�7T\߾x�������������0;rV�1��w�N�@�qvt��T�#Q�'t׹�G�Zre����{��m��ҤW��O�]�b�w�b�]�rJ�\h)�g&kZ�•�.�mr5Ȟ���6j3�����/�u��,醨,�;�\�nh���+9�2���a%U�T��7�ژ��`��Os����
�n`4��l�;�z@�^R w�Ұ�&e�Gd��~j�#�qi���Iݲ��jǀ�l3��$X;��N�;�@�|~�Ur}rE�H����{�Ր�Xk�Yt�6v���������a�Wv��������n�*j��^ ^X:\���`����n��l�z%&XXs?���6
|�b�@UT�mJ#�
�	�H �:��G�'TM�,&���t$TP���*�c�9�HEB5~0�����Y��^��� �[��I�Ԧ����o�/ln��1��hi�R�� 0���2�������*:�~TN��Yﱌ7Om��#�azVDقoM�ϐ��@{�G0m]���*�Q�ן捁�O=yc�eH6�b"���.CK�y����/c�>C)q
��8ŗ�*���ϖ��M��d��
`֑M�7Jso�pheb�t=��#P�������L�,�V���i��
�>������Ŏ�G�ݭ�i���`>C�M�SſeD���
Ϩ�
-�e������t�_�=]�E㏳#J�M��'v�K�ҽ�,��lsiQ���ĕ��Q�E�=�|��| nn������Z�\���Ec�<�Ra���w�̆1mo-�:@S��nق��I,c������Pa��ű�2�����!,ɴ�<��݋���^��>8�;K.K`4�m�����?˟�i���KE���PK�UG��PK��R?Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.yml��r�8�i�{`���n�<g6U���$>�EEIT[I앨�=_?���D���v�RnA@�lF[.���g>��L���6X֕��) �+ki-?��a3|��0��cG�ǏϿ_���+�<�]�1�1^���ޮ�w0+��1�a���m�~��}�D�&��.�o�ɵa��w�sh�؉)��K��;�X�2oϞ������e��R����!
�z���13��H�81"�0�+��#����_���-|q0#G�^���>#I���NX��1Ih;�D.�~KvA����H���ra~luփ�4�	�����Yr�e�J���@!�k@'_>	�7�>a�`�e���I�3�x�O��Qc��PyK�}���4�,�
E��tE(���+���G��v��~���
�r�{�\�:�P"X�Hs|�Υ�,r.�	f+���a��m����o�,+�#��3�FbجJڼ;ɺ�����b`%�����N��\���I�b�>(	ܽ�(pNZ*t����;�U�`_u�o;--�C�Q�wz|���܄��
uO~�'�Df�Q������[�<���ٷ��;�3��h��M)��h���R?&��� �!���R�,�~dG�����7q���_4��\K~�Z�6H��W+q�I�K����=�A�j��lբi�|_|�$�1
�b2��3|�
�2��c�	�~F��#ϱ���ѱ�p���u�N&z�^X�BE^p�`ŌH읤
���J'8@���v��������hbv��X��Lc+�Fq̍��j�Z��Yid��G.y��8H��Y5;&�=�Ǫ	����H��11�qb���랹I泔/����SƸF1D@#������H&�s�n����O�]/3��2�-��	ɛ3̣Ob �u�w*ĮD��c�>��g���6��u�M�9vT����w/�����}���v�v�4_1��g��!0�4vkC�3��c��mm����f�����c�Ne�g.��ftcv�W��gN�Ȉԃ���D�XZv���F"�CR-�,�Vb���x��]8`斬���� �T��	��('��xҥ���~�/~��F��������3g� ������O-��[\�1XmK�~��,�c�'OM�Th���S��&<�@a�9?qM�U.0��2��J���[�AP3G�ÜbХ����Os�ϑ�L�NlDz A	N�j�O]�!��Z+��B�R��䠝���O~.`k�E~T{����,(R{{�Q��%|���cwa��SX��TF�Ԕ#rY9�d��Hr��HX��:�l�ra�iq^-�#J��$��v���1�h��x�j�������v&Ym׻eq�.Bv敻A�g���
�ׇ%Z��Yz6ޒ]���D��j�:xd����F���E��"gkr��vd���NW�K1�F2��31n���;��вZ�7�Ya1/1�c1({&�q�ر&�Ӱ�X�|����*�iw���og����y0���_)����x���/�\k ���T%J��L�ʜ��%V����6��3c�mҩC.��t�F48�-!��114'[�*s�����8�U��sn���Q]��3��^�.����HCT��~!O����*]�o,M:��:�s���i`�oP��WҊ���Y
$j3��6�x��RG�b�=�t*2���T3�W%d�\�d�WIV��E���+.ו���@�,qY��);�w:�NeC���F:Fjq�Ge�7��*�f��1��ċ1�T�����^�I�ZJ�VҸD���Z@���Ǧ7Z�b��xu��%�AT<��ۯGs�,
�w��X���.v���x�	���0��������C}���#/�KT�]S"Cͭ��XG�N��*�
*o���Y�jM:��젾ԣ#$$�n	��OGj�GB���G�_�G��
JT�� ��I��LJ���-��P�N]�P��E������t��
:������Q=��o�zo�}�)h/�t�:}iUV�^W̪�-S-�֑s�G*O����F�[��Vcu��UmhČps�>(cρ���i�j���9�"���I���\Z�V�R)�C��g��NF�4�7���u*�pz���!�ܘy����j�u��a�9Co �z���-�"x�4~�%/���7P�����R��^�8�v+v�%Te�u��9����#=�Zǻ	���.�x�H\ݩK�˘>!����y�"H�5ݒ)�h�!��t7��h����C#砿&�K�{}��)��u���`/d��
6$�+M�ׁ-��vbn�/3�a��Q�C\�_4Poӕ�&�Ā15u��! ��hR��G�#�\`���I?�0��.�Gz~h�jI���#務�o�G��}g���F�|���iR���޵Oz�>��@�NȔ7�Fj��5��Q�c(_RQyGb��}y��Ճq$�V�H�y���������51�Y����w�Hnʅ�r����q�>S�|+��Qr��E�Kc$7Oq����oPKjƛ�R�OPK��RIDefinitions/resource-BasicVmMacroNodesUbuntu20cvfc-template-interface.yml�]K��(���mwQ����d�T�*3Ie��lmQa�	���x�6zX`Ic{ƒq>���돦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�N½5�%5��{[�p��D���k��щI(qg&��
A晈�9.�D�A�@�3�������)�I㰢sI�(��0�?4���K��ꜛ,�m�v�& �E5W8O������E��T�@��^F�����M\��g^�T8�_=la��C[ya�bz���c��D�*�;��SvO{yt����[o#`d�,���^�g���@����e�oB�t��cs�����e��>��KnN���6k��gP�9շ�EvQ�]4��HAg�w�c4��p�^�@���J�#ZYɦ���PK5B�q�#}PK��R)Definitions/resource-Compute-template.yml�V�r�8��+p�́*mcY�yIR9����\RS,lJ(c��<���qM&JE3N9��.`�C��
@�^�$�\�5>ّ�X�,�*/u�(�s��i2i
<��#Ƥ�q'�	���똥�|��/����D��-g��j�F��r����l1O�������,�s����߫���LLgg��`�5�����p�5�;*y2�3�qŬc;�B���b+
U"OQ��;�[�y������%eaK�،أT���J@���j��j��)W�P��\(�-��� `]�no.޳�>T���7�;����t<��1�̿���ꨛR�k�^�Н����p�jK��(���VPV-[�2T�V/x�S�0CH_�B��P~+�v�h�g�!�����*)�ry��n�
��>�'��U�Ia=��&mc7��?��,ɝ��vgmh!��؋�;�},��x߇Qlj6����!��sdē9�"6��7�����םlǕ̒f��Nb�:-cuk�� �'[��4�4>�ۦ��tb��& ip|�hy�YΕ����xiM}�ӿ5��(,�'��u_dH语�'8��$�<IJj-ۜ��OH�-haf��~��_���员q�ᩭ%+xZ���s�kG촪
q��.P}o?����S��ʚ�q���^�����<<�ܯ� kp��֦ԉ(�g~�C����|<������q�9�&��
�����n<��%�3�����;'4���h���;^�>�(�SQ&>X�7�,�']���!_��'���cկç�%=�7t:X��y�_��m���PKA|�T��
PK��R(Definitions/resource-Extcp2-template.yml�RM��0��+��m�����P�ò���TUd�	Xu��q���;NBH���*.�7����ꊳ4�\(a�VUzFS�#�P�(J��2
�pR�e�,�ufF0e�����(�g<��(��iϽ�"\x��1˩lΩ�����y��i0�^��Q0��<&�b&��m�ۈ�fXq#J��;!<�>�`��B�@�j�,X�`/%��=��喪�8#�F���	�����Q�K_P�ȍYՇ�A���OXK,Pيx���
�T�6	$a��[ůĔ�$��Zpu'�C�v�e$�8�y^;G&�Q+�Q����������W�0��d��q��b(4�L��gȜ��8�?�޵V��s,��J�ܤ6��PKYtm
\ePK��R.Definitions/resource-Extneutroncp-template.yml�VKo9��W��=xj��$ss�ta�u��$��h4�-T#M%�������᱓�6�< )����Ӗ�$ùP�	�l�Bc�#TV��d�r���I��e̱�@�3�)��0�p9<=������t~�;����u����ᰏ�g���NU�W���ev޻�gd|u}�KϮ�Aֿ�������ױ��z�om[�����������S�N�9��#]���g^�PK���O�
PK��R/Definitions/resource-Securityrules-template.yml�T�n�@}�W�[A�V����J	BU��Z��8^aﺻ�T�{f}w�(H(��>sv�\m��,�1RX��	Ϩ
v`k�y�aX�<�b��e1�l7�̴`��_�;�,	�[�%|x�h���y��(��8`�՚/�VCNX��^y�`yK~x����[�Ŝ���h� �d9���R[ݗBc4\���q�*��S��{�@�2�+ЎLY@���"
���ɉ�
r���ΜY<)]��3JԂf�h�;e�F���#�X�|?����W���{̐Y�s�=�����MŘ�c&Z��-�?�@�)l=t����M��Z�SN�o�Ty��꫐(
6L�WӁw�
���Ի�Rh
�	���D�W��n3��K��p?����_����3f����}%�әj4^^Q@iu�b��Nt:f����\��9)��&��1�)N5J>�ڃ��|<|�~<�?�{�_ܪ��*�X�x�D�n�_��o/��2w﨔�g�������A�~PKI�J�YPK��RFDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.yml��ˎ�0E����
�y4��P�,f����0E�%?�m���S&i2Q�C���}��`����A�5���y�hXXJ^�Qa{�ڴM��90&�N�	�˷�
K˾��,��,�I��C�
P%u���<�O�ө�z���*)�'H���8�Y�yv��"���
hl�G�R\�3g��z�rc{��!�K7�0e':@�prK����C��^kб�OD��H�뷀�7��
��DHA������"�����	���kX6�VǗQ����
��}ǔ����ϔC�L�C2<�p�o	["�N36HEk�VT�S�9v@���:�h�{�Q�P�
���q��
|sv�S���G�����7mC�V�G�A^����к�#M(Ο���σ���mZۓiۓ�֞�=c����_�������d�����PKV�
��dPK��R/Definitions/resource-Globalcompute-template.yml�Mo�6����m� ���ڷ4i�6[,���@Qc�(%�$����Q�-%ٛhP�Cdȑw��2R3���%7\�:=��x�%�fi^T�-D�L�7�SC�7���H��y~��qK2��.�7���(�l �$�&Z.n�t�ɖww+�Uk��?�V�N"
��Qr{��>'�"bt���ʒEk4.i[���j���f�Wƶ�T
4�FJ�֒�25�/(;��7RH�T��F+�q�]c��Ta5�}�kF
�:a�P���t�]��3meӱbY+ߡ̥ڒ�O����l���&���Y������/2�T`i>ܠ�R���H�Y����X�M�O����%M'FMb�?���d$Dk�@P�W#�QFg�W�[�)]v%g����:Z�Ҵ���ְ�lz�T�XV��LĽ��q��V������x�<�)Yt\��:���"﨎�p�O�
PTĚ�}V��w�b��C"��B�5��OGͿ�p��9P��*5��7 _l!�֝0;�
ຳ6�Y�
�wrRk��s��f�X����IB"�\??�������sڑ
����:����}��j��6v`|o��Z��{
�[����*a �EbҊު�ԋ���x��ԋ6��V�����[s�Tu�&^jCQ�����z���f>	~��ﭨ{ݎN\V:8~�Q���w��p�VQ@�mXxOg��`U�MmdX���������8�����ӏ���30����018��ȾS񢸁��+��N�@�K�t��N���+VԄͣkLVi���5��`����礵�"�~�����燣B2��,p�lJ���;�Ҷ��
K��H�y�V�W
,g�D7�� �����˞�����{H�x68�Bϊ��}
4f�'28Fb.'��Ji¡VW$���N��Q,�W�0|�5��Ŵ(XM=���p���H0�3��a�[|f��s�a�p�CѾ�~�e0���,8	�]r1�'���u��fq�jn��%sо�g���*�/\9_@�ཫ\��P���a�W�c�9�Xp}T�K�PK��b>KPK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����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��� D��K+�nC�CamM�%���_c/�8yo2��I,��XH��\>a��ѼkMw�#��(��Z�/��;8�����荢�,�
d���nc�.��#�
�O��H���O��SC�Q�%Z�S�n��K��'�u�$^�״�.�OW�PKC9�Ƒ�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�)���\��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��U��%PK��R�R�B4E	csar.metaPK��R��ڊ��kTOSCA-Metadata/TOSCA.metaPK��RE�0��V.?Definitions/resource-BasicVmMacro-template.ymlPK��R���
h�8|Definitions/resource-BasicVmMacro-template-interface.ymlPK��R�UG��,�Definitions/resource-Novaserver-template.ymlPK��Rjƛ�R�O?"Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.ymlPK��R5B�q�#}I�.Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template-interface.ymlPK��RA|�T��
)�7Definitions/resource-Compute-template.ymlPK��R�MSD�(�;Definitions/resource-Extcp2-template.ymlPK��R�}�k�,]>Definitions/resource-Globalport-template.ymlPK��RYtm
\e&"CDefinitions/resource-Port-template.ymlPK��R���O�
.�EDefinitions/resource-Extneutroncp-template.ymlPK��RI�J�Y/}JDefinitions/resource-Securityrules-template.ymlPK��RV�
��dF_MDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.ymlPK��R��b>K/|ODefinitions/resource-Globalcompute-template.ymlPK��R+�@j5��TDefinitions/data.ymlPK��R�'}8ÉDefinitions/groups.ymlPK��R0?��@@��Definitions/policies.ymlPK��R���C&
�Definitions/annotations.ymlPK��R�����y�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�,w�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPK��RW�P2}�<(�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��RC9�Ƒ�4�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK��R��U��%G�Artifacts/Deployment/CONTROLLER_BLUEPRINT_ARCHIVE/BASIC_VM_enriched.zipPK�	r
2021-05-20T03:23:04.287Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel|DEBUG|500||=======================response end=================================================
2021-05-20T03:23:04.288Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d7437e3b-32ca-4fc6-809c-b479bbfc2430/toscaModel|INFO|500||InvokeReturn
2021-05-20T03:23:04.291Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-05-20T03:23:04.291Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-05-20T03:23:04.291Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||VFCustomizationUUID= 76815e71-b67e-49e5-981e-be6c5b397757
2021-05-20T03:23:04.292Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 76815e71-b67e-49e5-981e-be6c5b397757 matches Tosca VF Customization UUID: 76815e71-b67e-49e5-981e-be6c5b397757
2021-05-20T03:23:04.328Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||vfCustomizationUUID: 76815e71-b67e-49e5-981e-be6c5b397757  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-05-20T03:23:04.331Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:04.331Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:04.332Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||resource request for resource customization id 76815e71-b67e-49e5-981e-be6c5b397757: {\"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-05-20T03:23:04.332Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@586ae04a
2021-05-20T03:23:04.332Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:04.332Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:04.332Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d5f1424f-da44-4f59-84a5-ef3c22c9d0d8
2021-05-20T03:23:04.333Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d5f1424f-da44-4f59-84a5-ef3c22c9d0d8
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-05-20T03:23:04.334Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:04.335Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-20T03:23:04.335Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:23:04.335Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:04.335Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-20T03:23:04.335Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:23:04.335Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:04.336Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-20T03:23:04.336Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-20T03:23:04.336Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-20T03:23:04.336Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4c88abdd-b42f-4418-87fc-fa24b102fb9b
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-05-20T03:23:04.338Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:04.338Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-20T03:23:04.338Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:23:04.338Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:04.338Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-20T03:23:04.338Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=76815e71-b67e-49e5-981e-be6c5b397757
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-05-20T03:23:04.339Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:04.340Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:04.340Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2d1109a7-56d0-4083-a731-12bfce6df26b: basic_vm_macro
2021-05-20T03:23:04.340Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:04.340Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:04.340Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:04.340Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:04.340Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:04.340Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:04.340Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:04.341Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:04.341Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-20T03:23:04.341Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:04.341Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:04.546Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b927f634-42ca-4f4e-a5ac-c8eb058fb1ad 1 ASDC deployResourceStructure
2021-05-20T03:23:04.546Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:04.546Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:04.546Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:23:04.547Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:23:04.548Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:23:04.549Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480984546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:23:04.649Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:23:04.650Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:23:04.650Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:23:04.657Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:23:04.658Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:23:05.549Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:05.550Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:05.550Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:23:05.550Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:23:05.552Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:23:05.553Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480985549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-20T03:23:05.652Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-20T03:23:05.653Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:23:05.653Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:23:05.662Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:23:05.662Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:23:06.553Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:06.554Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:06.554Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:23:06.554Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:23:06.556Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:23:06.556Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480986553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-20T03:23:06.656Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:23:06.657Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:23:06.657Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:23:06.665Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:23:06.665Z||pool-121-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:23:07.557Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:07.557Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:07.558Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-20T03:23:07.558Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:23:07.560Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:23:07.560Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480987557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:23:07.661Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:23:07.662Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:23:07.662Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:23:07.670Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:23:07.670Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:23:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T03:23:08.561Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0e7cd42-4654-43e7-9fa7-2975d6551334
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-05-20T03:23:08.577Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0e7cd42-4654-43e7-9fa7-2975d6551334
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-05-20T03:23:08.579Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-20T03:23:08.580Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-20T03:23:08.580Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-20T03:23:08.580Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-20T03:23:08.580Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:23:08.580Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:23:08.580Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:23:08.580Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:23:08.580Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:23:08.580Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-20T03:23:08.580Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:08.633Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-20T03:23:38.633Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f0e7cd42-4654-43e7-9fa7-2975d6551334 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-05-20T03:23:38.639Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f0e7cd42-4654-43e7-9fa7-2975d6551334 and serviceModelVersionId: 2d1109a7-56d0-4083-a731-12bfce6df26b
2021-05-20T03:23:38.639Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba18ecdb-a452-47e2-8581-58028b654431
2021-05-20T03:23:38.639Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba18ecdb-a452-47e2-8581-58028b654431/model-vers/model-ver/2d1109a7-56d0-4083-a731-12bfce6df26b?depth=0
2021-05-20T03:23:38.645Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-20T03:23:38.676Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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/ba18ecdb-a452-47e2-8581-58028b654431/model-vers/model-ver/2d1109a7-56d0-4083-a731-12bfce6df26b?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-05-20T03:23:38.677Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ba18ecdb-a452-47e2-8581-58028b654431/model-vers/model-ver/2d1109a7-56d0-4083-a731-12bfce6df26b?depth=0|INFO|500||Invoke
2021-05-20T03:23:38.694Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ba18ecdb-a452-47e2-8581-58028b654431/model-vers/model-ver/2d1109a7-56d0-4083-a731-12bfce6df26b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-20T03:23:39.203Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ba18ecdb-a452-47e2-8581-58028b654431/model-vers/model-ver/2d1109a7-56d0-4083-a731-12bfce6df26b?depth=0|INFO|500||InvokeReturn
2021-05-20T03:23:39.203Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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/ba18ecdb-a452-47e2-8581-58028b654431/model-vers/model-ver/2d1109a7-56d0-4083-a731-12bfce6df26b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210520-03:23:38:702-17196], vertex-id=[221368], Content-Length=[0], Date=[Thu, 20 May 2021 03:23:38 GMT], Content-Type=[application/json]}
2021-05-20T03:23:39.203Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-05-20T03:23:39.204Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-20T03:23:39.204Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:39.208Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:39.208Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f0e7cd42-4654-43e7-9fa7-2975d6551334 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-20T03:23:39.208Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-20T03:23:39.209Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:23:39.212Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:23:39.212Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621481019208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:23:39.312Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:23:39.313Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:23:39.313Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:23:39.326Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:23:39.327Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-20T03:23:40.224Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:23:40.224Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:23:40.225Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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 EyspuavhFrvB5udA) ...
2021-05-20T03:23:49.762Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:23:49.763Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:23:49.763Z||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-05-20T03:23:49.763Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:23:52.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T03:23:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:23:58.682Z||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-05-20T03:23:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:23:58.699Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:23:58.700Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.700Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480860684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:23:58.701Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:23:58.701Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.701Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480862070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:23:58.728Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:23:58.728Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.728Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480863841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:23:58.728Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:23:58.728Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.728Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480866275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:23:58.728Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:23:58.728Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.729Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480867278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-20T03:23:58.729Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:23:58.729Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.729Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480868328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-20T03:23:58.729Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:23:58.729Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.729Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480869332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:23:58.730Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:23:58.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.730Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06409af2-e81d-4691-9206-d8db5f0d7ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480900649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:23:58.730Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:23:58.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.730Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:23:58.730Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:23:58.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.730Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-20T03:23:58.730Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-20T03:23:58.731Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:23:58.732Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.732Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:23:58.732Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:23:58.732Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.732Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480597947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:23:58.732Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:23:58.732Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.732Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480912805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:23:58.732Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:23:58.732Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-20T03:23:58.732Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480916356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:23:58.732Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:23:59.301Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:23:59.301Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:23:59.302Z||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-05-20T03:23:59.302Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:24:08.838Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:24:08.839Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:24:08.839Z||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-05-20T03:24:08.839Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:24:18.369Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:24:18.369Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:24:18.370Z||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-05-20T03:24:18.370Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:24:27.900Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:24:27.901Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:24:27.901Z||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-05-20T03:24:27.902Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:24:37.437Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:24:37.438Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:24:37.439Z||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-05-20T03:24:37.439Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:24:37.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T03:24:46.970Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:24:46.971Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:24:46.971Z||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-05-20T03:24:46.971Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:24:56.506Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:24:58.677Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:24:58.678Z||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-05-20T03:24:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:24:58.681Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:24:58.682Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:24:58.682Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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 EyspuavhFrvB5udA) ...
2021-05-20T03:24:58.703Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:24:58.704Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.704Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480919085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:24:58.728Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480920535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480921760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480923452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480925264,
  "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-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480926269,
  "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-05-20T03:24:58.729Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480927329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480928334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480929337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480930343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ba9f434-f96f-40c5-a1b4-15af817c3cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480961654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.730Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-20T03:24:58.731Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:24:58.732Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.732Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480962716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-20T03:24:58.732Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-20T03:24:58.732Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:24:58.732Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480977305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:24:58.732Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:25:08.213Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:25:22.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T03:25:58.678Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:25:58.678Z||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-05-20T03:25:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:25:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:25:58.682Z||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-05-20T03:25:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:25:59.203Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:25:59.203Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-20T03:25:59.203Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480979943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480981188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480982557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480984546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480985549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480986553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-20T03:25:59.204Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621480987557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-20T03:25:59.205Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:25:59.205Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-20T03:25:59.205Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e7cd42-4654-43e7-9fa7-2975d6551334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621481019208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-20T03:25:59.205Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:26:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T03:26:08.223Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:26:52.956Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T03:26:58.677Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:26:58.678Z||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-05-20T03:26:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:26:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:26:58.681Z||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-05-20T03:26:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:27:08.216Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:27:08.219Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:27:37.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T03:27:58.678Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:27:58.679Z||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-05-20T03:27:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:27:58.681Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:27:58.682Z||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-05-20T03:27:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:28:08.220Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:28:08.220Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:28:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T03:28:58.678Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:28:58.680Z||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-05-20T03:28:58.680Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:28:58.681Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:28:58.681Z||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-05-20T03:28:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:29:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T03:29:08.257Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:29:08.267Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:29:58.677Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:29:58.678Z||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-05-20T03:29:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:29:58.681Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:29:58.681Z||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-05-20T03:29:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:30:08.219Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:30:08.219Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:30:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T03:30:58.677Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:30:58.678Z||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-05-20T03:30:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:30:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:30:58.681Z||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-05-20T03:30:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:31:08.220Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:31:08.223Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:31:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T03:31:58.677Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:31:58.678Z||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-05-20T03:31:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:31:58.681Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:31:58.681Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:31:58.681Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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 EyspuavhFrvB5udA) ...
2021-05-20T03:32:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T03:32:08.217Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:32:08.217Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:32:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T03:32:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:32:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:32:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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 EyspuavhFrvB5udA) ...
2021-05-20T03:32:58.681Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:32:58.681Z||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-05-20T03:32:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:33:08.219Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:33:08.219Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:33:37.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T03:33:58.677Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:33:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:33:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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 EyspuavhFrvB5udA) ...
2021-05-20T03:33:58.681Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:33:58.681Z||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-05-20T03:33:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:34:08.219Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:34:08.232Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:34:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T03:34:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:34:58.680Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:34:58.680Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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 EyspuavhFrvB5udA) ...
2021-05-20T03:34:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:34:58.682Z||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-05-20T03:34:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:35:07.951Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T03:35:08.218Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:35:08.219Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:35:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T03:35:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:35:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:35:58.679Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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 EyspuavhFrvB5udA) ...
2021-05-20T03:35:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:35:58.681Z||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-05-20T03:35:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:36:08.259Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:36:08.262Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:36:37.951Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T03:36:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:36:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:36:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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 EyspuavhFrvB5udA) ...
2021-05-20T03:36:58.681Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:36:58.682Z||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-05-20T03:36:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:37:08.216Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:37:08.234Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:37:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T03:37:58.677Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:37:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:37:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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 EyspuavhFrvB5udA) ...
2021-05-20T03:37:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:37:58.681Z||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-05-20T03:37:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:38:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T03:38:08.218Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:38:08.218Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:38:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T03:38:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:38:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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-05-20T03:38:58.678Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|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 EyspuavhFrvB5udA) ...
2021-05-20T03:38:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:38:58.681Z||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-05-20T03:38:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:39:08.216Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:39:08.238Z|f0e7cd42-4654-43e7-9fa7-2975d6551334|pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:39:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T03:39:58.677Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:39:58.678Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T03:39:58.678Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T03:39:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:39:58.682Z||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-05-20T03:39:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:40:08.264Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:40:08.266Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:40:58.678Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:40:58.678Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T03:40:58.678Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T03:40:58.681Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:40:58.682Z||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-05-20T03:40:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:41:08.256Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:41:08.256Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:41:58.678Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:41:58.679Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T03:41:58.679Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T03:41:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:41:58.681Z||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-05-20T03:41:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:42:08.218Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-20T03:42:08.220Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK