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=joV;18Kb$c)*I7oB*iDwLeDI -Dspring.config.additional-location=/app/config/override.yaml  

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

2021-04-11T03:28:28.684Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-pfdhq with PID 14 (/app/app.jar started by so in /app)
2021-04-11T03:28:28.695Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-11T03:28:28.695Z||main|||||INFO|500||The following profiles are active: basic
2021-04-11T03:28:34.099Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-11T03:28:34.099Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-11T03:28:34.225Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-11T03:28:35.966Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-11T03:28:36.092Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-11T03:28:36.211Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-11T03:28:36.217Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-11T03:28:37.463Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: catalogDB
	...]
2021-04-11T03:28:37.603Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-11T03:28:37.606Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-11T03:28:37.954Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-11T03:28:38.555Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-11T03:28:41.619Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: requestDB
	...]
2021-04-11T03:28:41.844Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-11T03:28:43.085Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-11T03:28:43.103Z||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$$3252af37.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
2021-04-11T03:28:43.104Z||main|||||WARN|500||The sdc end point is not alive
2021-04-11T03:28:44.166Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-11T03:28:46.345Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-11T03:28:47.474Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-11T03:28:48.560Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-04-11T03:28:50.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:28:50.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:28:50.567Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:28:50.587Z||main|||||INFO|500||Started Application in 24.285 seconds (JVM running for 25.234)
2021-04-11T03:28:50.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:28:50.692Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d36a0a08-5bf2-47dd-8f6d-e1d4a8a3b108 url= /sdc/v1/artifactTypes
2021-04-11T03:28:50.692Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:28:51.807Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:28:51.811Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d9e8d2c
2021-04-11T03:28:51.811Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:28:51.818Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:28:51.819Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:28:51.821Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:29:40.560Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:29:40.565Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:29:40.565Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:29:40.663Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:29:40.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd37215e-2dd3-4acb-ac4c-d7bc6be5bceb url= /sdc/v1/artifactTypes
2021-04-11T03:29:40.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:29:41.726Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:29:41.730Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@95f6923
2021-04-11T03:29:41.731Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:29:41.731Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:29:41.732Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:29:41.735Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:30:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.70.181
2021-04-11T03:30:30.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:30:30.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:30:30.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:30:30.637Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:30:30.655Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 468067fb-9a45-46df-b9f1-3c20d00ae6d9 url= /sdc/v1/artifactTypes
2021-04-11T03:30:30.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:30:31.680Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:30:31.680Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@175ae7fc
2021-04-11T03:30:31.680Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:30:31.682Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:30:31.682Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:30:31.735Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:30:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T03:31:20.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:31:20.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:31:20.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:31:20.562Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:31:20.568Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 678ff64e-2bf7-4718-bf68-8d749ceb0219 url= /sdc/v1/artifactTypes
2021-04-11T03:31:20.568Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:31:21.664Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:31:21.665Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17d9336b
2021-04-11T03:31:21.665Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:31:21.665Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:31:21.665Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:31:21.667Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:31:21.669Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.70.181
2021-04-11T03:32:10.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:32:10.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:32:10.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:32:10.583Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:32:10.588Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6b2698f7-9635-4060-b083-f49a9e56f5d1 url= /sdc/v1/artifactTypes
2021-04-11T03:32:10.589Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:32:11.678Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:32:11.679Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28999931
2021-04-11T03:32:11.679Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:32:11.679Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:32:11.680Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:32:11.680Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:33:00.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:33:00.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:33:00.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:33:00.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:33:00.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 776c2407-50fc-4375-a040-1ba57ceb01eb url= /sdc/v1/artifactTypes
2021-04-11T03:33:00.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:33:01.598Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:33:01.598Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ce17fb8
2021-04-11T03:33:01.599Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:33:01.599Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:33:01.599Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:33:01.600Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:33:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T03:33:50.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:33:50.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:33:50.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:33:50.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:33:50.639Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47db06e5-9f3d-4d6c-8706-21d65f4d94ca url= /sdc/v1/artifactTypes
2021-04-11T03:33:50.640Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:33:51.678Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:33:51.678Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3cdbe9f
2021-04-11T03:33:51.679Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:33:51.679Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:33:51.679Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:33:51.679Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:34:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:34:40.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:34:40.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:34:40.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:34:40.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:34:40.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 782e51a9-f49f-4f9d-95eb-4c7059569bb8 url= /sdc/v1/artifactTypes
2021-04-11T03:34:40.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:34:41.597Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:34:41.598Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c5a9e5f
2021-04-11T03:34:41.598Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:34:41.599Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:34:41.599Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:34:41.599Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:35:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T03:35:30.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:35:30.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:35:30.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:35:30.639Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:35:30.644Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4d668a4-ac93-419c-802a-758b90522042 url= /sdc/v1/artifactTypes
2021-04-11T03:35:30.645Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:35:31.678Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:35:31.680Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15d220cc
2021-04-11T03:35:31.681Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:35:31.681Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:35:31.682Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:35:31.682Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:36:20.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:36:20.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:36:20.557Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:36:20.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:36:20.639Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70461596-8062-42b0-afd4-09d03b340015 url= /sdc/v1/artifactTypes
2021-04-11T03:36:20.640Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:36:21.665Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:36:21.666Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e4b609c
2021-04-11T03:36:21.667Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:36:21.667Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:36:21.667Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:36:21.668Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:36:21.670Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T03:37:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:37:10.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:37:10.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:37:10.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:37:10.638Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:37:10.656Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ed5531c8-eff3-4f83-9b78-c4bf0362d763 url= /sdc/v1/artifactTypes
2021-04-11T03:37:10.657Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:37:11.678Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:37:11.679Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@545e1c14
2021-04-11T03:37:11.680Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:37:11.680Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:37:11.680Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:37:11.681Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:37:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T03:38:00.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:38:00.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:38:00.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:38:00.563Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:38:00.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e59b3903-3ba3-4d55-a158-e457e5be0cfa url= /sdc/v1/artifactTypes
2021-04-11T03:38:00.575Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:38:01.608Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:38:01.610Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7de260d0
2021-04-11T03:38:01.610Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:38:01.610Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:38:01.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:38:01.611Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:38:35.558Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T03:38:47.075Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-11T03:38:50.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:38:50.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:38:50.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:38:50.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:38:50.565Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 129171cc-69c2-4831-be5d-cf16397ea58d url= /sdc/v1/artifactTypes
2021-04-11T03:38:50.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:38:51.582Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:38:51.583Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46fa002f
2021-04-11T03:38:51.583Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:38:51.583Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:38:51.584Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:38:51.584Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:39:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:39:40.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:39:40.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:39:40.557Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:39:40.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:39:40.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e540f298-f5a2-4467-8468-2b4653953a45 url= /sdc/v1/artifactTypes
2021-04-11T03:39:40.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:39:41.663Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:39:41.664Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c8ccc6e
2021-04-11T03:39:41.664Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:39:41.664Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:39:41.665Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:39:41.665Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:40:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.70.181
2021-04-11T03:40:30.559Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:40:30.568Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:40:30.569Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:40:30.637Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:40:30.643Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 31e13dff-66ff-4c50-82bf-3a99a2cb46c1 url= /sdc/v1/artifactTypes
2021-04-11T03:40:30.643Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:40:31.678Z||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.19.24] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-11T03:40:31.681Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2209703e
2021-04-11T03:40:31.681Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:40:31.681Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:40:31.681Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:40:31.682Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:41:20.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:41:20.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:41:20.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:41:20.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:41:20.565Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 458b4613-e657-4769-8646-2bf7a1d2472e url= /sdc/v1/artifactTypes
2021-04-11T03:41:20.565Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:41:20.894Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-11T03:41:20.895Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3110a90d
2021-04-11T03:41:20.895Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-11T03:41:20.896Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5003",
      "text": "Error: Not authorized to use the API.",
      "variables": []
    }
  }
}
2021-04-11T03:41:20.896Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-11T03:41:20.896Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-11T03:41:20.899Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T03:42:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T03:42:10.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:42:10.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:42:10.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:42:10.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:42:10.634Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b0dd20e0-347e-408d-aee3-79802afce859 url= /sdc/v1/artifactTypes
2021-04-11T03:42:10.635Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:42:10.732Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-11T03:42:10.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ab6c83c
2021-04-11T03:42:10.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-11T03:42:10.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5003",
      "text": "Error: Not authorized to use the API.",
      "variables": []
    }
  }
}
2021-04-11T03:42:10.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-11T03:42:10.733Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-04-11T03:42:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T03:43:00.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:43:00.555Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:43:00.555Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:43:00.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:43:00.564Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5772d521-d942-4358-8ed1-a966b2b8c467 url= /sdc/v1/artifactTypes
2021-04-11T03:43:00.564Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:43:00.770Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-11T03:43:00.782Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-11T03:43:00.806Z||scheduling-1|||||DEBUG|500||create keys
2021-04-11T03:43:00.813Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-11T03:43:00.909Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:43:00.923Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 70e183b2-070c-4145-a50a-d96bb514e0b6 url= /sdc/v1/registerForDistribution
2021-04-11T03:43:01.062Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 70e183b2-070c-4145-a50a-d96bb514e0b6 url= /sdc/v1/registerForDistribution
2021-04-11T03:43:01.062Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-11T03:43:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:43:01.072Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:43:01.076Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:43:01.076Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:43:01.077Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:43:01.077Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:43:01.078Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-11T03:43:11.307Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:43:11.309Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:43:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:44:01.069Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:44:01.070Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:44:01.070Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:44:01.071Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:44:01.072Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:44:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:44:10.621Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:44:10.633Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:44:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:45:01.069Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:45:01.070Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:45:01.070Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:45:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:45:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:45:01.135Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:45:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:45:10.734Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:45:10.735Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:46:01.069Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:46:01.070Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:46:01.070Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:46:01.072Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:46:01.072Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:46:01.073Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:46:10.621Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:46:10.622Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:46:35.558Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T03:47:01.069Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:47:01.070Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:47:01.070Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:47:01.072Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:47:01.072Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:47:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:47:10.680Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:47:10.680Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:48:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:48:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:48:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:48:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:48:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:48:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:48:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T03:48:10.676Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:48:10.732Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:49:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:49:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:49:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:49:01.071Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:49:01.072Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:49:01.073Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:49:10.677Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:49:10.683Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:49:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:50:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:50:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:50:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:50:01.071Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:50:01.072Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:50:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:50:10.631Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:50:10.631Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:50:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:51:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:51:01.071Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:51:01.071Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:51:01.071Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:51:01.072Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:51:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:51:10.673Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:51:10.742Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:51:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T03:52:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:52:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:52:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:52:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:52:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:52:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:52:10.632Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:52:10.633Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:52:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T03:53:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:53:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:53:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:53:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:53:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:53:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:53:10.736Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:53:10.737Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:53:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:54:01.083Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:54:01.084Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:54:01.084Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:54:01.085Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:54:01.087Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:54:01.088Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:54:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:54:10.633Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:54:10.634Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:54:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:55:01.069Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:55:01.070Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:55:01.070Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:55:01.071Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:55:01.072Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:55:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:55:10.617Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:55:10.617Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:55:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:56:01.069Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:56:01.070Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:56:01.070Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:56:01.071Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:56:01.072Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:56:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:56:10.612Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:56:10.612Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:56:20.559Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:57:01.069Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:57:01.070Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:57:01.071Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:57:01.071Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:57:01.072Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:57:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:57:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:57:10.675Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:57:10.731Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:57:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:58:01.069Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:58:01.070Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:58:01.070Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:58:01.071Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:58:01.072Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:58:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:58:10.734Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:58:10.734Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:58:35.555Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:59:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:59:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:59:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:59:01.072Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:59:01.072Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:59:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:59:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T03:59:10.612Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:59:10.615Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T03:59:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T04:00:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:00:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:00:01.071Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:00:01.071Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:00:01.072Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:00:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:00:10.729Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:00:10.733Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:00:35.559Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T04:01:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:01:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:01:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:01:01.071Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:01:01.072Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:01:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:01:10.612Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:01:10.630Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:01:20.558Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T04:02:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:02:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:02:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:02:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:02:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:02:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:02:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T04:02:10.610Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:02:10.639Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:02:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T04:03:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:03:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:03:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:03:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:03:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:03:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:03:10.610Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:03:10.731Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:04:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:04:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:04:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:04:01.071Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:04:01.072Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:04:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:04:10.629Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:04:10.631Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:05:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:05:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:05:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:05:01.071Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:05:01.072Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:05:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:05:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T04:05:10.615Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:05:10.616Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:05:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T04:06:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:06:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:06:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:06:01.071Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:06:01.072Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:06:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:06:10.609Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:06:10.611Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:07:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:07:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:07:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:07:01.071Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:07:01.072Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:07:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:07:10.672Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:07:10.673Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:07:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T04:08:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:08:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:08:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:08:01.071Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:08:01.072Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:08:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:08:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T04:08:10.612Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:08:10.613Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:08:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T04:09:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:09:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:09:01.071Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:09:01.071Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:09:01.072Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:09:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:09:10.611Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:09:10.612Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:09:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T04:10:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:10:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:10:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:10:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:10:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:10:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:10:10.612Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:10:10.630Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:11:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:11:01.071Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:11:01.071Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:11:01.071Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:11:01.072Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:11:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:11:10.675Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:11:10.675Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:12:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:12:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:12:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:12:01.071Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:12:01.072Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:12:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:12:10.608Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:12:10.609Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:13:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:13:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:13:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:13:01.072Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:13:01.072Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:13:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:13:10.630Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:13:10.676Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:13:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.70.181
2021-04-11T04:14:01.069Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:14:01.070Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:14:01.070Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:14:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:14:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:05.731Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:05.733Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-11T04:14:05.733Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"61cb8dbb-d2ff-4399-91b9-7d28eb89c45a","serviceName":"basic_onboard_FnmeKw","serviceVersion":"1.0","serviceUUID":"6b2d2d8d-4361-467a-b64c-6b06414af399","serviceDescription":"service","serviceInvariantUUID":"b12b4212-19f4-4826-a1b6-e22cda74b469","resources":[{"resourceInstanceName":"basic_onboard_FnmeKw 0","resourceName":"basic_onboard_FnmeKw","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"981838d4-1069-495f-89db-2b86fb946b36","resourceInvariantUUID":"9a91ef56-46b6-4812-a90e-56127af9321b","resourceCustomizationUUID":"b78140e1-3459-4384-b411-8b9f6ab7d386","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml","artifactChecksum":"N2I2M2EzZWJkZWU5Y2MxOTA5ZDNjNjU1Yzg3NWYxM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08db74a7-f36f-4249-900e-5f98d54b89fc","artifactVersion":"1"},{"artifactName":"basic_onboard_fnmekw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json","artifactChecksum":"MmY3N2UzZjg1ZTU0MTM1Yjk4NjRhZmJiZTMyYWY5YTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03721aae-1213-436f-92c6-3958b0c67f5d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2a6bf6ee-8215-48ab-84da-43dae6548273","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"efdbb892-594d-47c4-8b56-926eb9adbe67","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"26b1b226-bf69-4e28-825a-1f19d8a21b51","artifactVersion":"2","generatedFromUUID":"2a6bf6ee-8215-48ab-84da-43dae6548273"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFnmekw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml","artifactChecksum":"OTU5ZjFiYzQ2ZWE1MmNkNTAzZjZlMmM0YmRmNWZhNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e660ba4-f5d5-4638-b7ed-dd80c3acd5fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFnmekw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar","artifactChecksum":"NmI3ZTNmNzYxZmU3NzkwZjhlZjMxNDZjYmE5OWI3ZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8418974-ba4a-4239-a70a-b001e94b4cbe","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-11T04:14:05.739Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:05.745Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:05.752Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:05.752Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:14:05.853Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-11T04:14:05.857Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:05.857Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:05.871Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:05.871Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":4,"count":1}
2021-04-11T04:14:06.007Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:06.008Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:14:06.008Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114439875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:14:06.025Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:14:06.025Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:14:06.025Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:14:06.025Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:14:06.026Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:14:06.026Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "dcae-sch",
  "timestamp": 1618114442109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:14:06.026Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:14:06.757Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:06.758Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:06.759Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:06.759Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:14:06.859Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:06.860Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:06.860Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:06.872Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:06.873Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:14:07.760Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:07.760Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:07.762Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:07.762Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:14:07.862Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:07.863Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:07.863Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:07.905Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:07.905Z||pool-6-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:08.763Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:08.763Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:08.765Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:08.765Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:14:08.865Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:08.867Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:08.867Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:08.877Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:08.878Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:14:09.766Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:09.766Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:09.768Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:09.768Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-11T04:14:09.868Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:09.869Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:09.869Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:09.880Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:09.881Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:10.769Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:10.769Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:10.771Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:10.771Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:14:10.871Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:10.872Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:10.872Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:10.902Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:10.903Z||pool-9-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:11.771Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:11.772Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:11.774Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:11.774Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:14:11.874Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:11.875Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:11.875Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:11.904Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:11.905Z||pool-10-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:12.776Z||pool-3-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "serviceName": "basic_onboard_FnmeKw",
  "serviceVersion": "1.0",
  "serviceUUID": "6b2d2d8d-4361-467a-b64c-6b06414af399",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b12b4212-19f4-4826-a1b6-e22cda74b469",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FnmeKw 0",
      "resourceCustomizationUUID": "b78140e1-3459-4384-b411-8b9f6ab7d386",
      "resourceName": "basic_onboard_FnmeKw",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "981838d4-1069-495f-89db-2b86fb946b36",
      "resourceInvariantUUID": "9a91ef56-46b6-4812-a90e-56127af9321b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_fnmekw0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
          "artifactChecksum": "MmY3N2UzZjg1ZTU0MTM1Yjk4NjRhZmJiZTMyYWY5YTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "03721aae-1213-436f-92c6-3958b0c67f5d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2a6bf6ee-8215-48ab-84da-43dae6548273",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "26b1b226-bf69-4e28-825a-1f19d8a21b51",
            "generatedFromUUID": "2a6bf6ee-8215-48ab-84da-43dae6548273"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "26b1b226-bf69-4e28-825a-1f19d8a21b51",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFnmekw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
      "artifactChecksum": "NmI3ZTNmNzYxZmU3NzkwZjhlZjMxNDZjYmE5OWI3ZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e8418974-ba4a-4239-a70a-b001e94b4cbe"
    }
  ],
  "workloadContext": "Production"
}
2021-04-11T04:14:12.777Z||pool-3-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-11T04:14:12.777Z||pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b2d2d8d-4361-467a-b64c-6b06414af399 ASDC
2021-04-11T04:14:13.052Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
ServiceName:basic_onboard_FnmeKw
ServiceVersion:1.0
ServiceUUID:6b2d2d8d-4361-467a-b64c-6b06414af399
ServiceInvariantUUID:b12b4212-19f4-4826-a1b6-e22cda74b469
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFnmekw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar
ArtifactUUID:e8418974-ba4a-4239-a70a-b001e94b4cbe
ArtifactChecksum:NmI3ZTNmNzYxZmU3NzkwZjhlZjMxNDZjYmE5OWI3ZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FnmeKw 0
ResourceCustomizationUUID:b78140e1-3459-4384-b411-8b9f6ab7d386
ResourceInvariantUUID:9a91ef56-46b6-4812-a90e-56127af9321b
ResourceName:basic_onboard_FnmeKw
ResourceType:VF
ResourceUUID:981838d4-1069-495f-89db-2b86fb946b36
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fnmekw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json
ArtifactUUID:03721aae-1213-436f-92c6-3958b0c67f5d
ArtifactChecksum:MmY3N2UzZjg1ZTU0MTM1Yjk4NjRhZmJiZTMyYWY5YTE=
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/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2a6bf6ee-8215-48ab-84da-43dae6548273
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/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env
ArtifactUUID:26b1b226-bf69-4e28-825a-1f19d8a21b51
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/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env
ArtifactUUID:26b1b226-bf69-4e28-825a-1f19d8a21b51
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-11T04:14:13.052Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b2d2d8d-4361-467a-b64c-6b06414af399 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:14:13.394Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:14:13.407Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-11T04:14:13.407Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-11T04:14:13.407Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: e8418974-ba4a-4239-a70a-b001e94b4cbe from URL: /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:13.408Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-11T04:14:13.409Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:14.188Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-11T04:14:14.198Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar e8418974-ba4a-4239-a70a-b001e94b4cbe 70274
2021-04-11T04:14:14.204Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar ASDC sendASDCNotification
2021-04-11T04:14:14.205Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:14.205Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:14:14.206Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:14.208Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:14.208Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114454199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:14:14.308Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:14.310Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:14.310Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:14.319Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:14.319Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:15.209Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:14:15.210Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-11T04:14:15.211Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Trying to write artifact UUID: e8418974-ba4a-4239-a70a-b001e94b4cbe, URL: /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar to file: /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:15.211Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:15.329Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:15.330Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:15.809Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15559253360732643515/Definitions/service-BasicOnboardFnmekw-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-11T04:14:17.949Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-11T04:14:17.953Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-11T04:14:17.953Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.953Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-11T04:14:17.953Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FnmeKw 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FnmeKw 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-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-11T04:14:17.960Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:17.962Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.964Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:17.964Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-11T04:14:17.966Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:14:17.967Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:17.967Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.967Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:17.968Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-11T04:14:17.968Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:14:17.968Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:17.968Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.971Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:17.971Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is not matching search criteria
2021-04-11T04:14:17.971Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-11T04:14:17.971Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-11T04:14:17.971Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-11T04:14:17.972Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-11T04:14:17.972Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-11T04:14:17.972Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:17.972Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-11T04:14:17.973Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:17.973Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:17.973Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:14:17.973Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:17.973Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is not matching search criteria
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=39916299-4702-464a-8819-7126d9afb9ad
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:17.976Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.976Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:17.976Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.976Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_FnmeKw
Description:service
Model UUID:6b2d2d8d-4361-467a-b64c-6b06414af399
Model Version:NULL
Model InvariantUuid:b12b4212-19f4-4826-a1b6-e22cda74b469
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_FnmeKw
Model UUID:679be06b-7d6a-4ed0-88ed-44b30ce49b3f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9a91ef56-46b6-4812-a90e-56127af9321b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b78140e1-3459-4384-b411-8b9f6ab7d386
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:defd55f1-ebb0-4474-8751-7e662360c0bb
ModelName:BasicOnboardFnmekw..base_ubuntu18..module-0
ModelUuid:0fa4d592-c2ac-46cd-ade4-20b3d872baf5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:39916299-4702-464a-8819-7126d9afb9ad
ModelInvariantUuid:739a340c-3f87-4cde-b588-597f6318b54f
ModelName:basic_onboard_FnmeKw-nodes.ubuntu18Cvfc
ModelUuid:4a4f28f8-fa97-4655-900e-e114eff9ad75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ba2b91b3-4e4c-465c-b23e-105e68f2290b
ModelInvariantUuid:9827aba9-1877-4d2a-8833-e70cec0d9046
ModelName:BasicOnboardFnmekw.compute.nodes.heat.ubuntu18
ModelUuid:b941df1b-6d8b-4873-8873-61bf91b5cc42
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-11T04:14:18.022Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 981838d4-1069-495f-89db-2b86fb946b36
2021-04-11T04:14:18.033Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:14:18.104Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||basic_onboard_FnmeKw 0
2021-04-11T04:14:18.111Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 981838d4-1069-495f-89db-2b86fb946b36
2021-04-11T04:14:18.111Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 03721aae-1213-436f-92c6-3958b0c67f5d from URL: /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json
2021-04-11T04:14:18.111Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-11T04:14:18.111Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json
2021-04-11T04:14:18.791Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-11T04:14:18.791Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json 03721aae-1213-436f-92c6-3958b0c67f5d 798
2021-04-11T04:14:18.791Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json ASDC sendASDCNotification
2021-04-11T04:14:18.791Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json
2021-04-11T04:14:18.791Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:14:18.792Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:18.793Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:18.794Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114458791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:14:18.894Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:18.895Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:18.895Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:18.905Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:18.905Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:19.797Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFnmekw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "defd55f1-ebb0-4474-8751-7e662360c0bb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0fa4d592-c2ac-46cd-ade4-20b3d872baf5",
    "vfModuleModelCustomizationUUID": "c59f0269-e5fb-4136-8b5a-b2a9e25afe43",
    "isBase": true,
    "artifacts": [
      "2a6bf6ee-8215-48ab-84da-43dae6548273",
      "26b1b226-bf69-4e28-825a-1f19d8a21b51"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-11T04:14:19.817Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFnmekw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0fa4d592-c2ac-46cd-ade4-20b3d872baf5
VfModuleModelInvariantUUID:defd55f1-ebb0-4474-8751-7e662360c0bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a6bf6ee-8215-48ab-84da-43dae6548273
,
26b1b226-bf69-4e28-825a-1f19d8a21b51

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

isBase:true


}

2021-04-11T04:14:19.821Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFnmekw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "defd55f1-ebb0-4474-8751-7e662360c0bb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0fa4d592-c2ac-46cd-ade4-20b3d872baf5",
    "vfModuleModelCustomizationUUID": "c59f0269-e5fb-4136-8b5a-b2a9e25afe43",
    "isBase": true,
    "artifacts": [
      "2a6bf6ee-8215-48ab-84da-43dae6548273",
      "26b1b226-bf69-4e28-825a-1f19d8a21b51"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-11T04:14:19.821Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFnmekw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0fa4d592-c2ac-46cd-ade4-20b3d872baf5
VfModuleModelInvariantUUID:defd55f1-ebb0-4474-8751-7e662360c0bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a6bf6ee-8215-48ab-84da-43dae6548273
,
26b1b226-bf69-4e28-825a-1f19d8a21b51

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

isBase:true


}

2021-04-11T04:14:19.821Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a6bf6ee-8215-48ab-84da-43dae6548273 from URL: /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml
2021-04-11T04:14:19.821Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-11T04:14:19.822Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml
2021-04-11T04:14:20.597Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-11T04:14:20.598Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml 2a6bf6ee-8215-48ab-84da-43dae6548273 5033
2021-04-11T04:14:20.598Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-11T04:14:20.598Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml
2021-04-11T04:14:20.598Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:14:20.598Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:20.600Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:20.600Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114460598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:14:20.700Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:20.701Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:20.701Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:20.712Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:20.713Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:21.600Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 26b1b226-bf69-4e28-825a-1f19d8a21b51 from URL: /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env
2021-04-11T04:14:21.601Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-11T04:14:21.601Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env
2021-04-11T04:14:22.263Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-11T04:14:22.264Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env 26b1b226-bf69-4e28-825a-1f19d8a21b51 909
2021-04-11T04:14:22.264Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-11T04:14:22.264Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env
2021-04-11T04:14:22.264Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:14:22.264Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:22.266Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:22.266Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114462264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:14:22.366Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:22.367Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:22.367Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:22.375Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:22.376Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:14:23.266Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Preparing to deploy Service: 6b2d2d8d-4361-467a-b64c-6b06414af399
2021-04-11T04:14:23.267Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FnmeKw 0 981838d4-1069-495f-89db-2b86fb946b36 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:14:23.367Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:23.367Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:23.367Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Processing vnf with UUID: 679be06b-7d6a-4ed0-88ed-44b30ce49b3f 
2021-04-11T04:14:23.368Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Will get resource from SDC using resource id: 679be06b-7d6a-4ed0-88ed-44b30ce49b3f
2021-04-11T04:14:23.386Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel to get resource 
2021-04-11T04:14:23.419Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel
2021-04-11T04:14:23.422Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|INFO|500||Invoke
2021-04-11T04:14:23.422Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-11T04:14:23.422Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel
2021-04-11T04:14:23.422Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||Method      : GET
2021-04-11T04:14:23.423Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/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:"61cb8dbb-d2ff-4399-91b9-7d28eb89c45a", X-RequestID:"61cb8dbb-d2ff-4399-91b9-7d28eb89c45a", X-TransactionID:"61cb8dbb-d2ff-4399-91b9-7d28eb89c45a", X-ECOMP-RequestID:"61cb8dbb-d2ff-4399-91b9-7d28eb89c45a", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"3a1d45d2-bf39-4b08-8cd1-f80476ccb107"]
2021-04-11T04:14:23.424Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||Request body: 
2021-04-11T04:14:23.424Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||==========================request end================================================
2021-04-11T04:14:25.063Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-11T04:14:25.063Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-11T04:14:25.064Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||Status text  : OK
2021-04-11T04:14:25.064Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||Headers      : [Set-Cookie:"JSESSIONID=node01tp7t661i7k1p15u8pu7eawfhn277.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardFnmekw-csar.csar"", Content-MD5:"MGM2NjMzYWNlZGIyN2UyY2NjZDlhN2QxMWEyNzYzYTk=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"61cb8dbb-d2ff-4399-91b9-7d28eb89c45a", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-11T04:14:25.144Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/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���0D����@A��A����š4�[�]��{{�8/�&�L������r���rs?�N9F��P�v�!e=	�	sƗ'/U�VB˘ӇW4d�N�L��H�_#�Pw��R7�h����X)�H��,e�\�'mm{RPKڠ��PK�!�R4Definitions/resource-BasicOnboardFnmekw-template.yml�Y�O&�/q�B5��Xlf�-��{biH�h�����g?�
��X5�i�Vdyn��H��\�����D]c�VU��!6p�O��8�]���n��pu~�)X�9!y���&����4	���$
@��GcE#�HCcc��LM&�@��I�NdE�L��b��r-]�\�Á�^����	�����Kx�}����,�`}�}!.	,����}<��(�z�zq��G�^P��J�֦� 6�!��$�O���A�y�h~�������/Ĺ0Rr�iـ!y0X;6R��e�&Їٸ�}�Y6h�<��<�'J}�����@6yxqyV�$�=��+$7ϲ)�u�(�[�Ux��

��,7"��uR�89� �)X������Z��U:wD�+Z��m2�nftF�����b-v�X��V�ޑ�9|��t�;�no�5s�,��b&z:и�:��9~3�u<�if?�������U|��J��{+|GqL
t8L�1d$���X#��Ӱ݆!����Cޣ9���sg7L4N���4j3��t
df7b�/�!#ⅷX���i
��f.�2U�3�U�H��o�؎N�\���(���HC>�r�]�@��p�L !p��ꜳB���e�����|z���5�b�r&�Ô@��|���H��0�\g%�LK4�E$��qq�?�� [�-�\S�d��"���q������gl�׉y�b��0��2�'-<8@�Ra�5Ah-�+�N�ci 5��6+�،]�(掐�"��&�
i�jk��F?..���~�3^a�N��Z��\�:�&Z#"�PӰ� A����� � �FjR��cn��������}<�;W�`�H u}�c�/z��U���f���D�XS�d]���(17�ߙ4��3a��������}���I���X;��Xԯ~�~������Z�}�����;~�nױb�Rs� ���������$gO�7q��b�\�?�^��^[hS�S.G�Dw����#�矗��ں��g7�Wg_ֲd���ś�,$S�������o��J�/��ϵ0��8z�}u��ӻGI��j˗ ~�^��og�8�?�M#�[�����3��)�����c��z�s���?�w��.=���z|{���|�Z_g�	>��?��/��ih��`�n={��2����ӹ���x�@f뿿�¥4_.�S��<�ۯ�>\|��k���:�V��鈜�����͇�4^O��������~�x:=�����KE�����g��˵c������%������B83E"�C����~�\~����ud���[E����*�+_^'g�������'���5�?�g���۩$����~����O�!������䟝��g�k�����C����!��Bl�t3�h�7�U4��.q"�Z�\����ƻڃeB�_�0tL zM&U˯1~ ā0u\��
�
ꁐ��d�����Z��e�00��#����.o�{'-�<}�)r�ZQ��v~�xY�j������j�x|03�#Bl��a�2��
���3��Cb�ek�
JN��.��,%�z��$p�
��B��7���,�H�rh���$���ɀ���ƺ��Q��p��	��]v�&./�3����Zn��U�u@:�w��9ln�(���kP/��>���OYQa-��[Y鯲�5�,ɼ�$s2F�n@'>�L�P�#I�hC��aS˦81'��
���C��<�l� �T�1� zF�c}$=D
/)�0�c^x��DP�XG$<
0���V�f*�5�1�r��)�&�&�ZuA����a�lR���Yn��V����r�](c/.�5��m�Ӿkrmw�5��G�΁D�`����٩
,�b���r�W���Mo�[J0��&�3e*��/z6�P4S�0Ȼ��v����4�l�U������v�Z�UL��
`ynw��,��WEǒvL�CUi�V��" Ske����*m��M����_��t�2gEO�$ۼp�@�v�BBppT\̏�ϭ��`e��0������CF�Z�}�͓��ӽK'��{@ر�L��O�h��OE�:��qi7*B�
wa�I)�촢,g7(�U:UUO�M���,��X�FxQ�p��`�H����P�4�2�}݅�Lۃ���I�d�������������Ź��������b�
�`���2#ﳛ}]v����V]�]�0iR{(L���~�ϰ������k�VB�����*�^fױ���5_!�4��Eȕ.I6��r��(��P+9U/qV��TV"��`c����P��+�
�2
���8x��G�@���S�¤�]��D�����8�i���[�/v�`�"?V�Ȳ�@�m���M����Ah}�o��Ճ�m(�Z~
[����J��k<i�[�	8�Z�m{zZ�f�[D�����G{����%�*�~hpMYi��\��"��ؖ�P��"����A~h�
�K!���?C�`� o(c�)�r����Ǥ�T-	t�:��
���E3�s�Z"Sq���,�c���{�?��f�<򇌎�j��������T�#l�r�e";}�_r�rQ�OBf��Q��@��<��0����%�v*��2;%_�j�
��~��>(��X|�0�#b�+���Mѵ��p�����x})�������(�)�5�]�^8��hR��IH�!0Z��dx���!25(����\��'�O�����'�.KJׄ3�;	y}HA��D7%$+�����DQ74�d��)�(�E2$"�>m�&�0A�� �hj�!�ʼn�ub"���ё"�2�eA�1?���m��zH�Zq�(�p�EO�[�k.�fvڌ}߶�+�%�A�js!��Y`���A ����瞾��߆I� ,�{3x�af�S��`6Vȕϭ��s�CQ��
QE��@�y��+Ĵ���N���iH���.�;�`;bà��t-��G�u|��╒T�ن4�G֟��n\[�-`q�]��]�Q<;�@�[�;�>{u!�rz3��[�M5]X�v:��rg���M&C4��E0F�4��0�`c�W�`�$
�, �7L�����	x8�屄��3�T��b�TZjz�{08�fWPÓ��1^�!����q ��mo�I�^Ȝ��>����������A�� =G|�?�ߋ7����W�4�$�� 6����4�CS@D�x$�cM�C��h$J#^�5��(�R&��!�&]�:�G��0d$�dLƢ��!��n^,��*\S`��m�m��b�[L��;��
@څ;�Y�K5\�z��;�ET�;$�(��d~�M�=����bӛN��S�:«��H��z���d��m�>�K�h��k���A�n<�hc�Ԉ��h�
���	�Z�^�0�����i�e�v�Ocv�kF�H�g�҅��ʡ:k�-�6�e�N���vy�N,����6�(�ѩ������߹6x#�ƣ�6B5�=��������q�`��+Տ�2�N�;�t�UwVZ��{������QLb/[�,�(�L�B�
�9�����"�=;���H�K�/���z?�-��ϵq���
��^C/���'|���=�a&t#A�ߢ�k�uynw)T�����8�/��Y�PF���Pe�����A9�O}q�H#S��>���9�\U�.'�pۧ�q�"�n��W�^����ؑa��v][	�ow�N�wg�xic'�d;�wWw�k��&U�|���s��Z�Wۙ�u�g/���7$8^��c#c�/���-�͍��wG�h'_������p�x�4p�~u��j�EН��i�=�6�5�d�~.�z��^g�}�
meOz}�u���n��b�mY�~�
VWV���<�7}�
�F6���%*�6i#�ƏN!��F����Q��q�'�P��VJ�נ̓j&�|�	�F��J��W��?��c���̺��}�7uP}h+�⫏h�`#M��aP�qu��W�Q���-���M7V����u�'GPu����{׈����PK����VPK�!�R>Definitions/resource-BasicOnboardFnmekw-template-interface.yml�][s��~߿���w�$Su��י�$�h.�NQ-4J�nl����E�1&#v�B�ַ�^�V_�bG�u���Q�8��R��cX�	X�RRJ���P�򏂄�م�~�a���
ٳL�PPώ&�7��*���0Y��$��~RM �61�H��?�`7�jy�lc�P7�\���0]�N�-ra�@BL�2�!�*�l�@�D��\���1�.a@�6���eY��1���l]&�#��Ry	�-�ڄ%%k�$i�+�\�(C[��U��5�4�����°]X��p	.%V��ơ��J�
�M�4lK7"�tՔ��`nhP�F����n���\�@�Rҁ鬪q����ء��
5����n�]"�Ŵ�w��#�MЎ
�� `1��
nH�[3�Y�*�,q�F��[�,;Zc�z
�	>���9�8N�p�w
������U�X��"5��=�3ER�M������V�Ь���S��\ZOY`�2��c*+mTa 
ǐ좩�T���3!8��s�T�iG�<;��F��J�Cf��Ե��
�o�D)ƈ�Jq	��mw�L�S��L
�R�����4J�z����^��o�{��6��=�ih�'���la~B�w�{�����+x�=ϭj�8Y.q�Zg���}q6>&N�a�r2~�n����3%w#o1�Y�ڮ\�~��*�^[��͎g��n�uwU�❖5��_�2.�Ucҹ�{AWUT~j��{�t�}Xyh|E�ZX.=������|N����Eg�R��Z��ݝ��m^�	���sk�}7�}��N��w��Mq�a�=�5_����l�ЏA��?����1{83�k`��Ƭ���A�Z����`�����8�rg:=�U�Fǜ��8��wJ��W�k�<7njX��w�P�������x=�>W�����ó����*Я<�nT�����w�����[��T�G��q����S�Ы��N�z�}���9��s�Ы�{����t�_f����v^���x�]L�_O{�ry6{�Q�~�p�/E�T���:_�����Xop($�Pf;f�]R�m���[w������D�J�k1[�II�q��	.��>��؊Z�c[4@f�X���*�g���|"�*�=������1�Ñ�.�j6j-)��
6o���i�k*:�w�܎3?��7��A��i���?j�7T���|�,OK���gVлte�s֢�1�*Ɏ���>�f)x�V�I-����q��]���!�M�<7G�q"ٞ<���~ `2K��gAD%V�&ӷ"fX��Kh�2U�t!Oss�}�-/9��c��A
��w:=��ӈ�(+d�p�2� R���fmQO;Z��D��01���$5����e0��˒�߈B�-��c�PY�?5e���,(�LT�,C@R���f��.!0��!� 
:���l5�{s`�����R�_(0�p���_TK2�1�����vkl�%�Ky��d>"�����n�PG�_�%Wm�c���$R���(,�
� A�}UJ��w|��N_�
�K �KI�����\ƨas��
%�S�10�(�@���#�4o,��L��cN�]�	�X��_��m���Wf=��W��:��	R�/�C��LnqV�X�$]d���F�|X:I�<�,���H�9E�8+�3E�dS�t��������ux���p>�@8S<�����M����LN�Ñd�LP
�	��x��ckA���m[�9�r����LQ<�K_�A�,B_��I�.F�,q�)���řNZ���8;��f���-lL�m�3E1w>2��z��yҙ~H�I–��rJ1��o�$a�����TӾE���|�bn��D왲۲�<���:iQG��Y�D����ĜmԳM �r��ɞ5�٣N��˛��8#�4�'Z�U����E���?�����˹������-W��t���� ߲����ud�V��sn�R�V2EaS,�L���/2@�|�ͪ�tF�$M���]=6��4^�����8l�}Z�ƐO|�.���	�fJ���Jt5rhy�8i�������\��i	y���B����!k}��CVX!��>1�W>\��f�*�p���Mɯ��F^�l@b&�6�	���9Z��0�T#7�摟���0+�|�����r�Go,u�,��'z>Ԫ�D�5A�ލ�[�l%
`ΔM�:��ϸ��k�:2E��9�N\|>>�>�k���@@��Z�����Z�O�#�{9?yC�?��O���30{��K��i��0ٳᡩ;<����)I�$�� ro�Y��LQkcX�G��\��%~Y;7@�S)^�"S��������5S��g�u����fo�&�o۹I��p�3K�|:�SOne���p-��	9[ǖ�٣�'Ђ��ͫ9IH�(Կ1U6�b20��MZT���ܭ:0�3�O阼�A򫧀ګ�?�����.5̜�{1��7St_��bL�����+��G?��#�h��u���c-_LI�J���Do��1}h�l��)��+�Ł��LQ"MW��TK��#�"_x��C-b%I���E���o��q�e�_ga��Y�Ѣ�yz,��{�C���g�`.s�8���U��׼���N�2ƌ)�\1<��
�6��� �i��o ����f͉P�-c8�s���W��<�@1_\Xjs����`$��'@�Y^�e#���3�T6��o�H�0��e���]{�!$�?PKy���
t�PK�!�R(Definitions/resource-Extcp2-template.yml�R���0��+��m H(!ܶIT��٨Jz�*d�!�jljL����@tW=U�8�f��jJ2���p%�삺��LKռ�fWR�,��Y��0bH:��B4'��_6)�Ѽ`a�x�ey�jYxI��Y���,�e`�:1+�eN�ȣ+x�|N�՜0/��8bq��0�bIJLa�۬�s��aM5�L;���xxw����a��4���\+"(sF
뽭���PhU�^�O-l��<)}M�3J+�����м(��K�����Z5��7�L��w�{xp�}xEE�v�B?��,^i�C�k�m����5^iS�3��j�8@��m����ti�]&�<%ɹ��N%c��j���3�&�	ыOZ5SU��t��}��"�2]߱j�B�l6l���W������o���/sݡt���Y��N�Q�Y)������/��od���J���\�n��.�O�r3>��2Ei�5Jz����}�}z>�6�̀]��,���-���cxW�N���{
~d��c̽��p��5�ƶ�n��O:j��p�,���gPK
���PK�!�R,Definitions/resource-Novaserver-template.yml�WKs"7��W��^?���͒"���!�Ԕf���HIaS���f`�q�ĕS�˸Տ��mo\����K�]2��c�|xr�($K^����
�\p�G�I=�Vr�GWvz,�����N/;�;'g��s!z�q|�_����R�9M�Y*zY�=�睓^:N�q��Y��w����5/`�&f���"4$	p��� �@{�8��3�ͥ�~<�I
DrA��F:7��$�\	��%����)���F[H�X
�r��
����h�3��:�sЈ�JZ( �f�T��9���j%�L����_��"���B�VRZ3�,� ��+,m���3����Z"��IDG��eP[�lx��D(�]2tMw����s��q���0E��4X�!�U隌�(g��W�ҍ�1���	;`7��[��׷/���~����{���'̎�TE
��ݻ#,Pc�uB�U&��(T�e�𑪖\�` b���Ral���5��f����x����T�\�R?�F��ɆV�p���z�\-r`$g����N���$a��n��<Ϻ1*3�?�[+����JInM1ح�n�Z����O����b㢐:)�[Q�F��Ί���4$%rq�y!
cC�"�������+��L�e��h8�eK��0%���uJ���Ӄ���+*E�5���۠���x̢��c7�J(���]ZCU`W\�8_�6��F���e���u�ؑ�E�;��v��gg�+鰩�b�����f�R*+�ʠ�ާ42�Q�T	q����:|�-�j�6`1X���#���p�U�k�ᇐ���ز6!������rx�Y]�/���sc�x?��M�E���[�rH;>:���H=~������8r;t���?j��i��l�Xƛ�1��I�\0=�
�l�e�&�g�pe���G0m];�*���N��������)�2$��0;P8L��%о~6j���_��T���c�KD��[*d�Q�FWn2�����e3(Z��5B8�r9M�D�C���t8)�<��1�Wq��`�
����?��*x�Zz�bGף[����Y`0�!�&ǿ���2���~�gTR�w�vt�oq��f]_>�77����z-Ԯ�a��1�hB�/���!�aH�ۨ��i�[��x}�X�`�~�9Vخaq訌���]cKRT
��׸q��+���qg�U���k]���@b�S;�@�qC��R�g��PK|}E�PK�!�R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ�B�6	o]�M���ꚾ"c.���6�����G3��4E"���{�'V΢S!�J����!ۘ�(���yD��@�fY8�ȴ`���_�!��n�`�y��.7��Ǯ�/<�q�jC�Z�b�Z�&r�"r��֛`�m��,��2	��,Y�!�@^ia�*GCh��kQ�&�[%Sq�4s��R(U.x
ڑ)�XY� B��5>9�uI��>�ҙ3�����D-8a�����ѨJs|B�(�����=�R�?3?`�̐H�����̗g��*�|W1�������<�d2�����M�u�����e0!8��sV�X���)e�wT�yS;��r:�A�j�j�������	�(LJe[�c�n�.٨�P郯J�
WE�J�S�7}���dȬ/Ѿ(���+���'��J&��#&Q�U�Mz��A)�Q�Ì����C���Χ)4Vy����
����^sR��f€��j;�^2�3 �z�\	M��UR��Ɵ�64�j�PK_rHJ�YPK�!�R.Definitions/resource-Extneutroncp-template.yml�Vݏ7��S�>��#e��q���6w�RU+�=V����¡��{���PS�t�f�3?��f�N[F�P�	�l�c�#&.���	ɖ�2&�^�r�h�#D�55�*��4��d�2ƆWi�g�=�O�i���G<}7�wx�2N���kv���7c���ڱ�?�nap=�����!&���P:����,3�p��
���Gr���d��r$���@��D�r���F��dF����c�2�`��6&��B#�2[�;��F�/�^B�Y���4�Aqmb�0�,�Ϗ>u���	�)&�h�>�:���9�y����޼�a��q6���B��y'$�A��%*}M�]����3Z�TH,�IW^��4pa%�=�=Em�4�ܷ�$���R�����6�JiW��Zu���_6io��2���鼈�F��֣�K��eUs����'6�X�Riv�G	6��J#�6ES	�Q6�L�FҨV�ꃤK�SR�}˅���1i������:2���J���Z0H��P��aL�!2��a,a���j�&l/	���gְ����\1j�3A��l���.�u�d�ɀ��0��ֽ�i�y��T�O�������q�A�n��\����(��uf�X����`5����΁h�Eu�I�h��j�P���`��.-�?X�/�2�T|Ƕ���oMe	�-�ur��������}�9@���ux�/�PL�A�8�g�PL��7�X����������qI2��Y�K	:A�s)R��(h�mW,��j�su"��BRV�Q�u�<=>\gQu02f�7�\��B��4OR��_Hn����u3�O�m'lwU�P}��?��ץ���A?��?�G�'/8��%�`}P2[�]Z���Z;�q���h�S�L�KȈc���X�_��?�:��B%HIY�BFgJ8��ݽ:i��p"~8�l�td��E1�pi:�T��w����S�$��;���?RoI���£?�{NZ��V3��A��}2�|?��?<ͧ��V��<�Z�~ȑ?;���`1�F�,��x�?|N�\��c��7c�
�۶Lc{Q!�G�����s��v�Յ.�e�=��PKz�JL�
PK�!�RLDefinitions/resource-BasiconboardfnmekwComputeNodesHeatUbuntu18-template.yml���n�0�������x�/�.H�CS�Er5(���bH��y��K�qR�C����O��G	��N;��w�1D:4,͡�mo���5m��;�	$hv�i7B����×O
��c	�,��2+���:�2,�AՇ�L�X�E��\dgU������9碫s�N��H��
�Q�oNx��Y���Ko�!!w^a�O�bpi�+�F��O��{�X�!�0Hov���G�ҵ���YB‹׆}F"�$-��^�@&�F?����ez^��Q'��
B�z�����_ɇ��@J����>���26[���X�
eX<_���4�����5.��

w���+���O�߰��
_��Ԣ���-_�|�V��i�{K��38�m�8���}O��ϟ[��N�,	�3{k[�ڊF>�j��m�V��Ώ�`�?f�����
PK*�A��pPK�!�R)Definitions/resource-Compute-template.yml�VKs�8��W���A��������Ф�Խ��h`
�9�CKRN�_��$+�֝z�Nz�}������`��,�B�5>ے�H!�*/u�(ۡV�4��4�1`:�f�N�	�廫Nq~2+fy2�i�,��4yE�Y���f��yW��jrzr2O��E��,h��.^M謘��flPS
�V�U ���'�P3��ґ'< 8B��V�P�R��HCQ��qTcxg
�4���K����
�}��9��T
V�g@����k��j�``){�ҵܒa�Tґ�	�ƪP���(�T��3��]��_�Y3��:�{4R:��99�A��
�>Y�@z��Y�V;&%�fJyHcxW�m��p�a��5i�v��)BƜ�+���^�Z`�5R��9)X�գ��x��D�\,��VN�'&`]
7�������^~���蕽M��?��W��\u]���/Fܝ�����p>�%pa���V��-C���,q%��җ�PG�.���r�(Z���j�j$���J�����ZcCc���k`6�"�gw�$�m�f3��j���t��6���#��#��K`��{?�M�}y�B;��r��x4����^^_�,���\u�-*�gͰ��uZ���5��$�'?g���C�MK�����������@��[
*O}/�<���Է<�_���e��|�B��9��k+ꉝ�7�̧<H��ZnlsDR�?"7L�g֬�v>�����%ϼ\U��x ��5�#[���T#���;��HC���T��Ob����6��& ���W���_ow�|��;��?�SkS�L��?��k����p^��풊_��9�&3�+�՜����v�c�X�?��/v�#��Px��~|�;��>�(�	(�Qf>X��^~�E��`��!�C��1���iv����:����Ç/��6��v�/PKܔ���
PK�!�R,Definitions/resource-Globalport-template.yml�WKo�8��W���`�v���77���]#��X5��J�������zNJ�"�QN��������HͨB�7\
�Ai\L�q[��Y����?�Gg)RC�g�p���Sano��EW��� �D����$L��~���O(����
����"��р��h�!�?4¯�h
��o,�QY����D4YJeP�f�g�y�
�hBI��H"c��3C}��͊������0�р'�,h��M����d�@,�����t4�Y�����Ne�<����/�ْ�����om�AT���7�ߧpx��3�!$�<
��{w��c�zz6 ��ś��'h�	�M�ভ�͡�`��~;߶J�BUABV<��v6J�Xɼ�UH��L&�=sY�J*�4�ݶVK�m�~��T�'3,�i�Uz,�
P�'��z�+��+��Џ�LKR�薪o�,B2���y�1��࿜+H��J\�0��ԢN4b=Ts�ݢW��@rw�I�(O�Ϩ���,J���YdOG�
��+�sm������CdD܌���AM��&��q��’q��_�f���Q�uws�
_�������}�S6ĂGD
����P���/������Lu�#C
���E����`�g���E켋8>�`�]O$�_Jk�fgs��JKrTq�͝�&�
);�۷�XF�nT�3�!�7H�r�9B�b���Z���/��O7�lM���O�?-:�[����l;oI�zwb�9�K�-0�I����r�����uUJ�lwȝw�����[�&�6�`c`�����&��|L�8u�Ñ�H:G$��{�v���̾jߤ-h�6�'�,w`��ɻ�\��|jo����'j�G���w������k��C���K2�PK���0h�PK�!�R&Definitions/resource-Port-template.yml�SMo�0��W���� I/�mm�a��E��AKL*T�
��[wL�rJ0���2�����ٖ���?d�u)�m��×��9��	?�&�\n>���"g�o8��$����X��b�-���$b��(u/vJ�LL���`ݧ�RCB
vq�%�Js�ǔ!�Qil��I�#�(Б��VcV�t��j%^�챎�����Y�!֗�N7lv�>�i�2�'�U�ܽ�l�l���ֆ��9�P:[�;�;�R���\��s�Sf���#����>��K����{��Z<�?�2sh���~�W/���!	�u��j�JL�Ir�W�b�,j�A��d�V��92����"�n�ﶛ�����V����h��q��b�k�<�O�9^�a���k����X�ŕ>h�N�-�PK�jX�[ePK�!�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�`����M��=4-�M/EaP��&J�Z�r���Q�-%�M4(��!29��;����2�nr�r�-W�l�
^��uY���͑b3�̯
�4������@5��>=��&��[��^@r=��M,�IF�Y�\�Vه��j�]��˗�E�Lf��*��,�p�M���, ��(KZ���-TFŽ*����`��u��
��B��Y�׶��e{.�*��0ZҌ�2�������=^3ja���	�3L3UvN�ˌՔYLNJU�|�+�&�ミ?���{�*�+�뙧3�<��l>��cUd���{w��+m��*!�L-;![.������K�N��6����@��T���=/����x�U5�jR��R	�^T٥�&TJe�r�V�dgXwvs�һT���L����a��F������x�|�ժh���V#CE�P���g
�
�T����.��pػA�x�!��=p���駃��98\q���[��
M��O��s뎘��p�Z[̔$��{��ʸ>�*NO5+�*�A�s'	Iȼw�����LJ���<�4~k�J��r	�q�.5j���.0���li%��-����xc�^�Г�,1iDoԬ�E�:aR���m�Y�M���A���8j��k��R�.B0*��{���O����{#j�^wщ��DǏ�k]C�}�s
4Ok+06�����t�
VV�dѬ�"��p�5`�;^k0�?��X�i:���-ā����D��g�-D|�Г7t
/Y"��B��,{N7�.x(:����L"&�ܠ�'��O.���;��̾�$V�/�a�	C�4/��e���n'��/\y�@Nཫ\
�� m��GX��
��7�E|����PK��w1;KPK�!�REDefinitions/resource-BasicOnboardFnmekwNodesUbuntu18cvfc-template.yml�\Ks�8��W�=@��-���8��M��8����5Z������$ ���Q�R��4�~�QB��R����(L�#�����YU‚�O�W���^|(�.���e���c�C����?������s�V����K���n�fw�]�[g���UN��ko�����; ��l�n>��.k�y;�^n�8����0bG��ص?���3
#�&��IC�.�7G�=��x6��H����=���[,�҄�N��&���Xh����������>�_��?iHc&�HR�.�vc¡<�I�Ƅ�����Q����)N�Ï���c��+ݿK��Ǐ`5��'WP6�D,�ey���!���b��D$QX�|��a�e�fyASg����TQ��(��������,�
��q�T��j\9���t r{�Py���["0������NA�`�k��X�(3R�r:�G�H1���H1/������ڗc����]t��i[Yك�N�j-Ÿ~�`��X	�S���B��iK_�My�7�J����E�����=9,{xp���v�"h��wZ��A����\���m :�K������Y���TeFZ�0�%�(���RS�z�Ң��<~��H\�,ۂVc�>+L��:I��„��g�>�AH=�O��[����\�'Gt�T]������M1��R�KT��4�O�4��.����=��1��DdW�Tu�V���S9�(�Ϣ�!b��*�<)���WL��0���4f��n��s���(_��#B�@>��ʦi�ř	���]����.kP�7NuP�VجU��؞��Q��
�Vr��i5��Z�m14ۋ���e������Ae�Z�;f�K_�#�S��Wř�
k�cUf���4Ď�������2Ƌ�b`%��T���{�˧l���kZ9��y��,�{:b�� �9ޟh(V��`O�M�˥���7AsB�����G�|`2�>�N��GP�*E6]L����CGw��_������;��(y���I��,Ao�j����~���1M��<\�Ե���yL��DD�`���>l�6�W�v�KH�/q���2+���߮��J�j�ZՊa.,��R
Y�7���b�JN�7�����f?����gʲf��8���}ǽ���|Wt|�$lP+��,t�Y��B���#׭#�O���������}
�Q�p�P��`�05H��Xx���B�一�3�9;x�7�" u*�P��ϜNDo�]^b��b{y�����v�B�rN(������j�7qv��-t�n��^��	�w�p�����^��j��(`ed�/�[�5]$�Y�(Z�7�b�-���S��b�e�,��A�a�����U�"+�&�p�[y\��>�U�0�袆�x�Uĝ���G�i1�U\�ŧ�R�gO���k"�:��}U��f�.Z�[-���7����\�NeaF`����??���:��|�e���&�ǟqL���
�&B�\Y�߾|���>��}�o>�59���إcX�<�G+�`Y:u�d����tX|����Vޏ#F4@��C���?���n�qY�4�7$�v[�jwTӑ�˘1���y�>g�X��܇K�L̞c�lz_8e�Y&�({�g>��������e.�A#:h!�����t�# ˦:9�.B-�(Ⳅ�5^6K����Pc���m�!���r��C|?��\)���#�GħIk
��g�:��D��:
�}Uk!WJR�2=��~�?I�d%���'">�[%LK�F�<�s���J{���>�,§�	?���������YƬ��9���"#����;Wi�&�T%H���"����iw�6��=U�t�B��#�}F���GeO,:L�B@T$��"6Њ�򣴕˺�~���g�**,]pV5 �7eY����P}��(.F��rּ޹�����50���pS&i�.2"vO�aAr�dFȶ�e\�]�b�/�b)�C�l�̄Q[���-�H�X����P�6�m�0�S)�|U*����$efz�UrRf���$���FKV�VL=����sBq]2��vu�e3S	���S����-lt��끉`�TO�=�_;ʼ�m��Rq���.�������oŒZl����k8^�F�k�"C��Ճ+ҩDS��I�	���C69^fd#�`��Èm�V�a�J��j�T91S�R�6��1��%4�^2`}.R�oHV��w��7���;�0�dPf�,�=Umo�\��'�o͈It	��Mi��oR�3�Ɋ��� �fƆ�����LhA4K([��I�'sy��|��dCxƇ>|J�����_�)�}�?�xP�
�8���@��[���$=�KϷP�2HU�3e�q�c�����ò�t���Y+�5^�Ż��ռ�I��w>YQȉBr�̚k�庆�Q��HA�x�v�<Շ3ă9�����г�'?x^�H���)k�|�H���:��.lQ���k��C����|%N"�Z��.�j\�2���L��^�C��΁⃞`?'�}at_.<̰x��;�W��*�_B��:��j�ߗ�5o��ƻ].IaR�����П�?�����4`d��j2^/	��:>��k��+%m�:�������>���
�7��i��������z�?�@����g����Ӡկ��F�������n��/��Z*�$�U��S�I��րd��G����!�R�&w�g��Q�[���fM1�J���wB�^�������sx(Ђ�\
S3�{���;����'�����Ah��N��Ξ
[���9m�@.�e���:�5�x��?#���S7e6�Kl �6"cBd���`|Wܰ��"�o��J�|$Ӄ��v���Y.��n#��:��g�A���g	� ��o��E�	�LF`�̐��H�2p� XX�wV��XUkְ�CQ��;ςT�
�:
X���Zˆ��:�*�ݗ�0�2�u6
����Sx�.3_��~dS�s�����;k�i�3c��vo\K-j��SEv�ٱ�ϴ�zO_J���c�o����<�����N
C��@�N����l�\0�KI�]��W�c�p_�����k��^]����9R���/�c��H�.������uǸ�?#�]�J�ê6%���{V.���%�Y�� ��֣g�a��"`��u�H)�����4+i�:�Dꘝ:�0���U��yb؀!�7F^	�W�0�:xo��H-�SKc�Ё�z/�c�Ò.����a�:$H�IZ��""b:D�fL��*�)�3��e�[�r´;��mcn�za��*�q�6e����qf^z�9��]��q�%&b��{��������$���E�W�?�%d9��z}.�=tp��V��wp&����V�t�oϻ"�Ҽ,o@N��HAD�5L����OԪ:Y.eu� ����+L��8!Ngf�Ş����R����τ�g0��Y�f9�Y{�&�ԡ��D�j��1����:`h��|��ϙ��C.H0h�A3b�|��"`�T���4�]����F�x�l�$�+dÇ��2?\�=q����F�:�'�N����F�����#FC�����+�F!*�Q�g�~M��~��X.>	0Ւt�%q��ͯGH8����{24����{�"JfU�%%R��_���psa�R��m�1"�A�3n��wH�aӂ�3r�`�7N&�%\5�o"*�(����
^��t�4��|Z�>�,���t�
�U��_j����d�����S_��9n5��q�@#����Ao��p��E��i��$��>��6E#����=h��X�uB++��6�_PKon[��)}PK�!�RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK�!�RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK�!�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK�!�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK�!�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK�!�RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK�!�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK�!�RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����g�-�}c��]�d���g���_��4�}R���qN�$i��)���8N�a��C���������)���ϑ�I}+q����Y���ѹ������n�j̒�A�)?��5H��'gM�L̙E$ɶq>���sѝ�9�;?��2�)�tR6�a1*��yi��@ss7?q���s�:$�8��)�˒d~��o����0
�E^��Ȯ�QDv�픛e9lUG�ְ�E���.�'i7s|8~�G+?��He�C�x�1�B�l����f�:�d7Q�'��"M$_!���_�?�|�>=;�ߪ#+���$Z���9�#ȳ0X������W#�S� H!#�t/
Ԉh�	�M���u�5����^������6~�>.v�?��ix �q��O���;��0�r?�5:�8�m��4�]NL��`g�x^\D9[�~��!��w�fز�%$����!���_���ugig��)��QL[ڧ�Q:�|ugq�~���?I:�!6م�ā�=�M�CP;7��^>^��3�g��_�Pܑ�g�C�'�ܐ-�s)���
����#I�y�Q�Gm���F��'L<�N��;~Ww��X�7��K�'O���th?˳��SO|�5��������"�$UR��N��6�rv�*��=��O�(zN���FrǛ���9���5��f$��`0��I柜���w����B�D��ߔ������>�٢v�p}q����eh�
��Grڝ�j��7��ۊ�A)M���1�ː��!C]΍dڶd���xr�X�q�>�I��<-��ca5@Ԝcq`/���<��/��
Mq
ބ���=��Q�Ҭ��۾g��$Id���N�������)��=��P��w*�F��!��ټl��5iD#�އ)��@�1Y}���^���n�4ȷ���Z���?���oa����̲R��E��,;X��^j��y~������ϙGL;�S
N�P�Fp�H[	�TȘ^j„nc4���C1���N������z���Eer��hnO���F>��Z�d����]
�a�����g�4c�g�_{||f��C�l�n�,Q	�r�iq}>�ҿv�E����0Bh��ͫE�M�z�q�*aVo����yzp3o���^E�����ުm�\���`�!w���i%5���"�N-\��X�����mYRщ�v˘�}E=�4g\Z�q�Ϻp�%8��E�4u�Nf+�K`A�!�.ە�Z⋝j������XE�N�E
���	0d�h��e#)�f����F��IƘ�W��u�jjt}�^@�
�m�5�CV�����ڿ�M����Q.�m\iJm�����aAy�(�P����4!�rT�\��,���Э�qb�\�s�a�@�|�Z���+�b����o	cc��� [�}�w��?s�A������Ç'���4C��X��u���]��Y���/�&pБ�@1�
�.��T#	zܹ4�.�0�E�ݚm�4~
�Of�X��/N3At����Hxq_��F�54�i�jr	��#�$�Z�R���6�,6~�&Y	��f>P
:(��H�C�A��Y��E�E��Xh���
�߶>��ʼP�m\�+�2��q��t#�kg�QY4��-�<'��U��,�`M�A�r6����1Ÿ^sl[�?�_цI������;!_��XvYi�M,��h��I��	�+��M����$�L����Q`��@2p��Ww��$$�
U�Zك����������i忤5�ϔL�yK�(n#��莑��[�Z;��m�>�s�h��@{�Qu�!˸�!M�X�ŶKBF-���Y,�.�f�C��i��MmK%jP֎<�b\�D�.���`?��3����]�:Y���T&��J�_e3�"�����{>E$o���G�/K��x��FjbAp��Ţ�	��\������b~�|�����ɥ)vƒ��u��R����y@X������q!K3Jx�Q�����3*%G�Gѓi�Ϝ���aQP�3�L\0�a��l����v�I}�`ǐ���%	�C��Y����������m��OEu��Ix?���rL�V8bQ��f�3����|x�a��d�蟣v�>�F�8��+m�T�o��7m��[���Е�c�N����)ڀ�8}$�
�vA���hNҍ���@l�5\�;�󩩿�j�
�؋����3jR��Q�z��8ڀ[��r}��Z�S�����N����^'9Ay\��h �ː�H0�|�&�6�I��h�8$Rt���ԒI;��%�r��&���M�u�� *MU�G��iO�$7�ֈ5��v�E��W���[��4I���޵�HTV_�i {�Ǯ*ˠ�c�5jB�,ke�W���~��_D�W�N��@[�l��[hȝt���QbV,˙����h_Ұ��]q��Q�+5�̪�L�g����u��2�V�C��=l]f���Lr#q�	�z�<����c���Q͢��w�}��%�Byhd	�[4�`G6�P/ِ8�x��^Dk��Y��v����a(`�WH1/N�%�9�rCE�����#f)#��R�ft��.�b/���_�N���%8(�ej��O���H�����C�&S���ɼb��A,��y`�-�:�Ⱦ�[��5��h���K��"�YY�Ѥ�X(���z���b�ɋy`�8;k�+4Wf.�*4=���*���rWq�.��\���p4ts8�kH
?�@}X�,NwPՠq)^)����J�цf$+F�bnX0S%�l��,�2�i�~��E7{m]'Rg;��hABj^C���2I��\�h�c%�4�h�O�{i&K����e.�x�'
,�+���FQW�~�S��F1[����.ܐs�8֥��2Ȑ�3L��5�b� ���)z��-z�h�"��LA0�9m%��lF����򑀌8�.��0ݣ��r�b�Z�\5�	~��J�%ׯWۚ�"Ղ�.\��j2u9�j���Ev}�y������r�6~㸻R�(M%�UUm��e:���NV�������v-5���!B�g���ɶ��P~Y]B���(l@���B��?+���>�Oc��jG��ԑ{��E�mФj�Tu�����*V��-�)J`��*�cU���kˊ��4��^�X!�NB��r�G�u���h�b]\Z�E����I��h`��݅�"�jIɅ��
���܌o�@f���	��bU�XFV��q
��*�H���i��33B�VB2c�3㱒��p����,A�2k�~i��S�3��i��}�K�I.�|*jW�	eY��C*K]B��Q��J�o��'��}Jд�YhX{�o��P����H���3Y�(O}f�9-}���`�.R�G
�D_'F}�d����*�Ku����f%�m�:�`�'qM4��
�ڡ�[�y�
�����hUQ5=�cW>����ϥ�O�.��^�S�E�_�d�cd���$�E�$"������E!��c݅q���3BC�H�$���}c�ΐ�A�@*�c�������
�!���Qȡ�4N���<�q�=[\���ܓ��N�C��'M���
-��5e�����U6m*��[�����:�/B�p_���,��#�^j�7e�4�?����5F�D�̈(@wA��o��ӪԙƤ
�3TE��T1g���Dg�7���R���z��q����I.Bo�#2�+���}���N�$�x��E��U��2�����_ߛ����sgFNV������—u�Օ���;R
����#K��a�AτK���Ǿ����#U͆�^�+���F�c�<��[��+���c'!�Wz�FoͪtY�7#{��w��
`�I)���}-�_��������Ү���a���Ϝ��_)��4U��[�n °��8�0M���������(����O�d�$F�P#uj��7:aE�2�%is{9U��̹�s�z�p����a-���j���/|:�`} ��v�"\��}8D;rp�8���
^��'tԂ]J�?�XM=�Yz~_+9� �ύ2B�s�:B[�az܂����������G|5����&_	+|��a��C��4&��T����P�����9����p��̚�}�]���1�
��I��xE�2J�v����Lyz����y�I#1l�R�7,�
�E�jB;8�>�w>�w��;����������������� s��-��ϥF�Mt�$<B�wg�?i3}��MZD�w� ~v$�$�Ǚ97Qx�H���<�*
!��մ����yi������aMa�no�N�j�b�^]�]��
lɣK��:�2Nש���q'�̜߀�PH��s�/Dg*c�:*286�'�#DoYim�0�����YB��5�� �Sb
��|�3~,,5u�^Iv��r�Q��XZ�p�*x�c�P�y�X���eU����D��5��������B�}��Bdo���JA��Jo���JA������y�JA?w)hk�$�eI�eI�j�[��[��[�����?�Z��%]sR�=�[�93Yل”#�-j�S
�U��~+��V�{��ܯ�T�W�����>\�����3�VyQՇ����/Ţ�"Nɓ�j'���Ԕ7�y��V�v>{�m���U�]�Ř�],N���}�X9R����\�
�"�g��[-(��Q��W�ֿz��ׯ����[�l�U�f�Fl����;�x{�_}����*_��f��3�(96@��
����h�	��e{����b�2̣&+�1%X]�N����?� �蹚����6%���+e�z��,�}��2��b��mҲC�FD�bf4G������p��]��1�DU0�(# "���n�M��>j�l�bͫ��7���_2.Jp�O�N��*������/,$�,�XgE)%�U�W&���u���k����
�Nfx�e��aNh ,��g]�i�H=��H�/ŷx��^}L�D�cND���$�-A�vQ >���Z�_f�P4BwJ�Y
�z�5Ƃ߻'O���W�(����Hi)"�_t��]_	Iz�
f�gz���-q~�,�B���8
-�;�Z:��T�h�#�����<�e�u��:|�'L�SR��7PZ�� ��cOְ�8u�*�U��e;�����HV�3ŒI@�
L�~��7éBXM�X�8���B�H��(P�τA���C^}~.�_����@�.��.�H�N ���U��l�*k�F\��C�����O�Pz�9�Vdf��E-R&�V��uDyE9G���ǁټoÉKBrp�ձ�i��ʢԕ��[�Ժs��c�ઘ��o���y�ՀQ&MJ�dNw>2�(��iG�M�L�m�7D��%6�'߂�N�Kd,��3�'�e�fCѥA�RD��=�&�e��dv�	�eB��GNJa	^��N]����F���*��.�6�Xk>��0;L^s�ݾA��� x.̀�y1!������r�3!,V+�o�HX��O9�z�wl����nu�rV�讥��H�dhu'm�s�U�|~C؀u��f(���|v�|�n�ċ�ϵ;��l�0�Ŕ��b�m'�t��ܑ�׻zxY��i�٪_bԟ[�g��-�<��؈�\a�|���Pe���v�_��X�!�RS��B�fp������=��h!S,�{�%��+�'l�*D+V��Y�����;�6jxg[�r ���W�g'��ʰ�"o*���*�߬���X7�w�F`��T�$!KA�}��&��qHKP=��pN}@f����W�vg�n�n7��
���<��t'f�����|(i��NJ
���*�Jh���F0C�)[�D����BSh�)�t��6��@�'��J�m���n~R�
/x��ٻ��0�$�-�&���.�_�x	���Z{C��Y[y�49f#(�y(fd4�G0�]����s!ʅU�`�)�IW�i[��kR����{G��`@,ظݓg�:k��x_
��V���\��I'��5�YC��t�ó��;
L�͠E|����
O?Jp�Ldiݐ7��:�u���wV�:$Ѧfj۰m�#:�ݴ���V���ہ�]��ޟr�����YU�/1k`��^�c
l4h�
��=����ܜi!݅�ZB���v7���;TeF��@��^ί�
ʞ%��(�ix���ܺ��e�W�41K�z+��b=PyH����4���
�ZU.w�ِ���w�%������i�`�E�	�ͮ@Y�/�Q����� .x��g�r�ルi�A�����q[�� ��%�R�m���T������d�	xg�j���I���|}�p!�M�e#j�g�������ebD^ ��O�����n�ś��DY�"Ey��&`N�VG��� e���l�X��GZ����Ϡ�u)��8|�@Y��Ȥw9$N�~#�H{�6�o���8��K!n�rGm#�K�>P���t�����%�
A&��!O�3��g����X�/@�ɀ��넾T>`��d C�$%�h�>��_c����5e<'��~q��F�W|\{����?z
,S��"�GW
(]�ݕ�k�Z�)Ú��c/k��w�.��CEK����v|~]��'�T��r�r�
=Vs��Q�F�A�f�
��O]q��qgW�v�w��R���t�/T�'�u�P���0c$��a�A��j��Uq\�$��5?�[�����*>zJ�H7ŬE�v��o�E����?.��ie�@&��V2ѹ���8�Cf�8�˒��26h�E�rU��Q尔�E"D퍫:p����邞0��fP��^g�'�Iy�#}���l�"�Y�����u�	�0q�������p<��w�d!��=f,F���B����'7Ȇ�R��$��遲Tqf`����(!}H!�9'�@Y0�|s-f����\W������7�~:����݂��U�C������O��\�j���奇8�$7dX��F��x>v�Kz+�ܪ�	\��GM;*c^
PW�h��B�T��4�o�q��/����J�C~9B���9V�2�W����\M��=���<ۢU/����DیgM&�Rg�V�����c�m����h6�]���vD�R�hK�����6�cw{\���U�^�~��k�5o"QX
���zQ�\q�,�#՜�pgIPG�w.-@Co��ŶpEZ0Wt��v�KV�ŘXy���
�:	��U�Y�tƥ$��mj��2�(�,Z���J�x0�Pd独Մ��%���Z�8���
G5���zT�c�nb%a�;��o��=�NG�g].F
���u�D�f�>�fZ;�V0����"���o�)U�G����-S��@���֘_��ǩ��`��n���
���ܚ6ke�O��JQ>5ܾKPd�j(M�����x[�V�`�&�������<�u�#���Fr�IF�3V�ix6�F��j)��m`�ԧ��V�]h>��TR�C�����1yE��)m��K�:�m���9�h(��C6Ҋar�5BR��J�L��K1W���*ˡ1�>��!^g��N�b��ݠOUO豻�@/$Qf�3t�����r�w�E�hv��4���U����n��I�w�a�[�S�j��-ێ�\p��.�-�,3�w|6��Z��K1�W�܊�\��1U+g�eunڪ��&��b3W�9h20�����#u*�ipC�m2�i��K�����yhpni���*5��	XQ.�DU�b�ݹg	;>՗˲i88�lv��cT�X�Z��D�Z�-��Xo��-Ϻ�J����&"�J����~i��y��!l]�*x�T&�&T�����^�'$�}�R���ʹqM�E>�Çu���ڟU�
�o�f�����u%���,Qz�mt���f��Dv	���1���D���>�^Yz����GQ�̕��T�x���wR�P����z�}k�e^�c3-��x�56�6���kڥ6������*k[l�G�ë=_�}����Vؓ���)�C���x������Qƛ�2!f+*G�[��[�ɯq�'��e�?�d�ֲ=�c�V�/�b.a�"����D�}|Ɔ�@g�7�����-η�=����O�'̬�������1#��a;��5�������4�‚T�'H�4w��߃���.&	��r������y�yJ��e��/X
[���#9��B����:��֍z�d����/b&���sI��c�ʷúW>��G��ɐiY��zGIj�NF[�w4�'�?�����مX��@��fE�-�k0(�4��m�X��y׋E�v�m��,aG�Q�Z��`� &
Sx[xR�b1�6�0�*�������E�>ͻ��\K����p(�l/V�Ij�iv�S�����i,��{)���^K��۷Rh���R$���Ba�㽒�=a����
�a�D�H�� �Xd.�Q���g�J�`�qx�Ѩ�b	8)��K_8dž�s-���2)���b�^�4�jr�$W�>����=E#�9�$�� �?Z?�#�m�p���}���[������K�=K\���S���2b�V��������+�kq������	r�1�3��;����x<ǣ@ �0,Ty)��^�
*hY"�!�Z���ЋU�0Yd��Q]dB����(<ЬuZ4믨ѕf۸We��tQ�u0�O���`gg~����`i���=!\��–	VZ�-�A@�l�ȸ���ZZ�ݟ�_̕O7w�s����ŝ���/���!X3\��M��gzA+��x�Qv�@Yu�b�d�R+/br� �)���0������� nql�-����i���nq�l��x"n�ǖ	V��=p�nQ*����q499������c�+�k�`j��D�R��2��G���ש��"?a���i����U����}��͌l�I=���l��hŊ�"�}��%��"t�b�JLQ�a*�ŋ
2d���#��ź�ٗ�N��@e�l��Y�Q%��m��,U����G���ӱ�i�����]�!`���lȎ�*�o��MT%~fp�	�G��8vV=*�AߺX�����~^�+����1�_�Z�*��uF ZIU5�/o��R��|a\ז�Q��/�ˢG�nԍ�Ǡ�h�;�#胍 ���.���˘S���S5
�W(��������6_�BPi`���t�(aCU�hI�3`���D������*0:/,����ڹ�K3g��#ax���x��̾`MH�G�:�Ce)� a�[i�2E�=���T�#�u>�!�Q���Jit_�eI��9�d�����⼏�:Pj{=WQ�M�/*I��H���K���L��&Ir��$��sJ���Q��2Ir�=K��J�������0ZM�:2��&��46L�&6�;x��T��ඎ@MQj@TF�/Y��-Q�-Q~�Dy��i&h�ҳ���Dm>�.�t'Ve���i*~\��X�yћ)�e�ʼn�sOG-�:8j��!���v���O��x��*rJg�n���PK5n���/�tPK�!�RJArtifacts/Informational/OTHER/VSP_basic_onboard_FnmeKw_VSP_Information.txt���o�0ǟ���7ie��1)R5u0TZ�0M�q.pjbg����9v !)���>���s�{V���0JtoKs�9K1��i�k)B�T���wk��Ё#�\QfH
(PDR����1��)��8��t��%��]:sT���v>���aCfp#�>�Z��wco�q�ǎ�N��V���LF���j���(����#�$i��Ym@�0Ffrۂ��yvȼq���f��U�BJ��s�K#�X��00�|�gg�;���8sx�?9)���Dc��7.bI��M��$`2�T'Q�$��YP�};�p|S��
��u1�C���n��{͆��C]��tl�
ߖ�Fs�Y{5�S'�W�xb��Y��0�i�����p���n����S��"��s.�4��t��w������p���̶|����1qS�7�;����-��>���ʱ�~=��z���C/�C��^��"�PK���DH�PK�!�R,Artifacts/Deployment/HEAT/base_ubuntu18.yaml�Wmo�6��_qk�`/��]Q�C�"m�bK�E�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B�<��?	&?���F	�Xe��
�a�+!A���"�|���TL�w)̥�w�/oF#�5�В�hpWhy�-�B��lUA�|�rB;$�])��X-�?H���Q9�?j��a�
�3&���/��K^€ҲI��9�dR�x��*�0�%\m�t�����6�g�D��*%�ϙ�����[��q�[����>C(\�]�c����A���<�&�<��Gp_z`Odr^��+�?4�h�b�nq��즘�"�u	��5�gNS����R����]�M��¥d_������l�$��2�T�="��)����%�'}
�櫋��>��$��bI1�-%_��~x5���]����_-s5��V�+���;�������#��l����i���F���Q��˧[/��j+*u�������ľڬ����
�$�q\˒G�o���B���9�4�p7���@6���Y�3n�:���o�S��gXPUz������B:�
rը��|��Foޝ���%2�E�9�7��V��2Z�[hY�N����*"��a�:�@�[%���Z��'�,�y.4=Y&�?j��3IQ��sq�d����3%+�{"��:���nC����3~��ξغ�3��g+����e2�ߛ���;�{��Ӷ��;V�^�m�:��|�go+�N:>^�Z��VN���q�2���i{a���p�]8yHq[��M�H���7�6��0~��)?X��k��e
���
VG��c���6e�����QC��zM��ܭ���Y{��5D��ˇ*q�^?O�B����g�9�{�5wm��D�\<-����iWv�����ζ��N�:���������0-;ہ3�
m\ht��*4w���n�d���Je�xۏ��K�x�T
;����G��B�ߘ�t�ʼnW98�����~ʻ��yAk �n��-Ʒ�8��CDpz�>&�B-4O��a���PM�4rc� �����T�KkiT�!�,�٘���2�*��5�mP�	h4�vL���XA�a�_��z��d��?��Y�W����!]�؁���
M,1�?��I,?��R�R��1a��p!�q��y��p��,M��3��\V�x���+�i9*ni�|�p3�	�J����Xi�����u-,�brSh���U���ZU�q�<�	��Q�v%&ETp�59��&���={�[�$w���F;|�&=�������`@U&_�_7�-+�V�鋐:5�j��Dy�������ؐF�PK��
'V�PK�!�R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+%M���d�{KkA��0��c�9I3%G䎆$a9<�p�W�zX����Q�Zi3��"���d��wB?���(�Definitions/resource-BasicOnboardFnmekw-template-interface.ymlPK�!�R
���(�Definitions/resource-Extcp2-template.ymlPK�!�R|}E�,EDefinitions/resource-Novaserver-template.ymlPK�!�R_rHJ�Y/�$Definitions/resource-Securityrules-template.ymlPK�!�Rz�JL�
.�'Definitions/resource-Extneutroncp-template.ymlPK�!�R*�A��pLE,Definitions/resource-BasiconboardfnmekwComputeNodesHeatUbuntu18-template.ymlPK�!�Rܔ���
)h.Definitions/resource-Compute-template.ymlPK�!�R���0h�,`2Definitions/resource-Globalport-template.ymlPK�!�R�jX�[e&"7Definitions/resource-Port-template.ymlPK�!�R��w1;K/�9Definitions/resource-Globalcompute-template.ymlPK�!�Rj��I�OEi>Definitions/resource-BasicOnboardFnmekwNodesUbuntu18cvfc-template.ymlPK�!�Ron[��)}O%KDefinitions/resource-BasicOnboardFnmekwNodesUbuntu18cvfc-template-interface.ymlPK�!�R+�@j5��]TDefinitions/data.ymlPK�!�R�'}8	�Definitions/groups.ymlPK�!�R0?��@@ʐDefinitions/policies.ymlPK�!�R���C&P�Definitions/annotations.ymlPK�!�R�������Definitions/relationships.ymlPK�!�R2ea�
ʦDefinitions/artifacts.ymlPK�!�R�H�v~(�Definitions/capabilities.ymlPK�!�R8��մDefinitions/interfaces.ymlPK�!�R5n���/�tιDefinitions/nodes.ymlPK�!�R���DH�J�Artifacts/Informational/OTHER/VSP_basic_onboard_FnmeKw_VSP_Information.txtPK�!�R��
'V�,��Artifacts/Deployment/HEAT/base_ubuntu18.yamlPK�!�Rd�E�}�<w�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK�!�R�Z��4^�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK�	P�
2021-04-11T04:14:25.167Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-11T04:14:25.174Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|INFO|500||InvokeReturn
2021-04-11T04:14:25.182Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-11T04:14:25.183Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-04-11T04:14:25.183Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||VFCustomizationUUID= b78140e1-3459-4384-b411-8b9f6ab7d386
2021-04-11T04:14:25.183Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b78140e1-3459-4384-b411-8b9f6ab7d386 matches Tosca VF Customization UUID: b78140e1-3459-4384-b411-8b9f6ab7d386
2021-04-11T04:14:25.183Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||vfCustomizationUUID: b78140e1-3459-4384-b411-8b9f6ab7d386  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-11T04:14:25.191Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:25.191Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:25.193Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||resource request for resource customization id b78140e1-3459-4384-b411-8b9f6ab7d386: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-04-11T04:14:25.193Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67ee954a
2021-04-11T04:14:25.193Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:25.193Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-11T04:14:25.194Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c59f0269-e5fb-4136-8b5a-b2a9e25afe43
2021-04-11T04:14:25.195Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c59f0269-e5fb-4136-8b5a-b2a9e25afe43
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-11T04:14:25.208Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:25.208Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:25.209Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:14:25.209Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:25.210Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:25.210Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:14:25.210Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:25.210Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is not matching search criteria
2021-04-11T04:14:25.211Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-11T04:14:25.211Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-11T04:14:25.211Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=39916299-4702-464a-8819-7126d9afb9ad
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-11T04:14:25.229Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:25.230Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:25.230Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:14:25.230Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:25.231Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:25.231Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0] matching following query criteria: sdcType=VF, customizationUUID=b78140e1-3459-4384-b411-8b9f6ab7d386
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:14:25.235Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:25.235Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:25.235Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6b2d2d8d-4361-467a-b64c-6b06414af399: basic_onboard_FnmeKw
2021-04-11T04:14:25.236Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:25.236Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:25.236Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:25.236Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:25.236Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:25.236Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:25.237Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:25.237Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:25.237Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:14:25.237Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:25.237Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Saving Service: basic_onboard_FnmeKw 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:14:25.486Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_FnmeKw 981838d4-1069-495f-89db-2b86fb946b36 1 ASDC deployResourceStructure
2021-04-11T04:14:25.487Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json ASDC sendASDCNotification
2021-04-11T04:14:25.487Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json
2021-04-11T04:14:25.487Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:14:25.487Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:25.489Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:25.489Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114465487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:14:25.589Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:25.590Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:25.590Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:25.606Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:25.606Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:26.490Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-11T04:14:26.491Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml
2021-04-11T04:14:26.491Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:14:26.491Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:26.493Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:26.493Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114466490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-11T04:14:26.593Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:26.594Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:26.594Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:26.603Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:26.604Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:27.494Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-11T04:14:27.494Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env
2021-04-11T04:14:27.495Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:14:27.495Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:27.497Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:27.497Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114467494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-11T04:14:27.597Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:27.598Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:27.598Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:27.703Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:27.704Z||pool-17-thread-1|||||INFO|500||cambria reply ok (107 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:28.498Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar ASDC sendASDCNotification
2021-04-11T04:14:28.499Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:28.499Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:14:28.499Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:28.501Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:28.501Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114468498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:14:28.601Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:28.603Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:28.603Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:28.614Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:14:28.614Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:14:29.502Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:14:29.523Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:14:29.526Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:14:29.526Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:14:29.535Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:14:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T04:14:59.535Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:14:59.624Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:14:59.628Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:14:59.628Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:14:59.628Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:15:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:15:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:15:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:15:01.094Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:15:01.095Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:15:01.095Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "aai-ml",
  "timestamp": 1618114436979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:15:01.096Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:15:29.629Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:15:29.638Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:15:29.641Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:15:29.641Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:15:29.641Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:15:59.641Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:15:59.651Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:15:59.654Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:15:59.654Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:15:59.654Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:16:01.072Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:16:01.073Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:16:01.073Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:16:01.100Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:16:01.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114439875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.107Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.108Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.108Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "dcae-sch",
  "timestamp": 1618114442109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.108Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.108Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "aai-ml",
  "timestamp": 1618114436979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.108Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.108Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "cds",
  "timestamp": 1618114446188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.109Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.109Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.109Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114446424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.109Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.109Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.109Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114439875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.109Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.109Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.109Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.109Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.109Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.109Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "dcae-sch",
  "timestamp": 1618114442109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.110Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.110Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.110Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "aai-ml",
  "timestamp": 1618114436979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.110Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.110Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.110Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "cds",
  "timestamp": 1618114446188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.110Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.110Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.110Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114446424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.110Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.134Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.135Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114439875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.135Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.135Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.135Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.135Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.136Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.136Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "dcae-sch",
  "timestamp": 1618114442109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.136Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.137Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.137Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "aai-ml",
  "timestamp": 1618114436979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.137Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.137Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.137Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "cds",
  "timestamp": 1618114446188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.137Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.137Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.138Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "policy-id",
  "timestamp": 1618114448289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.138Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.138Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.138Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114446424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.138Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.138Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.138Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.139Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.139Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.139Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114439875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.139Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.139Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.139Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "dcae-sch",
  "timestamp": 1618114442109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.140Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.140Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.140Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "aai-ml",
  "timestamp": 1618114436979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.140Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.140Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.140Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "cds",
  "timestamp": 1618114446188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.141Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.141Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.141Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "policy-id",
  "timestamp": 1618114448289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.141Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.141Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.141Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114446424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.141Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.141Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.142Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.142Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.142Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.142Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114439875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.142Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.142Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.142Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "dcae-sch",
  "timestamp": 1618114442109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.142Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.143Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.143Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "aai-ml",
  "timestamp": 1618114436979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.143Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.143Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.143Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "cds",
  "timestamp": 1618114446188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.143Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.143Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.143Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "policy-id",
  "timestamp": 1618114448289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.144Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.144Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.144Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114446424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.144Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.144Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.144Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114441069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.144Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.145Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.145Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114439875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.145Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.145Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.145Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "dcae-sch",
  "timestamp": 1618114442109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.145Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.145Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.145Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "cds",
  "timestamp": 1618114446188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.146Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.146Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.146Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "aai-ml",
  "timestamp": 1618114436979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.146Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.146Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.146Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "policy-id",
  "timestamp": 1618114448289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.146Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.147Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.147Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114446424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.147Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.147Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.147Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "cds",
  "timestamp": 1618114446188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.147Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.147Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.147Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "policy-id",
  "timestamp": 1618114448289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.148Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.148Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.148Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114446424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.148Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.148Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.148Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114453480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.148Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.149Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.149Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "aai-ml",
  "timestamp": 1618114453570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.149Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.149Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.149Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "policy-id",
  "timestamp": 1618114448289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.149Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.149Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.150Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114454199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.150Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.150Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.150Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "cds",
  "timestamp": 1618114454509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.150Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.150Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.150Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114454876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.151Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.151Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.151Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "policy-id",
  "timestamp": 1618114448289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.151Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.151Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.151Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114455286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.151Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.151Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.152Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "cds",
  "timestamp": 1618114455528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:16:01.159Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
2021-04-11T04:16:01.159Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:16:01.227Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.227Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114454978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.227Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.227Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.227Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114454978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.228Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.228Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.228Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114456767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.228Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.228Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.228Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "policy-id",
  "timestamp": 1618114456813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.228Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.228Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.228Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114457072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.228Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.228Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.228Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114454978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.229Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.229Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.229Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "policy-id",
  "timestamp": 1618114457840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:16:01.229Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.229Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.229Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114458081,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:16:01.235Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
2021-04-11T04:16:01.235Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:16:01.319Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.319Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114454978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.320Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.320Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.320Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114458666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.320Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.320Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.320Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114458791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.320Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.320Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.321Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "policy-id",
  "timestamp": 1618114458844,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:16:01.327Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
2021-04-11T04:16:01.328Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:16:01.336Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.337Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114459090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:16:01.337Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.337Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.337Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114454978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.337Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.338Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.338Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114459672,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:16:01.343Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
2021-04-11T04:16:01.343Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:16:01.349Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.349Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114460598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.350Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.350Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.350Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114460677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:16:01.350Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.350Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.350Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114454978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.350Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.350Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.350Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114454978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.350Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "clamp",
  "timestamp": 1618114461451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.351Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114462264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.351Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "clamp",
  "timestamp": 1618114461451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.351Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.351Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114463387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.351Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.351Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "clamp",
  "timestamp": 1618114461451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114463589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "clamp",
  "timestamp": 1618114461451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.352Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114463589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.352Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.352Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.353Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114465487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.353Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.353Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.353Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114465487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:16:01.353Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.353Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.353Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "aai-ml",
  "timestamp": 1618114465783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:16:01.353Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.353Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.354Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "clamp",
  "timestamp": 1618114461451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.354Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.354Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.354Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114463589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.354Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.354Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.354Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114466490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-11T04:16:01.354Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.354Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.354Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "aai-ml",
  "timestamp": 1618114466821,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:16:01.359Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
2021-04-11T04:16:01.359Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:16:01.369Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.369Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114467076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.369Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.369Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.369Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "clamp",
  "timestamp": 1618114461451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.370Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.370Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.370Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114463589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.370Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.370Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.370Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114467494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-11T04:16:01.370Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.370Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.370Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "clamp",
  "timestamp": 1618114461451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.371Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.371Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.371Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114468224,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:16:01.376Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
2021-04-11T04:16:01.376Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:16:01.382Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.382Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114463589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.382Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.382Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.382Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114468498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:16:01.382Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.382Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.383Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114469230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:16:01.383Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.383Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.383Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114463589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:16:01.383Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.383Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.383Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114463589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:16:01.383Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:16:01.383Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.383Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114471702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.383Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.384Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.384Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114475557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:16:01.384Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.384Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.384Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "clamp",
  "timestamp": 1618114475735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:16:01.384Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.384Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.384Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114476564,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:16:01.388Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
2021-04-11T04:16:01.388Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:16:01.398Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.398Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "clamp",
  "timestamp": 1618114476903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:16:01.398Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:16:01.398Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:16:01.398Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "clamp",
  "timestamp": 1618114477907,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:16:01.403Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
2021-04-11T04:16:01.403Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:16:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.70.181
2021-04-11T04:16:29.655Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:16:29.665Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:16:29.668Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:16:29.668Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-11T04:16:29.668Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-11T04:16:29.669Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-11T04:16:29.669Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:16:29.735Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:16:29.735Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:16:29.735Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:16:29.735Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:16:29.735Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:16:29.736Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:16:29.743Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-11T04:16:59.744Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-11T04:16:59.751Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a and serviceModelVersionId: 6b2d2d8d-4361-467a-b64c-6b06414af399
2021-04-11T04:16:59.752Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b12b4212-19f4-4826-a1b6-e22cda74b469
2021-04-11T04:17:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:17:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:17:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:01.093Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:01.095Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.095Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114546421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.095Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.096Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.096Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "dcae-sch",
  "timestamp": 1618114542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.096Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.096Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.096Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "cds",
  "timestamp": 1618114551188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.096Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.096Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.096Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "policy-id",
  "timestamp": 1618114548289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.096Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.096Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.096Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "clamp",
  "timestamp": 1618114551451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.096Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114546421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "dcae-sch",
  "timestamp": 1618114542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "cds",
  "timestamp": 1618114551188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "policy-id",
  "timestamp": 1618114548289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.097Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "clamp",
  "timestamp": 1618114551451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:17:01.098Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.098Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.098Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114546421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:17:01.098Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.098Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.098Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "dcae-sch",
  "timestamp": 1618114542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.098Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.098Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.098Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "cds",
  "timestamp": 1618114551188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.098Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.098Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "policy-id",
  "timestamp": 1618114548289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:17:01.099Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.099Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "clamp",
  "timestamp": 1618114551451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.099Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.099Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114553589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.100Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.100Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.100Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114546421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.100Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.100Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.100Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "dcae-sch",
  "timestamp": 1618114542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.100Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.101Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.101Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "cds",
  "timestamp": 1618114551188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.101Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.101Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.101Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "policy-id",
  "timestamp": 1618114548289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.101Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.101Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.101Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "clamp",
  "timestamp": 1618114551451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.101Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.101Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.101Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114553589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.102Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.102Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.102Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114554978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.102Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.102Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.102Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114546421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-11T04:17:01.102Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.102Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.102Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "dcae-sch",
  "timestamp": 1618114542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.102Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.102Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.102Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "cds",
  "timestamp": 1618114551188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.103Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.103Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.103Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "policy-id",
  "timestamp": 1618114548289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.103Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.103Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.103Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "clamp",
  "timestamp": 1618114551451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.103Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.103Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.103Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114553589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.103Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.104Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.104Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114554978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:17:01.104Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.104Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.104Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114546421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.104Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.104Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.104Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "dcae-sch",
  "timestamp": 1618114542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.104Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.104Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.104Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "cds",
  "timestamp": 1618114551188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.104Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.105Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "policy-id",
  "timestamp": 1618114548289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.105Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.105Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "clamp",
  "timestamp": 1618114551451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.105Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.105Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114553589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.105Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.105Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114554978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:17:01.105Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "aai-ml",
  "timestamp": 1618114556979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114546421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:17:01.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "dcae-sch",
  "timestamp": 1618114542109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "cds",
  "timestamp": 1618114551188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:17:01.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "policy-id",
  "timestamp": 1618114548289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:17:01.107Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "clamp",
  "timestamp": 1618114551451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:17:01.107Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114553589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.107Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114554978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.107Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "aai-ml",
  "timestamp": 1618114556979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.108Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.108Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114559124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:17:01.108Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:17:01.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.108Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114553589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.108Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.108Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "cds",
  "timestamp": 1618114559259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:17:01.108Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:17:01.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.108Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "policy-id",
  "timestamp": 1618114559382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:17:01.108Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:17:01.109Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.109Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114554978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-11T04:17:01.109Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.109Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.109Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "aai-ml",
  "timestamp": 1618114556979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.109Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.109Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.109Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114553589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:17:01.109Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.109Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.109Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "cds",
  "timestamp": 1618114560267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:17:01.145Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of efc56284-6e4c-4fe5-88d0-18864c337f96
2021-04-11T04:17:01.145Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId efc56284-6e4c-4fe5-88d0-18864c337f96 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:17:01.154Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.154Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "policy-id",
  "timestamp": 1618114560436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:17:01.154Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:17:01.154Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.155Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114559875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.155Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.155Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.155Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114554978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.155Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.155Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.155Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "aai-ml",
  "timestamp": 1618114556979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:01.155Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:17:01.155Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:17:01.155Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114560818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:17:01.155Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:17:06.542Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b12b4212-19f4-4826-a1b6-e22cda74b469/model-vers/model-ver/6b2d2d8d-4361-467a-b64c-6b06414af399?depth=0
2021-04-11T04:17:06.629Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-11T04:17:07.089Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b12b4212-19f4-4826-a1b6-e22cda74b469/model-vers/model-ver/6b2d2d8d-4361-467a-b64c-6b06414af399?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-11T04:17:07.090Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b12b4212-19f4-4826-a1b6-e22cda74b469/model-vers/model-ver/6b2d2d8d-4361-467a-b64c-6b06414af399?depth=0|INFO|500||Invoke
2021-04-11T04:17:07.139Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b12b4212-19f4-4826-a1b6-e22cda74b469/model-vers/model-ver/6b2d2d8d-4361-467a-b64c-6b06414af399?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-11T04:17:07.403Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b12b4212-19f4-4826-a1b6-e22cda74b469/model-vers/model-ver/6b2d2d8d-4361-467a-b64c-6b06414af399?depth=0|INFO|500||InvokeReturn
2021-04-11T04:17:07.404Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b12b4212-19f4-4826-a1b6-e22cda74b469/model-vers/model-ver/6b2d2d8d-4361-467a-b64c-6b06414af399?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210411-04:17:07:148-15708], vertex-id=[167992], Content-Length=[0], Date=[Sun, 11 Apr 2021 04:17:07 GMT], Content-Type=[application/json]}
2021-04-11T04:17:07.404Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-04-11T04:17:07.407Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-11T04:17:07.407Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:17:07.411Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-11T04:17:07.412Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61cb8dbb-d2ff-4399-91b9-7d28eb89c45a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-11T04:17:07.412Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-11T04:17:07.413Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:07.415Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:07.415Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114627412,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:17:07.515Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:07.516Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:07.516Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:07.525Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:07.526Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-11T04:17:08.430Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:17:08.431Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:17:08.431Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:12.764Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:12.765Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-11T04:17:12.765Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"efc56284-6e4c-4fe5-88d0-18864c337f96","serviceName":"vFW 2021-04-11 04-14-08","serviceVersion":"1.0","serviceUUID":"73d9f040-d818-4fc0-84fe-0489cbaf145e","serviceDescription":"catalog service description","serviceInvariantUUID":"9d9dccfd-5372-4bdd-b522-26087cfae856","resources":[{"resourceInstanceName":"vFW a8d162c4-33d9 0","resourceName":"vFW a8d162c4-33d9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fd2a8c76-34ef-49d0-a3f8-8eea30a79810","resourceInvariantUUID":"6a0fc575-7c29-47a2-9f17-f353b2763ab9","resourceCustomizationUUID":"3d8acdf2-869e-47f4-a763-f31df5d43299","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vf-license-model.xml","artifactChecksum":"MzJmMjVjMTc4Yzc4MzJjOWUxNGNmZjk5YTYwODUyOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4489d50-4f5b-43f9-ae77-635eb9938545","artifactVersion":"1"},{"artifactName":"vfwa8d162c433d90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json","artifactChecksum":"YmMwM2E5MjZiMzc0MzMwMjNmZmQwYmZhNWE5M2MwOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9029760c-48b8-4aba-94cb-39b3855df9e5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"335ed30b-f25d-419c-b96d-e16ed9f39983","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vendor-license-model.xml","artifactChecksum":"N2RjOTBhZTdjYTBlZWYyYTcyMmEyZDNmMWExOGI5MmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c6027660-3194-4c34-b479-be561f593c2b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70aa55ad-504b-4bb8-9989-9523552a4ca8","artifactVersion":"2","generatedFromUUID":"335ed30b-f25d-419c-b96d-e16ed9f39983"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210411041408-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-template.yml","artifactChecksum":"MDA3MWY2NWQxZTAxNWFlOTIzNDIyYzdjN2FjZjYwNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"494b3e15-0215-4824-be07-a64de465488e","artifactVersion":"1"},{"artifactName":"service-Vfw20210411041408-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar","artifactChecksum":"MGJlZmMwNThmMWJjOTczMGYyMWJhNTk5NGM0NTg5MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b13f811-f10a-4aaf-bf02-f2857503324a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-11T04:17:12.767Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:17:12.767Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:12.769Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:12.769Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:12.869Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:12.871Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:12.871Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:12.881Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:12.882Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:17:13.770Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:17:13.770Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:13.772Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:13.773Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:17:13.873Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:13.874Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:13.874Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:13.884Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:13.885Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:17:14.838Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:17:14.838Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:14.840Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:14.840Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:17:14.940Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:14.941Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:14.941Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:15.004Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:15.005Z||pool-22-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:17:15.841Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:17:15.842Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:15.844Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:15.844Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:15.944Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:15.945Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:15.947Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:15.959Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:15.959Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:17:16.844Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:17:16.845Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:16.847Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:16.847Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-11T04:17:16.947Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:16.948Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:16.948Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:16.959Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:16.960Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:17:17.848Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:17:17.848Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:17.850Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:17.850Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:17:17.950Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:17.951Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:17.951Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:17.961Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:17.961Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:17:18.851Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:17:18.851Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:18.854Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:18.854Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:17:18.955Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:18.956Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:18.956Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:18.964Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:18.965Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:17:19.856Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "serviceName": "vFW 2021-04-11 04-14-08",
  "serviceVersion": "1.0",
  "serviceUUID": "73d9f040-d818-4fc0-84fe-0489cbaf145e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9d9dccfd-5372-4bdd-b522-26087cfae856",
  "resources": [
    {
      "resourceInstanceName": "vFW a8d162c4-33d9 0",
      "resourceCustomizationUUID": "3d8acdf2-869e-47f4-a763-f31df5d43299",
      "resourceName": "vFW a8d162c4-33d9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fd2a8c76-34ef-49d0-a3f8-8eea30a79810",
      "resourceInvariantUUID": "6a0fc575-7c29-47a2-9f17-f353b2763ab9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa8d162c433d90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
          "artifactChecksum": "YmMwM2E5MjZiMzc0MzMwMjNmZmQwYmZhNWE5M2MwOGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9029760c-48b8-4aba-94cb-39b3855df9e5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "335ed30b-f25d-419c-b96d-e16ed9f39983",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70aa55ad-504b-4bb8-9989-9523552a4ca8",
            "generatedFromUUID": "335ed30b-f25d-419c-b96d-e16ed9f39983"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70aa55ad-504b-4bb8-9989-9523552a4ca8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210411041408-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
      "artifactChecksum": "MGJlZmMwNThmMWJjOTczMGYyMWJhNTk5NGM0NTg5MDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6b13f811-f10a-4aaf-bf02-f2857503324a"
    }
  ],
  "workloadContext": "Production"
}
2021-04-11T04:17:19.856Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-11T04:17:19.856Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73d9f040-d818-4fc0-84fe-0489cbaf145e ASDC
2021-04-11T04:17:19.857Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:efc56284-6e4c-4fe5-88d0-18864c337f96
ServiceName:vFW 2021-04-11 04-14-08
ServiceVersion:1.0
ServiceUUID:73d9f040-d818-4fc0-84fe-0489cbaf145e
ServiceInvariantUUID:9d9dccfd-5372-4bdd-b522-26087cfae856
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210411041408-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar
ArtifactUUID:6b13f811-f10a-4aaf-bf02-f2857503324a
ArtifactChecksum:MGJlZmMwNThmMWJjOTczMGYyMWJhNTk5NGM0NTg5MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a8d162c4-33d9 0
ResourceCustomizationUUID:3d8acdf2-869e-47f4-a763-f31df5d43299
ResourceInvariantUUID:6a0fc575-7c29-47a2-9f17-f353b2763ab9
ResourceName:vFW a8d162c4-33d9
ResourceType:VF
ResourceUUID:fd2a8c76-34ef-49d0-a3f8-8eea30a79810
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa8d162c433d90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json
ArtifactUUID:9029760c-48b8-4aba-94cb-39b3855df9e5
ArtifactChecksum:YmMwM2E5MjZiMzc0MzMwMjNmZmQwYmZhNWE5M2MwOGY=
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/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml
ArtifactUUID:335ed30b-f25d-419c-b96d-e16ed9f39983
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/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env
ArtifactUUID:70aa55ad-504b-4bb8-9989-9523552a4ca8
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/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env
ArtifactUUID:70aa55ad-504b-4bb8-9989-9523552a4ca8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-11T04:17:19.857Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73d9f040-d818-4fc0-84fe-0489cbaf145e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-11T04:17:19.942Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:17:19.943Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-11T04:17:19.944Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-11T04:17:19.944Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 6b13f811-f10a-4aaf-bf02-f2857503324a from URL: /sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:19.944Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-11T04:17:19.944Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:20.611Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-11T04:17:20.617Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar 6b13f811-f10a-4aaf-bf02-f2857503324a 105045
2021-04-11T04:17:20.618Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar ASDC sendASDCNotification
2021-04-11T04:17:20.618Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:20.618Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:17:20.618Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:20.620Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:20.620Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114640618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:17:20.721Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:20.721Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:20.722Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:20.729Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:20.730Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:17:21.621Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:17:21.622Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-11T04:17:21.623Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||Trying to write artifact UUID: 6b13f811-f10a-4aaf-bf02-f2857503324a, URL: /sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar to file: /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:21.623Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210411041408-csar.csar
2021-04-11T04:17:21.623Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:21.623Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:21.865Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16580151999462443737/Definitions/service-Vfw20210411041408-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-04-11T04:17:24.019Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-11T04:17:24.020Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-11T04:17:24.020Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.020Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-11T04:17:24.020Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.020Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.020Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.020Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.021Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.021Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.021Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a8d162c4-33d9 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-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.021Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.021Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.021Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a8d162c4-33d9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.021Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.021Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.021Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.021Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:24.021Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-11T04:17:24.022Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.022Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:24.022Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is matching search criteria
2021-04-11T04:17:24.022Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-11T04:17:24.022Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a8d162c4-33d9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:17:24.022Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.023Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:24.023Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is matching search criteria
2021-04-11T04:17:24.023Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-11T04:17:24.023Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a8d162c4-33d9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:17:24.023Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.023Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:24.024Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.024Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is not matching search criteria
2021-04-11T04:17:24.024Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-11T04:17:24.024Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-11T04:17:24.024Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:24.024Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-11T04:17:24.024Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-11T04:17:24.025Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-11T04:17:24.025Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-11T04:17:24.025Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-11T04:17:24.025Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-11T04:17:24.025Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-11T04:17:24.025Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:24.025Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-11T04:17:24.025Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:24.025Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-11T04:17:24.026Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-11T04:17:24.026Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-11T04:17:24.026Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.026Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-11T04:17:24.026Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.026Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is matching search criteria
2021-04-11T04:17:24.035Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a8d162c4-33d9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:17:24.035Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.035Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is matching search criteria
2021-04-11T04:17:24.035Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a8d162c4-33d9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:17:24.035Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.036Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is matching search criteria
2021-04-11T04:17:24.036Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a8d162c4-33d9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:17:24.036Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.036Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is not matching search criteria
2021-04-11T04:17:24.036Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-11T04:17:24.036Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-11T04:17:24.036Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-11T04:17:24.037Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-11T04:17:24.037Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-11T04:17:24.037Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-11T04:17:24.037Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:24.037Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-11T04:17:24.037Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:24.037Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-11T04:17:24.037Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-11T04:17:24.038Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3d456485-1090-4629-b1b5-d5fe7d22c8a8
2021-04-11T04:17:24.038Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.038Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is not matching search criteria
2021-04-11T04:17:24.038Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-11T04:17:24.038Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-11T04:17:24.038Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:24.039Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-11T04:17:24.039Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-11T04:17:24.039Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-11T04:17:24.039Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-11T04:17:24.039Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-11T04:17:24.040Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-11T04:17:24.040Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:24.040Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-11T04:17:24.040Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-11T04:17:24.040Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2472a86b-a77a-4c99-90b4-c24c820dcbc9
2021-04-11T04:17:24.041Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.041Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is not matching search criteria
2021-04-11T04:17:24.041Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-11T04:17:24.041Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-11T04:17:24.041Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:24.041Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-11T04:17:24.042Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-11T04:17:24.042Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-11T04:17:24.042Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-11T04:17:24.042Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-11T04:17:24.042Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-11T04:17:24.042Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-11T04:17:24.042Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:24.042Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-11T04:17:24.043Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5cfb432a-8069-41a0-a422-9b0d0a4e7740
2021-04-11T04:17:24.043Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.043Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:24.043Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.043Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:24.044Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.044Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:24.044Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:24.044Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:24.044Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-11 04-14-08
Description:catalog service description
Model UUID:73d9f040-d818-4fc0-84fe-0489cbaf145e
Model Version:NULL
Model InvariantUuid:9d9dccfd-5372-4bdd-b522-26087cfae856
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a8d162c4-33d9
Model UUID:cc663ed5-fe75-48bd-871b-7fc6812dfa04
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6a0fc575-7c29-47a2-9f17-f353b2763ab9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3d8acdf2-869e-47f4-a763-f31df5d43299
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1860a7ee-02af-4ce5-a667-5c32ac09b2ef
ModelName:VfwA8d162c433d9..base_vfw..module-0
ModelUuid:55a487c6-0584-46f6-977b-bfff3940050c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3d456485-1090-4629-b1b5-d5fe7d22c8a8
ModelInvariantUuid:fa271458-285b-4a66-a6a4-6c328a183e5a
ModelName:vFW a8d162c4-33d9-nodes.vfwCvfc
ModelUuid:6bd07572-6058-4e24-9008-fb00cb43f6cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5367fb92-8d69-4917-85a4-765816148c6c
ModelInvariantUuid:1fa441da-05a8-41d5-a2f5-b0c0306b2b91
ModelName:VfwA8d162c433d9.compute.nodes.heat.vfw
ModelUuid:3bdbfb5c-6992-4328-b89c-2602a06c4d8c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2472a86b-a77a-4c99-90b4-c24c820dcbc9
ModelInvariantUuid:a728bdb0-d03d-4c73-bf24-6a4ab2c6b502
ModelName:vFW a8d162c4-33d9-nodes.vsnCvfc
ModelUuid:416fe39d-849a-4edb-a08f-4b48b9f89f2b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:66c79ca3-c098-4e05-ac5e-1959a3a7ed0a
ModelInvariantUuid:7a4366f2-d278-4a96-a800-c3d91b98c5c8
ModelName:VfwA8d162c433d9.compute.nodes.heat.vsn
ModelUuid:13795ce1-0f32-416e-b4bc-bfa847dc3656
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5cfb432a-8069-41a0-a422-9b0d0a4e7740
ModelInvariantUuid:125ce270-1dd1-4387-a824-69f2d13788fc
ModelName:vFW a8d162c4-33d9-nodes.vpgCvfc
ModelUuid:69648c7a-df51-463c-9c82-cf0960f6ed9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8e6a1d6f-ff5c-4357-8af6-07622c39eb37
ModelInvariantUuid:dbdf56c4-5a0b-4645-aedc-d3d7619f534b
ModelName:VfwA8d162c433d9.compute.nodes.heat.vpg
ModelUuid:33d64f95-0e0d-45c6-b309-f7c0c859b590
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-11T04:17:24.050Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fd2a8c76-34ef-49d0-a3f8-8eea30a79810
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:17:24.054Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||vFW a8d162c4-33d9 0
2021-04-11T04:17:24.054Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fd2a8c76-34ef-49d0-a3f8-8eea30a79810
2021-04-11T04:17:24.054Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 9029760c-48b8-4aba-94cb-39b3855df9e5 from URL: /sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json
2021-04-11T04:17:24.054Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-11T04:17:24.054Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json
2021-04-11T04:17:24.869Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-11T04:17:24.870Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json 9029760c-48b8-4aba-94cb-39b3855df9e5 785
2021-04-11T04:17:24.870Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json ASDC sendASDCNotification
2021-04-11T04:17:24.870Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json
2021-04-11T04:17:24.870Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:17:24.871Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:24.872Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:24.872Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114644870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:17:24.973Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:24.974Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:24.974Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:25.004Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:25.004Z||pool-28-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:17:25.873Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA8d162c433d9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1860a7ee-02af-4ce5-a667-5c32ac09b2ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "55a487c6-0584-46f6-977b-bfff3940050c",
    "vfModuleModelCustomizationUUID": "f0f6d1b8-4416-41e8-8e7f-fb5f923adf2f",
    "isBase": true,
    "artifacts": [
      "335ed30b-f25d-419c-b96d-e16ed9f39983",
      "70aa55ad-504b-4bb8-9989-9523552a4ca8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-11T04:17:25.879Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA8d162c433d9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:55a487c6-0584-46f6-977b-bfff3940050c
VfModuleModelInvariantUUID:1860a7ee-02af-4ce5-a667-5c32ac09b2ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
335ed30b-f25d-419c-b96d-e16ed9f39983
,
70aa55ad-504b-4bb8-9989-9523552a4ca8

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

isBase:true


}

2021-04-11T04:17:25.882Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA8d162c433d9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1860a7ee-02af-4ce5-a667-5c32ac09b2ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "55a487c6-0584-46f6-977b-bfff3940050c",
    "vfModuleModelCustomizationUUID": "f0f6d1b8-4416-41e8-8e7f-fb5f923adf2f",
    "isBase": true,
    "artifacts": [
      "335ed30b-f25d-419c-b96d-e16ed9f39983",
      "70aa55ad-504b-4bb8-9989-9523552a4ca8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-11T04:17:25.882Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA8d162c433d9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:55a487c6-0584-46f6-977b-bfff3940050c
VfModuleModelInvariantUUID:1860a7ee-02af-4ce5-a667-5c32ac09b2ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
335ed30b-f25d-419c-b96d-e16ed9f39983
,
70aa55ad-504b-4bb8-9989-9523552a4ca8

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

isBase:true


}

2021-04-11T04:17:25.882Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 335ed30b-f25d-419c-b96d-e16ed9f39983 from URL: /sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml
2021-04-11T04:17:25.882Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-11T04:17:25.882Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml
2021-04-11T04:17:26.420Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-11T04:17:26.421Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml 335ed30b-f25d-419c-b96d-e16ed9f39983 20368
2021-04-11T04:17:26.421Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-11T04:17:26.421Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml
2021-04-11T04:17:26.421Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:17:26.422Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:26.424Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:26.424Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114646421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:17:26.524Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:26.525Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:26.525Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:26.533Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:26.534Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:17:27.425Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 70aa55ad-504b-4bb8-9989-9523552a4ca8 from URL: /sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env
2021-04-11T04:17:27.425Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-11T04:17:27.425Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env
2021-04-11T04:17:28.016Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-11T04:17:28.017Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env 70aa55ad-504b-4bb8-9989-9523552a4ca8 2098
2021-04-11T04:17:28.017Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-11T04:17:28.018Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env
2021-04-11T04:17:28.018Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:17:28.018Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:28.020Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:28.020Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114648017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:17:28.120Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:28.121Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:28.121Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:28.131Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:28.131Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:17:29.021Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Preparing to deploy Service: 73d9f040-d818-4fc0-84fe-0489cbaf145e
2021-04-11T04:17:29.022Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a8d162c4-33d9 0 fd2a8c76-34ef-49d0-a3f8-8eea30a79810 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:17:29.041Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.041Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:29.041Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Processing vnf with UUID: cc663ed5-fe75-48bd-871b-7fc6812dfa04 
2021-04-11T04:17:29.041Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Will get resource from SDC using resource id: cc663ed5-fe75-48bd-871b-7fc6812dfa04
2021-04-11T04:17:29.042Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel to get resource 
2021-04-11T04:17:29.043Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel
2021-04-11T04:17:29.043Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|INFO|500||Invoke
2021-04-11T04:17:29.044Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-11T04:17:29.044Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel
2021-04-11T04:17:29.044Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|DEBUG|500||Method      : GET
2021-04-11T04:17:29.044Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/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:"efc56284-6e4c-4fe5-88d0-18864c337f96", X-RequestID:"efc56284-6e4c-4fe5-88d0-18864c337f96", X-TransactionID:"efc56284-6e4c-4fe5-88d0-18864c337f96", X-ECOMP-RequestID:"efc56284-6e4c-4fe5-88d0-18864c337f96", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"e9bbcec0-377a-4459-af62-0dff516cc687"]
2021-04-11T04:17:29.045Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|DEBUG|500||Request body: 
2021-04-11T04:17:29.045Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|DEBUG|500||==========================request end================================================
2021-04-11T04:17:29.261Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-11T04:17:29.262Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-11T04:17:29.262Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|DEBUG|500||Status text  : OK
2021-04-11T04:17:29.262Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-VfwA8d162c433d9-csar.csar"", Content-MD5:"ZjM4MTc1MmY5MWE0NjUxNjUzOWMyOTMzMzRjMzZlYjQ=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"efc56284-6e4c-4fe5-88d0-18864c337f96", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-11T04:17:29.279Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|DEBUG|500||Response body: PK�!�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK�!�RTOSCA-Metadata/TOSCA.metaM�M
�0��9E.��Zͮ��S��C;�@2)Ɉ��f���x�s0��#��Y��1�@Z6�N��{mI#LD`�U��4]Hrb W��K�K i�u�>q*˷;��q?�v>+F��RZe�x�G-����0��՘��\�%�PK�LX��PK�!�R1Definitions/resource-VfwA8d162c433d9-template.yml�]�s�8�߿��ݭ��0�=o��$�lǷl���s��,0�8���	t�9>��U[1H����nu�$�8um�~YG��I
��Z��Wi�ن�z�7�5�ƿl@f{vf��Eӂho'�ewwg���m��l1���ҧ��W�x�����1��`��������t�ӥ�������;_�MϷ�),��Zۿ���Ko<7ݩ>�x��R7	�Y��D^�hi�g�v�m{;7�Ų�-$p��ӵ3������;�$p�t�ԏO�4K�Z�x���>'�����W�bط��/���*y
B`���_�#���돱�����毿�7N���/��W)UM�R���6!|�F��(���]{k;A��,�?/�& ��~�DY�EYx��;�T�|����m4yxV��(�
�x)�q�W1Pzk�� �@��. �-����'e�t���9���[(�z�?��}W��KT>sa��E�v��Em���+(WT����F�#7�lw�X���3�<�]�zZ�̹~����V/�}�y����4ͤP�F�^�c�}Ǝ�(%\�=��,���+*���YTp��(J0��|���b�/�D�K�zze�z�nM����~D�C�q�Ӂ�(��M�RP��r�k5
�]w�E;]4D�E���Y��u���]��8��F6���l�N��m��odӨ�Ȧ��,��6^?Y���_+��N��v�2�f���I��E�`kE)�N��.�^k�9ϗ��12
�|[xQ�;
�uU�
��ŕf{�M�ev��f�i����I�h�+�����3���p�6�(@���dE��A�0,L�?;��{��v���wid����+�������nߟk�������.O>�k�ϯϵ�6��x�n����ph~���-|��>�4�#h�\��z�m����v�@'ɂ�
<&�Wwo��8�.�o�|���]��|��HބV*�b6@d;!H!K(
pԡvQq����[�)p���cr����J�9?���������tw��oQ��$Ȟ�w�);�o��ĩ��?�bB����8�C���$ӗ�Yq���]j�I@��Y	��-N�zܯ^�eGqdoGq��d�:�3���/�Gru��h��4���)�ц�%��F:�p�گ��W7��0F���s�y;�8�>�^���������6�?�>C��
��~�.�%��8Q�r:�6��8�H@��[ޙ�HV>�.��|vzr�UMW�V���Zi��C6 �&埚��Z��neq-Kv��
.�Q���P�Q��]�VF8i���X�O�7����ff
,H�_����i'�C`G*�c�r	����?�=��QeH�a�J�6�fG^>:|�T	\5��5�yD���g���xK��:CƘ�^�ֶw$��n@E���t�h>2�8A7�?�Jv��@V����?Zf'���ߵ���A��S΃��|�Z��߭����}D.����7�Dw
�3_*�S�s	+j[;H���h�6(��^�9���V�ʰst_�E��#��(p�yE��.{�s�и��D��Ǔw�C~�����NO�iEZ�#�@Mb�w����M�	Yu2�gOD�L�x"�����H\w!����V�q�j�>�t�6���>� ��S�o
}��	�׬��,���P�G~��%�_-^[�_l�5�w����R�J� �*�l�W�����_����NnO�,������_f��b��
=!���yN?6��+�z)ʬ�����t"hw�h\�pTA��8o2h�ѳb�x��xPD��%��s� E��h~o��R�\[K��Hxx��*<�J��J��>�}� ��(A(��Tܢ����xh��cg�M��r`��:1��ů�r�֝����w�GGJa6Q�Ĝ*,�������X��������E����͑��*n���2I:}>%�*
>��JE&z���/Q�lw���M�=Im���L.ا�'�y��|>����?�~
&�>�������/s�������p���.��_�������_��K|{s�������77ۓ��zcO�D�����x��}��tq�*J�:+��y���]�m�#�f������t�z�6yX�Óh�̝I���ϳ��ǿ�>�`|cFo?]��M��.�����������������������L�`m?�_M?O�����p���ۇ�懛��٫��ǧ����/g��������׳�����f|xzZ�ͳ�}�u�qW��luc���q��ϗ_>��}�|}��}�w��?���?��ߧ������oǼ��{[s���G��w�?�}���Tک�;�b��=,�k��xJ6�v���u[��7g�p[�+R:a��E�Y~� <
]\��R
}u��
��z^��t�x�Y ڷ8D��/$�:E��Fd$q���[�
�֣�Ԅ��%��)�h��9,a�-��#ʄW)�2�B�Gq�#����h�)����܌.AV�1�ů�d�Lwn�KW�&ө>����6�?��L����xF�q��5u�z����z�L��r\w�s�w�*�.���G�(����ܙ���6	��+cj���͍��\9S��_a4(��W�%kN����-�b�\	'�Wn��⼤jŖ��a��)KO#�.U�BZ�U����,~���h�!�`�D��{��"X��B�r�'$=c�(�Dbe��mAR�(��{p�V�q����ǃ�X�0mk�zj{(��ݖ �Fo�d�n�Ku�,�g1ܷ@��x�{�.ʼ���r��|��%R����[�d�

(Z��;j`b�ft T���G4Tn����Hx�,�v�����b<�-us9s��=���ܞ�swb.�1\�3����g,fS����S�"���;��:Ӊ?w]ފ�x��|���cce@%b�tg��to情g���^ʭh����t(�sU�OOe�󝎝¹Gu�.�
�4>���oOU3�.~�@jZ���VH~)˅��5�/��0��ĮX8f��X][#���^�H�zh4o�Mb!I�P���p2�'_�up뫑�Ո�v��e�N��$������G?��l۵J#�&x3�]�9�*��T��Est�/�ݮ|�7�0�5&
+%7[~�6��T�l�cXC��>V���kgҠ���LóC��j�$��T$�0	�pe%`/��ˁ4b�xw[a*�M�F����w����(b�]��[�'T͔�d34�X�ʑ�!Ɇ��;v%����im�qzHX
mi�Z|q�Av�EM�{P6V�Z��>R����VW��v(=�aeH�@�V��Q�駴j(�(���Z�ɷ�A��[ޔxBp�����:�~Qn��D���`��ڦǐ1�x��c(W#�)�2���S��7��!�
(˨D����W�PdC�j�.�{�v)�ؕ�>^S0�d��9�d� �6��̌`{#�@�6'U�)���+E�S�eM��+���F�"d��V�(sP�	�+��R';Tf�u���:EQ��$�Zd�����s$��'fر��O��UD�E@/s�EH�&��u����v�+�D�^T��ZE�*T���j�V6RG��@!2��y��Q�/���XV���n�q=������ק�t����7�+ڜ.L{9��X�]����Luל�K��\�]ɭh����e�/�H����@pLٗ
V'o]m���gD-t�����i�r����%�#�YJ���:�\A��;q�
��[D�Ph$C��� ��)(����&�!����AD�tdSq���
��8'���k�g��sj1�۸��T@/c���i0t7P0lJ$>���c�U>(��A�]��C�١���烽a0���X���7�C
���Y? #�y�KCOٖc1����@
e� (���!׏R.���c8[j�Ae�I���45!ʹz�a8�.a��
�|u��x�H�5��<�B�m7ױ
1��iέ	YT&̀,�'2T(�Ndp�M]�1H#�8�Y�dK�����(H�]$�[k�B��5m&ƻ�ش,h]o��.֐��j@R7MD?�;�TҜ���H�9D��^S�i�')��D%Q��ϰQ��~VB:�jS��~!~Z�"?M�!��vi����4L�B,����%�Ex�S�r{��qN�x�t�v]+-�[��ݖ%�䲯��讑�rt��}�V�Yn��}�#Dh<�A��#�,�����2&�"p���C!p������Ǟ7֧��B�����MoۆnOMS_9�g�S�XL��K7N�=�Z��E����^���Ȋ;��FģC~ȏŴ���(u����Gm�/UD|Х�m��w�uY|�����t�7qH�5$9U��������AbE4H=��63���Bf���Cgp��d��OÑ�>�<��x+ �:��~	�x���<����@^���tQ�����떪k���.��HKh�f<���D( %*ZG'�Q��\���"7���E��ڹî�	s�����(QP�p���Z�eJ���g�y�C��y9�^���d���E�Ȏ6SEʽ�NV�F)�!E�g_���u�\���˖x��~�(��V؀�
5�rs��n��e�ىL6 eH��R��(��1�Q�l���f�t�ulC��t4���/y���^I����2��1Q�rK�yo,��|�JZ�t՘I�b�d���SԊ�"2EM�IUHqoTg���=;��[jU�tb����}%�)r4����М��k�_�tZ��b���+V�
����lP�.'-X�7��/k�����W]u*i���j��`�w�ܸ���[�z���;-���*�0;E��
���7�7��8���ܥ
:qa�au_�,�@'Ho�d6F'�����E��8�czs�^:0ݩ��j%R^�31L,g:�t��9���
�	���`���w�s'��+�>�P�"������}�}����b�����jj3å׿oK$M�%Ų�4�Z����D�D���&RH���,}�ü��HqwXh�0�T�6�TfU�������9�
e?Q�@�ż"-%�KԈcb���ӌR�0�2Φ��吱6�u[��ш홴��5*A�����w�PL4P��E%��Ek��M��ֻ��I���.���(A�9��R,�ؐq_�`
�4!G�
$$��H��!c���	�������
^�6"Ny8��W�ՈqC+ŷ
UqI;���æ4�;�L�9��.�pjΝ��,�K��>ډ�J[��'�(/�S�j4N�w�a��4R���9�)�!B��ԧ���`'1j݄+����2�B�*��*mN{��c�@G�"�ټ	]�^��|[�Y	����l�}���v-���Q0<)!kH�|��|Y��RP�`;�e����*gH��f�ËҤ��K02DO��Ȫ�v��(���e5Ԉ1�9�P?o��k�����΢Ԗ�It�/��#��Y�y����,Ƈ-$�V�f��p��2]��OL3��Ԡ�ڡu���EE�Je[Ѩ�սꡩ����������n��2ˊ����N[}d�Ȅ2�ۖ�@���dv�yB����S^�W�rTiV�wfF���P�	�A(�rp���Y��=�ݛ��^^䍩ҦTy���f{*��!�{��zW��ɠ��ě��l�Rɪ0���1��Ė_):D�&�;	��U��'�_�*���	v�u�K(R�"4�񙡢3}p��M�*��#l�����P�ըI[O����Y\d�wVI�C�aQ�j������q�	W�@,Խnt�/����m�Uoۓ�#��(Þ�{٘� !1��:
`�V������M��c��4R-�;�NUN��d1�:r��S�OA�.h�,��x5)q`�L��d,cCb����ǎ(� ���1�VUT�ϬCX�@ު&m��-~��
)�ѐ[���kO%7�L����(9´z�F�d��.^����'R�8*Q<����Bv�.�c<�Е��A7"���%Z�����Y����Gz�̍
m�����X-5ע�W�jn��nJNv��?���/��h�W`���r(�y�p��J��u�^~]����p�P��E�T�PqMy�����2��V���o��6TlE���˕��n
����p��N���Dx
f�,�R4������1#v`��Ҿ�Ǐ��5�~��"��U��ι�,
Qf��P�P6�p�A�+EC���;P����S�(������C�� L�	�#����a�#*T^(�\� �~6���heG�h�Ǿ1X��>��A~�h��۪m�1�r���1�^��&�Ц��?��P]{��e��V�᰿���
�Z�|�{�*���wV��`N�ԧ�dӹR��dc��Ç��Z)�۬C#�H8vez4͉����jT)���r]Rn�����ԩ-�XG�$�4I�1R�pa�#"���	�n�y$��4�J7�4���Y�W�����<�`�ϖ�� �k?��qb���/��۝.�`����˧)p�9����I��;���xp�
�G�6ѭ�Y��.ĀxI]����<�]f������m���~��A�=���[ϵ���a�l��M��Zk�g�@¿��#��xT>���,�����`�If�&�ƫg��!��p�?gM.F���;F
���.s�H/r�%Ž��0e`W/�j)?WT���aЉ���?.�~O
�Op�7�Im&��+l%��\�����6H(��x~�*�ú��c�.o�^WU��7yx���a���Z[t��h=���G~��%�_������E.I{X>�U���IJђ��6��V,|��'��������I��a��)����cZ�*'��LP6B�1�I7o��~F�
SC���H�;�!b��8���#Ц�x~�a�v{�~���r*�eV{.�B��4�5&�)"_��5#�{��,R���\���:%Mz \RtA�%�o2֭��V�8��0�y���^:<��PK��k�� �PK�!�R;Definitions/resource-VfwA8d162c433d9-template-interface.yml�]is�J��>�B�&�{�
^��78q/1؎��[*!5��BR�@ȯ��ڐDIm��j*D����g�8�-K�B��:����X6��Bp��luljD�IcM�����c_��@�
��?����?���|�H��������{Y2����K���?��&ys�f�����C�p�O��_���ʩW���H�n8���b{�Ŋ�

kX3L���5�؆kɤ6Ԟ��R?k�'���'H�X�(��2�Y?���cI�S���t��Դ�QkN6A��CQ����;��l���CD�����k��9B�S�V?;�Տj����{��ު��؏l�RM�Ž?�p}/H�S�g$9�j�m�C�(���{I~%�gX�%9�E?��]]��S��^��J���"�\�L��f�p��.4ibX�.�	cY��=���#<�WߛOw�m�#|�\�(90�> Mԉ#�ʒ��?^~�n	������7���.y/�ES�z�w��R_#6Lm ���o�q:��۫���D���d�w��{��i=>\�^��w��eg�Ad�R���0gb��;��_����ԃ��Q��`���Wb�0$�Jp��k��y�"�����q��zO�]2k�
��<�
4;o&�D�1ܱ�[A;�f��ɐ��W2�Rc�Z_�V�ý���Z}A�=��E—�C��&���b�����q�X!����?�@�z��S2�THJouL�_�]q}��܉������G�~rt
_Ʈ��/���FY�b,���V8R�Ҏʈ�2�Q�z֠MخFجu��SF�S��F����DU`%��7ϼs�
��	v�Q=��}�]��/ƬZH1A�k�겳�	��9U�,Q��cnݻ����A��k�d��•���K��r���ߚ�9����x���5��鎸�|4�*
�pX�W�ΰ�Cw�%wP6�g�/�Έa�Q�"}��{��M�/��̷�υaA͟Bk9}-$&,��l%��jn�zen��x���9\KWj�r�wL��c,���G'������I]�3����F��s�8)y<��9�2�r&\�c/^������&���7A3�;��\���,즕т:/p�R:�qE,�zi֢�N�fT�ۧ�/c�=:�lIh������U�ɍ��v�G�~��������ˋz|x����G���8���O[G��oO��?�����?V�ˋ2x!g�F���ښN����.�f�T�/��g��d���P�8��^g׭C�z�:z �����g�u���N�(���nC�~xe��ϴ���:��Ͻ��������� �nC���]��O�o'���{y���Z��/�����I�:!Ci��~���=}�kԾ���4�u�oN�;7��_����������]6Ͼ����_�a�L�6��O��}9˟��N�O����_O���}��n����z��F�������㟭�f�X~��o<���q|��Fi�_f�σ����������"�Ӌ�)-{���TZsT$��ӪT���Z�:3S�_�6��.eP��R\���o��hD	�%Z`ٲf��H�	c������O�	��x`,MT��� ��6��=�o�����"s&���]�1�(��p��֌0��{��_��0I{�	LA�������N�r�0o���'k.<���d>�|�x1[,�5�
��x�]���r���}�!ˮe��[� �n���w���N;�l"i�"�AA�����[A���ߋ��/�=	�(�x������V)��)I�I�|@�����ާs�P����cb�9Vb��90Ӛ�گ5�LT���%�F
�M�E��"���,����R��F�c�3�� à8�.3��tC���h�#�z
{rTvOb����������Ji��\�n�cQ6]��A��q��N�^�6W��?�5LP��P�}���03q�aD�gy�Fd�:�)�4�6�
EP��$�2/<$�j�����?�/Ņ;R�I��j��5�'k��XA"9�E�Ņ�C6b��v��ܢE�*z	�����c�v˻�
�f��<2�V�e�쒹%��*�1�{ُ�A�S�j6'40њ�~����O	\EZ�a�F%���4���\��M��>\��0���\��4�J�SFR�l��)ф��NI՞����ۮۿցr)vA[r�I�����#צa+xwT�ݑG^^N��8�<���9��h��lբ�A
�jQßj�M[5L9_5�����%�5�,�Xkr;_��]���x!���NJ����*
���\���kޭ�ì�}���o�Y{���ؔ:c���fd���-�PYo*;dbs�[�B���{x+s��34Э��d��\�I���g� �;����v��ŝ�${��T1dC��rG6���Df�|�(�&���x��D�qb�>-�:��γe���uP�)2ƒYpA�d�D[���+N�I�ؗ6-�����w�㤳ɗ�̵4є�ћйh00?�h��h�5�t˅˧�v&
�PW���|�R*��w¡_�B7��T:B�q�Y���	1A=#��q��*0��2	�Z/�����VV�Qx����B�w4L���U�R�#7�"gī�j�"Ww�����"�N��;�(�2�Ѱˠ`X�Z�*�X�h�.I[|s��6T��O������@O9���"��P9�.XYgq�`p��1�.��
�C|w2�!Q8(�m��Y�%�v�ǹB��V
�w���Pf�
����=
�vUC5~�I�RN/̪À��A�e���6��x���eX�roSgi8�M8f��U{�5��Ν��d��y|}�|�7�5�u�u.��z��Q�/ȉV���	1Y-Z�mE+��l�!���
�l8���e~�+a���/�(����Z7�ZMZ謅���aӫ��L�,t��m�U��x���Uo�/�!�M�((i2%Mxa��/X�JH�(d�M�o�qB�c���G�b�X�*
�e��"��Rm�
��e�L�Ń��K����	eU�h9J),Z�"������T�8���Y��aͳZS�z�>T�^Z�*������Z�����6��Ϗ�ME��!N��1;�(�^bM�-��\��`�bhS��z��D౲L�/fڽ���֋wI�l=����D�#j��������������R��~�������Ī)�e�vU��H��#�v�M�y,ݢ2��t!�W�B/֞W��fو�����+/ ��9���B[��2�5���Txm���U�3u�I����A���
��oR`2�����#9����v�x�f_ P��W�������u�	���_H��J�6vm�Y%�
(���4GBYR���Ӗ�3�!�d �ϓ�<�b^���L�^1N�\Q���4[�F^H~]],��v��v���L�
c�� ��ѷ��E�w�<�D]��;Q��-�u�6�A���+J���ggc����u�qf��0�}8qǶ�����ke$|�;<��R�ɴXT�1-vIT&2ǭ{sx����(�
��
�x�}[a�8�`p/pɪ܇	(�G�E�@ˉ��[���V{���)�`�e莤�1LW�G����k��d�3C��'s�X�!�os$�?��DZ��B]�ց�Z,!�=&�x|�l޸у{a��-�m����r8��Zھb�7?�?Z;B�r��+kc�Oq�$�#a�}/�:���f��kPn�"*&���5�X0\�!^P�T.Y���D�V}A��aM%K!֚�٫p��=���:�k�\�5��5�"��v�J�:"�B
s�(nu�}���龜7��QG�-E��|�Kez�"���͒����q
�����4��k�M����B�U+�x�x�.�R���H��|��G�q�Ṿ��*�x�=�~A}"�n���f ~��x�v�(w��kMd�v-O���Y�#��Ɨ�7�H���
���t������ 2�=���r
����^\�%�����ě)l��F�� :�D?�F��6l�Q��,�;[ϐ�IK"&����c$���9�;��E��v@)&�P�,*/��>#x��W��q����֯�R�1��
�M����{��'JA��F��a8A���x!Cs��
�
lB%��a)Vλ����j�l��&��.o�l��ygA�;|�8Z!1�RŐ
-+dG6���+k��W�
��\U	�1Q��o�kXtl���~j�:렊�"�X2!`�X3іGd,%NJ�k9�����w��Ѣ�����֔��%�;�����6W���Wی,��F�01��"��Җ�����.�B� )�G:vH��Cz�[I��@��(����s
����-fgkj0�q�>�馢��9%jw�֌�;�b*~2��q�܇�����>�󗝊6�%��K�E�ӎ�X��N8�B)�[���N����L��"�_5���t����1�X�	C�W�vH��#�BN:��6�G�r�TI����o4��5Ѱ�*VJ��|D�"��R7$(~C���TUY�0�B��A����O���1w�XD���#��f��ފ�;=��tY���2Ei�5Jz����}�}z>�6�̀]��,���-���cxW�N���{
~d��c̽��p��5�ƶ�n��O:j��p�,���gPK
���PK�!�RDDefinitions/resource-Vfwa8d162c433d9ComputeNodesHeatVfw-template.yml��?o�0�w
n�(�eI[� E�fh�‘<:$R )��=�Jk%h�Q�~��㣢:��X������hY\J�c����˺l7`�c�^������c�2
e�)��jN��\�HeZ���E�Ѯ\%�8H^5M��"�����*�!�d�jI��[v�o�ʪ\�E��D�a�"&�)�+BL.��p��ތq1��"�8=�Y-zvz�BT��s�e-!���k˾"f&�G~!z��t��M^�	�r�e�H�Q�+Lyy,4�KП��#�ϒt����\��� �z��;�q�chw�-�fL��:�_���s��
0�k]�������W�cK��fܰ��
�����MYˣ��0�][���[�{�N^��l�ۡ��čҜ~�~��L>�X3��C��T��U���u��l�����'Y{����PK����cPK�!�R,Definitions/resource-Novaserver-template.yml�WKs"7��W��^?���͒"���!�Ԕf���HIaS���f`�q�ĕS�˸Տ��mo\����K�]2��c�|xr�($K^����
�\p�G�I=�Vr�GWvz,�����N/;�;'g��s!z�q|�_����R�9M�Y*zY�=�睓^:N�q��Y��w����5/`�&f���"4$	p��� �@{�8��3�ͥ�~<�I
DrA��F:7��$�\	��%����)���F[H�X
�r��
����h�3��:�sЈ�JZ( �f�T��9���j%�L����_��"���B�VRZ3�,� ��+,m���3����Z"��IDG��eP[�lx��D(�]2tMw����s��q���0E��4X�!�U隌�(g��W�ҍ�1���	;`7��[��׷/���~����{���'̎�TE
��ݻ#,Pc�uB�U&��(T�e�𑪖\�` b���Ral���5��f����x����T�\�R?�F��ɆV�p���z�\-r`$g����N���$a��n��<Ϻ1*3�?�[+����JInM1ح�n�Z����O����b㢐:)�[Q�F��Ί���4$%rq�y!
cC�"�������+��L�e��h8�eK��0%���uJ���Ӄ���+*E�5���۠���x̢��c7�J(���]ZCU`W\�8_�6��F���e���u�ؑ�E�;��v��gg�+鰩�b�����f�R*+�ʠ�ާ42�Q�T	q����:|�-�j�6`1X���#���p�U�k�ᇐ���ز6!������rx�Y]�/���sc�x?��M�E���[�rH;>:���H=~������8r;t���?j��i��l�Xƛ�1��I�\0=�
�l�e�&�g�pe���G0m];�*���N��������)�2$��0;P8L��%о~6j���_��T���c�KD��[*d�Q�FWn2�����e3(Z��5B8�r9M�D�C���t8)�<��1�Wq��`�
����?��*x�Zz�bGף[����Y`0�!�&ǿ���2���~�gTR�w�vt�oq��f]_>�77����z-Ԯ�a��1�hB�/���!�aH�ۨ��i�[��x}�X�`�~�9Vخaq訌���]cKRT
��׸q��+���qg�U���k]���@b�S;�@�qC��R�g��PK|}E�PK�!�R.Definitions/resource-Extneutroncp-template.yml�Vݏ7��S�>��#e��q���6w�RU+�=V����¡��{���PS�t�f�3?��f�N[F�P�	�l�c�#&.���	ɖ�2&�^�r�h�#D�55�*��4��d�2ƆWi�g�=�O�i���G<}7�wx�2N���kv���7c���ڱ�?�nap=�����!&���P:����,3�p��
���Gr���d��r$���@��D�r���F��dF����c�2�`��6&��B#�2[�;��F�/�^B�Y���4�Aqmb�0�,�Ϗ>u���	�)&�h�>�:���9�y����޼�a��q6���B��y'$�A��%*}M�]����3Z�TH,�IW^��4pa%�=�=Em�4�ܷ�$���R�����6�JiW��Zu���_6io��2���鼈�F��֣�K��eUs����'6�X�Riv�G	6��J#�6ES	�Q6�L�FҨV�ꃤK�SR�}˅���1i������:2���J���Z0H��P��aL�!2��a,a���j�&l/	���gְ����\1j�3A��l���.�u�d�ɀ��0��ֽ�i�y��T�O�������q�A�n��\����(��uf�X����`5����΁h�Eu�I�h��j�P���`��.-�?X�/�2�T|Ƕ���oMe	�-�ur��������}�9@���ux�/�PL�A�8�g�PL��7�X����������qI2��Y�K	:A�s)R��(h�mW,��j�su"��BRV�Q�u�<=>\gQu02f�7�\��B��4OR��_Hn����u3�O�m'lwU�P}��?��ץ���A?��?�G�'/8��%�`}P2[�]Z���Z;�q���h�S�L�KȈc���X�_��?�:��B%HIY�BFgJ8��ݽ:i��p"~8�l�td��E1�pi:�T��w����S�$��;���?RoI���£?�{NZ��V3��A��}2�|?��?<ͧ��V��<�Z�~ȑ?;���`1�F�,��x�?|N�\��c��7c�
�۶Lc{Q!�G�����s��v�Յ.�e�=��PKz�JL�
PK�!�R-Definitions/resource-Neutronport-template.yml�WKs�8��W��݃U;q^��q�����I.;;��lN)R%)�����R��N��f��h>�i�!N1J8���7h,-&̅-+�Bb��\ƣxt���L�jF�r���ل�pt=_]��K�ϓ��M2��(�0���)���ϯ��l<���Ř������� �_"�7�]g�� �	[`�VKm�R�܈����0hQ9ˀI�$����[�c`��Z���"*v��t�@�d�m��ʔ698�A�vڈ��ń�-i���J�݄��
��$�e�,n��K�=�'X�4�P��Lا�t�~z�Q����g��܍�!�m�����:E�(��ڛ7g�
���
=ŧ��LH2�.����.�U��z�C����}���V5(!�d-�=ݽ�Zyet��UI��BK�\6�Z�Ү���ꈃ��l��P�U�J�4GM#^DUP�.RU���yjU.RJ��83:�5�ة�������0�4���"/
9�QA"1m6>'Z�T+��^Š
�Ugߦ��o0��L+���zk��Rr�2����1/pXg�Z�c����|	��M�8�g��Ճ�	5�t��W�����G������K��zK�4��,���º�1M�44c"�������ՆX0Ԙ��
b!��Z�CVN�4���5�������{�δB�$@��D���<�(�C5�M�?T��$��T-�B��r�
�c[ �ĜF��M����y�0��ux�ߝ
�!�8��P\�)�7�X�����Ũ�����'����[�������O�rZ;j˕R(�Z�X�f�����|Q�mަ��z�YVL�Y�O���*
�I�_eA�F�Q��M{?��������������4��V�������w�A��Z�͗�9,�}K�f������E�x�E����f�3)�0:��ׁ4*&�8���2:S����i�]5'曓�vME�S
y︴|�b�C�G������I5�N����"���/�CῈh�)9m�[]ͩ"*��4ب�~\�������Z�R�qU����֡����8�f�����s߰/��~�g*�T^ ��y��a��R&sEs(�N��irs�C�PK4�aYPK�!�R=Definitions/resource-VfwA8d162c433d9NodesVsncvfc-template.yml��rܺ�=_���}��^�7��>�if���3}�P�V��TI����ԕ�H��j�L��LƦ�@A�aB��P�����:�8�_n�4��x�ȧ�>���Z�9�;8�7o��8�p�~���o�;۱�ș�d��
���Dlb{I6�z�����ظt�w���cdR�Fx�s�i�;{����҆�>�����9�͒�h�r�(���Ip{v	�H�Ei6�ې���`���%���pjx�qJ�c��h��o�7/0?
��>~��?N�!�_n��i@c��HNv���N���c�����G8a|cl칽u�=�n��ە��n���)N����l����3�޿;m
8߾}��4�y���%L��z>`���r��#���Ё5�	���� n��^t���3�x�"����|�Ó�+o)>G��ɲ�肃 Ls�|/��W�(ԣ�R��Pq�����]�`��c�R�!�v��I����8�A(R��w&�
[��~hc_�"�܉A	{�E��bx��R���i�w �t��_��I�TB68?#�bO�-���)�Jh���!3���@~J�w��1X8���s�}�WA�Cd�|�x�0��`��Jxx�����B�b�$߽Ȋ�$�� I�&{ي�H���g�]��t��O���'Z����C0JA������:7���$�ɴ���Ԋ�0�L)��aXV�yn��h6Ϲ(���C�@5�
ਉ���U�iPν�P�a��$<�+�7`\bɦV1��0���8���f�#���>c��
b�\JN���X��,��{I��k@7~��D���Y��$��Ă
ح�S6E���8��Xto+��'w@��ۅ���u�6����ם��������V攌S��Esu����ǁt�]>�����[kKo�
+f��0LB��{�V������Dݼ�����'@>��3��<��Ux�>��h�m��*f��B�Rjkj�?��MR/=��6����!�bQ���g��{G|�WS�Bdө7,c�1�"�%ڄ� Qx_�"��oz�g������<�v�0v�U��`��K�;��3�Û��Wd�CN�� �.I�C0����/c�xc�Ǖ_�{���	�A۬��?{��v^�v����2��1z�~��5�$�fY�*�.4�J��ո̆��.�5�Ÿ8{Q���M�Ϋ��\m6�9���x�Ax7�#4�~G�dW�� ��v�&t���j��ņ"۴	�]�3�Ym֛
���4���Gbz�
HXYwa
B:%,L����O�xy�-�Ӱ�Gu&Vj��ɘ��|L֩yJ��{Ѹ>�b?MW��(˗��F$���\DS���A9�F��H�^Q����:EN�6}�������O�՞iK���Z��N5	���iq�`�ԃ�����O��/��?X��j
�aϷ�D[�C�/
�0T�<���Z����������
f�����x��6k�N3X0rΠ��
�fP���K�C͌�逼C)A "{s�#pfp�q�;3����C�qp���l�Fe��m�4InjP�Q����^�[D �n��B�rH:��㘱�Rb��d�����܄�?
.���Yͬ�K$Ɍa'G�)��2+|�Ա�$?����P���HJ�i�p����@�c���&0�5�t�x���
�ac���9��1����f�7v�50�����Mq��e���2*�\�K�ଝF���c�ND�Ł��9c�A�La�U\.�\`��6�I6d�l�jY����^kտ�N��V}!ԌBO�Ne��qԟ�i�����X��oZ�8yHA�C�����/5��="�)�eR��H�)gޓ,����47k4��)2��a����.����8l�ܸ�\��\�Lq�hO��[sM	�Qw[�>$�"Ӷw���v�[#�,	��+9K�.���ݚ��"�T�V">#�@#�K���Ã�2K���k�q���c�;�.RE����(r�F����9/�Nf�������^J�D����ک�?�����j����T哀C��3_)z�'�d�d���q�L�:�XU�\̐�NWF�n"��G�6�ȹF4�X���Cb��d��!�}��f���p���j�ʫ�.fBo/3dGR�&�#���.�_��wf��Uu=K��I�ZU]u?�Md.찠<��eW;��}uOm�U�%�(��IՈ?��X��
�p^8
u��@ c2l�*�$��(��3���7F}"O���AxJ����C�~�ݜJ��xx4�8��iz��Hi���UX�˕Wb�z��HD-�W�)�����v� s^_W�d�@Fr�����3���n��$.!-���{� <��h��w��co�tۈW��rm�
A�z��+�	�8�����o�xC�����6+����c�����8d�.��b�Y��+�	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�fi���‹ �fe)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�����jPK�!�RGDefinitions/resource-VfwA8d162c433d9NodesVsncvfc-template-interface.yml�]K�۸���m��Yo*��m<^W�jg����%�bA (!Cj���4��H���IA	t�@�я�F�!-�aDcƙf��pM��/�H�G��YB�
N��&��	~
���O��/>1K�mQl�FXc���La���/X���4�˪�&��bY�n�AYy)EޮU���3�0��dUVV��]�m�jۊFذ�P�e 2�)iH�D.	
�1	��׻�E7�@���/�߉)��%&z����Z�͈J��QK���Q�y���}7�PWn��zaY�	�Cƕ�\3+HH��2��WU�4�<��Ӻ��z�B$�T��L���8QUm�����t�hJ4H��PX��>~�|��΀"�nw��_v4��nEp��O1	˷Rʵ��.@�T&"f�Ob*��b�m����*�K����3gȥ(�%ӛ���-#	S�0u���	Y�7�,(�K�ʼ<&!�)������$���W��ӧ�G�J�E$�,,t����A�q��2Ru�c��q��B��Y��pg�7�8Z'��tѱx:�-����~9���H(�#�/�b;E�x��0kh�`��<L�#�#\�$�F�7Xv�~���Q�xl���E��>��8�E��I�^Q���J3��n<5~|�B�v�fUT�=�GX��t�.Rt|�XaL�Ĵ�`j+�V4B����{���:���[�B��, �#8���w�4e���^�ƻL6�F�YB��:�/�!W�5�5}A�I��z�A�1��aS�����*�g�ė���6Ԁ@,:��[��W�y�B�"�%tX�`Z�sN�����$�������#�k��ŐB�1�+�P��Vc��
$�ݳ��2
��0��`�t&/t�Ci��o�R�#�L���Py�?X�����J����JZ������'������9d5;dN)4��|S���]ڲ� c�����{��c���Rl�O�X\� ]�8�1Ӓ�Q�0��ց?�2�p<0>�(ҙ�:3��t1)�ؘ`���<_ҷ��k�O�C�[vw�A��~�a�B�
̐gy9��]>�=���;JF�{���Pyg����^a
&IU�E��V�����TY[�C���3-@	(Wf�Lꆃ�eAH.%m��w����Ǐ_�x��맺Bt�E�\@�h������L��z+�-P�߃i��i�=en��
�z5 -*�O���ҭ� h+4���N�GL��2)�z	Ãb$Pl��0��[{���q2��p51T��tv��
�G��1�E���EԤ[�W�4
@�wn�8�}M;�ٽnVC�GKvx�CǬřU���>���3@O��e�����=�Zi'{g�#�R��k�T�E���ϟʏ�� ;�ߙ芞=�.���-��
�p�R���a�$a�V�caa�ΗC�
���B�=7m�����'�t��rk��}d��a3l�fօ��deV/OAI����	�c���Bn�~��{,���
;b��EyN6��w�zF��LAw����ٶD�6J�t���O�\��"o�<����}�\"�!�:壁��$+ff�<�+;�LJ!��}�p���PѼ,�������Y���:���HT}��$�\��;���ήc4:�ط����Z�oF�O[�0��+s8oX׆v4f����2h�~�nq��I��Kz��&{�l��$��̭���ʡb���Z&;.���ZSg M�,��c��ѭ+$�Ę�v���\��Sd�������1~�ء��@G;��14�"�f��ي�0kH���Q1
*�Zv���o}�[
;��j���� �;����[��p����"w��0F����=,~i� �z�{O3��k�Qrt��O�M��k�"W��T�ޡ�~^-��s�#����c�g�m������� Y�I4��q��X���n�t~w����M.Ŧ,��v�9l��܇G�LI&בa9��Z=*&\����:"���slrp����3>�5~%Xi�<��b�kAJ��'��u!0�� ��7&!�?�w�ĻT�u�J�9w_�������b�X�J�o��	Wq��ڜ��@V�۽qg�w\�.M&2�i}�Q���-r�Bh�d�$~�`��p��h�S�WG��g�����rH��4ې\��<5h�3E;�6_����sm��v�3wJ���s��CϘZN~�h�~��IZ�HV�]S�cW�\K̒���ow�O��Ǹq��D�����%�XN���ۿ+��{��8K�ZV��Sxh̷w�a|���r��)N�X�:l�#W��ܚ�C�:�G��΁�Q�ZV�"�F�O2��d�"���?f݊�"�x�%�v�KXӍ���]�N�Ϝ��y���6v<���?������^6�Fz�Nk;ֲ�$hKq�`�:�~�߄ͭՏ���Λ7{������V,��5�T�Ɋ���~Q&1�]�k�$a��@V��o�N+�9.Q�U���kv�/� 8	���h
�;�����zy*X:A��65��PK�_#��	f�PK�!�R)Definitions/resource-Compute-template.yml�VKs�8��W���A��������Ф�Խ��h`
�9�CKRN�_��$+�֝z�Nz�}������`��,�B�5>ے�H!�*/u�(ۡV�4��4�1`:�f�N�	�廫Nq~2+fy2�i�,��4yE�Y���f��yW��jrzr2O��E��,h��.^M謘��flPS
�V�U ���'�P3��ґ'< 8B��V�P�R��HCQ��qTcxg
�4���K����
�}��9��T
V�g@����k��j�``){�ҵܒa�Tґ�	�ƪP���(�T��3��]��_�Y3��:�{4R:��99�A��
�>Y�@z��Y�V;&%�fJyHcxW�m��p�a��5i�v��)BƜ�+���^�Z`�5R��9)X�գ��x��D�\,��VN�'&`]
7�������^~���蕽M��?��W��\u]���/Fܝ�����p>�%pa���V��-C���,q%��җ�PG�.���r�(Z���j�j$���J�����ZcCc���k`6�"�gw�$�m�f3��j���t��6���#��#��K`��{?�M�}y�B;��r��x4����^^_�,���\u�-*�gͰ��uZ���5��$�'?g���C�MK�����������@��[
*O}/�<���Է<�_���e��|�B��9��k+ꉝ�7�̧<H��ZnlsDR�?"7L�g֬�v>�����%ϼ\U��x ��5�#[���T#���;��HC���T��Ob����6��& ���W���_ow�|��;��?�SkS�L��?��k����p^��풊_��9�&3�+�՜����v�c�X�?��/v�#��Px��~|�;��>�(�	(�Qf>X��^~�E��`��!�C��1���iv����:����Ç/��6��v�/PKܔ���
PK�!�R)Definitions/resource-Network-template.yml�TMo�0��W��
�;M�ط
�]:K/�`��
�%O��ߏ��7�i�{�O"E1X/0�T*�����;r����5��t��ɬ��f3ev������d�((F�i�Ă�4��U�D"�����u�Q�8]���"*��:Z.�8J˫$Z�IR��+q��,6XQk
{���I^8U��T;�d�������*�L��N	�st8���x�K����2�A�����x�oM��׈�8b�����HFZ�����/��������4��͒y�߽�/O4?�$�n�����b�	X|6��0���J�M��f�-��DЂ/��Bi�ϩ���4v����vB⭳�T�#][�ě-_�A��������N�&��v}8�0��|h��D���H楳U6�?X�G��v�&�ZPF������(�o2�e�#��_��JԞ\>�:'��ff��k�FN�5�ƶ��˼��i[q~]Is%�:ې׹�'�ib�7���#�^V]�U��t��r��Pҝ�呲��Gޅ�c��漽O��V���7�./���mw�V��92�� ��h�Y�߬o�ߌ���y?:��O#�g�PK7�T�PK�!�RDDefinitions/resource-Vfwa8d162c433d9ComputeNodesHeatVpg-template.yml��Mo� ���+��	�[�}���9��^��
�
`W��;�H�N����y�����	�Bm�����N�-�R0��a{��kO���c�c�N�
������aJ(]�2����e^p@%��TU�j]d��]+�e��u]�S��B�\di�u%Sy.jQ�)�zl�E�|8�S�I洯N��1bb��"�d��ӧ�f���g��1���jѳ��g��m��.k	�����0��0�?�у��{n�/h��
+E**�k^����4?�?�߱C4�xJ���7r�=��@�y<�Ɲ��9p����1m:�:���f+;`�����(�=r�o����_Ͱcw�
�z7�U�ʃ�|7�M���ŵ�=u'/�l�����k�
iN?y��d�2y�>`��/e��(�	U���u��l�����l=���~PK�ҝ��cPK�!�R,Definitions/resource-Globalport-template.yml�WKo�8��W���`�v���77���]#��X5��J�������zNJ�"�QN��������HͨB�7\
�Ai\L�q[��Y����?�Gg)RC�g�p���Sano��EW��� �D����$L��~���O(����
����"��р��h�!�?4¯�h
��o,�QY����D4YJeP�f�g�y�
�hBI��H"c��3C}��͊������0�р'�,h��M����d�@,�����t4�Y�����Ne�<����/�ْ�����om�AT���7�ߧpx��3�!$�<
��{w��c�zz6 ��ś��'h�	�M�ভ�͡�`��~;߶J�BUABV<��v6J�Xɼ�UH��L&�=sY�J*�4�ݶVK�m�~��T�'3,�i�Uz,�
P�'��z�+��+��Џ�LKR�薪o�,B2���y�1��࿜+H��J\�0��ԢN4b=Ts�ݢW��@rw�I�(O�Ϩ���,J���YdOG�
��+�sm������CdD܌���AM��&��q��’q��_�f���Q�uws�
_�������}�S6ĂGD
����P���/������Lu�#C
���E����`�g���E켋8>�`�]O$�_Jk�fgs��JKrTq�͝�&�
);�۷�XF�nT�3�!�7H�r�9B�b���Z���/��O7�lM���O�?-:�[����l;oI�zwb�9�K�-0�I����r�����uUJ�lwȝw�����[�&�6�`c`�����&��|L�8u�Ñ�H:G$��{�v���̾jߤ-h�6�'�,w`��ɻ�\��|jo����'j�G���w������k��C���K2�PK���0h�PK�!�R,Definitions/resource-Neutronnet-template.yml�VM��6��W�-�A��#^W�M�m�N�d�CQ9��R�BRv����CJ��^�� �3�3��C{�8��RK/�v���E>����y�j�O��F��,�H�cV2���ޮ33���+���b�,����'vu���h�9���iW�eQ��ϒ��b�,f\$+����9_�pY��5�1�
���AO&��[��H�6jF�7�phw�#쥯�D$S�ڂ����1�Q7���ֲx���������%g��v����d�(��͐�Va8��ؘ�r��Z�����{��S������9J7M��/��0��j��R�/&����e�4�\����DC�Պ�A�p�@0~�VHE��B��jQ���ds�=q�5�)����(��Rl�im|w��#06?���mj����I%Lw*�R!��� ����~}A��P�5u�h�C�A�!�w�J��%{���x��-�ɥ8Z���G�	�O�۵S�����7�!��+�W(Z�ѥG��ҢȠd���N{m���5��q`⼕z;�=j	��=A]d| ܇�}%yE�T
�^?�o�?�C�Z黜�
�)����/��Y�m(V��G!]���p�9�\��Md�*^�'p��BJk)�t��W�V	(pH�[��x}9�#����]@���Qo�g�9�a�TK���b�b>j�pv���e�V�/��q�t�����z��Q]МyϨ�h5��c�����G͚�$K�$װ�/��\;>�g�ǘr�%ʃD����2���#�~%m�a�j��7G���\��e��������̓A��|���'���|�N��"��Qi���w����6����F��"�ߕ�
��F����PKNj�l�	PK�!�R=Definitions/resource-VfwA8d162c433d9NodesVfwcvfc-template.yml�ْ���}��'����:���ƽ3�D��v���B�j<����ޯw
(@ ������ڈ�iP�R�TʔH˜`ˡ�x��u�Q��1��U�O>���ѷ��͑&��	�yc^p�����۷���.^n�z�����L�� ��&ڐ�r��]c��olg�]o�h3�.M���wȵ�sb�+wC4����2��Yl��D���GA��xvqo/.k��;%)�!���`�����{�����9���c#�q�J�y����`�����	=������c}�g�|�Ύ���G4���i�����:�m7t����E;�����Oq}�]��o�����Ѧ����70a��7oP:��̀a��2v<}x�f���k���	>a��a��&��yӈ�8���ĵ�^�Qx�[eO�ק��H��볼	�0��V[Ute�B��� ���	�ϡ����r`{�@�a�	��.Q���O�='Q��ѿJ��9��X����RONK)�?����=Ȅ:{�DF�A
{�U�ڌ�j;C���'��2��
�m�������ޅ��F������8}���������i�p��������%!����l]�f�:˗
���ȫuNQ�P:�:E��[i����\x��1�~��W��{q�?���^D0љ�i�D�VL�_!��at��'Ж���B��f������űw��1��T�:��yɳUU2c��8�G����Fg�.�Nx��9I�):bb彤�"+��~R�g
Ix\Q�;���|�ُ)7������"�\�8c���a�%̈́/k^�`;Qw)@��b�AWA��h̗����F���L�px�r�zO0oL��� U��=���gX�O��0��Z� �O��R0%^��'��3�9/���<���#�}��El���0���%R��t(�Mʼn���4ξT���.��jC#k)g4L�w�:���KĊB��|艺U	`��1v��u�^�rR���wY��еS�`H9�8g��kvh5� �@�)gԙ���B���~��Z�����8��qG���+~�����5��xZ���k�~�>�P��׿|e~:0-���!,�ԑ�\z��F�<�ȸ�h�>�*Qx�M`�QK���Xr�6����h��v�����WV�7I�����=:�e��%kZ�D��,%'�����@�~,�u�����*|��]5���鲎�~��8+�Ҳ�*�_e,�|I:�VZhê��}��d�ج錵���6q��w�5t�C?�aU����h���:��[�A7�GX��.�2wSg�u
찍wp���TK�
�C�N+�2�E�:�H��QuZ�J�Q��B>�) o���#�f��s��׃u����e&�UG<���������0ր`f?���17�R0��'��)����t '����Q�c�����ot��C8Q�_Cȱ�w��,x�p	^����`��h�n\s�"s�2ĝ�=�do�5%dGݭ�����n�X���+�1���#s;'�j=w�S�r*u�� �3=ϘM3���d|���ʊ�q��c�a)
������S�)A�d�O��ݨ& D�Pk�Y�n�'�������`*��/��1��tR[�Fg�[���4����i�����E���'{�rZ� ����p��w����~SF8����H�ˉ8��ß�!}�iY#
�ZB҉8��N>c*�$�ut�4#��d_G\tqɬ~P�Gf%'U���Ms�`4_��>�᥻F���W󍽴��Z���۵�m��%2W��w{�����7�tvex �֫�ֵt�l <�/�h��&�nֻ�fa�Ȧ�o
��O�c��0r��1`
5FvX�:�'�!P�(s�S?�,j�8�,j��KE�O�Ή*L:}��`�����J�d��� �#�0'[�Y���߿}��K�6D_i�W�n�4t�GѼ6قYb�n���>}�������g���])Ba�<ߺ�/��0������u�Q�O	�`���w�����G���4{������Ů���?f�aqSE��_�z�@y��������Y��H�T�t΁ꡬB�T:�	�
�̘?L㊉פY�K�%ۛ Yu~�J��'��&�S�Fn=�����=��8(�6c�S���n%�"M�&h-����H�wĶ��g��G(׽Z�j��Ţ��9T��ܺ�dx����V��L�@(�����k��d{����VȀV���G?H�
��`B�
���5^x ZA��涱���,xP��6�K����+������ZRo�lh*I,{ᗧ(%\���S�Tz3$T-c�f��y&�LEOkI�3a�ȅp����dJ�/:��-Z���r���+��6����Q�c�۪�,����TIN
�ȓwmiH�e��D�?��B�Wy	��-�g5���jK�Ŗ�@<:\]Y
T�z�V�F	�F���8�yO���9���t�6�U������9�̤|j%�����XҺEp���B����(kfY՞z%�b� f�b "�@U�<\�����c26��s�`T��/����z�;|@,*c�9zm��M�\>�x[����e�*;lUjUD�7��<^�{��r�sW�,5)z�$B
F9��7K���#E�P+�312\�5���o�Mԩ|SO��ן��E{Dm�a���dK���1C6ê�)��7S8!��L!�5�k�着T����UPs~ţ�gg���HN�`�ԶɅ�ȵj�F0W�Ma���O3�a��\��`T;�骗����E5���-�q�y�e{eg�d��o,����f��:��D�g"�)WI��[=&�N$n�@�"O�NЎ�9"Y�r �/"���V�dufjW�������N*�	n��J����)W]�:�j9����Y�n�fm����E��lR�HY���&��#��bq��2�~7�i��d[��-5�6M�u�����9�]�i�G�©
{��`UxA�z�ͺg��!��#��Rz��B��q��h���)ݖ����E@CZ�����q��*kە��5���M�!���>̟�>ۆdfSe����BC��PZ�}׳�Һœ�s��^E��\g/����P�M�ú��}�qO�����}%���'}7F���'��]
KI��&����;��Jl�AQ��Ck�n%��}Mc��/��S�1ŭ!ݍ�>t�,��dm��j��L%�֋���PK�6˙��PK�!�RGDefinitions/resource-VfwA8d162c433d9NodesVfwcvfc-template-interface.yml�]Ks�6��W��aX�Ij+�Ǔ�rU�35N|Im� ��&.�V~�6��H
|�)��dl��cw����^J$aT������$H��8آ$����_ƥ���GY��K����&1\��Dr�6;���z�R� 1��Ro/�r#�ۚ����E�gY�W�R\NYL�֐e[�Q�dN�ޫ֬;*a�JB�W>K1�!KR�c�2b�����ͯ��??����s��P�����r�#��f���aN68
��%�]�[7?~������b�L�Pd:HJ ��(H�@wxh�B3����~�S�^{1�j����8��W͘J�
D��	��_RhJR��/F�����AV4��-
�(m�/p�q"�A�d�?�ѢQ	��Њ�|������L&�4`� K+mGq�Ų>����U�ծz����D2�~�1ӯ
��A�^��X�
�9T�[�z�g�^�RD���R;=x8=ڼn��&	�1�0n4~�t�"yI^@82��Բ�<	�$g�Wl��wii8������0��+8F�y����K�Aq#��]����~����'���E�'�B,~�do-���Y�)3��>k!:Q���}��� 	Z�ipQ0eB(�DϏaRA�d�q���6�0�'B����<�>]��43H�e�`�x���2X�憗T�@�MA��d�b�׈�R���N�	y0�ˁ��2��
��5Y��A$�y,��Co�{"�x����ӥs�|c�T�6q{�]��
e�
�í��ǃ��	�2\��^r�0ˌ��f��u��u�#�;E�ӤTV/�Dx�jVY��ʺ����%	�T9�k=�x�[{��'-v����I.[���}J�ig�r`�w�"��q��/_@"^w�	�H�8_^1G���*��P����(|�R��ghn;8nsڴGc���I��b3��
o��<9�k$!…q]�?�}�Dv2lU&!0$��.Ro���Q"(�˄���j`����Prܬͽ�j��������O�}�� L�(�����_5������J��݈�������[���2w��r��zUx��*���.ZwZ�`�k�}s.U��2�b���,R��I8M���%,�N�Ʒ~&�zj�7���Dx���b0a��ޞִ��T�@�a+`24�����="J��9���n�����X"��>���HB��k�vƏ�j�'�i��}}�����y�kv����Ű3�0�s���f��xj�;���i�ٴ�?'d0�@$~��?�~s��-�(hh�j��In>����;���{}_1�ɏ��ց�(�X�����Q��S����)�!ָ����鱂��)��Ε�{�(�Y_{;UΤ��!`�`R��b )Q�V%�WMM��MEq�%	HIT��uێ��`��:`�;
ێe�P�'�0	J�ڎ��sP�<��
E`s;qf� .gC���c�|���d����8�c���:�Z��}υ�s�XqIy�a�J�	��qg2�
9g��e;��y\�;��E�H�p<���ߊ��M(:��B���N�[�-Ej�M��72wU4~ˇ��}���cq/7�c��\�7�����"!�3N;9�'���/%������.��g�Z������+�޳I30��h}���t}Z����J�oJ�O;����7�O���N�]B~t���Dg"Zl��M5�)̸��|è���4ĝ6�7aL���S�>J[���eW�p��^(���G�\yy�8Gk�<��q{mgIf/`��`���1��{L�tDnߡ>�����$Sp��|��I�3?���"��7w����u��-7��`bm1�j��*w>�l0kw:������Q��o���&8��b�k��C��{�-?�zTv��tҏs&s�c16����a� ��4�$v^e��T��Z�M�
�B�w�<*���k5����,>\�z�z��]�۽�q��Sk����m���%_�Q·#�A��7#�[5&��|O_�~.�����*�`&q�	��%{+r�Ł��w���^t��>SO9K���J��PK:���
�PK�!�R&Definitions/resource-Port-template.yml�SMo�0��W���� I/�mm�a��E��AKL*T�
��[wL�rJ0���2�����ٖ���?d�u)�m��×��9��	?�&�\n>���"g�o8��$����X��b�-���$b��(u/vJ�LL���`ݧ�RCB
vq�%�Js�ǔ!�Qil��I�#�(Б��VcV�t��j%^�챎�����Y�!֗�N7lv�>�i�2�'�U�ܽ�l�l���ֆ��9�P:[�;�;�R���\��s�Sf���#����>��K����{��Z<�?�2sh���~�W/���!	�u��j�JL�Ir�W�b�,j�A��d�V��92����"�n�ﶛ�����V����h��q��b�k�<�O�9^�a���k����X�ŕ>h�N�-�PK�jX�[ePK�!�RDDefinitions/resource-Vfwa8d162c433d9ComputeNodesHeatVsn-template.yml��Ao�0���+|ۓ,,�ܢV�zh��W4��K`#�P����vI��o>?��LtAB�Pk�q6��@
��(�~谽BߵY��z�� B�c��	�_^�}mXE^���ա�y��C��\�ꔉS-���U78˫�Qb�S�x���E!$�R2/�%�zl�Y�z�UVd��Y"]?����!&S��ӫ�f�K�g��1�萾բg��/D��0�.�"^��6�	�0��0���у��{n��h��
+E**�O�*1�E�k^�?�?�C��>K����wJ�=��@���wt�����8[�G͘69�_���s
s�
0��\��t����W�cK��fذ��
_���MYǃ�|�囶"`��7�{�N^�9l�'���
T��~�v�ɤe��~���'嶧��'T���o��~�غ	����'Y=��~PK���ΫcPK�!�R=Definitions/resource-VfwA8d162c433d9NodesVpgcvfc-template.yml�ێۺ�=_���}��l�[�'{ �,6��@Q�W�,���잯�PWR"%R�sR�>�AV�\8΅3b�;��(Ȃ8J�MR�Ǎ���`����3sfo�4�����
�Ne߾}��ƚ�W���S4�Z.6k�7�%���ܛ-֛�O�lo�冬1���m�f��?��Sߦޖ����u����7�̞�%Z,�-�b����aw{ʑ�_$	Y��m�x~�� +{=���qf�uL�g�Ԋh����wAd=�
��>���gt'�7��4�I�h�G�y��M���'4��	�O4����Nݵ�o�ڦS�\/|�Yb�3��@��l2}�y�	��{�ηo��B�I�޼A��R���!`(���%[6a{X�'��� �����ˡ	
q���A+�(��(�*���q���Y9GQ�x�Q�㚯BPh@1Pe4�1�"�%����]	�`���aGdFA�`�m�-�	�;ftRp�Lq��P��m����5�6������v�3{�毕~c�%M)�bD9%�>�����%q�
-�F�)��<�(�׽��}P�%+ٻ}�B�ɢb9(���ۇ�
��"d�^�w�N���� �r���:�oN�sH�r�S'�ُ8��$qX�We���Ѯ|�����z`��#������Di�>�7�C��v�$��B	nÌ�ȸ1P�Q���Ô���~s��!�3J�F����{U��ȄA���bY��:)y�{\AV�q���0�L�'�����|8j���N���0/ZL�l��Hg��G_���eZ?&�1�X���~aqJ���a�5���ēLj�, �L� ;��5���q�3�؁�@����`�w�����_�b��0$��e�BD@0왓�]�XDӷ/����_�AH>�P
�>o��|�A*�@�hNǡ����O�O@�c+�E�-q����gWY�^�Зۇ��T��|����}���ۨ�a��V>C�ldЄ��{}�]�)f��l7���	��t�u}O�+Ф�~��vl��(;����F�:6��:�n�̈́e�R�m�B��1"N�!�J�.���ۗ�������j6��3���� 5Z��h�}M��|N[�.�D�7��k���;�qN-��h��׃���p��O��O6��(��ȴ�/�e5��P�h�Pb�G����i*�"ā^�)�����߿}��[�vT_k��pT���в�ɁU�Rf!n���?:_�?>�tn���#�N�|P߰��O�ꜚ�h�Χ��������3c�@w�Կ|�WE\>zA��%�ߡo�[�"Rzx�8��$
��#�D�? ��hӔ��)H��Ȉ�m
I����(��Iƈ����0�I�Mh������L~4�ί�[�e��&r�ke���Y�4Is�偨.�����2or8��꩞��rDRb�
L�`�XzS��P��CP1�(eg�%)
a�>�n�\5p҅��P�Kh��f�����s
��"H����hh�]d��^�˜n�L��'��m7z���4�/�8��'��H�fE����KMXN0k~Ԟ���b�ėB��{Yl�8���5��Z^j[ne�Ci{&�C��G�s��U��X։Ί.;8D�u�W������u~D��Hu*U������T�:p\D���ri��t��h9w7Ӎ�fx1�	�m��)p�us۷���G��b	 �m	���^�(!ꯛ��q�|co�Sw𶇖���;�xJ�b�\7${����ʚ�τ�d�J��x�-a�G`ɋODq��$`��R�4��O�,yu;�3nV/Z;jj�����4Zx�R�a�n�A�Us���g��>�k�x|-ݬxP &eu�ΤӨ
�n����Sl7�|��]����Bc�MK�
�R�ҩ�v��ش
�:2�(����$���߅��}e�K3����I��Ū�՘�)���E��OZ�}�o7��pz�Eفsv��8��*��x]�(:�
K�잎�L^���$�,3v=�$��I���7�����z����U��Jx�d��*�W����x�/�mN�5��%,����,��y_8(&�L���
��'?0s�צ\����r����J�S�S�c>��L��匱1#öYZ�ȕ���+!�8�[�P��
���RU2.۝�"b��Q3�Rz��dU�Jz|z���B�;�~ڭlzH'�䌊\��9PZ$��*�TԚ!VJ(C�&+�\29����,�A�<ńq�]-�N��Ѿ����ln�O
��E�I����Z7��2��Fg��FA��S�1{����a��J�� ��~��ֻ3��]�#U��a��9���[=�{%9m�+��(ɐΖH'�������k�S�����|[�U����mY��,HҀ�vwg/�ܱ��h���~�9[��H��ji�O��>*�۽��D�S������/d�2"`5�|�i�G�>:S��kn�P0�B��a�7����[�����	Ê�9Y���{�/�U\z�.��eT�6g�/f�j���g@��<�0ê����H5@�OE?Ψ+,���"��w��V��{�X3��0ݾ����Rq�*R]��sר֧v�sQv��@���w�f﷜#Zt�7z���w��������g>�1VF�rd�=9W���/E3lbFu��.�D�S�N�;�{?ڕܧ)k��^j���:��i4�yGW�}t�{�Sy�;ct�ѱ}#�����7�˯WX���+�3���#{(6�v^ko�~j�-ߺ���*�\���й����PK(��l��kPK�!�RGDefinitions/resource-VfwA8d162c433d9NodesVpgcvfc-template-interface.yml�]_s�6��[���i��7�if2S;���K�Á@H™x�X���I	�@��E
���dX,v���Rq�Q��9eTQ�d�"B�H�G��EF�5ʳ�*����B���D��~D�7���
�u���)��E��.��cT�͠�v���*H�oKZ��ԕ���ZUI���ŝ.���
b����]�*6�`���Xļ �`�� ���x5�����ͯ��?��_~�9��eh&�@XmT�[��ϔ�"i2<���i���ִ-�[�B	�,�	g�H
 �IL�ۄ����Dpf� ��Ȯ#�O�bS(�J*H
�%����\��2�S�H)�����-a�*3�"�t7��b���(��;�TR2�"X��:�j9aJvǖQ���,���X'/I���
m�l��?_����&rz�[:es�0�C�����f���
�^�&.�	��4�:�X��`#��X��[��<�ghŅ��Eh*~.��@� b`.c3.K���@����f�FJ�`N����ܦ\,K�KA�:���S��o��%�XQ��YS�s��q�-�R�PV����K~�ǫ�B��3yB�e;�FQ����Qƹ$HŲ����R�d�`�����z�QUw�@��i���F�g>�qj�Щ��5�w"ӥ�B�k;��T�fH�4�T^6��l�S~h�]��2A+D3��1�w���]J]e����<�c��Ot�d�E��Ƞ�+1�|���Ԓ�Ȏf��,j�H@hEs�Q�^s��4Uw����;�L�2�X�ψ��A�״^3'��3`����q"#�"j6⏚�OŠH�9���Z$x�7�9r��4��@9�=rD��I��MG�S�?2q�Pi�!��K��
��g4sF����L�.O��y鎲S8�#��x��.�� �|�Ai<[+"�Ͳt��[��~��[B3���sc���T-�Q⬄*����-wk/PÖumY4#Q�UF�R'�x�q��c�i+�Mte��v�����}ؔA@AӤZl����?-l���������BF	�*95�#��x�J��$u���P��,�ҭ\��*Y�Ԣ�o�9�k~{���
�����vT%a΀C�cQp�4��Z��Y��5��B ���u;�$6�p������{��=�[�h�vB�(�8�vu�+�l%�+ ,5&���-n+���z|���k�&��@g	�o7�-�HpQ�8�a�T=6c�)��
�D��Ȁ�q��[�c)��Rg��i,?���lhN��9ߑ^�y���cCz�����wA	&;��v����	R*��`���Y��q�:t�}Z�
&P��1�=
����R^�u��������/�>�0
�p}G@=u �]¶��i���؉p
����!�<|���1�z���[���}�FŪ~N�
�	m){�	wJ��s ǭ�KO=?���^w�!�����1~��a�~��}c}�U�߁v���e��cȡ�a���M�����@JH
'@�儀�L��1��J��{~)�`�#b��l�B>7p����~���(��|����+�Џۦ��>̉{�I��t,ɕ>�L��&m���d��p�j���s�Z��$4�	ΗTL�	�R�|4�����A�ٗ�=O�{/ۉ��]k�9�9X�\�OӃ�R����1�(��Y��Z�^4�g���k����=�ԏB/�v-;x;���79î�$�>�}��>�!��)q�0�Gf	{��!����x�����R�Qg���)���W�xl���]T�(L�j�p���w��ˏ_9�z_A2�6��ES�.��ù�̜#9*����^�y#�({�B����jm3��T��]#�\k��(K$���#�c��ⶋ�����C���h=��PK��H��	��PK�!�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�`����M��=4-�M/EaP��&J�Z�r���Q�-%�M4(��!29��;����2�nr�r�-W�l�
^��uY���͑b3�̯
�4������@5��>=��&��[��^@r=��M,�IF�Y�\�Vه��j�]��˗�E�Lf��*��,�p�M���, ��(KZ���-TFŽ*����`��u��
��B��Y�׶��e{.�*��0ZҌ�2�������=^3ja���	�3L3UvN�ˌՔYLNJU�|�+�&�ミ?���{�*�+�뙧3�<��l>��cUd���{w��+m��*!�L-;![.������K�N��6����@��T���=/����x�U5�jR��R	�^T٥�&TJe�r�V�dgXwvs�һT���L����a��F������x�|�ժh���V#CE�P���g
�
�T����.��pػA�x�!��=p���駃��98\q���[��
M��O��s뎘��p�Z[̔$��{��ʸ>�*NO5+�*�A�s'	Iȼw�����LJ���<�4~k�J��r	�q�.5j���.0���li%��-����xc�^�Г�,1iDoԬ�E�:aR���m�Y�M���A���8j��k��R�.B0*��{���O����{#j�^wщ��DǏ�k]C�}�s
4Ok+06�����t�
VV�dѬ�"��p�5`�;^k0�?��X�i:���-ā����D��g�-D|�Г7t
/Y"��B��,{N7�.x(:����L"&�ܠ�'��O.���;��̾�$V�/�a�	C�4/��e���n'��/\y�@Nཫ\
�� m��GX��
��7�E|����PK��w1;KPK�!�R/Definitions/resource-Globalnetwork-template.yml�TQo�0~�W��6i��@)�u��*m��J_�)����ؙ�P��w$�&�Jݺ�����8X/0��)����'r�3Uȫ�Дl1�� �r
(1����B����F4��XFi&1�2�p8��&�>^�$����VM��r�Ѥ>�F��8J1�D�tr��!�p�d�9�೶)��G�~2*���P�yG�#O&x@�˅���J	�`�K��m� xTa
��n�SfL�����,�'|��G��V�m9?rJ0���	�L}p(�\�-��2Һ�,.o�����G�;҄���>�ex��j%�E���j����/낟�"0�;�2�Y��m�9��ͮ�a6�v�mJLJ��Hc�kUt��@C^9[vY5҄��x�r�54ƆZ��j�q�lr�кUl��y�-�7:�Mi�7�SK�d�9�7{~�ް�۲��wO���Z���~#y�X�:�U*GrjO��������`���ʄ�z�a�^������t��x����:/�n������mP+��#lF�Q���m�_�3�^t�e�`��]!~&�ԁś3p��ʼe|N�+U�WC{�Bk/�Zk��'�=$���~������S��X�Rb���m/֔cW�m�D+����s�:�����WVV:�����PK�2�I��PK�!�RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK�!�RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK�!�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK�!�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK�!�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK�!�RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK�!�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK�!�RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����E-�̍}q�\.��.��v������[�e[��>M?̀�G*�J巊$���Vaa��.�r��3)؟�p�F�������}�~M�"���1Y҂N��~�Y��_��w��tF0d ?�qdЦ��eS�Ô��e��4��	����ɗ(��IF�!� w��[e����6I
�$͒4�ޅ�<�3�?�0�g#�oa��{�g@+2
p�U�c�V�%��cK�����"�h�	�p٘�������A�0��ɊF��3�i���bX�;-
�7A\�����l\�>bTb=��0-�ܯrs7=%3hF�a\B��$�:��_4�?�b���/�,\l�
dNv=��b�in��,/`�:Z�P����f�^|�~Qv1'����A�b_�T��w����-tͧ��l��3@~�}��f�h�Q�����������VY�����f���(GA�D�*��~Ld�a�A
q�{i�F�@�$JC8��/IV��R�"z!����{��q��a;�E{���A���<�pD�0/��HVI�ڈQ���u9	�փ�	��d|q8��B����ͰeJi�?%�=�C�fǿ*h����:��S4M����Oͣt�����(��Kq�L7�!_5v��J($���4�]�QV�j���N�!�˒�(Roþv��V�a^o��c�	�<�{��6�jhx���YX���-�q��4tZ��-L���A��x�"z=8?��q�Q�	`�V�2X�m��R��U����ݪ̐I;jo��^bx�aS#P�`aI��A�tws|{~q|vz:2� �}zv��;�M����  ��Dպ�D��qAY�O����'SW�S+�Z�	����7A��|L�N�g��n�O-���yxCN��\��E�p�V:Z*yz�Z�;mG�H��'H�ކ>{���o?'�����Q���ۉ�
�΃4z0���6�C�>l~�h��4��;���v�����dr%�iO4���_C�y�A=
�o���&����K�1L	 K��|$�GB��"�|	-��b��D�"���|��-XZ���/��Ͼ4����_�5�.�klӰ���U�t*)[0���b���+�L;�>tC��(��Y���
�D�V�
��tX3�m$|�-\��D����������"a&L�g�[�Fv'�q�1���A�0��C�6e�Nf��KbA� Үڅ�WZ⫝j��ܐKz|Z��آ����8���N����O3�m�n?�K�2�լ��V�ջ�d�0m����vYev�h�kʁ6�����6�qf3�i��/�9�ţ�@-H*^�g[2DC�eS9�g��[�w�+s��ɇaB���J��\���
~K9[�2��爄�`B�a�'����Ǐ�6PY�i�`�:��tw�c�l��H��zq�悌|���B��_A@��AO:�<�@y�uc���!�d	l?h�q�� �?=�E�Ӏ8��\�+��߸�X��������ʭ�5��
HDAǀ�����Nȿ29S(V��'0@�L1Q�3ف
�����.�~yv&�OR��	�Ţ���p�_����s��oW7_N�l��I�iV���D�B�a)��6M~����!��Q��˳�����eϧu�e���b��_��0^P���L\0 �Ë?��!���S;�Cd`Gb/J4�Ac��rY칟(C���(��q%���p���G���t+ʳm���K�4�Y��d�N�-)w�]��Y�M�,X�-PI��AX�R63�ġ;s��]t�|�
��{�U��&��#!�V�Be���Za��1v�ц��{0�a#��b:��^�
l�&�	�Hw[�Nɥ@[R�}���q�Zr'�_�`��o�L�Ov(9Z�擋��,(�(��J-9s�N�Z�<�"�A�d�E/
�y���z��+����)V׵���pu:�S�c萻��Q�L�ר�]Dt�d��:�h�i��n�c�϶��%�h;��8�e�2��i�(>f�£uw6%S�}��v�>X�<�D�*�~:o�з�d(�V̘.�p�
/z$��ܗQ�>"�
V���R��y�����`�8!A�>�`2�ym�����-�'����
�ڸ��44sK}�,EY�v�u�=�C�����O�IlRTL�wjS�\y��J�U��\��Mf����iy�)��td�4��!��om0�A�@[�.L_km�i����&[��\S_�	���1&/�@�4I���&Z3h)�v��
�SrԮR�.��R��-�h��p`�
�)�,9�
`�� �A. &A�R���[i�N��*��7�a�N��B�wl�",��!�Is����� �ͤt&�O��
!0��.a_��]�m�!G��fUns�Ρ
�=�L���;�^�)OX�W��*������}��s#Ѝb�x��.ܸ�,q�JQe��Y g84WL�p�Dc=c��λŔ��-�����P\����`�'PW������&P�HǴx���B$��P�GW;�+i�
�@�^i�@�Lv�58��m
��C�U,r�i0�)��1d]���m��^'O�4��Uռ$�7��d�UHz����<�]�����?+��Lq'dz������,���n��D�RZ-�^������VL�y툾�8r/ő������f�Du����);h��,�)Jb��:cUq��kˊ�����^�8!�NA��rrG��2-�1hŦ��p����2<��|k҅Q�9�j��Ԑ�-.�f|���*�Lp����1h����k@�UD
��Ρ`�����˜�G�����	۳�m�J�/�������	��2U0b��,��
��]yT��e��S4�
�U|�J�o���{r�Q4mt,3��ۋs���I�t�l�K��V�vδrYm+���ue&B�˼�$�:KDŽL��
o�!K�5��!
�@��B3��;J������c�^>�J�h9@x�˄����C���J��A����8���Ib�L�a#vl������H���x���'QH�'��܎� ����+�.�y>�=�,d;���������抺�9����Ր��[�l����`pm�֠���pETqo���6 ������tl�M����7F�0֧�<�
��]�:��֩!���vC���
'��%��z	���^���+^lb�o�i�w\?���_�a��(Y��@D�siԟ�YR����w�o��t"YF���O{��6)k��F+��C��{'���r*�Y>�[�ľ�J�|L0l\M=\3��%%j��k#�pv9��4d�R��dna!-c��=�O#&���U#�J�Q^��`������� ��B|39ǵ��a�o|K4������f��.�*p�م���bL�<�l%�RԬ�`�c����=�����앴�P^#cD���2�a�/�,
^5�|X�xD>��#2�L�H�a���^����g�r�ܓ÷\WA�4�4U�
L�h��#�����)A6�6�q��#ΎBӒ��8r��� 2�S��W�!���;�9Qa����8�����Xu�c�ۂ�3�^k��&��+a��c	��|�$+�d┘�P@�ˣ��A�ի@/�/-�aJ7L}���������
8J�R����X#Q�����+@�v�
���wo��/����k/�}��j5eث��:0�G�B8~�~����n�
�fFY�p�*��
�b���P��?W�'�Ub������6nP9�"qH�df(;�b�����*U�ugR8o��9��W8�_��y8�X��U�����AZ8Q�ѿ�>3���*�E!�y����ZW+󍴀x	Z~���ϒ��CF.Ϥ��W\
��`v���h��g��W�P�<�,SB�`+)���U����ˆq��kn���
,���
����œ�0z��û�d�Y���hi��@˦Y͈�Ѡ�V51��:�����R=�e�;��B���Ia_*�,_�g��ud�0�3�D���$9��`a��ڄ3I�6\�d��z���$T�+�3<��}��<�>l��;*�)�淩&��)������鏕����v̨�Y�Dj/��6�x:����\@�F���8��UϢs�X�g��)�@Q�*�o �@~�	qۘg'^�PǗO#�c�	�9<���߾H�0�K/��}��Ι�8�;���>�؇P���4Yz��^��j�uuD������f΂�
��
�u�Ɂ�v	Bq�u<�e�v"ۓo��X�3�S�@��BL&��A��7	�@XM�Y�8���B�DS��(0—n,h�2����"�eE$��o˜v�26s�EY���UEQ��K��,S�j| ��)B�X"g���L����B˴��c�WV�Z�u�9���oÉK#����1��s��,J]I���b�֝�>�T�l�A�-��o	9e��v@�#�@&'��=�bt�#:m��=ږ͞�7pu�M�bA,�s>���0�.�H
�EfJ�����`C���	�E����$�O��@I�.���Ǜ��*&�/�6�Xk#
��v��(2t���0o�����m(�V(O�ڛ�Nc��d���H�!RqY,�2+<̫�^�E}	%Zq����c!��%�8�,�a��5�k�v�}�>9�i�)��RA�=	)�6`S6�
��(-��'��s� ���K펩��E����ןu�C{'t��`�1���x��ާ���yƇ�b�xlDb�¨�
��*���ܷ[�r��jXV��vet�;��a*�SߕU��J'��4��N})�6��	[,���|ǭB����h��w���,&$���q�|v�����^f]&��P%�����n�,����dihТ�j�\�������d��Ӓ���;Ww�v��mpWe����]9��D/�����G8)���p*a5���+���K�lYU���|u���*Ձ�q?�UkI�д]���<���a��*��i�"��)�<^b�i$�=�=�oY	=�}S��z��{���O"�a��
�{�b�7�q�!Z)>��ŕg�j�- ԁ���5*Cǥ2��T�Đn3��t�R�o�,��>���{|E���!
�՛|���#[|�]^EV����H�<ε�>K�$)kˣa��Uh'q7�P�q퍣j"��"�5�`L�q��l�0�t�n*��&�z��ϲ"�:�Xe�zb]7�/1T���Yi�g��e�i:L�+�+�3=���
J��G���q��7�� �N��ή��\�(�R���t�/TՓ%�&W���
����t�g���ڧd�=�}
�ݿ5?�{]�˃�29~
K�H�4�Y�0�.7�?�)_Ȍ�๐\��Ӫv�\�`_x�U2��8�Cf�$�����26�E�r%U��Q����D��yu�P�m�
�U�9;a2�͢.���8M���G4�f�*��nD���y��y��SaB�������x2��_H�,B��f,�R�\����(;���
�ح�O�O�l�X�<30b�`��=ÒO��"��,V����ˏl�k�M�)�!"ʣ�8�d�K3���G�>��Eؿ��K� TO����E�BOY�v��MT��{�Ǻ��8�����⠌`8��?��џ>�G���f0Ǯ��/��ƾ;Yw�n�n�H�u�Z�Z��@n�C�.���@DP�89�h�q�w'A���^�j�-k����\9�g���6P�KR`����aҫ��μ�hڹ(۠�<|�6kȋVx�f�lx����V{�o��vQ��֏fTD�'Z������5�h�o���Ο�~�����2S%��Oс+�u�������������5�i��X��^*mwJ��?�Qź,R�����^�Y�9�]N�,0�@$/�V�D���!�QC����e.�s�t&q�1�Qx3@u�
�AT��(�K��U���+3�Uև�r�5�
��X��V^=D���bzg]�|4�]�zu9�&�f<2ٵ:c���@	΄,k�Rļ=F�q����e�#z��XF[� }8L���I����]�2���ֽd����k,��&<�e5T:�R�eYr�M���Lr��!Ȃ���t.-�Bo��ŶpEV��d��v�KV�Řxu���
Òk�+МE:�R���vh��2�h�,Z��o`+�Gx0�d��Մ=7%���XK�1��s�Q�g��R�B~"�Ml�ѵf���a��7�����	�6��n�w ?%���AB��f�����o��^��8�8������H����B�pə��:��֍z��d����/c&���sA��S�,�úW>��G��ɐò$���2������$�xO�
~������/�|���t�o#c�\+�A`gA�^;���~!�^��X��#�hC�a	���jo3>a0iغ��“2�1��U䀭Ut�'�haR����$�Βs-�J#|�áp��tX�R�ΰ+���������wz/����k)����V
�B�R���wR��|���mOX�ir���Ft�K�a$�@H"���m�7P�,_�,1�;�,���m�~m�sl蹐��-�2l�a>�C�
_�A/�;P����Te�$u�$����t
cZm��x�k�+P���co"���ߛ���(�7����%�B�,nӅ-���[ꃀU�,+��;��������r�}���_h.�.�_~�k�W����[<�uz���$N6�6?��9�$�n�|�͍l�I=���|��xɋ�"�}��%�U��1�nLY�a&���
2t�	���H�ź�ٗ4�N��@e�l�k�ƣN���ZYX�����ߏϦ����S��!#+CNg5��C��`#���Ւ�
gMT'~np�	�G��8~V}v׃�u9/*t_&��EQ�(���~Mj)��b��TX%UY�\����[K��I�q�ϣ�_�7�E�Pܨ'��A�Lv�.G�A��s�]����1�H��gb¯Q�.�
����\�&����0R��1���U�b%1�r���Z�5��,�T�ѩ�<������K3���Qt���x��̾p�Ȃ'�:
�Ce)�"a�Zi�2E�=��/$T�#�u>�Z!��Q�
Fg�c�4z �RB�XV��ꈓ���:Pꪞ�&�W�IN��n��7|���`7��[�IN��Mr�7�ɏx�������G�I~:+IG\�,^��X5��0�khh����0L�ذ����S����:5e�Yi`��fق�D��D��&����l�uJ�n�*����ӝx���+�)��]��l���\h-+,?�l�R��Q[eIH}/��M2���D�36k~���PK�j��-�YPK�!�RCArtifacts/Informational/OTHER/VSP_vFW-a8d162c4-33d9_Information.txt�WAo�0>o���M�4!$������6*-=L;8�X
qf;�د�c	H;�4�d�>�}�{_���H��b�n@b���/W�^��
��<#�E�{A��mG�F�q�p�I�RT@1���+�2΢�H�&&p���z9��ˍr�A8�b�7ra�sFv��k$h�KX1�
�rN`����
R��h|���(�T@��rУ��E���i�1�j�6��J�xa䅣�:�7����X�?��R;��s�D,F�2W"�r�gub�tJ�ŞEC;v]��G�oY������޲��;�Z��BՈC�P�5�up!�+%�]c��˳��h�d	%Xw�~�C�%@1N4�y�w,�@������h�n���IR����ג�\e��l�
���Y�7pm�2����װv�ރ�d,��O���ult�pW�U돃��<�q�Q�h6��s�6Y.��r��k�1��Ϫ"�����S�^���O��{"��:�2��~�Za�TF�K#hH�m3�J��T��پ.�g��p�؊Fou&��m����/�-Q�C�k*�e�o�sF�Gƒ�T�Y�	�W6B���8% :˔���1��2�eN��&�)v]/f��t�:8�L2���������Oh���uy�P:ߗ�/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\+�֗׊����� ��D�tRBd�0��g
�%&��5N#�9�2����G��i$wy.�|Ax�;���fa4c�s���i�	)����1�&+<�@_���c�<��U��XC�k���d�l5��as�Ue7��8S��C�?8p�A	l��\F�K��,�{�<2�C��"��?	�L��WO]�_�х������O�S[t����V>�.���#(<jޥd��L�7�}��TS�&����N�c�5�vԔ������]�.�}9�];t�w�QJc�cT�pf�H�9���㢿
��I���������[k��,���tIY�iɨ����di0���§E&<����N�<���<��}���,e\&���,�?�y��󙍋�~�_PK��+m"7PK�!�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xml��n�0�_�ȝ�%`$�}�F��D�6P���}�%�cIz�!X��ϟ#�Gɞ
T�94=���P����<
Cw�$st�v�@���m��%��g�Q���a�sp��(����g�K�i!�wf�B�sɵ������K��0^�j׌�˧m(@�P3����?�|����€� ���9"�'�w���&g�]^��tUSv'L���\a���S[ytr�cS����=F��]F	Ƒ�E�\M�:7�2"=����p�˹�+�oq<�M�w��vj�������]�H�Ծ�?������s���D0T�x޸�g��8�N�贛�����"/pT*�@��E2�.��1'��N��bc�9��8���K�l���?7\(}�߲�2����2�@n�����;|��n��׶P沜i���?ǎa�)b��w�re�+��3Z:m��gEJ��yn��2�1�"y��\~WӿPK�����jPK�!�R�R�B4E	csar.metaPK�!�R�LX��kTOSCA-Metadata/TOSCA.metaPK�!�R��k�� �1EDefinitions/resource-VfwA8d162c433d9-template.ymlPK�!�Rj��
8F�;Y"Definitions/resource-VfwA8d162c433d9-template-interface.ymlPK�!�R
���(�9Definitions/resource-Extcp2-template.ymlPK�!�R����cDm<Definitions/resource-Vfwa8d162c433d9ComputeNodesHeatVfw-template.ymlPK�!�R|}E�,�>Definitions/resource-Novaserver-template.ymlPK�!�Rz�JL�
.DDefinitions/resource-Extneutroncp-template.ymlPK�!�R4�aY-�HDefinitions/resource-Neutronport-template.ymlPK�!�R�����j=]MDefinitions/resource-VfwA8d162c433d9NodesVsncvfc-template.ymlPK�!�R�_#��	f�G�\Definitions/resource-VfwA8d162c433d9NodesVsncvfc-template-interface.ymlPK�!�Rܔ���
)�fDefinitions/resource-Compute-template.ymlPK�!�R7�T�)�jDefinitions/resource-Network-template.ymlPK�!�R�ҝ��cDrmDefinitions/resource-Vfwa8d162c433d9ComputeNodesHeatVpg-template.ymlPK�!�R���0h�,�oDefinitions/resource-Globalport-template.ymlPK�!�RNj�l�	,QtDefinitions/resource-Neutronnet-template.ymlPK�!�R�6˙��=xDefinitions/resource-VfwA8d162c433d9NodesVfwcvfc-template.ymlPK�!�R:���
�G�Definitions/resource-VfwA8d162c433d9NodesVfwcvfc-template-interface.ymlPK�!�R�jX�[e&�Definitions/resource-Port-template.ymlPK�!�R���ΫcDƖDefinitions/resource-Vfwa8d162c433d9ComputeNodesHeatVsn-template.ymlPK�!�R(��l��k=�Definitions/resource-VfwA8d162c433d9NodesVpgcvfc-template.ymlPK�!�R��H��	��G2�Definitions/resource-VfwA8d162c433d9NodesVpgcvfc-template-interface.ymlPK�!�R��w1;K/h�Definitions/resource-Globalcompute-template.ymlPK�!�R�2�I��/�Definitions/resource-Globalnetwork-template.ymlPK�!�R+�@j5���Definitions/data.ymlPK�!�R�'}8��Definitions/groups.ymlPK�!�R0?��@@Z�Definitions/policies.ymlPK�!�R���C&�Definitions/annotations.ymlPK�!�R�����ODefinitions/relationships.ymlPK�!�R2ea�
ZDefinitions/artifacts.ymlPK�!�R�H�v~(�Definitions/capabilities.ymlPK�!�R8��eDefinitions/interfaces.ymlPK�!�R�j��-�Y^Definitions/nodes.ymlPK�!�R�&�ѵ�C�LArtifacts/Informational/OTHER/VSP_vFW-a8d162c4-33d9_Information.txtPK�!�R��ȕ�O'�OArtifacts/Deployment/HEAT/base_vfw.yamlPK�!�R��+m"7<�[Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK�!�R�����j4A^Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK%%!
.a
2021-04-11T04:17:29.291Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-11T04:17:29.292Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/cc663ed5-fe75-48bd-871b-7fc6812dfa04/toscaModel|INFO|500||InvokeReturn
2021-04-11T04:17:29.297Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-11T04:17:29.297Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-04-11T04:17:29.297Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||VFCustomizationUUID= 3d8acdf2-869e-47f4-a763-f31df5d43299
2021-04-11T04:17:29.297Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3d8acdf2-869e-47f4-a763-f31df5d43299 matches Tosca VF Customization UUID: 3d8acdf2-869e-47f4-a763-f31df5d43299
2021-04-11T04:17:29.298Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||vfCustomizationUUID: 3d8acdf2-869e-47f4-a763-f31df5d43299  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-11T04:17:29.300Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.301Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:29.302Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||resource request for resource customization id 3d8acdf2-869e-47f4-a763-f31df5d43299: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-04-11T04:17:29.302Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31708054
2021-04-11T04:17:29.302Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.302Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-11T04:17:29.302Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f0f6d1b8-4416-41e8-8e7f-fb5f923adf2f
2021-04-11T04:17:29.302Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f0f6d1b8-4416-41e8-8e7f-fb5f923adf2f
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-11T04:17:29.305Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.305Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is matching search criteria
2021-04-11T04:17:29.305Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a8d162c4-33d9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:17:29.305Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.306Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is matching search criteria
2021-04-11T04:17:29.306Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a8d162c4-33d9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:17:29.306Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.306Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is not matching search criteria
2021-04-11T04:17:29.307Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-11T04:17:29.307Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-11T04:17:29.307Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-11T04:17:29.307Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-11T04:17:29.307Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-11T04:17:29.308Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-11T04:17:29.308Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:29.308Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-11T04:17:29.308Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:29.308Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-11T04:17:29.309Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-11T04:17:29.309Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3d456485-1090-4629-b1b5-d5fe7d22c8a8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-11T04:17:29.311Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.311Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is matching search criteria
2021-04-11T04:17:29.311Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a8d162c4-33d9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:17:29.312Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.312Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is not matching search criteria
2021-04-11T04:17:29.312Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-11T04:17:29.312Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-11T04:17:29.312Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:29.313Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-11T04:17:29.313Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-11T04:17:29.313Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-11T04:17:29.313Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-11T04:17:29.314Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-11T04:17:29.314Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-11T04:17:29.314Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:29.314Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-11T04:17:29.314Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-11T04:17:29.315Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2472a86b-a77a-4c99-90b4-c24c820dcbc9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-11T04:17:29.317Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.317Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is matching search criteria
2021-04-11T04:17:29.317Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a8d162c4-33d9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:17:29.319Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.320Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is not matching search criteria
2021-04-11T04:17:29.320Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-11T04:17:29.320Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-11T04:17:29.320Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:29.320Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-11T04:17:29.321Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-11T04:17:29.321Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-11T04:17:29.321Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-11T04:17:29.321Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-11T04:17:29.322Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-11T04:17:29.322Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-11T04:17:29.322Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-11T04:17:29.322Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-11T04:17:29.322Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5cfb432a-8069-41a0-a422-9b0d0a4e7740
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-11T04:17:29.325Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.325Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is matching search criteria
2021-04-11T04:17:29.325Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a8d162c4-33d9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:17:29.325Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.326Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Node template vFW a8d162c4-33d9 0 is matching search criteria
2021-04-11T04:17:29.326Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a8d162c4-33d9 0] matching following query criteria: sdcType=VF, customizationUUID=3d8acdf2-869e-47f4-a763-f31df5d43299
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:17:29.328Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.328Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:29.328Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500|| resourceSeq for service uuid 73d9f040-d818-4fc0-84fe-0489cbaf145e: vFW a8d162c4-33d9
2021-04-11T04:17:29.329Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.329Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:29.329Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.329Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:29.329Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.329Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:29.330Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.330Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:29.330Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:17:29.330Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-11 04-14-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:17:29.330Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||Saving Service: vFW 2021-04-11 04-14-08 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:17:29.495Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a8d162c4-33d9 fd2a8c76-34ef-49d0-a3f8-8eea30a79810 1 ASDC deployResourceStructure
2021-04-11T04:17:29.496Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json ASDC sendASDCNotification
2021-04-11T04:17:29.496Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json
2021-04-11T04:17:29.496Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:17:29.497Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:29.499Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:29.499Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114649496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:17:29.599Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-11T04:17:29.601Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:29.601Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:29.611Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:29.611Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:17:30.501Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-11T04:17:30.501Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml
2021-04-11T04:17:30.501Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:17:30.501Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:30.504Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:30.504Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114650501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-11T04:17:30.604Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:30.605Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:30.605Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:30.614Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:30.615Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:17:31.504Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-11T04:17:31.505Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env
2021-04-11T04:17:31.505Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:17:31.506Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:31.507Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:31.507Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114651504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-11T04:17:31.607Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:17:31.609Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:31.609Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:31.625Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:31.625Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:17:32.508Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar ASDC sendASDCNotification
2021-04-11T04:17:32.508Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar
2021-04-11T04:17:32.509Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:17:32.509Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:17:32.510Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:17:32.510Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114652508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:17:32.611Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-11T04:17:32.611Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:17:32.611Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:17:32.622Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:17:32.622Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:17:33.511Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efc56284-6e4c-4fe5-88d0-18864c337f96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:17:33.521Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efc56284-6e4c-4fe5-88d0-18864c337f96
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:17:33.525Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:17:33.525Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:17:33.525Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:18:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:18:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:18:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:18:01.087Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:18:01.088Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:18:01.088Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "policy-id",
  "timestamp": 1618114561439,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:18:01.095Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efc56284-6e4c-4fe5-88d0-18864c337f96
2021-04-11T04:18:01.095Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId efc56284-6e4c-4fe5-88d0-18864c337f96 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:18:03.525Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efc56284-6e4c-4fe5-88d0-18864c337f96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:18:03.535Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efc56284-6e4c-4fe5-88d0-18864c337f96
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:18:03.537Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:18:03.538Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:18:03.538Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:18:33.538Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efc56284-6e4c-4fe5-88d0-18864c337f96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:18:33.547Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efc56284-6e4c-4fe5-88d0-18864c337f96
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:18:33.550Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:18:33.550Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:18:33.551Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:18:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T04:19:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:19:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:19:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:19:01.092Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:19:01.093Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.093Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114559875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:19:01.094Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:19:01.094Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.094Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114554978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:19:01.094Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:19:01.094Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.094Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "aai-ml",
  "timestamp": 1618114556979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:19:01.094Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:19:01.094Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.094Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114561971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:19:01.094Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.094Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.094Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114559875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:19:01.095Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:19:01.095Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.095Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114562567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:19:01.095Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.095Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.095Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "aai-ml",
  "timestamp": 1618114556979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:19:01.095Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:19:01.095Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.095Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114559875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:19:01.095Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:19:01.095Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.095Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114563570,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:19:01.102Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efc56284-6e4c-4fe5-88d0-18864c337f96
2021-04-11T04:19:01.102Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId efc56284-6e4c-4fe5-88d0-18864c337f96 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:19:01.125Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.126Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "aai-ml",
  "timestamp": 1618114556979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:19:01.126Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:19:01.126Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.126Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114563877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:19:01.126Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.126Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.126Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114559875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-11T04:19:01.127Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:19:01.127Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.127Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618114564575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:19:01.127Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.127Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.127Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114564821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:19:01.127Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.127Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.127Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "aai-ml",
  "timestamp": 1618114565329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:19:01.127Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.127Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.127Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114565515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:19:01.128Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.128Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.128Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114559875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:19:01.128Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:19:01.128Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.128Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618114565824,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:19:01.132Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efc56284-6e4c-4fe5-88d0-18864c337f96
2021-04-11T04:19:01.132Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId efc56284-6e4c-4fe5-88d0-18864c337f96 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:19:01.142Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.142Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114559875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:19:01.143Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:19:01.143Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.143Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114567267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:19:01.143Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.143Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.143Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114567977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:19:01.143Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.143Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.143Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114568316,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:19:01.148Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efc56284-6e4c-4fe5-88d0-18864c337f96
2021-04-11T04:19:01.148Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId efc56284-6e4c-4fe5-88d0-18864c337f96 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:19:01.154Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.154Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618114569323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:19:01.154Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.154Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.154Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114569382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:19:01.154Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.154Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.154Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114570672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:19:01.155Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.155Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.155Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114571678,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:19:01.158Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efc56284-6e4c-4fe5-88d0-18864c337f96
2021-04-11T04:19:01.158Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId efc56284-6e4c-4fe5-88d0-18864c337f96 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:19:01.166Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.166Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "clamp",
  "timestamp": 1618114572164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:19:01.166Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.166Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.166Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618114572681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:19:01.166Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.166Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.167Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "clamp",
  "timestamp": 1618114573197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:19:01.167Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.167Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.167Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "clamp",
  "timestamp": 1618114574199,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:19:01.170Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of efc56284-6e4c-4fe5-88d0-18864c337f96
2021-04-11T04:19:01.171Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId efc56284-6e4c-4fe5-88d0-18864c337f96 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:19:01.204Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.204Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "aai-ml",
  "timestamp": 1618114575672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:19:01.205Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:19:01.205Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:19:01.205Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "aai-ml",
  "timestamp": 1618114576681,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:19:01.210Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efc56284-6e4c-4fe5-88d0-18864c337f96
2021-04-11T04:19:01.210Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId efc56284-6e4c-4fe5-88d0-18864c337f96 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:19:03.551Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efc56284-6e4c-4fe5-88d0-18864c337f96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:19:03.562Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efc56284-6e4c-4fe5-88d0-18864c337f96
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:19:03.565Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:19:03.565Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-11T04:19:03.565Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-11T04:19:03.566Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-11T04:19:03.566Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:19:03.635Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:19:03.635Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:19:03.635Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:19:03.635Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:19:03.636Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:19:03.636Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:19:03.642Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-11T04:19:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T04:19:33.642Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efc56284-6e4c-4fe5-88d0-18864c337f96 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-11T04:19:33.647Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efc56284-6e4c-4fe5-88d0-18864c337f96 and serviceModelVersionId: 73d9f040-d818-4fc0-84fe-0489cbaf145e
2021-04-11T04:19:33.647Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d9dccfd-5372-4bdd-b522-26087cfae856
2021-04-11T04:19:33.648Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d9dccfd-5372-4bdd-b522-26087cfae856/model-vers/model-ver/73d9f040-d818-4fc0-84fe-0489cbaf145e?depth=0
2021-04-11T04:19:33.654Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-11T04:19:33.715Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d9dccfd-5372-4bdd-b522-26087cfae856/model-vers/model-ver/73d9f040-d818-4fc0-84fe-0489cbaf145e?depth=0|INFO|500||Invoke
2021-04-11T04:19:33.715Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d9dccfd-5372-4bdd-b522-26087cfae856/model-vers/model-ver/73d9f040-d818-4fc0-84fe-0489cbaf145e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d9dccfd-5372-4bdd-b522-26087cfae856/model-vers/model-ver/73d9f040-d818-4fc0-84fe-0489cbaf145e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efc56284-6e4c-4fe5-88d0-18864c337f96], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1a4e8e11-0a23-40c7-bae2-f6206a100953], X-ECOMP-RequestID=[efc56284-6e4c-4fe5-88d0-18864c337f96], X-TransactionId=[], X-ONAP-RequestID=[efc56284-6e4c-4fe5-88d0-18864c337f96], Content-Type=[application/merge-patch+json]}
2021-04-11T04:19:33.735Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d9dccfd-5372-4bdd-b522-26087cfae856/model-vers/model-ver/73d9f040-d818-4fc0-84fe-0489cbaf145e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-11T04:19:33.982Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d9dccfd-5372-4bdd-b522-26087cfae856/model-vers/model-ver/73d9f040-d818-4fc0-84fe-0489cbaf145e?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/9d9dccfd-5372-4bdd-b522-26087cfae856/model-vers/model-ver/73d9f040-d818-4fc0-84fe-0489cbaf145e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210411-04:19:33:743-39263], vertex-id=[217272], Content-Length=[0], Date=[Sun, 11 Apr 2021 04:19:33 GMT], Content-Type=[application/json]}
2021-04-11T04:19:33.982Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d9dccfd-5372-4bdd-b522-26087cfae856/model-vers/model-ver/73d9f040-d818-4fc0-84fe-0489cbaf145e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-11T04:19:33.982Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d9dccfd-5372-4bdd-b522-26087cfae856/model-vers/model-ver/73d9f040-d818-4fc0-84fe-0489cbaf145e?depth=0|INFO|500||InvokeReturn
2021-04-11T04:19:33.983Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-11T04:19:33.983Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:19:33.987Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-11T04:19:33.987Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efc56284-6e4c-4fe5-88d0-18864c337f96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-11T04:19:33.987Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-11T04:19:33.988Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:19:33.989Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:19:33.989Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114773987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:19:34.089Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:19:34.090Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:19:34.090Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:19:34.103Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:19:34.103Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-11T04:19:35.026Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:19:35.027Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:19:35.027Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:19:45.243Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:19:45.243Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:19:45.244Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:19:45.244Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:19:54.784Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:19:54.785Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:19:54.785Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:19:54.785Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:20:01.072Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:20:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:20:01.073Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:20:01.089Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:20:01.090Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.090Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114627412,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:20:01.090Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:20:01.090Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.090Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:20:01.090Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.091Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:20:01.092Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:20:01.092Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.092Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114628430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:20:01.092Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:20:01.092Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.092Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114640618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:20:01.092Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:20:01.092Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.092Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114644870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:20:01.092Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:20:01.092Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.092Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114646421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:20:01.093Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:20:01.093Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.093Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114648017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:20:01.093Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:20:01.093Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.093Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114649496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/vfwa8d162c433d90_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:20:01.093Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:20:01.094Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.094Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114650501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-11T04:20:01.094Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:20:01.094Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.094Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114651504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/resourceInstances/vfwa8d162c433d90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-11T04:20:01.094Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:20:01.094Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:20:01.094Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114652508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210411041408/1.0/artifacts/service-Vfw20210411041408-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:20:01.094Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:20:04.330Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:20:04.331Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:20:04.331Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:20:04.331Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:20:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T04:20:13.865Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:20:13.866Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:20:13.866Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:20:13.867Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:20:23.407Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:21:01.069Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:21:01.070Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:21:01.070Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:21:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:21:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:21:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:21:01.590Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:21:01.591Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:21:01.591Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efc56284-6e4c-4fe5-88d0-18864c337f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618114773987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:21:01.592Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:21:10.607Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:22:01.069Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:22:01.070Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:22:01.070Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:22:01.071Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:22:01.072Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:22:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:22:10.631Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:22:10.631Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:22:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T04:23:01.069Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:23:01.070Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:23:01.070Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:23:01.071Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:23:01.072Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:23:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:23:10.672Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:23:10.672Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:23:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.70.181
2021-04-11T04:24:01.069Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:24:01.070Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:24:01.070Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:24:01.071Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:24:01.072Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:24:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:24:01.647Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:24:01.648Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.648Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115033589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:24:01.649Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:24:01.649Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.649Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "clamp",
  "timestamp": 1618115031451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:24:01.649Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:24:01.649Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.649Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "aai-ml",
  "timestamp": 1618115036979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:24:01.649Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115034978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "cds",
  "timestamp": 1618115031188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "policy-id",
  "timestamp": 1618115028289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115033589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "clamp",
  "timestamp": 1618115031451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:24:01.650Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:24:01.651Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.651Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "aai-ml",
  "timestamp": 1618115036979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:24:01.651Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:24:01.651Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.651Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "cds",
  "timestamp": 1618115031188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:24:01.651Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:24:01.651Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.651Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "policy-id",
  "timestamp": 1618115028289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:24:01.651Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:24:01.651Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115034978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "aai-ml",
  "timestamp": 1618115040503,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115039875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115040586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "cds",
  "timestamp": 1618115040589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.652Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "policy-id",
  "timestamp": 1618115040590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:24:01.653Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:24:01.693Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:24:01.693Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-11T04:24:01.693Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"44cce410-dfb3-47b1-829e-0cabc26d118c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d6a6a2ef-fd31-4665-99e9-2c9480dd1737","serviceDescription":"service","serviceInvariantUUID":"fe6dc59b-ff0e-4191-bce1-38bafe747ae4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"eae43c3b-2ef2-4db3-95b1-2e9f2940b1d0","resourceInvariantUUID":"5d328540-7887-4ba3-8da3-4ab36691ee0b","resourceCustomizationUUID":"61884ba1-56df-469a-b2e5-c3f1e2c1fe33","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":"Mjk3Mjg0YTk1OTY3ZmIyYjEyNTRhZGRlMzViZjIzZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e282b89-c373-4bf2-8076-879616d0fd0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTJkNzRiNWFjNzkyZGYwMDMxNmRlNTI2ODAxYjJkZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9227a1d0-754e-4a0d-b124-eee1b1c62680","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-11T04:24:01.696Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:24:01.697Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:24:01.698Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:24:01.699Z||pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115041069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:24:01.799Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:24:01.800Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:24:01.800Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:24:01.809Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:24:01.809Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:24:02.699Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:24:02.700Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:24:02.701Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:24:02.701Z||pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115041069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:24:02.802Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:24:02.803Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:24:02.803Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:24:02.814Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:24:02.815Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:24:03.702Z||pool-3-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d6a6a2ef-fd31-4665-99e9-2c9480dd1737",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fe6dc59b-ff0e-4191-bce1-38bafe747ae4",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "61884ba1-56df-469a-b2e5-c3f1e2c1fe33",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "eae43c3b-2ef2-4db3-95b1-2e9f2940b1d0",
      "resourceInvariantUUID": "5d328540-7887-4ba3-8da3-4ab36691ee0b",
      "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": "NTJkNzRiNWFjNzkyZGYwMDMxNmRlNTI2ODAxYjJkZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9227a1d0-754e-4a0d-b124-eee1b1c62680"
    }
  ],
  "workloadContext": "Production"
}
2021-04-11T04:24:03.702Z||pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-11T04:24:03.703Z||pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d6a6a2ef-fd31-4665-99e9-2c9480dd1737 ASDC
2021-04-11T04:24:03.703Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44cce410-dfb3-47b1-829e-0cabc26d118c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d6a6a2ef-fd31-4665-99e9-2c9480dd1737
ServiceInvariantUUID:fe6dc59b-ff0e-4191-bce1-38bafe747ae4
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:9227a1d0-754e-4a0d-b124-eee1b1c62680
ArtifactChecksum:NTJkNzRiNWFjNzkyZGYwMDMxNmRlNTI2ODAxYjJkZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:61884ba1-56df-469a-b2e5-c3f1e2c1fe33
ResourceInvariantUUID:5d328540-7887-4ba3-8da3-4ab36691ee0b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:eae43c3b-2ef2-4db3-95b1-2e9f2940b1d0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-11T04:24:03.703Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6a6a2ef-fd31-4665-99e9-2c9480dd1737 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:24:03.804Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:24:03.805Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:24:03.805Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:24:03.805Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 9227a1d0-754e-4a0d-b124-eee1b1c62680 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-11T04:24:03.805Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:24:03.805Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-11T04:24:04.676Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:24:04.677Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9227a1d0-754e-4a0d-b124-eee1b1c62680 47928
2021-04-11T04:24:04.678Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-11T04:24:04.678Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-11T04:24:04.678Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:24:04.678Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:24:04.680Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:24:04.680Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115044678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:24:04.780Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:24:04.781Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:24:04.781Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:24:04.790Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:24:04.791Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:24:05.680Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:24:05.681Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:24:05.682Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: 9227a1d0-754e-4a0d-b124-eee1b1c62680, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-11T04:24:05.682Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-11T04:24:05.682Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-11T04:24:05.682Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-11T04:24:05.836Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6560695343769673592/Definitions/service-BasicNetwork-template.yml
2021-04-11T04:24:06.273Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-11T04:24:06.273Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-11T04:24:06.273Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-11T04:24:06.274Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-11T04:24:06.274Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-11T04:24:06.274Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-11T04:24:06.274Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-11T04:24:06.274Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-11T04:24:06.274Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-11T04:24:06.274Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-11T04:24:06.274Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-11T04:24:06.274Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-11T04:24:06.275Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-11T04:24:06.275Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.275Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:24:06.275Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-11T04:24:06.275Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-11T04:24:06.275Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:24:06.275Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.276Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:24:06.276Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-11T04:24:06.276Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-11T04:24:06.276Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:24:06.276Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.276Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:24:06.277Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.277Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:24:06.277Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.277Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:24:06.277Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.277Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:24:06.278Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.278Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:24:06.278Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:d6a6a2ef-fd31-4665-99e9-2c9480dd1737
Model Version:NULL
Model InvariantUuid:fe6dc59b-ff0e-4191-bce1-38bafe747ae4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5d328540-7887-4ba3-8da3-4ab36691ee0b
Model UUID:4b371b93-426c-4412-84a6-f92447474198
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:61884ba1-56df-469a-b2e5-c3f1e2c1fe33
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-11T04:24:06.283Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: eae43c3b-2ef2-4db3-95b1-2e9f2940b1d0
2021-04-11T04:24:06.283Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||No resources found for Service: d6a6a2ef-fd31-4665-99e9-2c9480dd1737
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:24:06.286Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||
2021-04-11T04:24:06.286Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-11T04:24:06.286Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||No resources found for Service: d6a6a2ef-fd31-4665-99e9-2c9480dd1737
2021-04-11T04:24:06.287Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: d6a6a2ef-fd31-4665-99e9-2c9480dd1737
2021-04-11T04:24:06.287Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-11T04:24:06.287Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:24:06.291Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.291Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:24:06.292Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.292Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:24:06.292Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500|| resourceSeq for service uuid d6a6a2ef-fd31-4665-99e9-2c9480dd1737: Generic NeutronNet
2021-04-11T04:24:06.292Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.292Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:24:06.292Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.292Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as NETWORK_2_55_, tempnetwor0_.AIC_VERSION_MAX as AIC_VERS3_55_, tempnetwor0_.AIC_VERSION_MIN as AIC_VERS4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_37_, networkres0_.CREATION_TIMESTAMP as CREATION2_37_, networkres0_.MODEL_INSTANCE_NAME as MODEL_IN3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_37_, networkres0_.NETWORK_ROLE as NETWORK_4_37_, networkres0_.NETWORK_SCOPE as NETWORK_5_37_, networkres0_.NETWORK_TECHNOLOGY as NETWORK_6_37_, networkres0_.NETWORK_TYPE as NETWORK_7_37_, networkres0_.RESOURCE_INPUT as RESOURCE8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as MODEL_UU1_36_, networkres0_.AIC_VERSION_MAX as AIC_VERS2_36_, networkres0_.AIC_VERSION_MIN as AIC_VERS3_36_, networkres0_.RESOURCE_CATEGORY as RESOURCE4_36_, networkres0_.CREATION_TIMESTAMP as CREATION5_36_, networkres0_.DESCRIPTION as DESCRIPT6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_, networkres0_.MODEL_INVARIANT_UUID as MODEL_IN7_36_, networkres0_.MODEL_NAME as MODEL_NA8_36_, networkres0_.MODEL_VERSION as MODEL_VE9_36_, networkres0_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_, networkres0_.ORCHESTRATION_MODE as ORCHEST11_36_, networkres0_.RESOURCE_SUB_CATEGORY as RESOURC12_36_, networkres0_.TOSCA_NODE_TYPE as TOSCA_N13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-04-11T04:24:06.316Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.317Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:24:06.317Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.317Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:24:06.317Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:24:06.318Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:24:06.318Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_37_3_, networkres0_.CREATION_TIMESTAMP as CREATION2_37_3_, networkres0_.MODEL_INSTANCE_NAME as MODEL_IN3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_37_3_, networkres0_.NETWORK_ROLE as NETWORK_4_37_3_, networkres0_.NETWORK_SCOPE as NETWORK_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as NETWORK_6_37_3_, networkres0_.NETWORK_TYPE as NETWORK_7_37_3_, networkres0_.RESOURCE_INPUT as RESOURCE8_37_3_, networkres1_.MODEL_UUID as MODEL_UU1_36_0_, networkres1_.AIC_VERSION_MAX as AIC_VERS2_36_0_, networkres1_.AIC_VERSION_MIN as AIC_VERS3_36_0_, networkres1_.RESOURCE_CATEGORY as RESOURCE4_36_0_, networkres1_.CREATION_TIMESTAMP as CREATION5_36_0_, networkres1_.DESCRIPTION as DESCRIPT6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_0_, networkres1_.MODEL_INVARIANT_UUID as MODEL_IN7_36_0_, networkres1_.MODEL_NAME as MODEL_NA8_36_0_, networkres1_.MODEL_VERSION as MODEL_VE9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_0_, networkres1_.ORCHESTRATION_MODE as ORCHEST11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as RESOURC12_36_0_, networkres1_.TOSCA_NODE_TYPE as TOSCA_N13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_1_, collection2_.CREATION_TIMESTAMP as CREATION2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as INSTANCE8_14_1_, collection2_.MODEL_INSTANCE_NAME as MODEL_IN3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as CRC_MOD10_14_1_, collection2_.NETWORK_ROLE as NETWORK_4_14_1_, collection2_.NETWORK_SCOPE as NETWORK_5_14_1_, collection2_.NETWORK_TECHNOLOGY as NETWORK_6_14_1_, collection2_.NETWORK_TYPE as NETWORK_7_14_1_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_2_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_2_, heattempla3_.DESCRIPTION as DESCRIPT4_28_2_, heattempla3_.BODY as BODY5_28_2_, heattempla3_.NAME as NAME6_28_2_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_2_, heattempla3_.VERSION as VERSION8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as MODEL_UU1_36_4_, networkres0_.AIC_VERSION_MAX as AIC_VERS2_36_4_, networkres0_.AIC_VERSION_MIN as AIC_VERS3_36_4_, networkres0_.RESOURCE_CATEGORY as RESOURCE4_36_4_, networkres0_.CREATION_TIMESTAMP as CREATION5_36_4_, networkres0_.DESCRIPTION as DESCRIPT6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_4_, networkres0_.MODEL_INVARIANT_UUID as MODEL_IN7_36_4_, networkres0_.MODEL_NAME as MODEL_NA8_36_4_, networkres0_.MODEL_VERSION as MODEL_VE9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_4_, networkres0_.ORCHESTRATION_MODE as ORCHEST11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as RESOURC12_36_4_, networkres0_.TOSCA_NODE_TYPE as TOSCA_N13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_0_, collection1_.CREATION_TIMESTAMP as CREATION2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as INSTANCE8_14_0_, collection1_.MODEL_INSTANCE_NAME as MODEL_IN3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as CRC_MOD10_14_0_, collection1_.NETWORK_ROLE as NETWORK_4_14_0_, collection1_.NETWORK_SCOPE as NETWORK_5_14_0_, collection1_.NETWORK_TECHNOLOGY as NETWORK_6_14_0_, collection1_.NETWORK_TYPE as NETWORK_7_14_0_, instancegr2_.MODEL_UUID as MODEL_UU2_32_1_, instancegr2_.CR_MODEL_UUID as CR_MODE10_32_1_, instancegr2_.CREATION_TIMESTAMP as CREATION3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as MODEL_IN4_32_1_, instancegr2_.MODEL_NAME as MODEL_NA5_32_1_, instancegr2_.MODEL_VERSION as MODEL_VE6_32_1_, instancegr2_.ROLE as ROLE7_32_1_, instancegr2_.TOSCA_NODE_TYPE as TOSCA_NO8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as INSTANCE9_32_1_, instancegr2_.OBJECT_TYPE as OBJECT_T1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as MODEL_CU2_16_2_, networkcol3_.CR_MODEL_UUID as CR_MODEL8_16_2_, networkcol3_.CREATION_TIMESTAMP as CREATION3_16_2_, networkcol3_.FUNCTION as FUNCTION4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as MODEL_IN5_16_2_, networkcol3_.ROLE as ROLE6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as COLLECTI7_16_2_, heattempla4_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla4_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla4_.DESCRIPTION as DESCRIPT4_28_3_, heattempla4_.BODY as BODY5_28_3_, heattempla4_.NAME as NAME6_28_3_, heattempla4_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla4_.VERSION as VERSION8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-11T04:24:06.404Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-11T04:24:06.404Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-11T04:24:06.404Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-11T04:24:06.404Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:24:06.404Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:24:06.406Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:24:06.406Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115046404,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:24:06.506Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:24:06.507Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:24:06.507Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:24:06.516Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:24:06.517Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:24:07.406Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:24:07.416Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:24:07.419Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:24:07.419Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:24:07.419Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:24:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T04:24:37.419Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:24:37.430Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:24:37.436Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:24:37.436Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:24:37.436Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:25:01.072Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:25:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:25:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:25:01.090Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:25:01.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:25:01.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115039875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:25:01.091Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:25:07.437Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:25:07.447Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:25:07.450Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:25:07.450Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:25:07.450Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:25:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T04:25:37.450Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:25:37.460Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:25:37.462Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:25:37.462Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:25:37.462Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:26:01.072Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:26:01.074Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:26:01.074Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:26:01.104Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:26:01.105Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:26:01.105Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "cds",
  "timestamp": 1618115041596,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:26:01.116Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44cce410-dfb3-47b1-829e-0cabc26d118c
2021-04-11T04:26:01.116Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44cce410-dfb3-47b1-829e-0cabc26d118c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:26:07.463Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:26:07.474Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:26:07.477Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:26:07.477Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:26:07.477Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:26:37.535Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:26:37.547Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:26:37.555Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:26:37.635Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:26:37.635Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:26:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T04:27:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:27:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:27:01.073Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:27:01.095Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:27:01.096Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.096Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "policy-id",
  "timestamp": 1618115041595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:27:01.097Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:27:01.097Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.097Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115041069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:27:01.097Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:27:01.097Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.098Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115042007,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:27:01.098Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:27:01.098Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.098Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "policy-id",
  "timestamp": 1618115042600,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:27:01.106Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44cce410-dfb3-47b1-829e-0cabc26d118c
2021-04-11T04:27:01.106Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44cce410-dfb3-47b1-829e-0cabc26d118c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:27:01.116Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.117Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115041069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:27:01.117Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:27:01.117Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.117Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "dcae-sch",
  "timestamp": 1618115042109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:27:01.118Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:27:01.118Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.118Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115043010,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:27:01.131Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44cce410-dfb3-47b1-829e-0cabc26d118c
2021-04-11T04:27:01.131Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44cce410-dfb3-47b1-829e-0cabc26d118c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:27:01.204Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.205Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "dcae-sch",
  "timestamp": 1618115042109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:27:01.205Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:27:01.205Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.205Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115044678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:27:01.206Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:27:01.206Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.206Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "aai-ml",
  "timestamp": 1618115045071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:27:01.206Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:27:01.206Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.207Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "clamp",
  "timestamp": 1618115045812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:27:01.207Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:27:01.207Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.207Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "aai-ml",
  "timestamp": 1618115046077,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:27:01.213Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44cce410-dfb3-47b1-829e-0cabc26d118c
2021-04-11T04:27:01.213Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44cce410-dfb3-47b1-829e-0cabc26d118c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:27:01.222Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.222Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115046404,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:27:01.223Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:27:01.223Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.223Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "clamp",
  "timestamp": 1618115046917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:27:01.224Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:27:01.224Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.224Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115046423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:27:01.224Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:27:01.224Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.225Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "clamp",
  "timestamp": 1618115047920,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:27:01.229Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 44cce410-dfb3-47b1-829e-0cabc26d118c
2021-04-11T04:27:01.229Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44cce410-dfb3-47b1-829e-0cabc26d118c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:27:01.238Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:27:01.239Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115046423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:27:01.239Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:27:07.636Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:27:07.645Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:27:07.648Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:27:07.648Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-11T04:27:07.648Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-11T04:27:07.648Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-11T04:27:07.734Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:27:07.735Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:27:07.735Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:27:07.735Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:27:07.735Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:27:07.735Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:27:07.736Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:27:07.742Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-11T04:27:35.555Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.70.181
2021-04-11T04:27:37.742Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44cce410-dfb3-47b1-829e-0cabc26d118c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-11T04:27:37.748Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44cce410-dfb3-47b1-829e-0cabc26d118c and serviceModelVersionId: d6a6a2ef-fd31-4665-99e9-2c9480dd1737
2021-04-11T04:27:37.749Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe6dc59b-ff0e-4191-bce1-38bafe747ae4
2021-04-11T04:27:37.750Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe6dc59b-ff0e-4191-bce1-38bafe747ae4/model-vers/model-ver/d6a6a2ef-fd31-4665-99e9-2c9480dd1737?depth=0
2021-04-11T04:27:37.756Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-11T04:27:37.875Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/fe6dc59b-ff0e-4191-bce1-38bafe747ae4/model-vers/model-ver/d6a6a2ef-fd31-4665-99e9-2c9480dd1737?depth=0|INFO|500||Invoke
2021-04-11T04:27:37.876Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/fe6dc59b-ff0e-4191-bce1-38bafe747ae4/model-vers/model-ver/d6a6a2ef-fd31-4665-99e9-2c9480dd1737?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/fe6dc59b-ff0e-4191-bce1-38bafe747ae4/model-vers/model-ver/d6a6a2ef-fd31-4665-99e9-2c9480dd1737?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44cce410-dfb3-47b1-829e-0cabc26d118c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a310b770-dd8b-4f00-8a78-7b5ceeedb48b], X-ECOMP-RequestID=[44cce410-dfb3-47b1-829e-0cabc26d118c], X-TransactionId=[], X-ONAP-RequestID=[44cce410-dfb3-47b1-829e-0cabc26d118c], Content-Type=[application/merge-patch+json]}
2021-04-11T04:27:37.898Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/fe6dc59b-ff0e-4191-bce1-38bafe747ae4/model-vers/model-ver/d6a6a2ef-fd31-4665-99e9-2c9480dd1737?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-11T04:27:38.163Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/fe6dc59b-ff0e-4191-bce1-38bafe747ae4/model-vers/model-ver/d6a6a2ef-fd31-4665-99e9-2c9480dd1737?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/fe6dc59b-ff0e-4191-bce1-38bafe747ae4/model-vers/model-ver/d6a6a2ef-fd31-4665-99e9-2c9480dd1737?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210411-04:27:37:907-90236], vertex-id=[143376], Content-Length=[0], Date=[Sun, 11 Apr 2021 04:27:37 GMT], Content-Type=[application/json]}
2021-04-11T04:27:38.163Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/fe6dc59b-ff0e-4191-bce1-38bafe747ae4/model-vers/model-ver/d6a6a2ef-fd31-4665-99e9-2c9480dd1737?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-11T04:27:38.164Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/fe6dc59b-ff0e-4191-bce1-38bafe747ae4/model-vers/model-ver/d6a6a2ef-fd31-4665-99e9-2c9480dd1737?depth=0|INFO|500||InvokeReturn
2021-04-11T04:27:38.164Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-11T04:27:38.164Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:27:38.169Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-11T04:27:38.169Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44cce410-dfb3-47b1-829e-0cabc26d118c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-11T04:27:38.169Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-11T04:27:38.170Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:27:38.171Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:27:38.172Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115258169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:27:38.272Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:27:38.273Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:27:38.273Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:27:38.286Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:27:38.287Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-11T04:27:39.184Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:27:39.185Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:27:39.185Z|44cce410-dfb3-47b1-829e-0cabc26d118c|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:27:43.487Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:27:43.488Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-11T04:27:43.488Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f4ac24b-e839-43f7-a8d4-6ed21fb12c14","serviceName":"Demo_pNF_DPUuNxVs23Gd2afQUif1","serviceVersion":"1.0","serviceUUID":"4f1b6da2-7992-4a2c-a58f-994021a4851f","serviceDescription":"catalog service description","serviceInvariantUUID":"09eae159-187a-4d93-9f72-36f414f9fb87","resources":[{"resourceInstanceName":"pNF 9335a6f0-1fb3 0","resourceName":"pNF 9335a6f0-1fb3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"88be3a7f-02d1-42c9-992c-98186d2f2508","resourceInvariantUUID":"88e1c3ca-db86-4aa5-816a-b37536f6caf4","resourceCustomizationUUID":"2c584761-2cfd-4880-92fb-069ece973758","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vf-license-model.xml","artifactChecksum":"ODQ5YmI5ODhjOTQxZGM5MTJiYWNlODZkZGM1NWVmZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce708241-52f0-4ffb-b02b-23070d0c15c7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/pNF.csar","artifactChecksum":"MzZlNmIwMjE2ZmQ2Mzk5NzJjMzU1YjBiMTU0ODU1ZTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"06ed20ef-cacf-422c-95ef-7622aeef6129","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b4573030-eb28-4fcb-a29d-e43ac738d3ed","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vendor-license-model.xml","artifactChecksum":"NTk4ODMzMTFiYmUwNWUxMDZhNjhmMzFlYTdiNjJkYjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8011926d-94af-4683-b304-d2c8258eca35","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fead021-b850-474e-a9bd-d9f9b364eed6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1c7523cc-a92f-4a40-8e12-f14835d52ac1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDpuunxvs23gd2afquif1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-template.yml","artifactChecksum":"NDIxZTMxZTJiNWI2M2UzNzBiODUxNGE1MjQ4YzUzODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85105c68-1d6c-4bfc-9e8b-b32d8c8df1d8","artifactVersion":"1"},{"artifactName":"service-DemoPnfDpuunxvs23gd2afquif1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar","artifactChecksum":"MjE4N2JhN2FiMTUyY2E0MzdlNWIyNDBhYmVlMjExZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c474d67-87e3-403e-bb05-2e22591846a6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-11T04:27:43.490Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:27:43.490Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:27:43.492Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:27:43.492Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:27:43.592Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:27:43.593Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:27:43.593Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:27:43.604Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:27:43.604Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:27:44.493Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:27:44.493Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:27:44.495Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:27:44.495Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:27:44.596Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-11T04:27:44.596Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:27:44.596Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:27:44.703Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:27:44.703Z||pool-42-thread-1|||||INFO|500||cambria reply ok (107 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:27:45.496Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:27:45.498Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:27:45.499Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:27:45.499Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:27:45.599Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:27:45.600Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:27:45.600Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:27:45.612Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:27:45.613Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:27:46.500Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:27:46.500Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:27:46.502Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:27:46.502Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:27:46.602Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:27:46.603Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:27:46.603Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:27:46.611Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:27:46.612Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:27:47.506Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:27:47.507Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:27:47.509Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:27:47.509Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:27:47.609Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:27:47.610Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:27:47.610Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:27:47.620Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:27:47.621Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:27:48.509Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:27:48.510Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:27:48.512Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:27:48.512Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:27:48.612Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:27:48.613Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:27:48.613Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:27:48.623Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:27:48.623Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:27:49.513Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:27:49.514Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:27:49.515Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:27:49.515Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:27:49.616Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:27:49.616Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:27:49.616Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:27:49.625Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:27:49.625Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:27:50.516Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:27:50.517Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:27:50.519Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:27:50.519Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:27:50.619Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:27:50.620Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:27:50.620Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:27:50.629Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:27:50.629Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:27:51.520Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "serviceName": "Demo_pNF_DPUuNxVs23Gd2afQUif1",
  "serviceVersion": "1.0",
  "serviceUUID": "4f1b6da2-7992-4a2c-a58f-994021a4851f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "09eae159-187a-4d93-9f72-36f414f9fb87",
  "resources": [
    {
      "resourceInstanceName": "pNF 9335a6f0-1fb3 0",
      "resourceCustomizationUUID": "2c584761-2cfd-4880-92fb-069ece973758",
      "resourceName": "pNF 9335a6f0-1fb3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "88be3a7f-02d1-42c9-992c-98186d2f2508",
      "resourceInvariantUUID": "88e1c3ca-db86-4aa5-816a-b37536f6caf4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
      "artifactChecksum": "MjE4N2JhN2FiMTUyY2E0MzdlNWIyNDBhYmVlMjExZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c474d67-87e3-403e-bb05-2e22591846a6"
    }
  ],
  "workloadContext": "Production"
}
2021-04-11T04:27:51.521Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-11T04:27:51.521Z|44cce410-dfb3-47b1-829e-0cabc26d118c|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4f1b6da2-7992-4a2c-a58f-994021a4851f ASDC
2021-04-11T04:27:51.521Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:6f4ac24b-e839-43f7-a8d4-6ed21fb12c14
ServiceName:Demo_pNF_DPUuNxVs23Gd2afQUif1
ServiceVersion:1.0
ServiceUUID:4f1b6da2-7992-4a2c-a58f-994021a4851f
ServiceInvariantUUID:09eae159-187a-4d93-9f72-36f414f9fb87
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDpuunxvs23gd2afquif1-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar
ArtifactUUID:7c474d67-87e3-403e-bb05-2e22591846a6
ArtifactChecksum:MjE4N2JhN2FiMTUyY2E0MzdlNWIyNDBhYmVlMjExZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9335a6f0-1fb3 0
ResourceCustomizationUUID:2c584761-2cfd-4880-92fb-069ece973758
ResourceInvariantUUID:88e1c3ca-db86-4aa5-816a-b37536f6caf4
ResourceName:pNF 9335a6f0-1fb3
ResourceType:PNF
ResourceUUID:88be3a7f-02d1-42c9-992c-98186d2f2508
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-11T04:27:51.534Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f1b6da2-7992-4a2c-a58f-994021a4851f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:27:51.557Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:27:51.558Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:27:51.558Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:27:51.559Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 7c474d67-87e3-403e-bb05-2e22591846a6 from URL: /sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:51.559Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:27:51.559Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:52.082Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:27:52.086Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar 7c474d67-87e3-403e-bb05-2e22591846a6 78807
2021-04-11T04:27:52.086Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar ASDC sendASDCNotification
2021-04-11T04:27:52.086Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:52.087Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:27:52.135Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:27:52.137Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:27:52.137Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115272086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:27:52.241Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-04-11T04:27:52.242Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:27:52.242Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:27:52.251Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:27:52.251Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:27:53.138Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:27:53.140Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:27:53.141Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: 7c474d67-87e3-403e-bb05-2e22591846a6, URL: /sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar to file: /app/ASDC/1/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:53.141Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:53.142Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:53.142Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:53.357Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5289999366085647005/Definitions/service-DemoPnfDpuunxvs23gd2afquif1-template.yml
2021-04-11T04:27:54.015Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-11T04:27:54.016Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-11T04:27:54.016Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:54.016Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-11T04:27:54.016Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||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-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:54.016Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9335a6f0-1fb3 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:54.016Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||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-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:54.016Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||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-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:54.016Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:54.016Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||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-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:54.016Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9335a6f0-1fb3 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-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:54.016Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||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-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:54.016Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-11T04:27:54.016Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:27:54.017Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_DPUuNxVs23Gd2afQUif1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:27:54.017Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Node template pNF 9335a6f0-1fb3 0 is matching search criteria
2021-04-11T04:27:54.017Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-11T04:27:54.017Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Found topology templates [pNF 9335a6f0-1fb3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:27:54.017Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:27:54.017Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_DPUuNxVs23Gd2afQUif1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:27:54.017Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Node template pNF 9335a6f0-1fb3 0 is matching search criteria
2021-04-11T04:27:54.018Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-11T04:27:54.018Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Found topology templates [pNF 9335a6f0-1fb3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:27:54.018Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:27:54.018Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_DPUuNxVs23Gd2afQUif1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:27:54.018Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:27:54.018Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_DPUuNxVs23Gd2afQUif1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:27:54.018Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:27:54.018Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_DPUuNxVs23Gd2afQUif1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:27:54.018Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:27:54.018Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_DPUuNxVs23Gd2afQUif1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:27:54.019Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:27:54.019Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_DPUuNxVs23Gd2afQUif1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:27:54.019Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_DPUuNxVs23Gd2afQUif1
Description:catalog service description
Model UUID:4f1b6da2-7992-4a2c-a58f-994021a4851f
Model Version:NULL
Model InvariantUuid:09eae159-187a-4d93-9f72-36f414f9fb87
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-11T04:27:54.025Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 88be3a7f-02d1-42c9-992c-98186d2f2508
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:27:54.027Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||pNF 9335a6f0-1fb3 0
2021-04-11T04:27:54.027Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 88be3a7f-02d1-42c9-992c-98186d2f2508
2021-04-11T04:27:54.028Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||No resources found for Service: 4f1b6da2-7992-4a2c-a58f-994021a4851f
2021-04-11T04:27:54.028Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: 4f1b6da2-7992-4a2c-a58f-994021a4851f
2021-04-11T04:27:54.028Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9335a6f0-1fb3 0 88be3a7f-02d1-42c9-992c-98186d2f2508 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:27:54.031Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:27:54.032Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_DPUuNxVs23Gd2afQUif1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:27:54.032Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4f1b6da2-7992-4a2c-a58f-994021a4851f: pNF 9335a6f0-1fb3
2021-04-11T04:27:54.032Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||Processing PNF resource: 88be3a7f-02d1-42c9-992c-98186d2f2508
2021-04-11T04:27:54.032Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:27:54.032Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_DPUuNxVs23Gd2afQUif1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:27:54.032Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||Resource customization UUID: 2c584761-2cfd-4880-92fb-069ece973758 is the same as notified resource customizationUUID: 2c584761-2cfd-4880-92fb-069ece973758
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as CONTROLL4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as CREATION5_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as MODEL_IN6_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as MULTI_ST7_44_0_, pnfresourc0_.NF_FUNCTION as NF_FUNCT8_44_0_, pnfresourc0_.NF_NAMING_CODE as NF_NAMIN9_44_0_, pnfresourc0_.NF_ROLE as NF_ROLE10_44_0_, pnfresourc0_.NF_TYPE as NF_TYPE11_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as PNF_RES14_44_0_, pnfresourc0_.RESOURCE_INPUT as RESOURC12_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO13_44_0_, pnfresourc1_.MODEL_UUID as MODEL_UU1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as RESOURCE2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as CREATION3_43_1_, pnfresourc1_.DESCRIPTION as DESCRIPT4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as MODEL_IN5_43_1_, pnfresourc1_.MODEL_NAME as MODEL_NA6_43_1_, pnfresourc1_.MODEL_VERSION as MODEL_VE7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as ORCHESTR8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as TOSCA_N10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as MODEL_UU1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as RESOURCE2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as CREATION3_43_0_, pnfresourc0_.DESCRIPTION as DESCRIPT4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN5_43_0_, pnfresourc0_.MODEL_NAME as MODEL_NA6_43_0_, pnfresourc0_.MODEL_VERSION as MODEL_VE7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as ORCHESTR8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as CONTROLL4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as CREATION5_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as MODEL_IN6_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as MULTI_ST7_44_1_, pnfresourc0_.NF_FUNCTION as NF_FUNCT8_44_1_, pnfresourc0_.NF_NAMING_CODE as NF_NAMIN9_44_1_, pnfresourc0_.NF_ROLE as NF_ROLE10_44_1_, pnfresourc0_.NF_TYPE as NF_TYPE11_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as PNF_RES14_44_1_, pnfresourc0_.RESOURCE_INPUT as RESOURC12_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO13_44_1_, pnfresourc1_.MODEL_UUID as MODEL_UU1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as RESOURCE2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as CREATION3_43_0_, pnfresourc1_.DESCRIPTION as DESCRIPT4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as MODEL_IN5_43_0_, pnfresourc1_.MODEL_NAME as MODEL_NA6_43_0_, pnfresourc1_.MODEL_VERSION as MODEL_VE7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as ORCHESTR8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as TOSCA_N10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as MODEL_UU1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as RESOURCE2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as CREATION3_43_0_, pnfresourc0_.DESCRIPTION as DESCRIPT4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN5_43_0_, pnfresourc0_.MODEL_NAME as MODEL_NA6_43_0_, pnfresourc0_.MODEL_VERSION as MODEL_VE7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as ORCHESTR8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-11T04:27:54.174Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9335a6f0-1fb3 88be3a7f-02d1-42c9-992c-98186d2f2508 0 ASDC deployResourceStructure
2021-04-11T04:27:54.174Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar ASDC sendASDCNotification
2021-04-11T04:27:54.174Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar
2021-04-11T04:27:54.174Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:27:54.174Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:27:54.176Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:27:54.176Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115274174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:27:54.276Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:27:54.277Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:27:54.277Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:27:54.285Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:27:54.285Z||pool-50-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:27:55.177Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:27:55.186Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:27:55.188Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:27:55.189Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-11T04:27:55.189Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-11T04:28:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:28:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:28:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:28:01.094Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:28:01.095Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.095Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "dcae-sch",
  "timestamp": 1618115102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.096Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.096Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.096Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "cds",
  "timestamp": 1618115106188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.096Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.096Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.096Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "policy-id",
  "timestamp": 1618115108289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.096Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.096Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.096Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115106421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.096Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.097Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.097Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "dcae-sch",
  "timestamp": 1618115102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.097Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.097Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.097Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "cds",
  "timestamp": 1618115106188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.097Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.097Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.097Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "policy-id",
  "timestamp": 1618115108289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.134Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.135Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.135Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115106421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.135Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.135Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.135Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "dcae-sch",
  "timestamp": 1618115102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.135Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.135Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.135Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "cds",
  "timestamp": 1618115106188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.135Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.136Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.136Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "policy-id",
  "timestamp": 1618115108289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.136Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.136Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.136Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115106421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.136Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.136Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.136Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "cds",
  "timestamp": 1618115106188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.136Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.136Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.136Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "dcae-sch",
  "timestamp": 1618115102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.137Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.137Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.137Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "policy-id",
  "timestamp": 1618115108289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.137Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.137Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.137Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115106421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.138Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.138Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.138Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115114978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.138Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.138Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.138Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "dcae-sch",
  "timestamp": 1618115102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.138Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.138Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.138Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "cds",
  "timestamp": 1618115106188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.138Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.139Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.139Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "policy-id",
  "timestamp": 1618115108289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.139Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.139Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.139Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115106421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.139Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.139Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.139Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115114978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.140Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.140Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.140Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "dcae-sch",
  "timestamp": 1618115102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.140Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.140Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.140Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "cds",
  "timestamp": 1618115106188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.141Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.141Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.141Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "policy-id",
  "timestamp": 1618115108289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.141Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.141Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.141Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115106421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.141Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.141Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.142Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115114978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.142Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.142Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.142Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "dcae-sch",
  "timestamp": 1618115102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.142Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.142Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.142Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "cds",
  "timestamp": 1618115106188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.143Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.143Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.143Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "policy-id",
  "timestamp": 1618115108289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.143Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.143Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.143Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115106421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.143Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.144Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.144Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115114978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.144Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.144Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.144Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "dcae-sch",
  "timestamp": 1618115102109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.144Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.144Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.145Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "cds",
  "timestamp": 1618115106188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:28:01.145Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.145Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.145Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "policy-id",
  "timestamp": 1618115108289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:28:01.145Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.145Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.145Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115106421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:28:01.145Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.146Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.146Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115114978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.146Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.146Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.146Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "cds",
  "timestamp": 1618115120495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:28:01.147Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:28:01.147Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.147Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115119875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.147Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.147Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.147Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "policy-id",
  "timestamp": 1618115120577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:28:01.147Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:28:01.148Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.148Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115114978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.148Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.148Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.148Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "cds",
  "timestamp": 1618115121501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:28:01.155Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14
2021-04-11T04:28:01.156Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:28:01.163Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.163Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115119875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.164Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.164Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.164Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "policy-id",
  "timestamp": 1618115121580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:28:01.164Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:28:01.164Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.164Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115114978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.164Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.164Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.165Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "clamp",
  "timestamp": 1618115121451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.165Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.165Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.165Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115119875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.165Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.165Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.165Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "policy-id",
  "timestamp": 1618115122583,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:28:01.169Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14
2021-04-11T04:28:01.170Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:28:01.178Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.178Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115114978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:28:01.178Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.178Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.178Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "clamp",
  "timestamp": 1618115121451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.178Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.179Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.179Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115119875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.179Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.179Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.179Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "clamp",
  "timestamp": 1618115121451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.179Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.179Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.179Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115123589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.179Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.179Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.179Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115119875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.179Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.180Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.180Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "clamp",
  "timestamp": 1618115121451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.180Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.180Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.180Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115123589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.180Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.180Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.180Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115119875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.180Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.180Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.180Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "clamp",
  "timestamp": 1618115121451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.180Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.181Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.181Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115123589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.181Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.181Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.181Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115119875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.181Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.181Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.181Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "clamp",
  "timestamp": 1618115121451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.181Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.181Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.181Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115123589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.181Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.182Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.182Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115119875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:28:01.182Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.182Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.182Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "aai-ml",
  "timestamp": 1618115126979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.182Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.182Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.182Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "clamp",
  "timestamp": 1618115121451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.182Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.182Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.182Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115123589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.182Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.182Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "aai-ml",
  "timestamp": 1618115126979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "clamp",
  "timestamp": 1618115121451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115123589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "aai-ml",
  "timestamp": 1618115126979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115123589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.183Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "aai-ml",
  "timestamp": 1618115126979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115123589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "aai-ml",
  "timestamp": 1618115126979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115132685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "aai-ml",
  "timestamp": 1618115126979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.184Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.185Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.185Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "aai-ml",
  "timestamp": 1618115126979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:01.185Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.185Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.185Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115134310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:28:01.185Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:28:01.185Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.185Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "aai-ml",
  "timestamp": 1618115126979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:28:01.185Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:28:01.185Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.185Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115135314,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:28:01.190Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14
2021-04-11T04:28:01.190Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:28:01.198Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.198Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "aai-ml",
  "timestamp": 1618115136776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:28:01.199Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:28:01.199Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.199Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "clamp",
  "timestamp": 1618115137716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:28:01.199Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:28:01.199Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.199Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "clamp",
  "timestamp": 1618115138816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:28:01.199Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:28:01.199Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.199Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "clamp",
  "timestamp": 1618115139819,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:28:01.203Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14
2021-04-11T04:28:01.204Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:28:01.211Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.211Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "aai-ml",
  "timestamp": 1618115141971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:28:01.211Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:28:01.211Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:28:01.211Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "aai-ml",
  "timestamp": 1618115142976,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:28:01.215Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14
2021-04-11T04:28:01.215Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:28:25.189Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:28:25.201Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:28:25.234Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:28:25.235Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-11T04:28:25.235Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-11T04:28:25.235Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-11T04:28:25.235Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:28:25.235Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:28:25.235Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:28:25.235Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:28:25.235Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:28:25.236Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:28:25.236Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:28:25.245Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-11T04:28:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T04:28:55.245Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-11T04:28:55.249Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14 and serviceModelVersionId: 4f1b6da2-7992-4a2c-a58f-994021a4851f
2021-04-11T04:28:55.249Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09eae159-187a-4d93-9f72-36f414f9fb87
2021-04-11T04:28:55.250Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09eae159-187a-4d93-9f72-36f414f9fb87/model-vers/model-ver/4f1b6da2-7992-4a2c-a58f-994021a4851f?depth=0
2021-04-11T04:28:55.254Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-11T04:28:55.346Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/09eae159-187a-4d93-9f72-36f414f9fb87/model-vers/model-ver/4f1b6da2-7992-4a2c-a58f-994021a4851f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-11T04:28:55.347Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/09eae159-187a-4d93-9f72-36f414f9fb87/model-vers/model-ver/4f1b6da2-7992-4a2c-a58f-994021a4851f?depth=0|INFO|500||Invoke
2021-04-11T04:28:55.362Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/09eae159-187a-4d93-9f72-36f414f9fb87/model-vers/model-ver/4f1b6da2-7992-4a2c-a58f-994021a4851f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-11T04:28:55.583Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/09eae159-187a-4d93-9f72-36f414f9fb87/model-vers/model-ver/4f1b6da2-7992-4a2c-a58f-994021a4851f?depth=0|INFO|500||InvokeReturn
2021-04-11T04:28:55.583Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/09eae159-187a-4d93-9f72-36f414f9fb87/model-vers/model-ver/4f1b6da2-7992-4a2c-a58f-994021a4851f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210411-04:28:55:369-9650], vertex-id=[225424], Content-Length=[0], Date=[Sun, 11 Apr 2021 04:28:55 GMT], Content-Type=[application/json]}
2021-04-11T04:28:55.584Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-04-11T04:28:55.584Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-11T04:28:55.584Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:28:55.588Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-11T04:28:55.588Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f4ac24b-e839-43f7-a8d4-6ed21fb12c14 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-11T04:28:55.588Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-11T04:28:55.589Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:28:55.590Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:28:55.590Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115335588,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:28:55.691Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:28:55.691Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:28:55.691Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:28:55.705Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:28:55.705Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-11T04:28:56.600Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-11T04:28:56.600Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0cadb4d-29a4-4232-ace0-dd47edd042b3","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"421c536e-f080-4452-9590-d35e250a1c8f","serviceDescription":"service","serviceInvariantUUID":"f32d9e5e-f678-4df4-a61f-4bc57a526b15","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d60a60fc-a52d-44e4-8ab9-cc1f5683fb56","resourceInvariantUUID":"8e62597f-64d9-4a66-bfe3-799d14eacb93","resourceCustomizationUUID":"87cf4308-2d99-42da-b56f-a6c357e2a234","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":"57aec1c3-168b-4d42-ad3b-b0e98dfd5ff9","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":"ZDc3OThiODJmZmIwM2MzZmQyNjdmZDY4MzRlN2FiZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bd37822-dfd5-4ce1-9183-30308c805430","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":"Y2I0N2ZmZmQ4NTMzZDFiMmUxYTgyNjJiOGMyYjc2OWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9ec9d81a-8c53-4e59-a22f-d4c26b46e3c2","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":"781626aa-b10a-49bc-8799-8a8c0b649a10","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":"5f3c7992-f0c3-436c-ac10-185d7c2c79dc","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":"aa2855a8-b368-45c0-8956-fada45231228","artifactVersion":"2","generatedFromUUID":"781626aa-b10a-49bc-8799-8a8c0b649a10"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTI1ZTFjNGMxYzA0NDhmMGMwMTdhNTkzMjNkZjEzZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"333a812c-3694-421a-8329-d2ce6b27df2b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YzY1NzBkZTczMTNlOGE1NDdmYWE1N2NhZjhmNWI4MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75fdaa81-b00d-4619-94d5-87b7e6e7cce7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-11T04:28:56.600Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:28:56.600Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:28:56.602Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:28:56.602Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:56.702Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:28:56.703Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:28:56.703Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:28:56.711Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:28:56.711Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:28:57.602Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:28:57.603Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:28:57.604Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:28:57.604Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:28:57.705Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:28:57.705Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:28:57.705Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:28:57.714Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:28:57.714Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:28:58.605Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:28:58.606Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:28:58.607Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:28:58.608Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:28:58.708Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:28:58.709Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:28:58.709Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:28:58.718Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:28:58.719Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:28:59.608Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:28:59.609Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:28:59.611Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:28:59.611Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:28:59.711Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:28:59.712Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:28:59.712Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:28:59.720Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:28:59.720Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:00.611Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:29:00.612Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:00.639Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:00.639Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:00.714Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2021-04-11T04:29:00.715Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:00.715Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:00.724Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:00.724Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:29:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:29:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:01.106Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:01.130Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.131Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115153589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.132Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.132Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.132Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "aai-ml",
  "timestamp": 1618115156979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.132Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.134Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.135Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115159875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.135Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.135Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.135Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115154978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.141Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.141Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.141Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "dcae-sch",
  "timestamp": 1618115162109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.142Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.142Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.142Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115153589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.142Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.142Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.143Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "aai-ml",
  "timestamp": 1618115156979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.143Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.143Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.143Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115159875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.143Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.144Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.144Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115154978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.144Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.144Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.144Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "dcae-sch",
  "timestamp": 1618115162109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.145Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.145Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.145Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115153589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.145Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.145Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.146Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "aai-ml",
  "timestamp": 1618115156979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.146Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.146Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.146Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115159875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.147Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.147Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.147Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115154978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.147Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.147Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.147Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "dcae-sch",
  "timestamp": 1618115162109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.148Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.148Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.148Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115153589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.148Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.148Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.149Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "aai-ml",
  "timestamp": 1618115156979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.149Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.149Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.149Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115159875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.149Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.150Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.150Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115154978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.150Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.150Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.150Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "dcae-sch",
  "timestamp": 1618115162109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.151Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.151Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.151Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115153589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.151Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.151Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.152Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115159875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.152Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.152Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.152Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "aai-ml",
  "timestamp": 1618115156979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.152Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.153Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.153Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115154978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.153Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.153Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.153Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "dcae-sch",
  "timestamp": 1618115162109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.154Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.154Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.155Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.155Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.155Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.155Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.155Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.156Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.156Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115153589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.156Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.156Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.156Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115159875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.157Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.157Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.157Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "aai-ml",
  "timestamp": 1618115156979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.157Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.157Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.158Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115154978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.158Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.158Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.158Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "dcae-sch",
  "timestamp": 1618115162109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.158Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.159Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.159Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.159Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.159Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.159Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.160Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.160Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.160Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115153589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.160Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.161Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.161Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115159875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.161Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.162Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.162Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "aai-ml",
  "timestamp": 1618115156979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.162Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.162Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.163Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115154978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.163Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.163Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.163Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "dcae-sch",
  "timestamp": 1618115162109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.163Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.163Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.164Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.164Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.164Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.164Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.165Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.165Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.165Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.166Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.166Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.166Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115159875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.166Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.167Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.167Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115153589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.167Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.168Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.168Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "aai-ml",
  "timestamp": 1618115156979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.168Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.168Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.169Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115154978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.169Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.169Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.170Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "dcae-sch",
  "timestamp": 1618115162109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.170Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.170Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.171Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.171Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.171Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.171Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.172Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.172Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.172Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.173Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.173Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.173Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "aai-ml",
  "timestamp": 1618115170467,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.173Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.174Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.174Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115170478,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.174Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.174Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.175Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115170578,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.175Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.175Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.176Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115170653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.176Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.176Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.177Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.177Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.177Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.177Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.178Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.178Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.178Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.179Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.179Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.179Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.180Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.180Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.180Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.180Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.181Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.181Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.181Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.181Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.182Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "dcae-sch",
  "timestamp": 1618115172175,
  "artifactURL": "/sdc/v1/catalog/services/421c536e-f080-4452-9590-d35e250a1c8f/resourceInstances/basicclamp0/artifacts/57aec1c3-168b-4d42-ad3b-b0e98dfd5ff9",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.182Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.182Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.183Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115172182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.183Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.183Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.183Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115172184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.184Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.184Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.184Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115172384,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.184Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.185Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.185Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.185Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.185Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.185Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.186Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.186Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.186Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.187Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.187Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.187Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115173387,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.202Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0cadb4d-29a4-4232-ace0-dd47edd042b3
2021-04-11T04:29:01.203Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0cadb4d-29a4-4232-ace0-dd47edd042b3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.294Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.295Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "dcae-sch",
  "timestamp": 1618115173554,
  "artifactURL": "/sdc/v1/catalog/services/421c536e-f080-4452-9590-d35e250a1c8f/resourceInstances/basicclamp0/artifacts/57aec1c3-168b-4d42-ad3b-b0e98dfd5ff9",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.295Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.295Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.295Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.295Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.295Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.295Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.295Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.295Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.296Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115174067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.296Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.296Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.296Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.296Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.296Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.296Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115174079,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.296Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.296Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.296Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "dcae-sch",
  "timestamp": 1618115174558,
  "artifactURL": "/sdc/v1/catalog/services/421c536e-f080-4452-9590-d35e250a1c8f/resourceInstances/basicclamp0/artifacts/57aec1c3-168b-4d42-ad3b-b0e98dfd5ff9",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.301Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of d0cadb4d-29a4-4232-ace0-dd47edd042b3
2021-04-11T04:29:01.301Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0cadb4d-29a4-4232-ace0-dd47edd042b3 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.310Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.310Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.311Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.311Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.311Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115175074,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.315Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0cadb4d-29a4-4232-ace0-dd47edd042b3
2021-04-11T04:29:01.316Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0cadb4d-29a4-4232-ace0-dd47edd042b3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.324Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.325Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115175118,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.330Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0cadb4d-29a4-4232-ace0-dd47edd042b3
2021-04-11T04:29:01.330Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0cadb4d-29a4-4232-ace0-dd47edd042b3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:29:01.337Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.337Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "cds",
  "timestamp": 1618115176075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.337Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.338Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.338Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.338Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.338Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.338Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115176080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.338Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.339Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.339Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115176077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.339Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.339Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.339Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115176121,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.339Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.340Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.340Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "cds",
  "timestamp": 1618115177082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.347Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0cadb4d-29a4-4232-ace0-dd47edd042b3
2021-04-11T04:29:01.348Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0cadb4d-29a4-4232-ace0-dd47edd042b3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.357Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.357Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.357Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.357Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.357Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115177881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.358Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.358Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.358Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "aai-ml",
  "timestamp": 1618115177970,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.358Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.358Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.358Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.358Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.359Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.359Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "policy-id",
  "timestamp": 1618115178071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.359Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.359Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.359Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.359Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.359Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.360Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "aai-ml",
  "timestamp": 1618115178975,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.364Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0cadb4d-29a4-4232-ace0-dd47edd042b3
2021-04-11T04:29:01.364Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0cadb4d-29a4-4232-ace0-dd47edd042b3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.373Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.374Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.374Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.374Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.374Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "policy-id",
  "timestamp": 1618115179074,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.374Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.375Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.375Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115179487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.375Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.375Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.375Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.375Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.375Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.376Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.376Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.376Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.376Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "policy-id",
  "timestamp": 1618115180076,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.380Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0cadb4d-29a4-4232-ace0-dd47edd042b3
2021-04-11T04:29:01.381Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0cadb4d-29a4-4232-ace0-dd47edd042b3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:29:01.389Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.390Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115180491,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.394Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0cadb4d-29a4-4232-ace0-dd47edd042b3
2021-04-11T04:29:01.395Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0cadb4d-29a4-4232-ace0-dd47edd042b3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:29:01.401Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.401Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.401Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.401Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.401Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.402Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.402Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.402Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.402Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.402Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.402Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.402Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.402Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.403Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115181495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.403Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.403Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.403Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.403Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.403Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.403Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.403Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.403Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.403Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.404Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.404Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.404Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.404Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.404Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.404Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.404Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.404Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.404Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.404Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.405Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.405Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.405Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.405Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.405Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.405Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.405Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.405Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.406Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.406Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.406Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.406Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.406Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.406Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.406Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.406Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.406Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.406Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.406Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.407Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.407Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.407Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.407Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.407Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.407Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.407Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.407Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.407Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.407Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.408Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.408Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.408Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.408Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.408Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.408Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "cds",
  "timestamp": 1618115166187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.408Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.408Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.408Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.408Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.408Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.409Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.409Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.409Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.409Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.409Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.409Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.409Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.409Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.409Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.409Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.409Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.410Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.410Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.410Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.410Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.410Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.410Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.410Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.410Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.410Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.410Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.410Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.411Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.411Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.411Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.411Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.411Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.411Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115185672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.411Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.411Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.411Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.411Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.411Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.411Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "cds",
  "timestamp": 1618115185899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.412Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.412Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.412Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.412Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.412Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.412Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.412Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.412Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.413Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.413Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.413Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.413Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.413Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.413Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.413Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.413Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.414Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.414Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.414Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.414Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.414Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "cds",
  "timestamp": 1618115186905,
  "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-04-11T04:29:01.427Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef8cf883-c079-4901-9207-83fc0fa5794a
2021-04-11T04:29:01.427Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef8cf883-c079-4901-9207-83fc0fa5794a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.434Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.435Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.435Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.435Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.435Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "policy-id",
  "timestamp": 1618115168289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.435Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.435Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.435Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.435Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.436Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.436Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.436Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.436Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.436Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115187275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.436Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.436Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.436Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.437Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.437Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.437Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.437Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.437Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.437Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115187989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.437Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.438Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.438Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.438Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.438Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.438Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.438Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.438Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.438Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.439Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.439Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.439Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115166422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.439Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.439Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.439Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.439Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.439Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.439Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "policy-id",
  "timestamp": 1618115188679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.440Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.440Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.440Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.440Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.440Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.440Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115188779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.440Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.440Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.440Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.440Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.441Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.441Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.441Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.441Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.441Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.441Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.441Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.441Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.441Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.442Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.442Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115189589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.442Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.442Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.442Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "policy-id",
  "timestamp": 1618115189682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.442Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.442Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.442Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.442Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.442Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.442Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115189814,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.447Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef8cf883-c079-4901-9207-83fc0fa5794a
2021-04-11T04:29:01.447Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef8cf883-c079-4901-9207-83fc0fa5794a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.456Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.456Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115189905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.457Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.457Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.457Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.457Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.457Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.458Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.458Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.458Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.458Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.458Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.458Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.458Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "policy-id",
  "timestamp": 1618115190686,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.463Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef8cf883-c079-4901-9207-83fc0fa5794a
2021-04-11T04:29:01.463Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef8cf883-c079-4901-9207-83fc0fa5794a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:29:01.469Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.469Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.470Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.470Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.470Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115190768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.470Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.470Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.470Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115190818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.470Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.471Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.471Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115191081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.471Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.471Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.471Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.471Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.471Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.471Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.471Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.472Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.472Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115191625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.472Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.472Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.472Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.472Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.472Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.472Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115191784,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.477Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef8cf883-c079-4901-9207-83fc0fa5794a
2021-04-11T04:29:01.477Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef8cf883-c079-4901-9207-83fc0fa5794a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:29:01.482Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.483Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.483Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.483Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.483Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.483Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.483Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.483Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.483Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.483Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.483Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.484Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.484Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.484Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115192587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.484Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.484Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.484Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.484Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.484Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.484Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115192791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.484Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.484Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.485Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.485Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.485Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.485Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.485Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.485Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.485Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.485Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.486Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.486Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115193447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.486Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.486Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.486Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.486Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.486Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.486Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115193595,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.491Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef8cf883-c079-4901-9207-83fc0fa5794a
2021-04-11T04:29:01.491Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef8cf883-c079-4901-9207-83fc0fa5794a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:29:01.498Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.498Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.498Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.499Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.499Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.499Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.499Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.499Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.499Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.500Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.500Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.500Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.500Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.500Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115194450,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.505Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef8cf883-c079-4901-9207-83fc0fa5794a
2021-04-11T04:29:01.506Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef8cf883-c079-4901-9207-83fc0fa5794a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.519Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.519Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.519Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.519Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.520Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115194601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.520Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.520Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.520Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.520Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.520Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.520Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.520Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.521Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.521Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "aai-ml",
  "timestamp": 1618115194808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.521Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.521Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.521Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.521Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.521Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.521Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.522Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.522Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.522Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.522Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.522Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.522Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.522Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.522Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.523Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.523Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.523Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.523Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.523Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.523Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.523Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.523Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.524Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.524Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.524Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.524Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.524Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.524Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.524Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.525Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.525Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.525Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.525Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.525Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.525Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.525Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.525Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.526Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.526Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.526Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.526Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.526Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.526Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.526Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.526Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.526Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.527Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.527Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "clamp",
  "timestamp": 1618115197284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.527Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.527Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.527Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.527Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.527Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.527Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.527Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.528Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.528Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "dcae-sch",
  "timestamp": 1618115182109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.528Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.528Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.528Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.528Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.528Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.528Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.529Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.529Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.529Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "cds",
  "timestamp": 1618115198079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.529Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.529Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.529Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.529Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.529Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.529Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "clamp",
  "timestamp": 1618115198289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.530Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.530Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.530Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.530Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.530Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.530Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.530Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.530Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.530Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.530Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.531Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.531Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.531Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.531Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.531Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "cds",
  "timestamp": 1618115199083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.546Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c010423d-093e-4f37-8ddc-542168a7f2e7
2021-04-11T04:29:01.546Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c010423d-093e-4f37-8ddc-542168a7f2e7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.555Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.556Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.556Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.556Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.556Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.556Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.556Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.556Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.556Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.557Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.557Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.557Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.557Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.557Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115177128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.557Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.557Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.557Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "clamp",
  "timestamp": 1618115199916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.558Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.558Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.558Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.558Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.558Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.558Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.558Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.558Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.558Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.559Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.559Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.559Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.559Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.559Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.559Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.559Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.559Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.559Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "clamp",
  "timestamp": 1618115200920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.560Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.560Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.560Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.560Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.560Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.560Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.560Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.560Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.560Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115201462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.561Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.561Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.561Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.561Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.561Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.561Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "aai-ml",
  "timestamp": 1618115201766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.561Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.561Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.561Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115179875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.562Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.562Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.562Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "clamp",
  "timestamp": 1618115201923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.567Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d0cadb4d-29a4-4232-ace0-dd47edd042b3
2021-04-11T04:29:01.567Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0cadb4d-29a4-4232-ace0-dd47edd042b3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.576Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.576Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "policy-id",
  "timestamp": 1618115201972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.576Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.576Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.576Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.577Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.577Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.577Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.577Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.577Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.577Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.577Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.577Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.577Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "dcae-sch",
  "timestamp": 1618115202109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.578Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.578Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.578Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "aai-ml",
  "timestamp": 1618115202774,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.582Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef8cf883-c079-4901-9207-83fc0fa5794a
2021-04-11T04:29:01.582Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef8cf883-c079-4901-9207-83fc0fa5794a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.590Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.590Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.590Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.590Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.590Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "policy-id",
  "timestamp": 1618115202976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.591Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.591Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.591Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115203075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.591Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.591Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.591Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.591Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.591Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.591Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.592Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.592Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.592Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115203377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.592Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.592Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.592Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115183589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.592Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.592Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.592Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "dcae-sch",
  "timestamp": 1618115202109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.592Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.593Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.593Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.593Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.593Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.593Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.593Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.593Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.593Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "policy-id",
  "timestamp": 1618115204033,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.598Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c010423d-093e-4f37-8ddc-542168a7f2e7
2021-04-11T04:29:01.598Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c010423d-093e-4f37-8ddc-542168a7f2e7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.606Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.606Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.606Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.606Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.606Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.607Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.607Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.607Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "dcae-sch",
  "timestamp": 1618115202109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.607Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.607Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.607Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.607Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.607Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.607Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115204863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.608Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.608Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.608Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.608Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.608Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.608Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.608Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.608Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.608Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.609Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.609Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.609Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115205273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.609Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.609Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.609Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115205473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.609Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.609Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.610Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "dcae-sch",
  "timestamp": 1618115202109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.610Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.610Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.610Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.610Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.610Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.610Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.611Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.611Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.611Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115206001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.611Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.611Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.611Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.611Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.611Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.611Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.612Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.612Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.612Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115206378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.612Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.612Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.612Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115206697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.612Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.612Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.612Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "dcae-sch",
  "timestamp": 1618115202109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.612Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.612Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.612Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.613Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.613Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.613Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.613Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.613Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.613Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.613Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.613Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.613Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "cds",
  "timestamp": 1618115187909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.613Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.614Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.614Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115207124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.614Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.614Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.614Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115207435,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.619Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c010423d-093e-4f37-8ddc-542168a7f2e7
2021-04-11T04:29:01.619Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c010423d-093e-4f37-8ddc-542168a7f2e7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:29:01.625Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.625Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115207594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.625Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.625Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.625Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "dcae-sch",
  "timestamp": 1618115202109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.625Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.625Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.625Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.625Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.625Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.625Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.626Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.626Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.626Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.626Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.626Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.626Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115208127,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.629Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c010423d-093e-4f37-8ddc-542168a7f2e7
2021-04-11T04:29:01.630Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c010423d-093e-4f37-8ddc-542168a7f2e7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.637Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.637Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115208323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.637Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.637Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.637Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115208437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.637Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.638Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.638Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "cds",
  "timestamp": 1618115208620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.638Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.638Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.638Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "dcae-sch",
  "timestamp": 1618115202109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.638Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.638Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.638Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115208758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.638Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.638Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.638Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.638Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.638Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.639Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.639Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.639Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.639Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.639Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.639Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.639Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115209331,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.640Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:29:01.641Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:01.642Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c010423d-093e-4f37-8ddc-542168a7f2e7
2021-04-11T04:29:01.643Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c010423d-093e-4f37-8ddc-542168a7f2e7 and ComponentName POLICY
2021-04-11T04:29:01.643Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:01.643Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:29:01.647Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.647Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "dcae-sch",
  "timestamp": 1618115202109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.647Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.647Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.647Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.647Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115210018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115209441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115210335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.648Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115211022,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.652Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c010423d-093e-4f37-8ddc-542168a7f2e7
2021-04-11T04:29:01.652Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c010423d-093e-4f37-8ddc-542168a7f2e7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:29:01.656Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.656Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.656Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.656Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.656Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115209441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.657Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.657Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.657Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "cds",
  "timestamp": 1618115211265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.682Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43173f9a-06a3-469c-ba4c-4a33741dd192
2021-04-11T04:29:01.682Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43173f9a-06a3-469c-ba4c-4a33741dd192 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.690Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.690Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "aai-ml",
  "timestamp": 1618115186979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.690Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.690Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.690Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115211341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.691Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.691Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.691Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115212026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.691Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.691Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.691Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "policy-id",
  "timestamp": 1618115191688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.691Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.691Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.691Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115209441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.692Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.692Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.692Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115211341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.692Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.692Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.692Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.692Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.692Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.692Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115209441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.692Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.692Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.692Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "aai-ml",
  "timestamp": 1618115213385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.693Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.693Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.693Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "policy-id",
  "timestamp": 1618115213589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.693Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.693Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.693Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115211341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.693Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.693Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.693Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.693Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115209441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115213589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "policy-id",
  "timestamp": 1618115214592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "clamp",
  "timestamp": 1618115214847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115211341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.694Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.695Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.695Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.695Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.695Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115209441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.695Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.695Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.695Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115213589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.695Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.695Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.695Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "policy-id",
  "timestamp": 1618115215596,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.699Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43173f9a-06a3-469c-ba4c-4a33741dd192
2021-04-11T04:29:01.699Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43173f9a-06a3-469c-ba4c-4a33741dd192 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.709Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.709Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "clamp",
  "timestamp": 1618115215920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.709Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.709Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.709Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115211341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.710Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.710Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.710Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.710Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.710Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.710Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115209441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.710Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.710Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.710Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115213589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.711Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.711Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.711Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "clamp",
  "timestamp": 1618115216923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.716Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ef8cf883-c079-4901-9207-83fc0fa5794a
2021-04-11T04:29:01.716Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef8cf883-c079-4901-9207-83fc0fa5794a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.726Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.726Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115211341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.726Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.726Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.726Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.726Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.726Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.727Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115209441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.727Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.727Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.727Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115213589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.727Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.727Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.727Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.727Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.727Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.727Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115211341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.728Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.728Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.728Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.728Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.728Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.728Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115213589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.728Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.728Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.728Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115218687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.728Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.729Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.745Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.745Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-11T04:29:01.745Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.745Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.745Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:01.746Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:01.745Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115211341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.746Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.752Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.752Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.752Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.752Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.754Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115213589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.756Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.757Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.758Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "aai-ml",
  "timestamp": 1618115219531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:01.758Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.759Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.759Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.759Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.760Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.760Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115195605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.760Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.760Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.761Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115213589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:01.761Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:01.761Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.761Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115220269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.761Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.761Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.761Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "aai-ml",
  "timestamp": 1618115220536,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:01.764Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:01.764Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:01.767Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c010423d-093e-4f37-8ddc-542168a7f2e7
2021-04-11T04:29:01.767Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c010423d-093e-4f37-8ddc-542168a7f2e7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:01.775Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.776Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115220668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:01.776Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:29:01.776Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:29:01.776Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:01.776Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:29:02.643Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:29:02.644Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:02.646Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:02.646Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:02.746Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:02.747Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:02.747Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:02.759Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:02.760Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:03.646Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:29:03.647Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:03.648Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:03.649Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:03.749Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:03.749Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:03.750Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:03.759Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:03.759Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:04.650Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "421c536e-f080-4452-9590-d35e250a1c8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f32d9e5e-f678-4df4-a61f-4bc57a526b15",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "87cf4308-2d99-42da-b56f-a6c357e2a234",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d60a60fc-a52d-44e4-8ab9-cc1f5683fb56",
      "resourceInvariantUUID": "8e62597f-64d9-4a66-bfe3-799d14eacb93",
      "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": "Y2I0N2ZmZmQ4NTMzZDFiMmUxYTgyNjJiOGMyYjc2OWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9ec9d81a-8c53-4e59-a22f-d4c26b46e3c2",
          "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": "781626aa-b10a-49bc-8799-8a8c0b649a10",
          "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": "aa2855a8-b368-45c0-8956-fada45231228",
            "generatedFromUUID": "781626aa-b10a-49bc-8799-8a8c0b649a10"
          },
          "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": "aa2855a8-b368-45c0-8956-fada45231228",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YzY1NzBkZTczMTNlOGE1NDdmYWE1N2NhZjhmNWI4MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75fdaa81-b00d-4619-94d5-87b7e6e7cce7"
    }
  ],
  "workloadContext": "Production"
}
2021-04-11T04:29:04.650Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-11T04:29:04.650Z|6f4ac24b-e839-43f7-a8d4-6ed21fb12c14|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 421c536e-f080-4452-9590-d35e250a1c8f ASDC
2021-04-11T04:29:04.650Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d0cadb4d-29a4-4232-ace0-dd47edd042b3
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:421c536e-f080-4452-9590-d35e250a1c8f
ServiceInvariantUUID:f32d9e5e-f678-4df4-a61f-4bc57a526b15
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:75fdaa81-b00d-4619-94d5-87b7e6e7cce7
ArtifactChecksum:YzY1NzBkZTczMTNlOGE1NDdmYWE1N2NhZjhmNWI4MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:87cf4308-2d99-42da-b56f-a6c357e2a234
ResourceInvariantUUID:8e62597f-64d9-4a66-bfe3-799d14eacb93
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:d60a60fc-a52d-44e4-8ab9-cc1f5683fb56
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:9ec9d81a-8c53-4e59-a22f-d4c26b46e3c2
ArtifactChecksum:Y2I0N2ZmZmQ4NTMzZDFiMmUxYTgyNjJiOGMyYjc2OWY=
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:781626aa-b10a-49bc-8799-8a8c0b649a10
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:aa2855a8-b368-45c0-8956-fada45231228
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:aa2855a8-b368-45c0-8956-fada45231228
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-11T04:29:04.650Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 421c536e-f080-4452-9590-d35e250a1c8f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-11T04:29:04.740Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:29:04.741Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:29:04.741Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:29:04.742Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 75fdaa81-b00d-4619-94d5-87b7e6e7cce7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-11T04:29:04.742Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:29:04.742Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-11T04:29:05.308Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:29:05.311Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 75fdaa81-b00d-4619-94d5-87b7e6e7cce7 72256
2021-04-11T04:29:05.311Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-11T04:29:05.312Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-11T04:29:05.312Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:29:05.312Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:05.313Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:05.314Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115345311,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:05.414Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:05.415Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:05.415Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:05.426Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:05.426Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:06.314Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:29:06.316Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:29:06.316Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: 75fdaa81-b00d-4619-94d5-87b7e6e7cce7, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:06.316Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-11T04:29:06.317Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:06.317Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:06.433Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12353082728582558210/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-11T04:29:07.344Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-11T04:29:07.344Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-11T04:29:07.344Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:07.344Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-11T04:29:07.344Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:07.345Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:07.345Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:07.345Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:07.345Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:07.345Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:07.345Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:07.345Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:07.345Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:07.345Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-11T04:29:07.345Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-11T04:29:07.345Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:07.345Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:07.345Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-11T04:29:07.346Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-11T04:29:07.346Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:29:07.346Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:07.346Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:07.346Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-11T04:29:07.346Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-11T04:29:07.346Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:29:07.346Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:07.346Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:07.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:07.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-11T04:29:07.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-11T04:29:07.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-11T04:29:07.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-11T04:29:07.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-11T04:29:07.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-11T04:29:07.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:07.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-11T04:29:07.348Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:07.348Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-11T04:29:07.348Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:29:07.348Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:07.348Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-11T04:29:07.348Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:29:07.348Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:07.349Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-11T04:29:07.349Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:29:07.349Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:07.349Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-11T04:29:07.349Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-11T04:29:07.349Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-11T04:29:07.349Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=efe26079-0837-4164-ae3c-deb780f868fa
2021-04-11T04:29:07.349Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:07.350Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:07.350Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:07.350Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:07.350Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:07.350Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:07.350Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:07.350Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:07.350Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:421c536e-f080-4452-9590-d35e250a1c8f
Model Version:NULL
Model InvariantUuid:f32d9e5e-f678-4df4-a61f-4bc57a526b15
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:6a84f014-29b8-4338-bfa7-8e41df5bcb00
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8e62597f-64d9-4a66-bfe3-799d14eacb93
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:87cf4308-2d99-42da-b56f-a6c357e2a234
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dd93e5b6-39c2-4825-b09d-4028a896938f
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:d2329ff8-1fc8-468b-a0eb-7923e0cdce7f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:efe26079-0837-4164-ae3c-deb780f868fa
ModelInvariantUuid:65ac3ca9-8fbb-47d8-9a9b-3939a5ff2f3b
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:dca8dc63-0368-47de-a92b-d96dff54e644
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:11a77d35-2161-4fc3-a45a-cb16c23fa25d
ModelInvariantUuid:8134f3b6-bfec-476a-97c0-eb1170a71684
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:54e96382-a42b-4d3f-bebe-0c6af1a03177
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-11T04:29:07.355Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d60a60fc-a52d-44e4-8ab9-cc1f5683fb56
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:29:07.359Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||basicclamp 0
2021-04-11T04:29:07.359Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d60a60fc-a52d-44e4-8ab9-cc1f5683fb56
2021-04-11T04:29:07.359Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 9ec9d81a-8c53-4e59-a22f-d4c26b46e3c2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-11T04:29:07.359Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:29:07.359Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-11T04:29:07.593Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:29:07.594Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9ec9d81a-8c53-4e59-a22f-d4c26b46e3c2 790
2021-04-11T04:29:07.594Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-11T04:29:07.594Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-11T04:29:07.594Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:29:07.594Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:07.596Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:07.596Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115347594,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:07.696Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:07.697Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:07.697Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:07.707Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:07.707Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:08.596Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "dd93e5b6-39c2-4825-b09d-4028a896938f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2329ff8-1fc8-468b-a0eb-7923e0cdce7f",
    "vfModuleModelCustomizationUUID": "8bce720f-251c-42ae-93a2-e8c96745055a",
    "isBase": true,
    "artifacts": [
      "781626aa-b10a-49bc-8799-8a8c0b649a10",
      "aa2855a8-b368-45c0-8956-fada45231228"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-11T04:29:08.600Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2329ff8-1fc8-468b-a0eb-7923e0cdce7f
VfModuleModelInvariantUUID:dd93e5b6-39c2-4825-b09d-4028a896938f
VfModuleModelDescription:NULL
Artifacts UUID List:{
781626aa-b10a-49bc-8799-8a8c0b649a10
,
aa2855a8-b368-45c0-8956-fada45231228

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

isBase:true


}

2021-04-11T04:29:08.603Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "dd93e5b6-39c2-4825-b09d-4028a896938f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2329ff8-1fc8-468b-a0eb-7923e0cdce7f",
    "vfModuleModelCustomizationUUID": "8bce720f-251c-42ae-93a2-e8c96745055a",
    "isBase": true,
    "artifacts": [
      "781626aa-b10a-49bc-8799-8a8c0b649a10",
      "aa2855a8-b368-45c0-8956-fada45231228"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-11T04:29:08.603Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2329ff8-1fc8-468b-a0eb-7923e0cdce7f
VfModuleModelInvariantUUID:dd93e5b6-39c2-4825-b09d-4028a896938f
VfModuleModelDescription:NULL
Artifacts UUID List:{
781626aa-b10a-49bc-8799-8a8c0b649a10
,
aa2855a8-b368-45c0-8956-fada45231228

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

isBase:true


}

2021-04-11T04:29:08.603Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 781626aa-b10a-49bc-8799-8a8c0b649a10 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-11T04:29:08.603Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:29:08.603Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-11T04:29:08.806Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:29:08.806Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 781626aa-b10a-49bc-8799-8a8c0b649a10 5033
2021-04-11T04:29:08.807Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-11T04:29:08.807Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-11T04:29:08.807Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:29:08.807Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:08.808Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:08.809Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115348807,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:08.909Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:08.909Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:08.910Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:08.919Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:08.919Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:29:09.809Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: aa2855a8-b368-45c0-8956-fada45231228 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-11T04:29:09.809Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:29:09.810Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-11T04:29:10.030Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:29:10.030Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env aa2855a8-b368-45c0-8956-fada45231228 909
2021-04-11T04:29:10.031Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-11T04:29:10.031Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-11T04:29:10.031Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:29:10.031Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:10.032Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:10.032Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115350030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:10.132Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:10.133Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:10.133Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:10.147Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:10.148Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:11.033Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: 421c536e-f080-4452-9590-d35e250a1c8f
2021-04-11T04:29:11.033Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 d60a60fc-a52d-44e4-8ab9-cc1f5683fb56 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:29:11.045Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.046Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:11.046Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Processing vnf with UUID: 6a84f014-29b8-4338-bfa7-8e41df5bcb00 
2021-04-11T04:29:11.046Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Will get resource from SDC using resource id: 6a84f014-29b8-4338-bfa7-8e41df5bcb00
2021-04-11T04:29:11.047Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel to get resource 
2021-04-11T04:29:11.048Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel
2021-04-11T04:29:11.048Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel|INFO|500||Invoke
2021-04-11T04:29:11.049Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-11T04:29:11.049Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel
2021-04-11T04:29:11.049Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel|DEBUG|500||Method      : GET
2021-04-11T04:29:11.049Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/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:"d0cadb4d-29a4-4232-ace0-dd47edd042b3", X-RequestID:"d0cadb4d-29a4-4232-ace0-dd47edd042b3", X-TransactionID:"d0cadb4d-29a4-4232-ace0-dd47edd042b3", X-ECOMP-RequestID:"d0cadb4d-29a4-4232-ace0-dd47edd042b3", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"e6c434f4-207e-4052-8220-0971dd6ee10e"]
2021-04-11T04:29:11.049Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel|DEBUG|500||Request body: 
2021-04-11T04:29:11.049Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel|DEBUG|500||==========================request end================================================
2021-04-11T04:29:11.326Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-11T04:29:11.326Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-11T04:29:11.326Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel|DEBUG|500||Status text  : OK
2021-04-11T04:29:11.327Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-Basicclamp-csar.csar"", Content-MD5:"OTQ0NTBhYTM4NWY2ZTlkZTQ1OWVkYTA4NWFhNDk0YTc=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"d0cadb4d-29a4-4232-ace0-dd47edd042b3", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-11T04:29:11.331Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/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�Woۺ���Bo=
)���$mN['if�"P�(֊���_R{P�v�����$���U(kH7l#0ۗ7����L
���H�B˔9��d�j0�ǟư7�3���]�3"��i���X��N�@ёf��qcUE0V<��Xg�1�%EcA10��9M�(�²؆:f��jB�ŏ4䫞������I�uQ�
�r��1���3T�����\��~�!�	=�#[s��a�u@��@~!A��̍�ϵ៎��eh)���֜���'��x�'*c�01���hk�x���L�@&�*t�b�x}� ��	��L-��`K	��s�2T�$v�P+,�g	�m'���
�3�bE�|%�a�ӡ��r&�'9`��	��1Z�Ɗ
��BN\lt���� �%�*���
��{:����c�T�rC,[,�3�A&F�E�����R�{���J�4b-�
�A#T\2�GÍA���X#�W�Q��F!�P;��`���s�����{`���!M��a�M����o�@u�F����l�&�R�@���tg��ӧq��*KHmt�r4�(Z��f�fp�d�ub�"�8�*C*D��g��8�3�a.N�g\���e�\.�W	��^C�C�1�Cӏ�kÕ]�d�����(ɪc��*��դ
��,��88��-�l]Ɖ	O�J,�'� b`�� �=-�3s���q1Ae�`��Zd�0?C��\!��}cU�Y��԰�4tܼp
�zh�E5���K�}�4�'���x���\�_g��t~;Fn�a�yr+86�-��'�M�Ƅ+�&�x��6��lU�^`��Q�2L�M�n��B�s@ �x�O��A����E�46��t�n"�e�&z:~P�3�n��k��q��g�����߉���n��g䟧���	y��^���ZO�nȫ����}��_v�|z����6�4�]+V���g�%{�����<�z�7//������%�n��2��|�#���׍H?�/�˭q}.��n/N�nǂO�Wo³�t�x^���ѿo��dO����&�紐�o��s~s/p�me��w���{�&����m�'�[Ong'��-����������qcY����7�b����rv}z�M��XO^�<9��=�g�o��qb�?�u�]�^~�/�͗��w��3��C��ߞ<-,���\r�,�����ξ�%�n|�
��|�N~����C]k�G�ކ�����tq�X=M_L��ݹ$A�b����������s��H
��gI�r���Nt���.}H����H�_�~��Nu���x-	���������U[��/������������]�#��cs聫EO[�
\�2��pw�(���G-�ql&����L�]��2�7,bh*D8za�$Lʆ[b�h<�G�t�sVW�4\���G�8]�Ϙ�IG�j-��C���|��Ob�EZ��u��p��8E�B+��fbA��v��>��LLb��eAU7��A�D7�-l�}��AR�0�����xL�#�-[kD����y�F]�h�]�by64��۸\��0�����hǰH�E�$��8b�@Åƶ����0��
	�\v��1+�ۅɶ�\n&�Uj�A�p�:�L�̎RB��^9U	׉��w٧�#�dCq�)�U6���
*���+
�4HPR� 	��:�J��`�5u*V��(�
Ф���1������cQ��#�Sv&Vf`�M�"ARf"��SQ�~����ſ�eG!�-imM�-b�8��a@bfdF�ǖ���v�-V\����"�e�,�5횥VչwF��р��h1N	.��=�H�^
_��bR'�]������o�3L�T�)��:V4\�/�0�P�л��f�5�f�IɧU���+�I�/w��	��X���Â���g���X�x�YP*���eZ���ZYc���J�����V�v��ѩ�5�h9��N�t�<쮞L�Nơ߂Aq2����#oc�y��u��W�!�H�B3�(d|ob��l�Zf�T�i�IÌ��s��
M�U�l����Ȃ�x�Q)�tZQ���V$�����V*�,�8)pU�e�e��Ñ���1���e\\wWwa�tp��k�;���⾧�ww˛����_�g�򯳛˻_��#��S��:C]]6��x'���}�0jb{(%d�3��zD��V���*�M�f��Q]PD/�k���H�gЇ#Ε6���0�a�Q�)*�:Vr�A�2�\�H%��H��uDV~W�VȔyh����N~���Qy�i0e*T���d��C#�p�'����z'�͠B!Dn(��a�@2Em���M�B�q��o|�n�)����M\(�4��P;��kb��4[��'It��Щ�
M�Q�~?k�	��!F#'V8�F.T�(�8���5��u滪�F#/#q�F��AD����H2X.���D����{yC�Jm�Wi񨼨�GJ��N��_J�f�nь�����T�~g�/��Py�=���OeG��C9��!����b&&%<��R��	6�?9�2�N��Kn_.JvI�4�?��QHu�3��ї��^��!]�S�%�ګ�L���ؤv!�5���ᎈ�Wru�%웢k�� q���p})����� $2dk�.� ��^4���D,��(�Ac2,KT=$75�n�{�i���o+4@�?,)&�B�|n��`�B��:&�*�[0u�(8/�sE��;6�HR��x%&ګ�6!^{�aаK�E��j
cL;>L��H��Ɇ4^.P}���qm��@Ŏvak�0D��P�K����������
�,�:�h�҅y�x�#}N*;�����CH3���N��#38'���X� �*B�0#aA��x�)@�i,��$M8ER9��98�Կ���&ڒ�ۣ��<�l������JAͤǁ$2h�5�m�Er�ra:����q�k(م��k�2�Q|�
��}��,����I��$�x����/�F�i��&��ʃ��O��J�X^��4�Q�J�y��t]���`<��f/ V�T4k�����X��
�h�s��	dV�1���S�Wk�pG�?��|�f�^2�fr��H�1C%$;��εI}g�t�K�d����ڢp5)¡�Ռo�zt�f�T�F6�����%�F��ic/�b7�J��RCj$�|��F����@�A�(��Wq�-����i�e�vݧ.��I4�X��e���.}k��s���;z��*o �K���]~#ӆ��6>����w�ӡ�7�lܪ8�3龹`�>
�������N��q����n��qO�M���_���/Z��\�D�}�ϰػc9L�nd����c]��K�:n�f�Ƒ]y��2�
:�^�*s�<@��u���Cꋃ\4���3���
��Qu�rp9y�[=�+��u#C����k��Î�����J�C��Ct��;����|k��:�v�k�O�*v]>�H���W+x��i��n���Pt�{�����uh�(6
���@�o�#67����5�^���/4X-��B�i`���!մ����E��>T�R4R?���h�-׾g�GɓA������/Y�X.r�SS���:���@�y��#T�6��g���@P����H�X�����A�=q�G�@�q���h@����*_��*B�Q�����O��Xa�%�.�W���P�uP|��RmҾ�ʏ����2��o�,LMn2�Za�7S@���
Ձ���W�+��PKؽ���]VPK#�R6Definitions/resource-Basicclamp-template-interface.yml�][s��~߿���w�$s3U��x��L�q��r��B��Ʀ1�_��[DPHB2�M>!�m}���k�(vT�hPG�[����a�d�T<`JE����bB��?J��5�.$�ӑ/V7d�4�C
P@=;�������cd�J�I����@�m��H��?�`7�ju�lc�[U���I�ea�*7�*t[$��*���LdlC�شe��]n��L{U�	Z@M�	6/��C	P���t�Ym’�
b���k.S���x:p
z!
ǮE��yi�)��ix�/$V�&���J�M��o�Pu�k�O�lI��-X 
j�ؓz��M������.$κg�l��U��P`Q$TTl�h��/�ݔ��-cl@`�Q��+0�H��7$I��L�L~��j��	H-wE�7Zc�z���@��4��5���2<5x�j��]K��!E~�HJ�a@�0�b#ߠW���Z���Gj���E�%��b�&0#vLe��*�E���h�Y�X�ҙӏ��X)����O��^K�\	|cȬ:��1�p��
A�r�(�{� ��v��z1�;δD �ٯQ�.A��Gm��U�����߬j���3G�{�^�͗������O�|�}|���5��gc�%�m��[��+�'��i�O��OO�M�ex�D���[��&�uN�蠆��̫֮�V�C��ۼi�^6�y�U
�F���L�z
M������eͪ>v��;�r�stz��nU��Q��`�gO�ҧ3�h��λ��:��������a{����J����K�'
L�7�~��ck�k���Y�5���.g'�~���Tm�����Я�9��޷z�ZԻG�n��l�ޏ�ęU���Y�f4������R�+�������������R�i��ۓ#���a�vyۜ���?���S���������3u���~~sXs+��Z�`�4�4�#xl�zmY�ɽڨu��:���k���K�66�ڷ�y�q8�Y��/w�! t���ϗ�~�Z���Լ��:�[��ϧzyj�-��C��?�78��)���.)�4S���3�@b,d��4���Z��i�$�8����X�{�؊Z?b[4@f�X���*Ȏ3~e�X>�+��)������1�Ñ�.�j5�m)��6�
ף�Ik*���܎3?���A��i��?k��T���|����+g��3+�C:��n�kQ�gVd�d�#��Y
ޤ5b�_�*��{��@�-�@��`���G�q"YJ�f?,`0Kb1΄�XϘ�ދ2��ЦU�R�\.�4��xi�-/9��c�� ������(�iď]�5
�����B5h�^pw����	M�Z��M�̮C=(I]��8Fr@��$��ע�M�=�XC*k�㧦���41�1�!��Ԡb9���K�v�R�-I�n�7�ڭ��HSV1�;J�&��wC=��j)B�0Ƒ����n���B{#����GD���C�݀�-���H����]rLyx�D
1%C��Y!$���V���zW�����d�d�E�R�k*��:1j��8ECAI�Tq���hRr�bd��e��):̉�V�A�wnB�w�w�,���Y��<�m�� u��������p0SX���'I��>둲��C�O$�`6RfN+�Ê�\�B���$�T�8+]�����j!��v�4ޟ�-��E�5�@|��0��Z�)H�?�젝+�J�:���c�b=(1��ʴ�!Z���p^��+��{�3A�"�uh���b�����̌1y��4��I��=�c�n�!M Њ�f���E:WDs�c#����ϓ��C�N�$E�S��E����U��\�_TRMi�L��|�ba��D칲���=���:YQG��[�D����dĜ]��M �
�dɞ
���N��d˛��8c�k�&Z�Ui���Eo/!r�˗�3�����-���t���נز����u�V��sa�2�VrEaSLD&a��7 ~��z]x6�r�&Ul��]=6��4^�����8l�}Z�&�O|�.���	}
3%\�v%�9��{�4	������@�.ikô��o�y`!�M�Ő����!+��\Y��ث�2s�G�-v�f���o#/N6 1�=����5�
ͯ�P���}�ȫ�'/̊,�-d������;D�2ˣ�O�*iM�»q����D̹�	;�������\�j{����{���OxŚj�继РA�V�#ytU������A�c�"G�(��́��z&;�7���4P,�f��?�J��S)�_�=��t�KBm���6��U�
�����bd���Y◵�=��5�+2�o�,lO�YsE��X����l��h��F�.�Hv��[��9_zr+ί�kI�_H(ز?��A�=�=�&$�o^-H�G�D��Se+(v �[��A�<�A)ܪ=S:w����3 $�{
��.������Rd|�ۋi����j�cZ��{�%_��?���N)d@�-�sE��k�bJ�T��D��$zC��}3e�\QD�\-����
���q�4�Z�~���ۗjs(Iʈ|\x#���~�pm�����+��:Kq��ޢ%���C�l��۳?�8��v�/�/�ß�^'�~»%����4��#ɟ�O�m�ȳ��
6�5��v�{]��D(�-c8�s��%e���8̖�o؇X1�]��i��l6X�+�ܫ��F��	��i�¦:�aA�l��$��]^*�PK�{
F�
l�PK#�R(Definitions/resource-Extcp2-template.yml�R���0��+��m H(!ܶIT��٨Jz�*d�!�jljL����@tW=U�8�f��jJ2���p%�삺��LKռ�fWR�,��Y��0bH:��B4'��_6)�Ѽ`a�x�ey�jYxI��Y���,�e`�:1+�eN�ȣ+x�|N�՜0/��8bq��0�bIJLa�۬�s��aM5�L;���xxw����a��4���\+"(sF
뽭���PhU�^�O-l��<)}M�3J+�����м(��K�����Z5��7�L��w�{xp�}xEE�v�B?��,^i�C�k�m����5^iS�3��j�8@��m����ti�]&�<%ɹ��N%c��j���3�&�	ыOZ5SU��t��}��"�2]߱j�B�l6l���W������o���/sݡt���Y��N�Q�Y)������/��od���J���\�n��.�O�r3>��2Ei�5Jz����}�}z>�6�̀]��,���-���cxW�N���{
~d��c̽��p��5�ƶ�n��O:j��p�,���gPK
���PK#�R,Definitions/resource-Novaserver-template.yml�WKs"7��W��^?���͒"���!�Ԕf���HIaS���f`�q�ĕS�˸Տ��mo\����K�]2��c�|xr�($K^����
�\p�G�I=�Vr�GWvz,�����N/;�;'g��s!z�q|�_����R�9M�Y*zY�=�睓^:N�q��Y��w����5/`�&f���"4$	p��� �@{�8��3�ͥ�~<�I
DrA��F:7��$�\	��%����)���F[H�X
�r��
����h�3��:�sЈ�JZ( �f�T��9���j%�L����_��"���B�VRZ3�,� ��+,m���3����Z"��IDG��eP[�lx��D(�]2tMw����s��q���0E��4X�!�U隌�(g��W�ҍ�1���	;`7��[��׷/���~����{���'̎�TE
��ݻ#,Pc�uB�U&��(T�e�𑪖\�` b���Ral���5��f����x����T�\�R?�F��ɆV�p���z�\-r`$g����N���$a��n��<Ϻ1*3�?�[+����JInM1ح�n�Z����O����b㢐:)�[Q�F��Ί���4$%rq�y!
cC�"�������+��L�e��h8�eK��0%���uJ���Ӄ���+*E�5���۠���x̢��c7�J(���]ZCU`W\�8_�6��F���e���u�ؑ�E�;��v��gg�+鰩�b�����f�R*+�ʠ�ާ42�Q�T	q����:|�-�j�6`1X���#���p�U�k�ᇐ���ز6!������rx�Y]�/���sc�x?��M�E���[�rH;>:���H=~������8r;t���?j��i��l�Xƛ�1��I�\0=�
�l�e�&�g�pe���G0m];�*���N��������)�2$��0;P8L��%о~6j���_��T���c�KD��[*d�Q�FWn2�����e3(Z��5B8�r9M�D�C���t8)�<��1�Wq��`�
����?��*x�Zz�bGף[����Y`0�!�&ǿ���2���~�gTR�w�vt�oq��f]_>�77����z-Ԯ�a��1�hB�/���!�aH�ۨ��i�[��x}�X�`�~�9Vخaq訌���]cKRT
��׸q��+���qg�U���k]���@b�S;�@�qC��R�g��PK|}E�PK#�R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ�B�6	o]�M���ꚾ"c.���6�����G3��4E"���{�'V΢S!�J����!ۘ�(���yD��@�fY8�ȴ`���_�!��n�`�y��.7��Ǯ�/<�q�jC�Z�b�Z�&r�"r��֛`�m��,��2	��,Y�!�@^ia�*GCh��kQ�&�[%Sq�4s��R(U.x
ڑ)�XY� B��5>9�uI��>�ҙ3�����D-8a�����ѨJs|B�(�����=�R�?3?`�̐H�����̗g��*�|W1�������<�d2�����M�u�����e0!8��sV�X���)e�wT�yS;��r:�A�j�j�������	�(LJe[�c�n�.٨�P郯J�
WE�J�S�7}���dȬ/Ѿ(���+���'��J&��#&Q�U�Mz��A)�Q�Ì����C���Χ)4Vy����
����^sR��f€��j;�^2�3 �z�\	M��UR��Ɵ�64�j�PK_rHJ�YPK#�R.Definitions/resource-Extneutroncp-template.yml�Vݏ7��S�>��#e��q���6w�RU+�=V����¡��{���PS�t�f�3?��f�N[F�P�	�l�c�#&.���	ɖ�2&�^�r�h�#D�55�*��4��d�2ƆWi�g�=�O�i���G<}7�wx�2N���kv���7c���ڱ�?�nap=�����!&���P:����,3�p��
���Gr���d��r$���@��D�r���F��dF����c�2�`��6&��B#�2[�;��F�/�^B�Y���4�Aqmb�0�,�Ϗ>u���	�)&�h�>�:���9�y����޼�a��q6���B��y'$�A��%*}M�]����3Z�TH,�IW^��4pa%�=�=Em�4�ܷ�$���R�����6�JiW��Zu���_6io��2���鼈�F��֣�K��eUs����'6�X�Riv�G	6��J#�6ES	�Q6�L�FҨV�ꃤK�SR�}˅���1i������:2���J���Z0H��P��aL�!2��a,a���j�&l/	���gְ����\1j�3A��l���.�u�d�ɀ��0��ֽ�i�y��T�O�������q�A�n��\����(��uf�X����`5����΁h�Eu�I�h��j�P���`��.-�?X�/�2�T|Ƕ���oMe	�-�ur��������}�9@���ux�/�PL�A�8�g�PL��7�X����������qI2��Y�K	:A�s)R��(h�mW,��j�su"��BRV�Q�u�<=>\gQu02f�7�\��B��4OR��_Hn����u3�O�m'lwU�P}��?��ץ���A?��?�G�'/8��%�`}P2[�]Z���Z;�q���h�S�L�KȈc���X�_��?�:��B%HIY�BFgJ8��ݽ:i��p"~8�l�td��E1�pi:�T��w����S�$��;���?RoI���£?�{NZ��V3��A��}2�|?��?<ͧ��V��<�Z�~ȑ?;���`1�F�,��x�?|N�\��c��7c�
�۶Lc{Q!�G�����s��v�Յ.�e�=��PKz�JL�
PK#�R=Definitions/resource-BasicclampNodesUbuntu18cvfc-template.yml��r�8���i2s�J�%�7���IU�v9�a.,eL�
����	� ){����xxxx�,J	�]걐e,
S��&)�qmeEWʂا�+|{e�.�ag��²X�������O�_[�KL6Е�8h�w���9l��������%��%�
ZnvW�"|X;�=�\ϻ���v�!������ Fa��t�;y�嫫�g�4���Y1�ۈ����V��O8�Xj�)u-�Z!M3���c���#��_���[�BpF�Q�zm�AC�0�#͝���I����FyB��QR��$�[z �ԧ8fV��^���b>\���$K�/P1��޲<��R���|Q�$$�X�c����2��^�&�Dž2<�X��:*�c�2T�RuǑ�H�e�V��0����%47�*�N�baF*��������+L�13
��ܒ�rn��,����Y3�Ʒ%f��߀W�����z=�4����̻Ӣ[K�?r�_1V)!�Ii霢p;�K_�{�gI�>(	ܽda	@b-�}X��I������MKA�����"����j׭��UJ�ٵ���
Xh`H�gi������ҬjH��r�P�t�Ӫ��Y�j���Ƭq�^��X4�?YL��fa���f�.�Iz�'ŷ����ħ��D��7 �)5�b���J�T��;�D?�A�&v��D��L�p@!�a���Z��jN�8�丈b8��Y4�w��W��\|��QČ����	�^m�ҞC%��F�������U1M��OC�e��k�N.�BC^8���Z�ث�s`{>~�ŶT[)�ʦ�B? ���l/J���.��m��
&#k��'a���~�~t�Ms���W��4�[�����;��Z��
/�xq���4cY�We�U���f�D@���V��H',"�r@;����b���x{0�R��A�5�0'��l���B��gʴ�7�<��V��j:d�>�=�58�g���`�pk��Ȼ��MZ?@�8���*�GB��S�ƈq�y� �k/�xL��D#T�����>n�����;,%J�/I�'bD�ȃ�
�6�.�Vժ����\X@���Fo�a�Ů���o���/,�+,�?>�FA$�9�Zn��.����c���b|����0+��Y&`�[��J���׭��?���i堬�����:�������!�`�85��
x=�<
�8{�6���d�r~�BH/�*�t*�P��5����j��6�9%h��atؓ%��j�_��jw�mpK��-=�6Wk��kmݍ��P�$;��r���['5O�(`�c��Z����\��j�B[�l��%F�Y��z������79�:%V~��YʥA���}��J�)w�A(��V���ClQe�ʏ.�W��`P������&N@��6��?]��?G��|�؈��G�������,:qZ����ף�A��a��C�"ab�����Ͽ��NO���[��7���Nh��a�Ô�k���ϟ�w�?��ۏ�B�B��S��d,K���L���Z���>����{pˆF�R_?��A?m�?.K.��
ɫݵ�����t$t�fB��p^��/��6�v���å\'��l>/
9%ϙ"��(9�3�ɤ%$l��/?1�>�
톍s�U�G�U�C9��E�����5q� u��)�/qߣ�u�u��f��?N�'�+��~D���֏��e�<��
�r���oqdH�ld$�H������1���1��2��=}<_�3ט*2%&WNtV�11�a2 �N��|٥3���~V�e�ª�.�8ZGU\�q��Y�!�r��������&ly�r�c|��̑�q���'��9S��cp5�dT�9��7qī7�/���wL�����@��2�1J�H?-7���U�F��27�TL2�X?�����������&���$��;H��H�������q������?�Gʇ7�g�Hl��t�����Է���N0���K]qX��u;t�ҽ�4�lI�I���MQ#4�\"/�Uw����ܬ��ȧM~m0w�坱o�G_�Q�[Fr�Nr�'��/�<6�R��Ƥ��&gM�j���#wDa2�PKM��34dOPK#�RGDefinitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.yml�]�o�����}���r�f��Mv�i�RM�6_$R������R�%�Rl'�L�ɖ�����O�)�)[r�
�B�
S�� �^i��[�g�_�?�2��+$d���ϒg�z�l�^���-��a����,x��I��뤊e��慗�{Q'^)Y���'��Bf���l��I��Tr��:�]B[Y���T�DL0*�"QL�RQ�l�4yO4�4#yA�O��Fj�/l����oUf�߰/��oƤ�$|�x��
ҪXx&�M��9�Ȉ`ؽy��Y�![��qmv���K��d��L�Ś�YN���Ў�U�X?���s�
�;01�b�W�r�Z@IRf�W^%w!eƈPnI2͎��T�r��\�b������9`�����&���]a��q��k����c����w���{B�v�ye�4���f��M�-i�?-ۊ%��=���8^@#h5u�!�a��t
�T��qA�E�?l�M���H5ؠ��0��ժ4�5@���VM��*'f�V�ԆSpl�>`����n+@������� �]�#�
�����C�T2(3Aٞ��5��Tۓ̷f�$���Mi��)ؙ�d�^lf`cCV��D�]"� ����X��؀��<��|��dCx�C>��~�׺_��]�[��[�TxŃjo�Ǚ�*��:K�N�C��lY�̓�ɠ���8���rf��y�aY
�
�I����
b��4�W܏j��$���:��(�D!�Df�5����k��k#��9ۙ�T���n��kC��qO~�̑(�S�|�Z�k
�F6��p������V�Vk�'9�Z��&�bL�2�����V�c����⃖`?'�}at_.�<��x��w�_="�(d�������_���H�Ʌ��v�$�A�b>��:�B>����Ç�>잁G�)���T��cӿ���\)i�։��a����ܫ��p���BCs�2R��nX_Hh��8v���3��6��жoN�V��^l�9^��ۗ�ݮ�_lM?��̓8�R���H�,�$�&?J�gL���4�c<��}̵޺��j�`�Ā#�Y	I�C�NH۪�6t�T�uj/Z0�K�ahc�R�q��"�����=}@�	
a=`����ð�U�Wpڂ��4�$�?�����?#���O�n�l8��(@�mdƄ��b|Wܰ�;feH��J��"I�'I�v���Y.��.#��:���s���E�KóȄi���0zQrd�,���	��N-3$Ra2�P0	�Ό��j��{�jx癐jf�#Y�!��:R�l(\�íR�u�H�)CZ�q�T�[L��9�o=�y��Wc؏,�zF�@����C��]�{�RjQc%�*�;̎�|����[�R���n�|�E����y����=�[�Ia��I_�[�-~�K��;@J��t���C���6o?��X�ؐ(���U	tJl�#e��Ҿ�s�����]Y�����'�g�}�<�︪Mdɬ3��ӥ�������>1�ߺ��$:L�1[L7�]�D����,�JZ�D"�u��:�0���Ut%�İSb��~%�2`��I��{�G�2�ki�����"9f�,y!ᲈ̘���)A�L��v�Ȉ���0!�H�Q�SVg~��$�6b=d�iW��mcf�]�0v���آ�7��S�7!�s<�4=/�?�D�!t�wO�2��;��ئ�����wY����>�:�q�
��ۇ����ҿ�������.�k�4��
ȩ_)�(���5{��ZU;˥��D7;����m7N�ÙYh��v���[A��������A&�c>+�,�x!�}��NƇ:tb�.�Z��C#3&�~����Χ����?����f��4#��ǡ�-�Ou�-vJS����׌'ɦ�KB?B6��)v!��e�@n�����["`��o�x�2��ntҏ�
-꣢���F�}�5�����c��$�%��%q��ͯGHة��ͻ34����}�%�_�xID�.���/ʳ��psq�R��m��	�0����S�Bش$�@�����D���&��Md��e�4����+P(���фOk�Û�������`_����V���M2��?8��g1^��f�.��OT��I���fר�U�!�zIJ2���ëiSTb`����ރfO��^'Բ��l�PKG�>:�!}PK#�R)Definitions/resource-Compute-template.yml�VKs�8��W���A��������Ф�Խ��h`
�9�CKRN�_��$+�֝z�Nz�}������`��,�B�5>ے�H!�*/u�(ۡV�4��4�1`:�f�N�	�廫Nq~2+fy2�i�,��4yE�Y���f��yW��jrzr2O��E��,h��.^M謘��flPS
�V�U ���'�P3��ґ'< 8B��V�P�R��HCQ��qTcxg
�4���K����
�}��9��T
V�g@����k��j�``){�ҵܒa�Tґ�	�ƪP���(�T��3��]��_�Y3��:�{4R:��99�A��
�>Y�@z��Y�V;&%�fJyHcxW�m��p�a��5i�v��)BƜ�+���^�Z`�5R��9)X�գ��x��D�\,��VN�'&`]
7�������^~���蕽M��?��W��\u]���/Fܝ�����p>�%pa���V��-C���,q%��җ�PG�.���r�(Z���j�j$���J�����ZcCc���k`6�"�gw�$�m�f3��j���t��6���#��#��K`��{?�M�}y�B;��r��x4����^^_�,���\u�-*�gͰ��uZ���5��$�'?g���C�MK�����������@��[
*O}/�<���Է<�_���e��|�B��9��k+ꉝ�7�̧<H��ZnlsDR�?"7L�g֬�v>�����%ϼ\U��x ��5�#[���T#���;��HC���T��Ob����6��& ���W���_ow�|��;��?�SkS�L��?��k����p^��풊_��9�&3�+�՜����v�c�X�?��/v�#��Px��~|�;��>�(�	(�Qf>X��^~�E��`��!�C��1���iv����:����Ç/��6��v�/PKܔ���
PK#�RDDefinitions/resource-BasicclampComputeNodesHeatUbuntu18-template.yml��Oo�0���)|ۓ-(l���R��Z%W46�ƒ��m���w��)�Yo~<ϛ1�G
M��q&�b3a�t�YZJ�����md#O=&h!A}b̸	�����?��"��U�U��U	���G%e�A%�KA_�����rǡ�S�h�+T�3]B'!�eU�ǚ}�h���B�~
�[��!�Q�.��B8i:�!-�|b��"��0��ǯD��@��YC«��}C"�&-���Y�@'�F?�/�Zj���hh����!�]g)����`��^!���'�)�'Ζx��%�5ﭷT��?g8���5��������-,{5Á=6��x�Ve+��ϕoچ�s>��{j'/����Ї��mg޽x��:-v�=}�B�;[Z�m�������@��@������PKwlv�\PK#�R,Definitions/resource-Globalport-template.yml�WKo�8��W���`�v���77���]#��X5��J�������zNJ�"�QN��������HͨB�7\
�Ai\L�q[��Y����?�Gg)RC�g�p���Sano��EW��� �D����$L��~���O(����
����"��р��h�!�?4¯�h
��o,�QY����D4YJeP�f�g�y�
�hBI��H"c��3C}��͊������0�р'�,h��M����d�@,�����t4�Y�����Ne�<����/�ْ�����om�AT���7�ߧpx��3�!$�<
��{w��c�zz6 ��ś��'h�	�M�ভ�͡�`��~;߶J�BUABV<��v6J�Xɼ�UH��L&�=sY�J*�4�ݶVK�m�~��T�'3,�i�Uz,�
P�'��z�+��+��Џ�LKR�薪o�,B2���y�1��࿜+H��J\�0��ԢN4b=Ts�ݢW��@rw�I�(O�Ϩ���,J���YdOG�
��+�sm������CdD܌���AM��&��q��’q��_�f���Q�uws�
_�������}�S6ĂGD
����P���/������Lu�#C
���E����`�g���E켋8>�`�]O$�_Jk�fgs��JKrTq�͝�&�
);�۷�XF�nT�3�!�7H�r�9B�b���Z���/��O7�lM���O�?-:�[����l;oI�zwb�9�K�-0�I����r�����uUJ�lwȝw�����[�&�6�`c`�����&��|L�8u�Ñ�H:G$��{�v���̾jߤ-h�6�'�,w`��ɻ�\��|jo����'j�G���w������k��C���K2�PK���0h�PK#�R&Definitions/resource-Port-template.yml�SMo�0��W���� I/�mm�a��E��AKL*T�
��[wL�rJ0���2�����ٖ���?d�u)�m��×��9��	?�&�\n>���"g�o8��$����X��b�-���$b��(u/vJ�LL���`ݧ�RCB
vq�%�Js�ǔ!�Qil��I�#�(Б��VcV�t��j%^�챎�����Y�!֗�N7lv�>�i�2�'�U�ܽ�l�l���ֆ��9�P:[�;�;�R���\��s�Sf���#����>��K����{��Z<�?�2sh���~�W/���!	�u��j�JL�Ir�W�b�,j�A��d�V��92����"�n�ﶛ�����V����h��q��b�k�<�O�9^�a���k����X�ŕ>h�N�-�PK�jX�[ePK#�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�`����M��=4-�M/EaP��&J�Z�r���Q�-%�M4(��!29��;����2�nr�r�-W�l�
^��uY���͑b3�̯
�4������@5��>=��&��[��^@r=��M,�IF�Y�\�Vه��j�]��˗�E�Lf��*��,�p�M���, ��(KZ���-TFŽ*����`��u��
��B��Y�׶��e{.�*��0ZҌ�2�������=^3ja���	�3L3UvN�ˌՔYLNJU�|�+�&�ミ?���{�*�+�뙧3�<��l>��cUd���{w��+m��*!�L-;![.������K�N��6����@��T���=/����x�U5�jR��R	�^T٥�&TJe�r�V�dgXwvs�һT���L����a��F������x�|�ժh���V#CE�P���g
�
�T����.��pػA�x�!��=p���駃��98\q���[��
M��O��s뎘��p�Z[̔$��{��ʸ>�*NO5+�*�A�s'	Iȼw�����LJ���<�4~k�J��r	�q�.5j���.0���li%��-����xc�^�Г�,1iDoԬ�E�:aR���m�Y�M���A���8j��k��R�.B0*��{���O����{#j�^wщ��DǏ�k]C�}�s
4Ok+06�����t�
VV�dѬ�"��p�5`�;^k0�?��X�i:���-ā����D��g�-D|�Г7t
/Y"��B��,{N7�.x(:����L"&�ܠ�'��O.���;��̾�$V�/�a�	C�4/��e���n'��/\y�@Nཫ\
�� m��GX��
��7�E|����PK��w1;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��� �_��NW��h�W1tY�	���6�b�3�Lf�ꘟ�b%�%��{�����S�H�B�Sy���P�K�Z)�TX4��d�ބ���
���fg�G)oN��!N8rg�`�P�׭��#ӖB�UҒ�õ�����PK8_����PK#�R�R�B4E	csar.metaPK#�R����kTOSCA-Metadata/TOSCA.metaPK#�Rؽ���]V,=Definitions/resource-Basicclamp-template.ymlPK#�R�{
F�
l�6`Definitions/resource-Basicclamp-template-interface.ymlPK#�R
���(�Definitions/resource-Extcp2-template.ymlPK#�R|}E�,Definitions/resource-Novaserver-template.ymlPK#�R_rHJ�Y/$Definitions/resource-Securityrules-template.ymlPK#�Rz�JL�
.`'Definitions/resource-Extneutroncp-template.ymlPK#�RM��34dO=,Definitions/resource-BasicclampNodesUbuntu18cvfc-template.ymlPK#�RG�>:�!}G�8Definitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.ymlPK#�Rܔ���
)�ADefinitions/resource-Compute-template.ymlPK#�Rwlv�\D�EDefinitions/resource-BasicclampComputeNodesHeatUbuntu18-template.ymlPK#�R���0h�,�GDefinitions/resource-Globalport-template.ymlPK#�R�jX�[e&�LDefinitions/resource-Port-template.ymlPK#�R��w1;K/JODefinitions/resource-Globalcompute-template.ymlPK#�R+�@j5���SDefinitions/data.ymlPK#�R�'}8��Definitions/groups.ymlPK#�R0?��@@O�Definitions/policies.ymlPK#�R���C&՜Definitions/annotations.ymlPK#�R�����D�Definitions/relationships.ymlPK#�R2ea�
O�Definitions/artifacts.ymlPK#�R�H�v~(��Definitions/capabilities.ymlPK#�R8��Z�Definitions/interfaces.ymlPK#�R5n���/�tS�Definitions/nodes.ymlPK#�R0�^@�@��Artifacts/Informational/OTHER/VSP_basicclamp_VSP_Information.txtPK#�R��
'V�,:�Artifacts/Deployment/HEAT/base_ubuntu18.yamlPK#�R��Ax�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK#�R8_����4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKi	��
2021-04-11T04:29:11.333Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-11T04:29:11.333Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6a84f014-29b8-4338-bfa7-8e41df5bcb00/toscaModel|INFO|500||InvokeReturn
2021-04-11T04:29:11.336Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-11T04:29:11.336Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-11T04:29:11.337Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||VFCustomizationUUID= 87cf4308-2d99-42da-b56f-a6c357e2a234
2021-04-11T04:29:11.337Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 87cf4308-2d99-42da-b56f-a6c357e2a234 matches Tosca VF Customization UUID: 87cf4308-2d99-42da-b56f-a6c357e2a234
2021-04-11T04:29:11.337Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||vfCustomizationUUID: 87cf4308-2d99-42da-b56f-a6c357e2a234  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-11T04:29:11.341Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.341Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:11.342Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||resource request for resource customization id 87cf4308-2d99-42da-b56f-a6c357e2a234: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-04-11T04:29:11.342Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43b2d92a
2021-04-11T04:29:11.342Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.343Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-11T04:29:11.343Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8bce720f-251c-42ae-93a2-e8c96745055a
2021-04-11T04:29:11.343Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8bce720f-251c-42ae-93a2-e8c96745055a
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-11T04:29:11.346Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.346Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-11T04:29:11.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:29:11.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-11T04:29:11.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:29:11.347Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.348Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-11T04:29:11.348Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-11T04:29:11.348Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-11T04:29:11.348Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=efe26079-0837-4164-ae3c-deb780f868fa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-11T04:29:11.351Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.351Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-11T04:29:11.351Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:29:11.351Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.351Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-11T04:29:11.352Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=87cf4308-2d99-42da-b56f-a6c357e2a234
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:29:11.353Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.354Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:11.354Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500|| resourceSeq for service uuid 421c536e-f080-4452-9590-d35e250a1c8f: basicclamp
2021-04-11T04:29:11.354Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.355Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:11.355Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.355Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:11.355Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.355Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:11.355Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.355Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:11.355Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:11.355Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:11.356Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||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_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:29:11.485Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp d60a60fc-a52d-44e4-8ab9-cc1f5683fb56 1 ASDC deployResourceStructure
2021-04-11T04:29:11.485Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-11T04:29:11.485Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-11T04:29:11.485Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:29:11.486Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:11.487Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:11.488Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115351485,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:11.588Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:11.589Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:11.589Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:11.598Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:11.598Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:12.489Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-11T04:29:12.489Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-11T04:29:12.489Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:29:12.490Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:12.491Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:12.491Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115352489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:12.592Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-11T04:29:12.594Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:12.594Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:12.604Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:12.604Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:29:13.493Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-11T04:29:13.493Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-11T04:29:13.493Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:29:13.494Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:13.496Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:13.496Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115353493,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:13.596Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:13.597Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:13.597Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:13.608Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:13.608Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:14.497Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-11T04:29:14.497Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-11T04:29:14.497Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:29:14.497Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:14.498Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:14.499Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115354496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:29:14.599Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:14.600Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:14.600Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:14.610Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:14.611Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:15.499Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0cadb4d-29a4-4232-ace0-dd47edd042b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:29:15.507Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0cadb4d-29a4-4232-ace0-dd47edd042b3
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:29:15.536Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:29:15.537Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-11T04:29:15.537Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-11T04:29:15.537Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-11T04:29:15.537Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:29:15.537Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:29:15.537Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:29:15.537Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:29:15.538Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:29:15.538Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:29:15.538Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:29:15.538Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:29:15.546Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-11T04:29:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T04:29:45.546Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0cadb4d-29a4-4232-ace0-dd47edd042b3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-11T04:29:45.552Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0cadb4d-29a4-4232-ace0-dd47edd042b3 and serviceModelVersionId: 421c536e-f080-4452-9590-d35e250a1c8f
2021-04-11T04:29:45.552Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f32d9e5e-f678-4df4-a61f-4bc57a526b15
2021-04-11T04:29:45.553Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f32d9e5e-f678-4df4-a61f-4bc57a526b15/model-vers/model-ver/421c536e-f080-4452-9590-d35e250a1c8f?depth=0
2021-04-11T04:29:45.557Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-11T04:29:45.588Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f32d9e5e-f678-4df4-a61f-4bc57a526b15/model-vers/model-ver/421c536e-f080-4452-9590-d35e250a1c8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-11T04:29:45.588Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f32d9e5e-f678-4df4-a61f-4bc57a526b15/model-vers/model-ver/421c536e-f080-4452-9590-d35e250a1c8f?depth=0|INFO|500||Invoke
2021-04-11T04:29:45.604Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f32d9e5e-f678-4df4-a61f-4bc57a526b15/model-vers/model-ver/421c536e-f080-4452-9590-d35e250a1c8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-11T04:29:46.001Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f32d9e5e-f678-4df4-a61f-4bc57a526b15/model-vers/model-ver/421c536e-f080-4452-9590-d35e250a1c8f?depth=0|INFO|500||InvokeReturn
2021-04-11T04:29:46.001Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f32d9e5e-f678-4df4-a61f-4bc57a526b15/model-vers/model-ver/421c536e-f080-4452-9590-d35e250a1c8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210411-04:29:45:611-26737], vertex-id=[233616], Content-Length=[0], Date=[Sun, 11 Apr 2021 04:29:45 GMT], Content-Type=[application/json]}
2021-04-11T04:29:46.002Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-04-11T04:29:46.002Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-11T04:29:46.002Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:29:46.005Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-11T04:29:46.006Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0cadb4d-29a4-4232-ace0-dd47edd042b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-11T04:29:46.006Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-11T04:29:46.006Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:46.007Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:46.008Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115386006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:29:46.108Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:46.109Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:46.109Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:46.128Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:46.129Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-11T04:29:47.021Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-11T04:29:47.021Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef8cf883-c079-4901-9207-83fc0fa5794a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"600edf3b-f848-4d2f-bab8-a5ad9579f34d","serviceDescription":"service","serviceInvariantUUID":"2eaf6142-920a-4f6b-aadb-e3a07ef0dc1f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7bd9ddcb-3f3a-4c90-8f50-71098591d8af","resourceInvariantUUID":"047e0749-98cb-4289-84c5-0c34cde1d98b","resourceCustomizationUUID":"e706bf11-6ee1-487c-a986-58ea76714d75","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":"NGI4YmRlODM5NGYwMDNiMDAwZDk2MmQxZDEzMGNiNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a21c174e-d6d5-472c-a808-c74da8c23a5b","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":"MzRlNTNhNjliMzlhNTg3NTIxMDA5YzYyMDcyNzU3NzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5fa1f7a-25e0-4cd0-b9b4-6e77699653de","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":"25b62957-b04e-4bac-9b66-12cb78363da7","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":"76d8503c-be25-40db-b081-79a682326853","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":"854abc52-c36b-418e-8e86-8b8f37287330","artifactVersion":"2","generatedFromUUID":"25b62957-b04e-4bac-9b66-12cb78363da7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjkwOGEyYjcwYzBiYWI3ZjMyZWYzMjdjNGU5NWI3Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3dae1cc7-c3bb-488f-8569-642ae72ab40a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGZmMmJhOTk0NGJlYmE5MzVkYTZhMzE4NjRiY2Q3M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fcccd248-56c5-4e66-ba88-ffdae5c51b59","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-11T04:29:47.021Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:29:47.022Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:47.023Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:47.024Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:47.124Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:47.125Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:47.125Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:47.134Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:47.135Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:48.024Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:29:48.025Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:48.027Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:48.028Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:29:48.128Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:48.129Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:48.129Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:48.216Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:48.216Z||pool-70-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:49.028Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:29:49.029Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:49.031Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:49.031Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:29:49.131Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:49.132Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:49.132Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:49.140Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:49.141Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:50.032Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:29:50.033Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:50.035Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:50.035Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:50.135Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:50.136Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:50.136Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:50.147Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:50.148Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:29:51.036Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:29:51.036Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:51.038Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:51.038Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-11T04:29:51.138Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:51.141Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:51.142Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:51.150Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:51.151Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:52.039Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:29:52.039Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:52.041Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:52.042Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:29:52.142Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:52.143Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:52.143Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:52.182Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:52.183Z||pool-74-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:53.042Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:29:53.043Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:53.044Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:53.044Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:29:53.145Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-11T04:29:53.145Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:53.145Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:53.202Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:53.202Z||pool-75-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:54.045Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "600edf3b-f848-4d2f-bab8-a5ad9579f34d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2eaf6142-920a-4f6b-aadb-e3a07ef0dc1f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e706bf11-6ee1-487c-a986-58ea76714d75",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7bd9ddcb-3f3a-4c90-8f50-71098591d8af",
      "resourceInvariantUUID": "047e0749-98cb-4289-84c5-0c34cde1d98b",
      "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": "MzRlNTNhNjliMzlhNTg3NTIxMDA5YzYyMDcyNzU3NzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5fa1f7a-25e0-4cd0-b9b4-6e77699653de",
          "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": "25b62957-b04e-4bac-9b66-12cb78363da7",
          "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": "854abc52-c36b-418e-8e86-8b8f37287330",
            "generatedFromUUID": "25b62957-b04e-4bac-9b66-12cb78363da7"
          },
          "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": "854abc52-c36b-418e-8e86-8b8f37287330",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZGZmMmJhOTk0NGJlYmE5MzVkYTZhMzE4NjRiY2Q3M2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fcccd248-56c5-4e66-ba88-ffdae5c51b59"
    }
  ],
  "workloadContext": "Production"
}
2021-04-11T04:29:54.046Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-11T04:29:54.046Z|d0cadb4d-29a4-4232-ace0-dd47edd042b3|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 600edf3b-f848-4d2f-bab8-a5ad9579f34d ASDC
2021-04-11T04:29:54.046Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef8cf883-c079-4901-9207-83fc0fa5794a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:600edf3b-f848-4d2f-bab8-a5ad9579f34d
ServiceInvariantUUID:2eaf6142-920a-4f6b-aadb-e3a07ef0dc1f
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:fcccd248-56c5-4e66-ba88-ffdae5c51b59
ArtifactChecksum:ZGZmMmJhOTk0NGJlYmE5MzVkYTZhMzE4NjRiY2Q3M2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e706bf11-6ee1-487c-a986-58ea76714d75
ResourceInvariantUUID:047e0749-98cb-4289-84c5-0c34cde1d98b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7bd9ddcb-3f3a-4c90-8f50-71098591d8af
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:e5fa1f7a-25e0-4cd0-b9b4-6e77699653de
ArtifactChecksum:MzRlNTNhNjliMzlhNTg3NTIxMDA5YzYyMDcyNzU3NzM=
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:25b62957-b04e-4bac-9b66-12cb78363da7
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:854abc52-c36b-418e-8e86-8b8f37287330
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:854abc52-c36b-418e-8e86-8b8f37287330
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-11T04:29:54.046Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 600edf3b-f848-4d2f-bab8-a5ad9579f34d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-11T04:29:54.129Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:29:54.131Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:29:54.131Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:29:54.131Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: fcccd248-56c5-4e66-ba88-ffdae5c51b59 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-11T04:29:54.131Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:29:54.131Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-11T04:29:54.960Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:29:54.963Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fcccd248-56c5-4e66-ba88-ffdae5c51b59 69728
2021-04-11T04:29:54.963Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-11T04:29:54.964Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-11T04:29:54.964Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:29:54.964Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:54.965Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:54.966Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115394963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:55.065Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-11T04:29:55.066Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:55.066Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:55.074Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:55.075Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:55.966Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:29:55.968Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:29:55.968Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: fcccd248-56c5-4e66-ba88-ffdae5c51b59, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:55.968Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-11T04:29:55.968Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:55.969Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:56.205Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13044230484784491841/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-11T04:29:57.107Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-11T04:29:57.108Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-11T04:29:57.108Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:57.108Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-11T04:29:57.108Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:57.109Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:57.109Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:57.109Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:57.109Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:57.109Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:57.109Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:57.110Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:57.110Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:57.110Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-11T04:29:57.110Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-11T04:29:57.110Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:57.111Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:57.111Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-11T04:29:57.111Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-11T04:29:57.112Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:29:57.112Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:57.112Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:57.112Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-11T04:29:57.113Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-11T04:29:57.113Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:29:57.113Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:57.113Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:57.114Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:57.114Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-11T04:29:57.114Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-11T04:29:57.114Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-11T04:29:57.115Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-11T04:29:57.115Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-11T04:29:57.115Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-11T04:29:57.115Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:57.116Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-11T04:29:57.116Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:57.116Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-11T04:29:57.116Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:29:57.117Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:57.117Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-11T04:29:57.117Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:29:57.117Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:57.118Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-11T04:29:57.118Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:29:57.118Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:57.119Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-11T04:29:57.119Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-11T04:29:57.119Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-11T04:29:57.119Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3a8c47dd-7ea4-4f8e-8247-328c843e5ade
2021-04-11T04:29:57.120Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:57.120Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:57.120Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:57.120Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:57.121Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:57.121Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:57.121Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:29:57.121Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:29:57.122Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:600edf3b-f848-4d2f-bab8-a5ad9579f34d
Model Version:NULL
Model InvariantUuid:2eaf6142-920a-4f6b-aadb-e3a07ef0dc1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:c8f295fd-abbe-433d-8c78-22be47ce2719
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:047e0749-98cb-4289-84c5-0c34cde1d98b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e706bf11-6ee1-487c-a986-58ea76714d75
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fc8834de-4af7-42fe-9649-aa36d5b1eca2
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e8014d40-ff2e-4418-af46-b87742e3f8e9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3a8c47dd-7ea4-4f8e-8247-328c843e5ade
ModelInvariantUuid:b38fa97e-fd39-4365-b819-23d385778790
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:b1cf2f2a-1337-4d38-b738-474332313925
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:2730f6f9-e2e3-48d3-a5c1-bda964996b98
ModelInvariantUuid:8561ba32-0be5-43d8-a0b7-7469c58679ca
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:8df076ff-75f2-4e79-b7d4-4c5983f173e1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-11T04:29:57.129Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7bd9ddcb-3f3a-4c90-8f50-71098591d8af
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:29:57.133Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||basic_vm 0
2021-04-11T04:29:57.133Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7bd9ddcb-3f3a-4c90-8f50-71098591d8af
2021-04-11T04:29:57.134Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: e5fa1f7a-25e0-4cd0-b9b4-6e77699653de from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-11T04:29:57.134Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:29:57.134Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-11T04:29:57.776Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:29:57.777Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e5fa1f7a-25e0-4cd0-b9b4-6e77699653de 787
2021-04-11T04:29:57.777Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-11T04:29:57.777Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-11T04:29:57.777Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:29:57.777Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:57.780Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:57.780Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115397777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:57.880Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:57.882Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:29:57.882Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:57.892Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:57.893Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:29:58.781Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fc8834de-4af7-42fe-9649-aa36d5b1eca2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e8014d40-ff2e-4418-af46-b87742e3f8e9",
    "vfModuleModelCustomizationUUID": "cc966200-38ad-4d97-9a31-33e23295e029",
    "isBase": true,
    "artifacts": [
      "25b62957-b04e-4bac-9b66-12cb78363da7",
      "854abc52-c36b-418e-8e86-8b8f37287330"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-11T04:29:58.786Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8014d40-ff2e-4418-af46-b87742e3f8e9
VfModuleModelInvariantUUID:fc8834de-4af7-42fe-9649-aa36d5b1eca2
VfModuleModelDescription:NULL
Artifacts UUID List:{
25b62957-b04e-4bac-9b66-12cb78363da7
,
854abc52-c36b-418e-8e86-8b8f37287330

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

isBase:true


}

2021-04-11T04:29:58.790Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fc8834de-4af7-42fe-9649-aa36d5b1eca2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e8014d40-ff2e-4418-af46-b87742e3f8e9",
    "vfModuleModelCustomizationUUID": "cc966200-38ad-4d97-9a31-33e23295e029",
    "isBase": true,
    "artifacts": [
      "25b62957-b04e-4bac-9b66-12cb78363da7",
      "854abc52-c36b-418e-8e86-8b8f37287330"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-11T04:29:58.790Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8014d40-ff2e-4418-af46-b87742e3f8e9
VfModuleModelInvariantUUID:fc8834de-4af7-42fe-9649-aa36d5b1eca2
VfModuleModelDescription:NULL
Artifacts UUID List:{
25b62957-b04e-4bac-9b66-12cb78363da7
,
854abc52-c36b-418e-8e86-8b8f37287330

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

isBase:true


}

2021-04-11T04:29:58.834Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 25b62957-b04e-4bac-9b66-12cb78363da7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-11T04:29:58.835Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:29:58.835Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-11T04:29:59.071Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:29:59.072Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 25b62957-b04e-4bac-9b66-12cb78363da7 5033
2021-04-11T04:29:59.072Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-11T04:29:59.072Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-11T04:29:59.072Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:29:59.072Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:29:59.074Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:29:59.074Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115399072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:29:59.174Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:29:59.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-04-11T04:29:59.175Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:29:59.184Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:29:59.184Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:00.074Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 854abc52-c36b-418e-8e86-8b8f37287330 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-11T04:30:00.075Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:30:00.075Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-11T04:30:00.768Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:30:00.769Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 854abc52-c36b-418e-8e86-8b8f37287330 903
2021-04-11T04:30:00.769Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-11T04:30:00.770Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-11T04:30:00.770Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:30:00.770Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:00.772Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:00.772Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115400769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:00.872Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:00.873Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:00.873Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:00.883Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:00.883Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:30:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:30:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:30:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:01.091Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:01.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115213589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:30:01.093Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.093Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.093Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115221664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:01.093Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.093Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.093Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.093Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.093Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.093Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115221974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:01.093Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.093Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.093Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "aai-ml",
  "timestamp": 1618115221541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.094Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.094Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.094Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115222376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:01.094Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.094Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.094Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115222880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:01.094Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.094Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.094Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.094Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.094Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.094Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115223012,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:30:01.099Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43173f9a-06a3-469c-ba4c-4a33741dd192
2021-04-11T04:30:01.099Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43173f9a-06a3-469c-ba4c-4a33741dd192 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:30:01.107Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.107Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "aai-ml",
  "timestamp": 1618115221541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115223589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618115224014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "aai-ml",
  "timestamp": 1618115221541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115224162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:01.108Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.109Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.109Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115224749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:30:01.109Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.109Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.109Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.109Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.109Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.109Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "aai-ml",
  "timestamp": 1618115221541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.109Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.109Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.109Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115225169,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:30:01.113Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43173f9a-06a3-469c-ba4c-4a33741dd192
2021-04-11T04:30:01.113Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43173f9a-06a3-469c-ba4c-4a33741dd192 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:30:01.119Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.119Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115225286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:01.119Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.119Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.119Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618115225752,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:30:01.123Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43173f9a-06a3-469c-ba4c-4a33741dd192
2021-04-11T04:30:01.123Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43173f9a-06a3-469c-ba4c-4a33741dd192 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:30:01.132Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.132Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "clamp",
  "timestamp": 1618115181452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:30:01.132Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.132Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.132Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "aai-ml",
  "timestamp": 1618115221541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.132Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.132Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.132Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618115226173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:30:01.133Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.133Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.133Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115226289,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:30:01.137Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43173f9a-06a3-469c-ba4c-4a33741dd192
2021-04-11T04:30:01.137Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43173f9a-06a3-469c-ba4c-4a33741dd192 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-11T04:30:01.143Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.143Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "aai-ml",
  "timestamp": 1618115221541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.143Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.143Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.143Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618115227292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:30:01.143Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.143Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.143Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "aai-ml",
  "timestamp": 1618115221541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.143Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "aai-ml",
  "timestamp": 1618115221541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "aai-ml",
  "timestamp": 1618115230325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "clamp",
  "timestamp": 1618115231328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "clamp",
  "timestamp": 1618115232415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.144Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "clamp",
  "timestamp": 1618115233419,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:30:01.148Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c010423d-093e-4f37-8ddc-542168a7f2e7
2021-04-11T04:30:01.148Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c010423d-093e-4f37-8ddc-542168a7f2e7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:30:01.198Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.198Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "clamp",
  "timestamp": 1618115234422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.199Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.199Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.199Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "clamp",
  "timestamp": 1618115234422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:30:01.199Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.199Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.199Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "clamp",
  "timestamp": 1618115234422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.199Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.199Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.199Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "aai-ml",
  "timestamp": 1618115237865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:30:01.199Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.200Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.200Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "clamp",
  "timestamp": 1618115234422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.200Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.200Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.200Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "aai-ml",
  "timestamp": 1618115238870,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:30:01.205Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43173f9a-06a3-469c-ba4c-4a33741dd192
2021-04-11T04:30:01.205Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43173f9a-06a3-469c-ba4c-4a33741dd192 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:30:01.214Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.214Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "clamp",
  "timestamp": 1618115234422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.214Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.215Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.215Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "clamp",
  "timestamp": 1618115234422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.215Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.215Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.215Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "clamp",
  "timestamp": 1618115234422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.215Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.215Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.215Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "clamp",
  "timestamp": 1618115234422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:30:01.215Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.216Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.216Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "clamp",
  "timestamp": 1618115246947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:01.216Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.216Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.216Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "clamp",
  "timestamp": 1618115249148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:30:01.216Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.216Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.216Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "clamp",
  "timestamp": 1618115250151,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:30:01.221Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 43173f9a-06a3-469c-ba4c-4a33741dd192
2021-04-11T04:30:01.221Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43173f9a-06a3-469c-ba4c-4a33741dd192 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:30:01.232Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44cce410-dfb3-47b1-829e-0cabc26d118c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115258169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.233Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/resourceInstances/pnf9335a6f01fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115272086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:30:01.234Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115274174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpuunxvs23gd2afquif1/1.0/artifacts/service-DemoPnfDpuunxvs23gd2afquif1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:30:01.235Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:30:01.772Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: 600edf3b-f848-4d2f-bab8-a5ad9579f34d
2021-04-11T04:30:01.773Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7bd9ddcb-3f3a-4c90-8f50-71098591d8af ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:30:01.785Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:01.785Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:01.785Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Processing vnf with UUID: c8f295fd-abbe-433d-8c78-22be47ce2719 
2021-04-11T04:30:01.785Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Will get resource from SDC using resource id: c8f295fd-abbe-433d-8c78-22be47ce2719
2021-04-11T04:30:01.835Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel to get resource 
2021-04-11T04:30:01.836Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel
2021-04-11T04:30:01.837Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|INFO|500||Invoke
2021-04-11T04:30:01.838Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-11T04:30:01.838Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel
2021-04-11T04:30:01.838Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|DEBUG|500||Method      : GET
2021-04-11T04:30:01.838Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/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:"ef8cf883-c079-4901-9207-83fc0fa5794a", X-RequestID:"ef8cf883-c079-4901-9207-83fc0fa5794a", X-TransactionID:"ef8cf883-c079-4901-9207-83fc0fa5794a", X-ECOMP-RequestID:"ef8cf883-c079-4901-9207-83fc0fa5794a", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"24f17bbc-70c8-4dec-9b18-60809f64e649"]
2021-04-11T04:30:01.839Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|DEBUG|500||Request body: 
2021-04-11T04:30:01.839Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|DEBUG|500||==========================request end================================================
2021-04-11T04:30:02.476Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-11T04:30:02.477Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-11T04:30:02.477Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|DEBUG|500||Status text  : OK
2021-04-11T04:30:02.477Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicVm-csar.csar"", Content-MD5:"MzYyZDY0ZWUxYWQ2M2U0Mzk5NjI1YWVjOTViNDBmNjc=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"ef8cf883-c079-4901-9207-83fc0fa5794a", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-11T04:30:02.487Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|DEBUG|500||Response body: PK#�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK#�RTOSCA-Metadata/TOSCA.metaM��
�0Dw�@I�zK�vk
M�.R�d꿯nj��w��\�R�{�I	�������:��x!Tz�T��(1� +2��T��'p�&gO�*�+;��%�[�t�6����1��{A�R;c|f%VX�Ѹ�O��l�PK��Љ�PK#�R)Definitions/resource-BasicVm-template.yml��nۺ�_�������ؖ\�:N��u�fi���(G��hq�|�j�vKrZ� %g�p6%��bY#�a��ؾ�!�3A4��ky�-Sfe��E��`��`��vpwwqž��	I�� �%$
��U^P5�j��V��:'Mt
aE!H�y
��LD�a�n�Jlc�3
�
U�X0�_�7�D�?��`��Od�x�c�3��g�0��nx������=�;���{bk����X�~��
�b����h��2��ш�-���?��/��? Ɔ)���at�
��hk�0IUIP��ɼ�]�&�M$?��z���>n�0��<',B�#ɴ똆Zb��% ض� ����
grŊB�."���c��L�N(ؽ��;�o$k�N	� �Ƌ���Q^R�X��U��̪yUW`8�4�D��	Ñ�Xnӱď��͂n�E����R�F~Kg�o�Ѣ�,����F
	�Z�d����(�l�C�{��`I��s��U-�����Tw�4��O�m�lW\���5b�5�`�#4�_K ��(D�N��S;�����QT�����h�(Z�_���ފ�%�q)��G������>�ş[v��~���b���7�<��V�O^x<ͼ���^\޽��[bד���w�"�ykr�t���j��X��㗟�K�׎��v9�>����_�'������ճ�/��ab�߰u�]<_~�/�ͧ��s��3��#��_~{��_�׳��~Z,�g���ξ�����2�7�������1��՛�֞�n'����ף�'��v�z8�><����sI���Vs�O뭥�����Ց�����iŞ���.�I����H�~�8}��d���Z���kI1C��x��N��̯_�ﰷ%�����p=����_�O������ǟǡ�2�Ǐ��퓻����_��>�
����}9�����U�@ǀ�Am�(���'8��86@PN�e��x}6@S1���G�l��07	#n�N�]E�b��A��3���b~�dL��Ck��<�c��e��=�eg��i
r�`�!�U�n`��ݠd9nV���ȏv��kd�MktPvB��IP�XP�AAO<�(l�/���_o��t�7��څX�ȷ �v]�S������O.b4�D�~YI��G&d�v?9�ѱ���b���#FpzEg���2��(9$�
Ǒ�j�e�ʍ#uB$�周�<$�Cx
)�j
�d&e�1
��82!"�:ED�ĊH�jD�tE��I���~�X�[t0��%VW9a�!��$L)�"��XO5��?k��������V\��E�`Bw5j�l�H�Ɇb�5�8G��QF*�o-v�isſB��(Q��E�)��-m���(�y���m�7@��_1o�x��UE1��ͧ��Y��%8S�`���������эW0�H���8E�){�^Eg��aҰ�y��j�c�x%
@�R����N&m<�.X}�r�%���e$r~��?�mʅ�S���IG�v�F)��q��M�ñpCrK��#�d
��A�EK����KH�����8^���l&Τq)"(��s:���)3��0x��Y^�Z#�EU�i�, A	!B �UQ��k�[Dh�6��c��1�H�8��OTbR��Z���LU(Ű����2N�.�o����f�X7��]W���נ�˶�@#���z�
R������.������5�D;�K��1�>��p��ƣ�Ҿ��>��y�]v�ܾF׳��U�R�Dij�u�_��cF
����TBLfâ�k�4-�-Q�ƕ�|����=�ڰ��W�{����Ƞ���F:�H����F���H��"��vco9�n�Kʣ�T{g��{7�5�t��w������b
Z#���m" ۽&���4�G��N?�v���[���ܟAk~���ؗ$
H݋��Nm��H�'�w(�������C���N��j�ی��ve�����g�?z@Υ�	��n{߅\�cBw���0�n�յ�sHcg���u4�����<���gJ��E��{��M�~��m�ӡ����ڧS8�O�;h�g�8N1����z�r�������vu/%����*_�B��d��W�P7����U�fn'r��R(?X^Y��U�4�7}n
Uf�=��)����Q�f.���[`���W�J_�B��t�>����;��?��ҁ2��K}��=��O�����
�]��7�:�[Z��;��J���
*��P��jx���;+i�dj�-�EAmo66|��'ʫ�y]տ!�PK����.VPK#�R3Definitions/resource-BasicVm-template-interface.yml�]Ys�~�_ᷙ�T�l��V]�srNad�u�%ll��2����2l�IH����Zz���-K�SGE��u�ܠ�Q&�9��B��#ǰl+�L%������q��C�P
�	>�a�Y��Y&<�Gܳ�Da�\E6�&�.�2l"���aG�F����Z���MMC]r^TA�P>�7\+T�W�*)����Բe��2�]� �P{֬+
3c�5EgԺHj��gH��L�����fP�-�%I]���vm^&�Бk���w	w��^�pVoQG�}!�(�:*3l�+�v��^C���I�5�pCÚ���V�|�h���5�.$��|gd؊M���p×��R����b���]��O��ye@�+Y��z��I�@�@�"h7lT?D�M��+�X0������8^�
��,�S��U�؅�5��-ڃ"9����h�,��N��z�V�-�g4A�9s�2�+z��1��W�0��^��FT�a�������9�6�v��{1�9��9H*çRlNQ5海��Y+��Q.8��o�Z���iqb\�Oq�c���Ti�ۓAt�r�z*]�V�G��O�v�m�JH��4�zz0�,ݼ}(������T<�=
�����_H/MK:�W+����?�񩎛��R�}��.�M��c|^y��o&���]���������].�����z����s��Zg�{�P���d!�c��.�;�\vxS��y߸}��$@!L�RK�C�$J$�]84���_�d�m��Y��8u��d��H�g
f?��Y�Ϸ�9��W��q�p�	�p�Z����;�B
���@Q�:�)�VA��0�EP�pĊaǹǜ|,����6��HH� 4q$��ЩU�ui1���Jp�ll��f����	as�sڄY�@Rr�32�G�hi"����b�8��6>:zĐ&��M���3��"�ږB�/��	2���Q.�ϔ����G��& �Ƭ��X�ܷ�
jYϡ �5���H�z�z��
薇"��s�*?��#�^�Id������(Z�\�{�Yiu��zmQ6A��)�\J	�����qg�U���1\g�%�z�ɖ��RTۍ�%YO�^}u�R�)��
4;t!#�E�7�	�A^	�A^�k�.*��s[�I�:Xt����6xi�?*��B��?�\�@�Cp
�>ۉ�G��3U�*6L
�C��l�_Z��8�M5]���k���Qz�X3T��6��DX�EAI�6�AR˯I2�)�L4��s�	 pp1��a�߭�p)bi&��4Ÿ���������K����/���Z;X��o}s+hw�6��w�R��v�1���&%��0�4��Nd�!���"�T�eid�
@֖F�
����X�3p�;>v�@��NT�!5茊�2L�#�Wf�mҌP�F��
Z�id�Ѯ�"�TA��eY&�#d̤�*@�`�2���""���#���v߫))s�l�����lueO�Y�zjd�Dͦ�=�&u��2�d���2��0�����Í.�8�([����e�7O�8G�PlK�����E���W�77�������B���8�a!6�e��	 @���&�M
����z�F.G�ɮ*�IRF�ڒ��3aQqmޘ4[V3�ٍ���M����bP��x���!{����J1�H���"K�w��1��d��~�gR��{�lN�?��5�*0��������|�U�u`��2�,|�ᓼ�8�z=��k�L�����㧾�j�Js�_9�<��8?c�\ܙ��&�)�V����%�g��d���%"����im��w%�k����;�F1�H���ao̊U���X����Z_�D�w�Wmz�I<��G;Y��a�O��!�
�cmMnK�6�6
�͜���!mD�� �%ؠ���;{��7U�X��M�3��v�TJS�5��v{GM�B�Ջ>��d���'ܵ���]@C��� �fKd���ܻ*7;n����t:m�e���z�l��r֞L4}�Z��&Gc{�\̩�H�,{����零Vn� ��˛���3��ջ�2�Ӵh�||9U���ِeP��S�&R&��g�4�>?�yǯio�w�2Jyv���C���S������p�7+�4\�;3��?�O)x��p?�IuV����AJJ}J�z�/��c� (7���A����%��䖰x�F$��	���?�b,���{^-���5�5�E�a>�n��j�l�y\W�i��7��|�
ȉ�H|��pS�&sJUd*����|�`+�Z�u�V��QgF�|���K�78���{ev�����Q�4L��j	R�PKЙ�e�
c�PK#�R(Definitions/resource-Extcp2-template.yml�R���0��+��m H(!ܶIT��٨Jz�*d�!�jljL����@tW=U�8�f��jJ2���p%�삺��LKռ�fWR�,��Y��0bH:��B4'��_6)�Ѽ`a�x�ey�jYxI��Y���,�e`�:1+�eN�ȣ+x�|N�՜0/��8bq��0�bIJLa�۬�s��aM5�L;���xxw����a��4���\+"(sF
뽭���PhU�^�O-l��<)}M�3J+�����м(��K�����Z5��7�L��w�{xp�}xEE�v�B?��,^i�C�k�m����5^iS�3��j�8@��m����ti�]&�<%ɹ��N%c��j���3�&�	ыOZ5SU��t��}��"�2]߱j�B�l6l���W������o���/sݡt���Y��N�Q�Y)������/��od���J���\�n��.�O�r3>��2Ei�5Jz����}�}z>�6�̀]��,���-���cxW�N���{
~d��c̽��p��5�ƶ�n��O:j��p�,���gPK
���PK#�R,Definitions/resource-Novaserver-template.yml�WKs"7��W��^?���͒"���!�Ԕf���HIaS���f`�q�ĕS�˸Տ��mo\����K�]2��c�|xr�($K^����
�\p�G�I=�Vr�GWvz,�����N/;�;'g��s!z�q|�_����R�9M�Y*zY�=�睓^:N�q��Y��w����5/`�&f���"4$	p��� �@{�8��3�ͥ�~<�I
DrA��F:7��$�\	��%����)���F[H�X
�r��
����h�3��:�sЈ�JZ( �f�T��9���j%�L����_��"���B�VRZ3�,� ��+,m���3����Z"��IDG��eP[�lx��D(�]2tMw����s��q���0E��4X�!�U隌�(g��W�ҍ�1���	;`7��[��׷/���~����{���'̎�TE
��ݻ#,Pc�uB�U&��(T�e�𑪖\�` b���Ral���5��f����x����T�\�R?�F��ɆV�p���z�\-r`$g����N���$a��n��<Ϻ1*3�?�[+����JInM1ح�n�Z����O����b㢐:)�[Q�F��Ί���4$%rq�y!
cC�"�������+��L�e��h8�eK��0%���uJ���Ӄ���+*E�5���۠���x̢��c7�J(���]ZCU`W\�8_�6��F���e���u�ؑ�E�;��v��gg�+鰩�b�����f�R*+�ʠ�ާ42�Q�T	q����:|�-�j�6`1X���#���p�U�k�ᇐ���ز6!������rx�Y]�/���sc�x?��M�E���[�rH;>:���H=~������8r;t���?j��i��l�Xƛ�1��I�\0=�
�l�e�&�g�pe���G0m];�*���N��������)�2$��0;P8L��%о~6j���_��T���c�KD��[*d�Q�FWn2�����e3(Z��5B8�r9M�D�C���t8)�<��1�Wq��`�
����?��*x�Zz�bGף[����Y`0�!�&ǿ���2���~�gTR�w�vt�oq��f]_>�77����z-Ԯ�a��1�hB�/���!�aH�ۨ��i�[��x}�X�`�~�9Vخaq訌���]cKRT
��׸q��+���qg�U���k]���@b�S;�@�qC��R�g��PK|}E�PK#�R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ�B�6	o]�M���ꚾ"c.���6�����G3��4E"���{�'V΢S!�J����!ۘ�(���yD��@�fY8�ȴ`���_�!��n�`�y��.7��Ǯ�/<�q�jC�Z�b�Z�&r�"r��֛`�m��,��2	��,Y�!�@^ia�*GCh��kQ�&�[%Sq�4s��R(U.x
ڑ)�XY� B��5>9�uI��>�ҙ3�����D-8a�����ѨJs|B�(�����=�R�?3?`�̐H�����̗g��*�|W1�������<�d2�����M�u�����e0!8��sV�X���)e�wT�yS;��r:�A�j�j�������	�(LJe[�c�n�.٨�P郯J�
WE�J�S�7}���dȬ/Ѿ(���+���'��J&��#&Q�U�Mz��A)�Q�Ì����C���Χ)4Vy����
����^sR��f€��j;�^2�3 �z�\	M��UR��Ɵ�64�j�PK_rHJ�YPK#�R.Definitions/resource-Extneutroncp-template.yml�Vݏ7��S�>��#e��q���6w�RU+�=V����¡��{���PS�t�f�3?��f�N[F�P�	�l�c�#&.���	ɖ�2&�^�r�h�#D�55�*��4��d�2ƆWi�g�=�O�i���G<}7�wx�2N���kv���7c���ڱ�?�nap=�����!&���P:����,3�p��
���Gr���d��r$���@��D�r���F��dF����c�2�`��6&��B#�2[�;��F�/�^B�Y���4�Aqmb�0�,�Ϗ>u���	�)&�h�>�:���9�y����޼�a��q6���B��y'$�A��%*}M�]����3Z�TH,�IW^��4pa%�=�=Em�4�ܷ�$���R�����6�JiW��Zu���_6io��2���鼈�F��֣�K��eUs����'6�X�Riv�G	6��J#�6ES	�Q6�L�FҨV�ꃤK�SR�}˅���1i������:2���J���Z0H��P��aL�!2��a,a���j�&l/	���gְ����\1j�3A��l���.�u�d�ɀ��0��ֽ�i�y��T�O�������q�A�n��\����(��uf�X����`5����΁h�Eu�I�h��j�P���`��.-�?X�/�2�T|Ƕ���oMe	�-�ur��������}�9@���ux�/�PL�A�8�g�PL��7�X����������qI2��Y�K	:A�s)R��(h�mW,��j�su"��BRV�Q�u�<=>\gQu02f�7�\��B��4OR��_Hn����u3�O�m'lwU�P}��?��ץ���A?��?�G�'/8��%�`}P2[�]Z���Z;�q���h�S�L�KȈc���X�_��?�:��B%HIY�BFgJ8��ݽ:i��p"~8�l�td��E1�pi:�T��w����S�$��;���?RoI���£?�{NZ��V3��A��}2�|?��?<ͧ��V��<�Z�~ȑ?;���`1�F�,��x�?|N�\��c��7c�
�۶Lc{Q!�G�����s��v�Յ.�e�=��PKz�JL�
PK#�R:Definitions/resource-BasicVmNodesUbuntu20cvfc-template.yml��r�8���i3{`W�����̦*q\N��^TE�5ѣW�:�|��z��W������@ �E	��C]/����u�q\,�J���S����We��__��p������k�^�]l�(r���֫������+g���v��9�xAܥ��h�Z�� ����ֻ�j�\-V�r�!(��#�)@a��d��NC�.�'�4��;���ۈ��bpH���g�/1҄:N��&�����x�$��}�x_f�ů�Ɵ4����HR�n��c =�I�Ƅ>�Љ��SR��[�ԧ8��>,f���/���6R>\�죘%�W(�O…n���\���|A�$�X�|Ķ��
� b{Sg���%X��>�Q*C�-E�1�=��l+@pF,�+B	�_��P�. /d4v1�2����)��x%�h��������A���)����AI�99V��T��a��'ǥ�O?���ʠ�λ��h)hq��
����s�?S�*��E}
ns�L���G;�}t��h6HI�w'Yw����;�U�HK��­
�E�����*[s	��f'?��u�fya��jz��[$
]��ٷ��4�>+��hˍ�E`C¢-��K��:׆��$��z`����x����z�V���c�����ɵ4��%�E]`��,~��L\b��Q|�EG��\���,͊�f������7I��(&�8?���*C{?֟`�Ga�=t�.�ͅ��g���$��s������*��e�b�$m(&hŠW�8�˩hW�{��.6�8��f�[�𮮏OQle��(�������;���F�x^�����ϫf����P5A����
��7&fA,Y�0x�3+qG�<���}�|��(�h�z��<��qխ7у�����eF�+��RF��b��!!ysy�	�
D���N�5����tl�g��l��|�&����w�]Ճ�;����}�}x_��ಶ����.͗Dh�7���''�f8����L�p�еu[[���/�ٸ��4$b�ҩ��Eڌn����12"F�™t�m,-�QZv#�x���,�Vb�9�Dﴶ�ܒU�S��$�j�Cc�/��B���b�O��YZ�/������/__8�Òt�Y9��?��cKb���4�m��������I_�N��[�0~��·R1��q�-A�pHӓ�j])��3�g�)%�I;-�4�aN+��l6^-�ܦ�^9{�����[�l�۝Ip�[�8�|�u]�۸K��;�;g��dc�W�b���:�M��ف5�_�Vsw뚈.�
���
�
Y ���vm�[��W�U��L��<�7 �PaHZr1X�4��7H�#O�+!���|�G��+�'�k%�T@��_s�Aw�:u�?�m�?�3 4�鷼%8�=?e��h��jU�'	=J}А1�����X��?������?j������-q{�D.��cZdd,X�0���x����������Ѻ�x/�B�m�����
Ok����4i�N�Fh�����흼�&p4B��,|��ߒ�v��/�9�M}�G�Q�j2��H��	�rD�/��5�����
N`Ə*SUSS��eEx�p�P%yz��.�xO��LE�9�k�Q�*�ޛ&,9Sb21y�7P:�$�{�'���s<�F�����m�$q��G��R"�QMQؚ�}��\�v�`⬔�	b<��o�\n�H\ObX���8���Q:O�x�jb�_Qg��5i�9n�ϩYD�9�\�4�V����ڠ�9�N˙x�檔LOvkI\B+9��@k�!Ϸ62���\:�Τ�
��k�ܬɖ���t�hb���������m�4���n�pb.�no��j�`�-�[ӱ鞧��:���n)&�Hc}����}�uBZV�x�f3+$�%Ep,FĞil�>v읨��QPQ,���C�u�2�;_J��s^_�o�߾����U/����W��i/UI��$Ө�f�c�U�复���a�tjŐK�2]�
�fKH�lLL�dK\�bn~|�Z�C]5;��z�u�s�� �+ե���i�*Z�"�I@��{M�ҕ�ƲФS��a!�c<�ڈ����E{%������@�6���`c��)uD,��'�NEF*����!�*9 ���'K�J�Ž/��^^k��|�UE��e�3J���Au*$�Ow4�1R�/�(�]�Q�TAg4/�#^>��
��%��M�x�R�b�ƥ���(�B��T86��B���Ļ�C�.y�
�����z4��ˢx�!�ի��b7�w����S���H��3ԗ	�?�*�t�@e�5�1���H.�u����ܠʖ����5�̤��I�<:BB�^[fQ���
�td%{$��F�Q�� b���A9�
�D1�!��I�3w�����ҩ�
|�^q�?Rԝ~`P�A'umaTf~�:�����-]�ͻ0텝�O�/�ʹj3�Y��e�ez�:r�H��B��Vp�Hw�R�j�n}=CUqF�9Q�a��R?�;�DL�Ճ�%v�4��HPK���)ˌ}n?��@����5���Hl,O���H��}�s�!��A�<_0R���y���C����8KȝOɻ���ކ#��
GZ/�Uw&?�0eͅ�Q/��݌P>�Fr�P.4�r0���3�E��9����+*#�y��-��K�PK��\	CJOPK#�RDDefinitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.yml�]Ko�8���mw�}K�(ФE��X4E��H����z���HK��Ēi�>�9~�q8|��B��`�i&�Bk*\�"]>R,�S�68K�5��
�
���7	��~��Yu#�d)��������
v?�=(���zdO��Ճv���L�L�{8�2r���4�c�B�p���� 4��+ԥ�3���d$��,p=��M9�QE:z�5`H���?ݕBZ�6ƥ3�Uթ5<�ќF���h�
e�$�-8ޖ,pVRךo�k�����/?��x��>�%���g%��,�����N���S�?�γ^cuPkQ�*�+MQ�
q���U}���nџ���֒0�ʄ���P�E�w$��7�������bkߩ��7`���7F��.ؾ���\B�H��$0�f�s��j�k��:�>�F~`��X���a��;�d���Z�PINJ�{)���T_����h{��B��f���>3v=�-��x���5եJ�8g*����1�m�C�3
C<��$/F�A	���o��E���T�S���)���o	��S�8Iq&VF'G־SÉ�E&���S%��'a�E�w�#�����Vh���Q���!L=m�l�1}(O����	�u���j�5Ɲ�/w2
�cg����.8��;�Rk��I}�w����H
� �4m?��ͭ��y��-�Y��=;n��n!;�q�FN�a�6�9@�n�����}�� �Th���w����4*�e}�
?0�d�t��1A���$�0_�A �Z�c��do�2�kߵ�h{L��yM��ĸ3>�N+}Un����X�X�[����}�)2dV�^�����)��Un_�o
0Cl�(ӄx�r�'�}r�	�����s9�&L�>.b1��+�Q�Ӓ^� #ą�cb�
�����K_����m��Y�<�^>����,R�»}b��o��m����烻�(���N)���{��=����9��E=MO�u��8�u������붙\��[P�������`�i�
��W*>���J?p�%��y��(�F!"�����o���7���/�u~ё"�o�:�m�Y�sK��՝ř0>;/��5��DÁI�����SA��Fi�M��Y/3/���xxE���Z!���=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�+J�}PK#�R)Definitions/resource-Compute-template.yml�VKs�8��W���A��������Ф�Խ��h`
�9�CKRN�_��$+�֝z�Nz�}������`��,�B�5>ے�H!�*/u�(ۡV�4��4�1`:�f�N�	�廫Nq~2+fy2�i�,��4yE�Y���f��yW��jrzr2O��E��,h��.^M謘��flPS
�V�U ���'�P3��ґ'< 8B��V�P�R��HCQ��qTcxg
�4���K����
�}��9��T
V�g@����k��j�``){�ҵܒa�Tґ�	�ƪP���(�T��3��]��_�Y3��:�{4R:��99�A��
�>Y�@z��Y�V;&%�fJyHcxW�m��p�a��5i�v��)BƜ�+���^�Z`�5R��9)X�գ��x��D�\,��VN�'&`]
7�������^~���蕽M��?��W��\u]���/Fܝ�����p>�%pa���V��-C���,q%��җ�PG�.���r�(Z���j�j$���J�����ZcCc���k`6�"�gw�$�m�f3��j���t��6���#��#��K`��{?�M�}y�B;��r��x4����^^_�,���\u�-*�gͰ��uZ���5��$�'?g���C�MK�����������@��[
*O}/�<���Է<�_���e��|�B��9��k+ꉝ�7�̧<H��ZnlsDR�?"7L�g֬�v>�����%ϼ\U��x ��5�#[���T#���;��HC���T��Ob����6��& ���W���_ow�|��;��?�SkS�L��?��k����p^��풊_��9�&3�+�՜����v�c�X�?��/v�#��Px��~|�;��>�(�	(�Qf>X��^~�E��`��!�C��1���iv����:����Ç/��6��v�/PKܔ���
PK#�R,Definitions/resource-Globalport-template.yml�WKo�8��W���`�v���77���]#��X5��J�������zNJ�"�QN��������HͨB�7\
�Ai\L�q[��Y����?�Gg)RC�g�p���Sano��EW��� �D����$L��~���O(����
����"��р��h�!�?4¯�h
��o,�QY����D4YJeP�f�g�y�
�hBI��H"c��3C}��͊������0�р'�,h��M����d�@,�����t4�Y�����Ne�<����/�ْ�����om�AT���7�ߧpx��3�!$�<
��{w��c�zz6 ��ś��'h�	�M�ভ�͡�`��~;߶J�BUABV<��v6J�Xɼ�UH��L&�=sY�J*�4�ݶVK�m�~��T�'3,�i�Uz,�
P�'��z�+��+��Џ�LKR�薪o�,B2���y�1��࿜+H��J\�0��ԢN4b=Ts�ݢW��@rw�I�(O�Ϩ���,J���YdOG�
��+�sm������CdD܌���AM��&��q��’q��_�f���Q�uws�
_�������}�S6ĂGD
����P���/������Lu�#C
���E����`�g���E켋8>�`�]O$�_Jk�fgs��JKrTq�͝�&�
);�۷�XF�nT�3�!�7H�r�9B�b���Z���/��O7�lM���O�?-:�[����l;oI�zwb�9�K�-0�I����r�����uUJ�lwȝw�����[�&�6�`c`�����&��|L�8u�Ñ�H:G$��{�v���̾jߤ-h�6�'�,w`��ɻ�\��|jo����'j�G���w������k��C���K2�PK���0h�PK#�RADefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.yml���n�0��~
�|!ْe��
rh
�0�F.I	��w�8��"���|���(� �n�UVE�l���S((�i�o`t����`�"TƔ�+��|~�^�cq��wI*�H�}sL eR懓,���$��Z�M�C�&e���S"�&OrY���6+��l�`žBP�b�t��#r��
!��m�w)��I��8���E� 4�C-zv��x��q>K�xu�V�'$BI�B/��_D�d$�cp��xA�8_11�i0ԯ����!P�m����O�@��F Ym���1T��Mō�e�U��joFSpl�X�
�%.��4�r�<��Q�4�7խ�U`����kjV�p紒��kֺ8�>R�����:宣ٌ���������_��/�1'lh�6u띩>�~p�n��������;�PK�W�ڢTPK#�R&Definitions/resource-Port-template.yml�SMo�0��W���� I/�mm�a��E��AKL*T�
��[wL�rJ0���2�����ٖ���?d�u)�m��×��9��	?�&�\n>���"g�o8��$����X��b�-���$b��(u/vJ�LL���`ݧ�RCB
vq�%�Js�ǔ!�Qil��I�#�(Б��VcV�t��j%^�챎�����Y�!֗�N7lv�>�i�2�'�U�ܽ�l�l���ֆ��9�P:[�;�;�R���\��s�Sf���#����>��K����{��Z<�?�2sh���~�W/���!	�u��j�JL�Ir�W�b�,j�A��d�V��92����"�n�ﶛ�����V����h��q��b�k�<�O�9^�a���k����X�ŕ>h�N�-�PK�jX�[ePK#�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�`����M��=4-�M/EaP��&J�Z�r���Q�-%�M4(��!29��;����2�nr�r�-W�l�
^��uY���͑b3�̯
�4������@5��>=��&��[��^@r=��M,�IF�Y�\�Vه��j�]��˗�E�Lf��*��,�p�M���, ��(KZ���-TFŽ*����`��u��
��B��Y�׶��e{.�*��0ZҌ�2�������=^3ja���	�3L3UvN�ˌՔYLNJU�|�+�&�ミ?���{�*�+�뙧3�<��l>��cUd���{w��+m��*!�L-;![.������K�N��6����@��T���=/����x�U5�jR��R	�^T٥�&TJe�r�V�dgXwvs�һT���L����a��F������x�|�ժh���V#CE�P���g
�
�T����.��pػA�x�!��=p���駃��98\q���[��
M��O��s뎘��p�Z[̔$��{��ʸ>�*NO5+�*�A�s'	Iȼw�����LJ���<�4~k�J��r	�q�.5j���.0���li%��-����xc�^�Г�,1iDoԬ�E�:aR���m�Y�M���A���8j��k��R�.B0*��{���O����{#j�^wщ��DǏ�k]C�}�s
4Ok+06�����t�
VV�dѬ�"��p�5`�;^k0�?��X�i:���-ā����D��g�-D|�Г7t
/Y"��B��,{N7�.x(:����L"&�ܠ�'��O.���;��̾�$V�/�a�	C�4/��e���n'��/\y�@Nཫ\
�� m��GX��
��7�E|����PK��w1;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��� �_���jm(���X�	����K=�|3��a��%b�#���]]zV���P��H{jg�	5�J��M%�N}dNZJ�E����8�3^F��1C{Sf�z$)��:�'3���7$����o��M�O'�PKjd���PK#�R�R�B4E	csar.metaPK#�R��Љ�kTOSCA-Metadata/TOSCA.metaPK#�R����.V);Definitions/resource-BasicVm-template.ymlPK#�RЙ�e�
c�3jDefinitions/resource-BasicVm-template-interface.ymlPK#�R
���(�Definitions/resource-Extcp2-template.ymlPK#�R|}E�,�Definitions/resource-Novaserver-template.ymlPK#�R_rHJ�Y/p$Definitions/resource-Securityrules-template.ymlPK#�Rz�JL�
.Q'Definitions/resource-Extneutroncp-template.ymlPK#�R��\	CJO:�+Definitions/resource-BasicVmNodesUbuntu20cvfc-template.ymlPK#�R�+J�}D�8Definitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.ymlPK#�Rܔ���
)�ADefinitions/resource-Compute-template.ymlPK#�R���0h�,�EDefinitions/resource-Globalport-template.ymlPK#�R�W�ڢTArJDefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.ymlPK#�R�jX�[e&�LDefinitions/resource-Port-template.ymlPK#�R��w1;K/2ODefinitions/resource-Globalcompute-template.ymlPK#�R+�@j5���SDefinitions/data.ymlPK#�R�'}8v�Definitions/groups.ymlPK#�R0?��@@7�Definitions/policies.ymlPK#�R���C&��Definitions/annotations.ymlPK#�R�����,�Definitions/relationships.ymlPK#�R2ea�
7�Definitions/artifacts.ymlPK#�R�H�v~(��Definitions/capabilities.ymlPK#�R8��B�Definitions/interfaces.ymlPK#�R5n���/�t;�Definitions/nodes.ymlPK#�R}�;.@�>t�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#�Rjd���4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKX	��
2021-04-11T04:30:02.490Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-11T04:30:02.491Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c8f295fd-abbe-433d-8c78-22be47ce2719/toscaModel|INFO|500||InvokeReturn
2021-04-11T04:30:02.494Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-11T04:30:02.494Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-11T04:30:02.494Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||VFCustomizationUUID= e706bf11-6ee1-487c-a986-58ea76714d75
2021-04-11T04:30:02.495Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e706bf11-6ee1-487c-a986-58ea76714d75 matches Tosca VF Customization UUID: e706bf11-6ee1-487c-a986-58ea76714d75
2021-04-11T04:30:02.495Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||vfCustomizationUUID: e706bf11-6ee1-487c-a986-58ea76714d75  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-11T04:30:02.497Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:02.498Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:02.498Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||resource request for resource customization id e706bf11-6ee1-487c-a986-58ea76714d75: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-11T04:30:02.498Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f9eb887
2021-04-11T04:30:02.498Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:02.499Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-11T04:30:02.499Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc966200-38ad-4d97-9a31-33e23295e029
2021-04-11T04:30:02.499Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc966200-38ad-4d97-9a31-33e23295e029
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-11T04:30:02.501Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:02.501Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-11T04:30:02.502Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:30:02.502Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:02.502Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-11T04:30:02.502Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:30:02.502Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:02.503Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-11T04:30:02.503Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-11T04:30:02.503Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-11T04:30:02.503Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3a8c47dd-7ea4-4f8e-8247-328c843e5ade
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-11T04:30:02.505Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:02.505Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-11T04:30:02.505Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:30:02.506Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:02.506Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-11T04:30:02.506Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e706bf11-6ee1-487c-a986-58ea76714d75
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:30:02.508Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:02.508Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:02.508Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500|| resourceSeq for service uuid 600edf3b-f848-4d2f-bab8-a5ad9579f34d: basic_vm
2021-04-11T04:30:02.509Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:02.509Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:02.509Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:02.509Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:02.509Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:02.509Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:02.510Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:02.510Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:02.510Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:02.510Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:02.510Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:30:02.595Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7bd9ddcb-3f3a-4c90-8f50-71098591d8af 1 ASDC deployResourceStructure
2021-04-11T04:30:02.595Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-11T04:30:02.595Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-11T04:30:02.595Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:30:02.595Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:02.597Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:02.597Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115402595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:30:02.697Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:02.698Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:02.698Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:02.708Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:02.708Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:03.598Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-11T04:30:03.598Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-11T04:30:03.598Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:30:03.599Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:03.600Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:03.600Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115403598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-11T04:30:03.700Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:03.701Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:03.701Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:03.711Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:03.711Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:04.601Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-11T04:30:04.601Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-11T04:30:04.602Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:30:04.602Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:04.603Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:04.604Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115404601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-11T04:30:04.704Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:04.704Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:04.705Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:04.802Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:04.803Z||pool-82-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.70.181
2021-04-11T04:30:05.605Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-11T04:30:05.605Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-11T04:30:05.605Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:30:05.605Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:05.607Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:05.607Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115405604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:30:05.707Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:05.708Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:05.708Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:05.719Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:05.719Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:06.608Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef8cf883-c079-4901-9207-83fc0fa5794a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:30:06.705Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef8cf883-c079-4901-9207-83fc0fa5794a
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:30:06.708Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:30:06.708Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-11T04:30:06.708Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-11T04:30:06.708Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-11T04:30:06.708Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:30:06.708Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:30:06.708Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:30:06.708Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:30:06.708Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:30:06.709Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:30:06.709Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:30:06.713Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-11T04:30:36.713Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef8cf883-c079-4901-9207-83fc0fa5794a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-11T04:30:36.720Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef8cf883-c079-4901-9207-83fc0fa5794a and serviceModelVersionId: 600edf3b-f848-4d2f-bab8-a5ad9579f34d
2021-04-11T04:30:36.720Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2eaf6142-920a-4f6b-aadb-e3a07ef0dc1f
2021-04-11T04:30:36.721Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2eaf6142-920a-4f6b-aadb-e3a07ef0dc1f/model-vers/model-ver/600edf3b-f848-4d2f-bab8-a5ad9579f34d?depth=0
2021-04-11T04:30:36.725Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-11T04:30:36.753Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2eaf6142-920a-4f6b-aadb-e3a07ef0dc1f/model-vers/model-ver/600edf3b-f848-4d2f-bab8-a5ad9579f34d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-11T04:30:36.754Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2eaf6142-920a-4f6b-aadb-e3a07ef0dc1f/model-vers/model-ver/600edf3b-f848-4d2f-bab8-a5ad9579f34d?depth=0|INFO|500||Invoke
2021-04-11T04:30:36.769Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2eaf6142-920a-4f6b-aadb-e3a07ef0dc1f/model-vers/model-ver/600edf3b-f848-4d2f-bab8-a5ad9579f34d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-11T04:30:36.963Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2eaf6142-920a-4f6b-aadb-e3a07ef0dc1f/model-vers/model-ver/600edf3b-f848-4d2f-bab8-a5ad9579f34d?depth=0|INFO|500||InvokeReturn
2021-04-11T04:30:36.964Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2eaf6142-920a-4f6b-aadb-e3a07ef0dc1f/model-vers/model-ver/600edf3b-f848-4d2f-bab8-a5ad9579f34d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210411-04:30:36:776-65263], vertex-id=[163856], Content-Length=[0], Date=[Sun, 11 Apr 2021 04:30:36 GMT], Content-Type=[application/json]}
2021-04-11T04:30:36.964Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-04-11T04:30:36.964Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-11T04:30:36.964Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:30:36.968Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-11T04:30:36.968Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef8cf883-c079-4901-9207-83fc0fa5794a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-11T04:30:36.969Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-11T04:30:36.969Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:37.036Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:37.036Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115436969,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:30:37.136Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:37.137Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:37.137Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:37.148Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:37.149Z||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-04-11T04:30:38.047Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-11T04:30:38.047Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c010423d-093e-4f37-8ddc-542168a7f2e7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"16e3475f-97ff-4f64-b6d4-dbd5c7aec228","serviceDescription":"service","serviceInvariantUUID":"c865a9fd-4b49-4053-94e5-0db59bdebd23","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17dc3f1f-f5ad-4c6f-86e9-c6abc745fe30","resourceInvariantUUID":"204f902b-e523-4b4d-96a4-62d989aff8e3","resourceCustomizationUUID":"dd4009d1-6629-45a4-b5c9-37536c7e4d13","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":"ZGY1MzI4Y2Q5ODM5M2Q2OTYwMzk0N2Q1MmU3NDQzMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f5fa27d-b5d5-497e-8995-af44562b033e","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":"c6692481-180d-49c2-bafb-ebf28c99ee86","artifactVersion":"2","generatedFromUUID":"8373578c-f768-4089-b118-99b807e6b303"},{"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":"8373578c-f768-4089-b118-99b807e6b303","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":"YjNlN2U3YmM5YTE4OTlkOWYyZGZlN2FjM2RjZDJhZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4763940b-28d1-4640-87c0-3a9b9ec37b06","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":"d08fcf7e-f3ff-4719-a120-cf53e2b7eecc","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":"88799a38-007c-493f-aec3-87d2573361d4","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":"9384d5bc-6698-44fb-b414-cea02cb2a67d","artifactVersion":"2","generatedFromUUID":"d08fcf7e-f3ff-4719-a120-cf53e2b7eecc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDJkMWM3NTY5MGE5MjAyOWNiMGFjYjAyODhkODNiZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96536e2e-4136-4524-858e-8b92f52f3256","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjcyMGJjMDg5ZTJjMzczNGJhNzJkMjdmMjUyZDg0ZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a3e0902-a515-449c-8664-bfba98d5a2d9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-11T04:30:38.047Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:30:38.048Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:38.049Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:38.049Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:38.149Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:38.150Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:38.150Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:38.202Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:38.203Z||pool-85-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:39.050Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:30:39.051Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:39.052Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:39.053Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-11T04:30:39.153Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:39.153Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:39.153Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:39.162Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:39.163Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:40.053Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:30:40.054Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:40.055Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:40.055Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-11T04:30:40.156Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:40.157Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:40.157Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:40.165Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:40.166Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:41.056Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:30:41.057Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:41.059Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:41.059Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:30:41.159Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:41.160Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:41.160Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:41.172Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:41.173Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:42.059Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:30:42.060Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:42.062Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:42.062Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:30:42.162Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:42.163Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:42.163Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:42.206Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:42.206Z||pool-89-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:30:43.066Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:30:43.067Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:43.068Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:43.069Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:43.169Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:43.170Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:43.170Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:43.179Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:43.180Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:44.071Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:30:44.071Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:44.073Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:44.073Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-11T04:30:44.173Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:44.174Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:44.174Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:44.184Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:44.185Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:45.073Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:30:45.074Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:45.076Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:45.077Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:30:45.176Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-11T04:30:45.177Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:45.177Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:45.186Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:45.187Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:46.077Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:30:46.078Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:46.079Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:46.079Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:30:46.180Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-11T04:30:46.180Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:46.180Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:46.190Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:46.190Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:47.081Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "16e3475f-97ff-4f64-b6d4-dbd5c7aec228",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c865a9fd-4b49-4053-94e5-0db59bdebd23",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "dd4009d1-6629-45a4-b5c9-37536c7e4d13",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "17dc3f1f-f5ad-4c6f-86e9-c6abc745fe30",
      "resourceInvariantUUID": "204f902b-e523-4b4d-96a4-62d989aff8e3",
      "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": "c6692481-180d-49c2-bafb-ebf28c99ee86",
          "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": "8373578c-f768-4089-b118-99b807e6b303",
          "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": "YjNlN2U3YmM5YTE4OTlkOWYyZGZlN2FjM2RjZDJhZDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4763940b-28d1-4640-87c0-3a9b9ec37b06",
          "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": "d08fcf7e-f3ff-4719-a120-cf53e2b7eecc",
          "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": "9384d5bc-6698-44fb-b414-cea02cb2a67d",
            "generatedFromUUID": "d08fcf7e-f3ff-4719-a120-cf53e2b7eecc"
          },
          "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": "9384d5bc-6698-44fb-b414-cea02cb2a67d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjcyMGJjMDg5ZTJjMzczNGJhNzJkMjdmMjUyZDg0ZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a3e0902-a515-449c-8664-bfba98d5a2d9"
    }
  ],
  "workloadContext": "Production"
}
2021-04-11T04:30:47.081Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-11T04:30:47.081Z|ef8cf883-c079-4901-9207-83fc0fa5794a|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 16e3475f-97ff-4f64-b6d4-dbd5c7aec228 ASDC
2021-04-11T04:30:47.081Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c010423d-093e-4f37-8ddc-542168a7f2e7
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:16e3475f-97ff-4f64-b6d4-dbd5c7aec228
ServiceInvariantUUID:c865a9fd-4b49-4053-94e5-0db59bdebd23
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:8a3e0902-a515-449c-8664-bfba98d5a2d9
ArtifactChecksum:ZjcyMGJjMDg5ZTJjMzczNGJhNzJkMjdmMjUyZDg0ZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:dd4009d1-6629-45a4-b5c9-37536c7e4d13
ResourceInvariantUUID:204f902b-e523-4b4d-96a4-62d989aff8e3
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:17dc3f1f-f5ad-4c6f-86e9-c6abc745fe30
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:c6692481-180d-49c2-bafb-ebf28c99ee86
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:8373578c-f768-4089-b118-99b807e6b303
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:4763940b-28d1-4640-87c0-3a9b9ec37b06
ArtifactChecksum:YjNlN2U3YmM5YTE4OTlkOWYyZGZlN2FjM2RjZDJhZDY=
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:d08fcf7e-f3ff-4719-a120-cf53e2b7eecc
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:9384d5bc-6698-44fb-b414-cea02cb2a67d
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:9384d5bc-6698-44fb-b414-cea02cb2a67d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-11T04:30:47.081Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16e3475f-97ff-4f64-b6d4-dbd5c7aec228 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-11T04:30:47.106Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:30:47.107Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:30:47.107Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:30:47.107Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a3e0902-a515-449c-8664-bfba98d5a2d9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-11T04:30:47.107Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:30:47.107Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-11T04:30:47.377Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:30:47.380Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8a3e0902-a515-449c-8664-bfba98d5a2d9 66796
2021-04-11T04:30:47.380Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-11T04:30:47.380Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-11T04:30:47.380Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:30:47.381Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:47.384Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:47.384Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115447380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:47.482Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-11T04:30:47.483Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:47.483Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:47.502Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:47.502Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:48.384Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:30:48.386Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:30:48.386Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: 8a3e0902-a515-449c-8664-bfba98d5a2d9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-11T04:30:48.386Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-11T04:30:48.386Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-11T04:30:48.387Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-11T04:30:48.470Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4915925824797751913/Definitions/service-BasicCnf-template.yml
2021-04-11T04:30:49.315Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-11T04:30:49.316Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-11T04:30:49.316Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-11T04:30:49.316Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-11T04:30:49.316Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-11T04:30:49.316Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-11T04:30:49.316Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-11T04:30:49.316Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-11T04:30:49.317Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-11T04:30:49.317Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-11T04:30:49.317Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:49.317Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:49.317Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-11T04:30:49.317Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-11T04:30:49.317Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:30:49.317Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:49.317Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:49.317Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-11T04:30:49.318Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-11T04:30:49.318Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:30:49.318Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:49.318Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:49.318Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:49.318Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-11T04:30:49.318Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-11T04:30:49.318Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-11T04:30:49.318Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-11T04:30:49.318Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:49.319Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-11T04:30:49.319Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:49.319Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-11T04:30:49.319Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:30:49.319Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:49.319Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-11T04:30:49.319Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:30:49.319Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:49.320Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-11T04:30:49.320Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:30:49.320Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:49.320Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-11T04:30:49.320Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-11T04:30:49.320Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=13e51563-4e21-4235-98eb-b290db824117
2021-04-11T04:30:49.320Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:49.320Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:49.321Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:49.321Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:49.321Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:49.321Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:49.321Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:49.321Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:49.321Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:16e3475f-97ff-4f64-b6d4-dbd5c7aec228
Model Version:NULL
Model InvariantUuid:c865a9fd-4b49-4053-94e5-0db59bdebd23
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:6aabb26b-273e-4971-afa4-a9ea3aab8a13
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:204f902b-e523-4b4d-96a4-62d989aff8e3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dd4009d1-6629-45a4-b5c9-37536c7e4d13
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bb96dcc1-0b3d-4f4d-a84f-56f40d93ecfb
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:aff74a19-3508-4a0c-bdd6-467c0879deb8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:13e51563-4e21-4235-98eb-b290db824117
ModelInvariantUuid:99a78e2f-aa34-4dce-b778-7f2cef611eda
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:964ec5b1-574e-4d10-83b3-142c758d0ea0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:306c1348-4bd1-45e4-b93f-253b4f867f7a
ModelInvariantUuid:0bb2de2b-374b-4c3f-a749-5f2fb9c6ec98
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:09e0f8f9-b534-4eab-9b5d-c9f42a994436
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-11T04:30:49.327Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 17dc3f1f-f5ad-4c6f-86e9-c6abc745fe30
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:30:49.329Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||basic_cnf 0
2021-04-11T04:30:49.329Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17dc3f1f-f5ad-4c6f-86e9-c6abc745fe30
2021-04-11T04:30:49.329Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: c6692481-180d-49c2-bafb-ebf28c99ee86 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-11T04:30:49.329Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:30:49.329Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-11T04:30:49.725Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:30:49.726Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c6692481-180d-49c2-bafb-ebf28c99ee86 12
2021-04-11T04:30:49.726Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-04-11T04:30:49.726Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-11T04:30:49.726Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:30:49.727Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:49.729Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:49.729Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115449726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:49.829Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:49.830Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:49.830Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:49.846Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:49.846Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T04:30:50.729Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 8373578c-f768-4089-b118-99b807e6b303 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-11T04:30:50.730Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:30:50.730Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-11T04:30:51.076Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:30:51.077Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8373578c-f768-4089-b118-99b807e6b303 2688
2021-04-11T04:30:51.077Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-04-11T04:30:51.077Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-11T04:30:51.077Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:30:51.078Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:51.079Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:51.079Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115451077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:51.179Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:51.180Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:51.180Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:51.188Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:51.189Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:30:52.080Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 4763940b-28d1-4640-87c0-3a9b9ec37b06 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-11T04:30:52.081Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:30:52.081Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-11T04:30:52.680Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:30:52.680Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4763940b-28d1-4640-87c0-3a9b9ec37b06 828
2021-04-11T04:30:52.680Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-04-11T04:30:52.680Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-11T04:30:52.680Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:30:52.681Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:52.682Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:52.682Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115452680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:52.782Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:52.783Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:52.783Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:52.791Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:52.792Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:53.683Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bb96dcc1-0b3d-4f4d-a84f-56f40d93ecfb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aff74a19-3508-4a0c-bdd6-467c0879deb8",
    "vfModuleModelCustomizationUUID": "1bd2824f-f247-40d6-90d7-33bbad8b5a02",
    "isBase": true,
    "artifacts": [
      "d08fcf7e-f3ff-4719-a120-cf53e2b7eecc",
      "8373578c-f768-4089-b118-99b807e6b303",
      "9384d5bc-6698-44fb-b414-cea02cb2a67d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-11T04:30:53.687Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aff74a19-3508-4a0c-bdd6-467c0879deb8
VfModuleModelInvariantUUID:bb96dcc1-0b3d-4f4d-a84f-56f40d93ecfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
d08fcf7e-f3ff-4719-a120-cf53e2b7eecc
,
8373578c-f768-4089-b118-99b807e6b303
,
9384d5bc-6698-44fb-b414-cea02cb2a67d

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

isBase:true


}

2021-04-11T04:30:53.690Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bb96dcc1-0b3d-4f4d-a84f-56f40d93ecfb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aff74a19-3508-4a0c-bdd6-467c0879deb8",
    "vfModuleModelCustomizationUUID": "1bd2824f-f247-40d6-90d7-33bbad8b5a02",
    "isBase": true,
    "artifacts": [
      "d08fcf7e-f3ff-4719-a120-cf53e2b7eecc",
      "8373578c-f768-4089-b118-99b807e6b303",
      "9384d5bc-6698-44fb-b414-cea02cb2a67d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-11T04:30:53.690Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aff74a19-3508-4a0c-bdd6-467c0879deb8
VfModuleModelInvariantUUID:bb96dcc1-0b3d-4f4d-a84f-56f40d93ecfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
d08fcf7e-f3ff-4719-a120-cf53e2b7eecc
,
8373578c-f768-4089-b118-99b807e6b303
,
9384d5bc-6698-44fb-b414-cea02cb2a67d

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

isBase:true


}

2021-04-11T04:30:53.690Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: d08fcf7e-f3ff-4719-a120-cf53e2b7eecc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-11T04:30:53.690Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:30:53.690Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-11T04:30:54.462Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:30:54.462Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d08fcf7e-f3ff-4719-a120-cf53e2b7eecc 1164
2021-04-11T04:30:54.462Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-04-11T04:30:54.462Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-11T04:30:54.462Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:30:54.463Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:54.464Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:54.464Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115454462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:54.564Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:54.565Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:54.565Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:54.602Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:54.603Z||pool-98-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:55.465Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 9384d5bc-6698-44fb-b414-cea02cb2a67d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-11T04:30:55.465Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:30:55.465Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-11T04:30:56.168Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:30:56.168Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9384d5bc-6698-44fb-b414-cea02cb2a67d 200
2021-04-11T04:30:56.169Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-04-11T04:30:56.169Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-11T04:30:56.169Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:30:56.169Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:56.171Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:56.171Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115456169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:30:56.271Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-04-11T04:30:56.272Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:56.272Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:56.304Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:56.304Z||pool-99-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:57.180Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: 16e3475f-97ff-4f64-b6d4-dbd5c7aec228
2021-04-11T04:30:57.181Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 17dc3f1f-f5ad-4c6f-86e9-c6abc745fe30 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 heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-04-11T04:30:57.189Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:30:57.193Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.193Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:57.193Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Processing vnf with UUID: 6aabb26b-273e-4971-afa4-a9ea3aab8a13 
2021-04-11T04:30:57.193Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Will get resource from SDC using resource id: 6aabb26b-273e-4971-afa4-a9ea3aab8a13
2021-04-11T04:30:57.194Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel to get resource 
2021-04-11T04:30:57.235Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel
2021-04-11T04:30:57.236Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|INFO|500||Invoke
2021-04-11T04:30:57.236Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-11T04:30:57.236Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel
2021-04-11T04:30:57.236Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|DEBUG|500||Method      : GET
2021-04-11T04:30:57.236Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/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:"c010423d-093e-4f37-8ddc-542168a7f2e7", X-RequestID:"c010423d-093e-4f37-8ddc-542168a7f2e7", X-TransactionID:"c010423d-093e-4f37-8ddc-542168a7f2e7", X-ECOMP-RequestID:"c010423d-093e-4f37-8ddc-542168a7f2e7", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"44e5c082-29f6-42ac-8d70-f44c2c64822f"]
2021-04-11T04:30:57.236Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|DEBUG|500||Request body: 
2021-04-11T04:30:57.237Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|DEBUG|500||==========================request end================================================
2021-04-11T04:30:57.768Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-11T04:30:57.768Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-11T04:30:57.769Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|DEBUG|500||Status text  : OK
2021-04-11T04:30:57.769Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"NDgyMDNiNTNhMmYzYWU0MWYyYTVjOTgyZGRlZjBmZTE=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"c010423d-093e-4f37-8ddc-542168a7f2e7", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-11T04:30:57.773Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|DEBUG|500||Response body: PK!#�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK!#�RTOSCA-Metadata/TOSCA.metaM��
�0Dw}�@I�zK�vk
M�.R�l꿯nj��w��\܈V»�o��'�f�.���u&�̤���Z�(�T�B�$7�\�ʻ�M(֜B���o�'*~s��r	_��%����-I����2f/�h|��E!L2[26X�{��]�sTy�$MI����E�U&J�s�*�)�/IH���j�$�q��W����u	C�ڍ��9I�u�%�GF�d9���5���¨~E��k�
�0�gF�i-f4��������)�.E�-�z�G��8B��j�fIh
��΅�UK�����}���䊿�R��Mg|ZE���|s�Q��@p�������E}1��F��0?_�}y������������r^d�4>�,R���&W��po�Ė�4%��p�>����d�C�,��H�~p�$�H��u�iA���I)'�
$,�
V�k�y�9�dv�+�$=����Yg%�3�!y�5�Α����5�3T�����栈=��#9�Ey��!I8%�����/������_�Ӑ��P���+��០\�!���ř�C�Ǟ�ӜBR�~fN[����e�zE�`�N�{��`���{n����oRf}�=��opX6'�c� ��$0�Y�;������?ِg�ʣ�����aKN56����b.rVz'A1���;;A�����N��,,u�e��Hg�>�Wǭ	5�Y���`1+����4��@��66F���r�9v�Jg�� ~��������>�����k�;�">�yK��M��k��ކ;�o��a�n�e�����^�,^��ID��W�[���;�������f���"w}\��am[־��EU�/~�J�R�锈`URH~r�q���
�E{
gFL28�����Fv��맧F5ͭG���>U$ݹ��:� Q�6$h.)D]��d�
G�Jr�K�hrY�����}�~���'@�FEN�{���Sp��$pS��HI�2�W��:P!dua*��}c+���̫�>;L��I.o$�*8�_�m��I}2���{sO������S��u��T/�j�w�-�������K*�;�Q�_����Mg�U����o��c�|�=�ޏ���%���R[l5՝>�g��c`!߳d��=r���x�m\��ۚW���*�������A�q{@�����"�@��ak7ז�O��R)�x�3��#>Ǚ�o�姅�B�(�-f9�j�y��0��[���"�Y��FS5E�Fx�5��/�ϵ�=+n���9?�nv����<��|d�����v�+��!^��J�����m�����C;d����?��=��_���0�fR�G�ךiH�$�����9F8�+u�������1
˯c2T)�q����}����B�s��h�w��7�е[�H2�V��	5dT�z�΍����
T�����W�aiw@���%PՍ��P�]���6P�0���?l=�0m;,Ca��T����V_�����z�7��`\C:�t�}}X�6�^@Uߋ�e��3�e���ذ
��ih1
�����෸L��(�])G�~Ď�t�{�%ډy|i
+t�.�a֋ӷ2{��#�6/�!%�I)�^����V
�}���FYF0V�"�L>}竺DǥUW/ʔ�_�c�M.A�|�gY�L8�&�nB����e�b�/�O�iG��؟�3#cdHv:�U�*׀C��a5t�����=t���zP}ǶS%���V����=w鼦F�P92�e7G^R���F��f���Hlk�<�F��r��	4��T>���
U��}Č4s�s[ύP�}���*���J�.�ÍY�W��PDk��ާ@�oe�fN������YT
T��^�"uXQG}�tO�z������PKέ�Ɲ	}6PK"#�R4Definitions/resource-BasicCnf-template-interface.yml�\K��(����q��V�5�~�4��Mό�Z��8A��8��_�8��؝Ǵ�bEN����*��Fj�QFs&�aRh��J��,1�fE�)Zィkt}�2zvq��Q�H��3Ng� ]nf�`�.�la}����N�U��uUE9vc[��S�s���P����%��RrFv�ܔ�U��x��Z�bW�N53�j�ʒ
JdQ��jY)B�U��b�ȝȽ��*��ʕ,fC��\��I=�?>�����j�W��rTȬ��lSf��q��,��������{t�'zz���԰��%��V3M+���%W,�Y2_'����S1E�Y�c�i]�_X�J�
bB,s@!"E��r�zFhTEwF5��S,t(r$p���$��-_�^7�붫����kr`4��L|A��4[�͵���������Ay%HW
'�E%9�
/������ׇO��7�n���0������_�p%LOg�;]0a肪C4�AL(�IXL�3��b�Xa��Ҍ�U9���m�ĉL��#XyJ��<��[�xs'�%�4��4\��s���M5��ߓ��e���^}-��P�8�3�0���ӯr���*]
�"����x�=�M��3й��X����U�����9��A;��*�����qT{�E:3t��0dA�g�5��Ѣ�.
I1)��P����L���C� ��
&�bܝ��docܟ��Ni7���=��>>8�;)f�e&�P����?�y��yŊށ�JA�9D�@�[ճ�v�a�9���H���	
�9V��7�u��i���a}=$��x����9޾5s.��ڑ�-�ᬶ@=����ƌ6��Т��g���Gj�[�ł=���%Er�E��Шa�.M�17�#G�'c�"@GR����&�.I��i�H�h�
���$#9�|&abl2���ۜŌ��pá����7L�lB<��s�����á�}^X�#�9���
�����[���I�)C��Ib�:'��i���֖�B�$��0���w�5��i"�\W-�r�QP���E��T�5��_òkì󍇯Rn}l���j��߻��'�?5{h�#
���`����ɲh
�s��a�<�A�0W/��o��?PK.��52^PK"#�R,Definitions/resource-Novaserver-template.yml�WKs"7��W��^?���͒"���!�Ԕf���HIaS���f`�q�ĕS�˸Տ��mo\����K�]2��c�|xr�($K^����
�\p�G�I=�Vr�GWvz,�����N/;�;'g��s!z�q|�_����R�9M�Y*zY�=�睓^:N�q��Y��w����5/`�&f���"4$	p��� �@{�8��3�ͥ�~<�I
DrA��F:7��$�\	��%����)���F[H�X
�r��
����h�3��:�sЈ�JZ( �f�T��9���j%�L����_��"���B�VRZ3�,� ��+,m���3����Z"��IDG��eP[�lx��D(�]2tMw����s��q���0E��4X�!�U隌�(g��W�ҍ�1���	;`7��[��׷/���~����{���'̎�TE
��ݻ#,Pc�uB�U&��(T�e�𑪖\�` b���Ral���5��f����x����T�\�R?�F��ɆV�p���z�\-r`$g����N���$a��n��<Ϻ1*3�?�[+����JInM1ح�n�Z����O����b㢐:)�[Q�F��Ί���4$%rq�y!
cC�"�������+��L�e��h8�eK��0%���uJ���Ӄ���+*E�5���۠���x̢��c7�J(���]ZCU`W\�8_�6��F���e���u�ؑ�E�;��v��gg�+鰩�b�����f�R*+�ʠ�ާ42�Q�T	q����:|�-�j�6`1X���#���p�U�k�ᇐ���ز6!������rx�Y]�/���sc�x?��M�E���[�rH;>:���H=~������8r;t���?j��i��l�Xƛ�1��I�\0=�
�l�e�&�g�pe���G0m];�*���N��������)�2$��0;P8L��%о~6j���_��T���c�KD��[*d�Q�FWn2�����e3(Z��5B8�r9M�D�C���t8)�<��1�Wq��`�
����?��*x�Zz�bGף[����Y`0�!�&ǿ���2���~�gTR�w�vt�oq��f]_>�77����z-Ԯ�a��1�hB�/���!�aH�ۨ��i�[��x}�X�`�~�9Vخaq訌���]cKRT
��׸q��+���qg�U���k]���@b�S;�@�qC��R�g��PK|}E�PK"#�R)Definitions/resource-Compute-template.yml�VKs�8��W���A��������Ф�Խ��h`
�9�CKRN�_��$+�֝z�Nz�}������`��,�B�5>ے�H!�*/u�(ۡV�4��4�1`:�f�N�	�廫Nq~2+fy2�i�,��4yE�Y���f��yW��jrzr2O��E��,h��.^M謘��flPS
�V�U ���'�P3��ґ'< 8B��V�P�R��HCQ��qTcxg
�4���K����
�}��9��T
V�g@����k��j�``){�ҵܒa�Tґ�	�ƪP���(�T��3��]��_�Y3��:�{4R:��99�A��
�>Y�@z��Y�V;&%�fJyHcxW�m��p�a��5i�v��)BƜ�+���^�Z`�5R��9)X�գ��x��D�\,��VN�'&`]
7�������^~���蕽M��?��W��\u]���/Fܝ�����p>�%pa���V��-C���,q%��җ�PG�.���r�(Z���j�j$���J�����ZcCc���k`6�"�gw�$�m�f3��j���t��6���#��#��K`��{?�M�}y�B;��r��x4����^^_�,���\u�-*�gͰ��uZ���5��$�'?g���C�MK�����������@��[
*O}/�<���Է<�_���e��|�B��9��k+ꉝ�7�̧<H��ZnlsDR�?"7L�g֬�v>�����%ϼ\U��x ��5�#[���T#���;��HC���T��Ob����6��& ���W���_ow�|��;��?�SkS�L��?��k����p^��풊_��9�&3�+�՜����v�c�X�?��/v�#��Px��~|�;��>�(�	(�Qf>X��^~�E��`��!�C��1���iv����:����Ç/��6��v�/PKܔ���
PK"#�R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���N�0�����)V/i ��0q�Ì���rc�Kd;���SY�h�����kurH��x�M��1&:�,OV2����l�o��d�7��C4����ï��8(<��x]���G]�uY'}Т�W(������
q:�E� �J�T!+]����xE��5�	��[����2r&������$AF�����Y�.��Hez���<�o>K�xq��=a$i���r�I��B%��W!�L�yM�����"$ʴ������H�ۧ�	�P��fbN��`Sg�p��R����Y2�����Q\|	-ci�k�R_Ј����vŮ�>�Э�YY�6X#?�|��y�{I]�86ۼw♇�v3������Z��ˎ��4�t��ۣjt��.��uz�0������PKL�	�PPK"#�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�`����M��=4-�M/EaP��&J�Z�r���Q�-%�M4(��!29��;����2�nr�r�-W�l�
^��uY���͑b3�̯
�4������@5��>=��&��[��^@r=��M,�IF�Y�\�Vه��j�]��˗�E�Lf��*��,�p�M���, ��(KZ���-TFŽ*����`��u��
��B��Y�׶��e{.�*��0ZҌ�2�������=^3ja���	�3L3UvN�ˌՔYLNJU�|�+�&�ミ?���{�*�+�뙧3�<��l>��cUd���{w��+m��*!�L-;![.������K�N��6����@��T���=/����x�U5�jR��R	�^T٥�&TJe�r�V�dgXwvs�һT���L����a��F������x�|�ժh���V#CE�P���g
�
�T����.��pػA�x�!��=p���駃��98\q���[��
M��O��s뎘��p�Z[̔$��{��ʸ>�*NO5+�*�A�s'	Iȼw�����LJ���<�4~k�J��r	�q�.5j���.0���li%��-����xc�^�Г�,1iDoԬ�E�:aR���m�Y�M���A���8j��k��R�.B0*��{���O����{#j�^wщ��DǏ�k]C�}�s
4Ok+06�����t�
VV�dѬ�"��p�5`�;^k0�?��X�i:���-ā����D��g�-D|�Г7t
/Y"��B��,{N7�.x(:����L"&�ܠ�'��O.���;��̾�$V�/�a�	C�4/��e���n'��/\y�@Nཫ\
�� m��GX��
��7�E|����PK��w1;KPK"#�R8Definitions/resource-BasicCnfNodesDummycvfc-template.yml�Z�s�:������!.M|���*���Ւ���,��//���&����9N��pΈOx��i>�$�ݾD(��d,��ͷBY��)2O�R���r��i����4��_9Ǹ��#�P����-<,�Vd����r�1�#/��� �&�3��"#��ȴ�<���wS�������3����$� ���k�n*�l;)�)�YS�g�%��n�87g]&�$~��9�ޓ��i:��&�a�ʺ�8�j�a�x*��(�:o�
Ġڧq+�*��_����TVP3_gO�����?��^E���'K��N`U����F;�I-����U�`�(���?��_0���L�*m�
�c�������;J8K!�y�ދD�ԯ�ͤ��f/��g�;C�sn�u֜�X��^�%��H��ː^h�ZhI�W�5��.�`M�)Y�4��eM/��h��+��)�:�
YG�K�^/�����-r)���`�n�S�7��ܞ�ނ�mdu��o��F�M�:&����g��F�Op�2��R��;S_��=��8�?�g�R��G{V�-�E!�|݁J���_���6�`C4��9�۶��)�X�[2'�][�W��l��Z-�&�N�UN�nw3���߰��;��-8��h�Y>j���*���iK�w{�fi53�̐�-�8ֶ���H�ڙ}E��is�;�C:��9�ɝA���'w"�ވM������*y�^�ۂiGC�V�Z6��
�id����� �(�2�>\��E������5ȣ������#Q,�y��DV%��)���1�
Zߍ�ۼ5U�y?u7
yǝu���T�<���`C˹.6?��F��]�s�5Z���8#߫�k\�l��O�=�4���4�{�c58v^�@�/�#�;P�^W�*r~at\}@�뻱���$8� {��>�jO��PKϾ\=*�*PK"#�RBDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.yml�\�r�6��+pK{0���f;�LqfꤗN�K	5�(G��.@R"%2�R��f��.���H�i�M!J8���0�YY!��ɜ���7�Sgon��)�?�2�â*H�2LJ)s�m���/��sV��ȱѮH��5��`�Z�΃Zxetٕ�J�Dž�?h�)�E�R�Uz�R�� �;Kw=�f��p-�Āե�l2��3+��ʸ��������
���r[5��Hif�\)>��LJ�P�0(k��b�EAm�:��}�\�L�J~5¾񌕹C�v�����:�v��)��tA2��F;J�R��J�,�����
�P	�y��ʅu=�:f�rfK-_�l�o4�mu��R�F7,/������
LK�r#��a�ѫ"A�qka�-�[•^�X0��8���S�S$��?.�G1	�M�O�}��m����b�}��D�r	�Á�N��%���QB��d+�a�Q����NT�A!�dR��V� Zmp4	}*0��jMن��n{I�uO4���
��h�05x�Q�SNz�a���*�uH��.:�3�sD�O��YvoB�s�Nށ>uL�"�����y��|}�������w�2�"�ՌM[�P%_�[��O:s/���,��N;��=�ZJʋ�S6��a�ą}�$�_�S��37%憉�9S'Z��>F������T.A�����I
>�bv��d�u`���
��`�bO@��Kw!G��[3���y�"�ȧ�dO߭��T`ki�Y����7��>
�]��)��^�Y�gǿN1��+��u��A��=ʤ½�7����&!�|Yץ{x�c�_�њ)��F�L�cqb�ܹ��\�j��0�ϝ
>G�y+Ra,*�Ϙ��E�@���=ZZ���i�x�΁#�UøLh���H�	hq����#,�Ƈu��l64h_	CZ�N���H��H��xҐ;Re:�t0�1[$Hm�.������f��#x�胍�����8:!ra��z��IXq�����k�hq����O�u�^�C���ɷ����Ouq�j���z����clB\՚#��(8̝
�D't�0v6�A�>�4bZj\Y6Q[?���s���L�N��lOp���j�X$�8�Н1��*~�?ͬ0�/�A����3���
�]*�:克~^����l���E�}�q�i�Vg#���h��c=n|l������υ?��]z�Z����	�zYv����3@���*�WIs�K���љ���kျ#r^hU��8���u��j�EO\[�����a���Rc�װ!�$N.y<>*�8Ϙu�2`E
C�ed�kL
�3fC�o3������MQn��8���n����[�U
�t���ӆ��T�:���C���Y�HUw��u�:���ˍX��w�v�Y�}�_���"R=[jct��9�ײ�r8��=���TuA�*�`��7�PK���s:[PK"#�RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK"#�RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK"#�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK"#�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK"#�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK"#�RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK"#�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK"#�RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ��Ȃ�#�܄)}'��-i�;��|�O�xL�o�9|��8� ���]e��W���$)�+i��A� �!����\fA^>����~u�"�u�0���`����<`ϓ�Z��Z�bh���1���Eů�/�#�^dL �s쬳�T�I��T^T
	s�OSb�$Q���P��+��7/��1�f�)�x�c�l��8v�0�VMUԁo�Db�>.a����k��2�C���}}�K���/0�'8� R�(��I歃�������ˎwp�'�w{���\}a/�h�
ܰ��x��曤�7^�	>�+
�� E�'T�޴|��}�(�z�gaZ�x�	�����Թ�ל{����I�M���,�<����msp�����Ů�@������6�S|
�r���
e+��]���.K{p�A
\ �����)���y
]�Ov�S@~S����wY A�"��������ӳS򬺬��w�';kl@���I���G�����)ܝH!�t'
ԈhӉ�u���u�y�d��QiҼ�w\c^D~���g��(�u� ۇ~�<�pD�0/��謒���f��ͻ�k9	�փ����]\����_o�������R/ρw� =|�u�@ �f}	n��0>E�$.�i��[R�R@-]p���G/f	hq�v#��r
O�^|՝<�]u���8��`oƟ/ٞ�!�s�" Sy�k7O>��
k����K7Ov�/(Q��TwOm��)'����m��S����"��i��w��ښ�l}M�?Lu�qo�a��?��;�J��N�D��?������ˮ�S#v�����3�Kߡk`g�ޡ�p���Rp�}��`��4�'���A C�L�n9�rn,Ҷ�$ˍ��=�'��k�Bi�P�Y�מc�"/�?��pY.)����5WWe����Hi6b2�w_��z�iY0i�%�����1E���x(*}xS� �(у;D�=��o��$�h�0-Nt�x�/p{�v�I�-[�E�$�Ͷ�l��]��<��!�o����QhfY)O�|��,Xk�/5�������.�ŝ$1Bx/K��E��N�,g�*��%T�G������M��D�^5�2��-,72��V�j�����eg0�7P~R 7u����H�p~V�z�y*dץǦ�H(�V�F���
��K�͉����۳������?d�I����N~��z&=�����ȭ�v!򉢇��[d�?kn�|�TC�AZf�"���/�Z���9��)�?knE3����>���΋���o�h���k�6���^��r����zO.�[w��I�����"��Y������A=��B�M_�Ct~�6?\�33�*���(���5~:ٟL@��v��x6��������������xL
M7��tyk�Kӱ?/��Om�|b�B1�I"ە�|��<�����"�m#�<%���S�s[o���p@_8��.~�%�$�L�:b���O¡��(y�`�In�Y�()A;].C�	���~��;l"�LħGp�I0g�n�)����iu7�&����7���T6��� h�H[�ɫ��E'b/+�&'s�ʭ9������Jϖ�M���I�--\d7O�A[a*	gOlt�[���8c?�-�?A�Cu��d��W��
&i��Hc��k!��y`�
�k3����X@wQ�snm�G������Sv��I�
���IL�������R8�s���.2'������8.�g����̝^�1��N>Yޅk`i�ϼ�� ��w��0��r���آ�i��)@W�� �8��<�v�59a��qr�˹H9���J+�k��ÀZ�;�/�A�>����V�i��L���\9\8�c�Z
@�A��*Ipֲ)���������y��P�*A��
b9�[��2�Fm���q��o�*�2d��"�2m�
_DK�5�hI�5�p��!.o'h��Ç�x�2>u<���-���n�Y��;:���Mgg<��XnC��U6n�1�gi���x�N{#R��ͬWX��L�^��p2y��^Ö_�پS�Zl2��M�����^'o7U�}/;mj�7�-���cOV����Ȗ<�
f�x���1��6q���������q�a��b�)�
Vwl�8��f��8HB�Zj-�$жt#�D�'+��N�f�Zv�_i�}6;��=E�����5��i_�7^����7��r���v�8?O�b>&����N�mD��{|zٕboH"ɠV�,\o�'$aI#ů�er�H`CZר�r.������3ZHg�D�qoj��vKV��nͷ����XJ*�ٟ�z���Y��#Sܐ�M٢��
��D�&��K�P�BK|�S��h�%�M
]�ڤb1��N�b��̐�;�8�2$Dm�����W�<�.b��@L���f�C�*3�a��:cX��VAIg�e��,#�BR�ϗ�\�r��jARq㮠�ϗZ�f|&g�%O�v���!�̵�Mf�!��h�c+W&�'���R��E�A�L]�up��pL�Y�������/O&P�i�`ѹZkIuw�cg�&�v��b�2����M�~��=i]�B�~%����l�.�(П������xqZ��O��2
Z�Pq_��6J��黟�eS��l
�q��͚<��������
�?6�"�6�/���he�3:��%9��a���4�ڹ�'/终��8´A:��JT�	6�٘��ɐ3\������Ԓpo�R��v�V�ٳ�uG>d/��Ů���r 
��zO�v�����6�Q�tp)e�����S=��{�$�^l��n#t�z����2��ۢ�Y��ʞ����
�\wvs5�^
 �8k����;�_��`a5��@��x�C*K��~B�a���#@	�|O������A${����0.ώ�d��Fj|A��ub���p.�zwv�p1;���vy�ezi���P��R���< ,���aI���wiN�<��= ��tFe�1�����/�C��؋��է�����������8��u��8��aェ��!)Wp��6���g�����^��N�ѣ�5�zZ���I�|{��L����9ߴ���o%�}Wv�c[E�糧(�:����0�k�������AA���Jx�nk��$�ȫ�K&6d�]oɨ
�>\�;����*`�>�p?��r�1,O/�l��#p�aC�4K7P�p0M��#`L=]l���.9HO�̣G�
d4��ː�H�f�g��$�)�'��!93�d�'r]A(1�͂U��J�tP�fʓ8�植x�C�L`gC8�}�o��U�N�Tj��`C+��@e�����'l�:,�cl�޴FL������P�o��m�C�;ŗ�:�oq1����IZ8%�B̴ؗ
�KV��JN�Z j}���Y6����(��5�J�!�W�w�o�p���y���T�Q�c��­�n�z���~���"^��|�1J�����hݝΜվ�28�0@Z����U��ټQ�^o��PD�X}�H��Kiz6bX��2�de(ǜ��>����� �O�d=q�bs�Ie"s�q�{��j���d�M��ܐ��Z�JC�1��yk!A-';E=py��!�g�~6�w�`����x�65�n��G��[ax�u��db�38S_:����[/nآ�V���[�,�6ZvFy��]�+�:�dasI}m�'x�͇���&M��ձ�R��0s���a_^�?�7E�� ����?��+
�Hи���憱�R㐆d$
F�nR�"I�MÞ�`�aQf9��O�si��Fq.C�T��`<�>i*@�kx��݅�M�r9���XJ�3M+���q/͂g��V�2�|��X�Wd�Ì�.����N��O �l��,+]�q��0\��� �e���x\�qtDoL��z��R��"��LN0�9m%��lF�
�uEz��q�S��0��ث�%�r��j�P '�Y�+n�
�\�Nik$���m���*2U9�r���E�>��<��5�������wW
�����Q��Lg��ފB��]��Ӯ����q=DH~,�2?�V���/+K�['\r���vV��3��>�I6�їG�8��A��q�sz�A�w�[�X���vAMQ�W9��J��_�PV\ϧ����/�
)w*x��=
��落E���2���Ӥ?H�E�JFE�փ�ks
���"iƷt"����WY�����Dd׀���>m��KS#Dg5�!!3�23+1O?p�l�D4�f��_<a1qΞ&�ݗ����e`�o@E�����uD��.T	�"�F)�
(��!�^O���C�Fk� ��.2�W�p�4\*��&�A�ޥ2����WvƼ�K��X)�!5���/�•�<
�o���w��ӌP���Lu,Q���Y��޲&��DǟtB1l��G�7���*	�
c��jOR���$Stlo��l�?�a��;��C�O!ĕg�#pE&$6',m�����/��]�$�������sH��l����EZˀ`�Z�!��\]�Q��K�����Rs������C����Լ*,��"��d��V�2^���k?�~�7M��J뙂؆�Y���F��,����^��E�;"2&���t��v�]�Q��4�
��������9(���f���+ģ�N�C/jec�6��Ļ#g�ߎ��,�g�k�-ݴ����2����d��x{~�@�^'x�H���~N��{g�2�C�\�2�R���G�\�����a̍��!k��C
6\_+I�CN[��K~�!0۾�6O��}>>�pY���!�U��?k�f[W;����7�}��u��3|�R����!��Zr���������~�`-�&�w�U+���bk�jǰ�~��J�?�־���El��\]b�s����&���AA^*����Rŝecݞ�a<�q��*�4�9s���[h�)�+���^�$�^W�"�HHڶÈe�T_4M4��u�-n�E(-�6J��^QM�:�Rꁃ����Uq��*�T�t�¸�S�U&�wU��E
X@6[o量��ﮢ�R�W%6������Z/O_��էd �3�>�B|�.�Ǿ�Z�⍴tI�#4x_�)�-�aU]�4��5N�m�LUv0����7WN)\J!����t���\��Kq�M�mip��7����RTJ!��{��з.�[���1Ak�"��ˊ��1�r�S R��p7>[�7}��T�My-�ᄃe�$�Ǹ���Z�H��y�+�$d�_��S+8���X@wQ����Ȃ4�K��L���G����Y�Ąx�M���.]����h��Iӯ�7�q\n���ٙ;��c�wҟ�O���T�ׄ���?_�=i�V�)!g�i�#8��<�v�59�{p��9.�"��8������l-��j8m[Hm����nƠ�qk
�x�����Y��i�����o�lκx��m�l]n��	�#4�y��zZQg�4�ٜ�B��[9?^��Q%�M�޸��;��X�y}l�kt�u����r_Pv�I��"3Vct,���[����r}�:�0��1�@�Pv��4ۊ��Aw �����36e"�3�6��Ҕ����U����"m/bЕ/��;���P/((S�oص>.�>��5^Mz�0��Nhա5�v��@��/�&�zO}��=
Z���wW�-LAN���"��}�Y�Z\S(W��=�K0ǚZ����I�*̲$���w��J�� A�_n8�EQ�K�����ᾌ��Y�'c�P��Y��\��1�U������9�����$��$�=wHD�V�3�I�����"�j�j���L�N�7��$���5A��ey.PЛ�#�z��V�w-d�NN�4Jx��y�}K�	�����}Fb^9o�!�۴Q��
|��C5�$������nݢ�J�4p�`o�t��?|��p�3��aCyk�M@�U�*-��h��6#PUw�O}�$Y���[�<������'�;���	�a%R���#��@���VF2�a��ȏa�����jc����M��,�l�yӸ1�Z�q�C�t.bXg�I���J���NUldzٞ|*�>��I��R���M۴�:.�6t>c�oKgg���-W',���3|y�
mÿUgp�},�r�&��~?��՘8�I���{��/��{�yMx��d��&�ɕy�}&�۔���E+�z���;8q�>i����exBH-ڧtz��wsG|��«�v���F��닙Q��-��rN���dr�ğ&��eӆ�0g�kcV��|z�}�K�m5d�4:B�sg
�?iS���M����A>��4�I��3qn�� ��9�N_��HB#f%�c�;"���5e�������u���� �����=�0��2��D���%q�g_,�ۚ
X(wB�;q�C)�^P�)z�)�<�Y���O!y�9B���OИ�]��:x�[��֋㔘g����KM���&�g��{鑫��
�XKx�c�P�}T��jC��"���Ew�uLd� �Xc+�q!Q#�Xd?U�(�'=����|����
�L�zw9//�L�3$Y�&�� �L*�N��A���wT�X�}�����b�G��G��G���E�D��H�y�V�(�!A3j���*gbc5b�^���`�Mz�m#�~!�8J�B,��Y@�#��$�KR;8���W0�[��E�'9���N+�1���^zD��`�G����^�E�?_MKz{r:q�x˅��5�m+$�x+RIY��klX�����jH��&���]n#�@G�v�p�vop�p���š����@�$m�z�������Y�O|\�����᲼ί:��f#������dw��J��ja���O�v���e��/\�������s�L��"d;�b[
��1�_s".�b���Ҩ��Л���,�s��[0V/)J��ovG�x�G�f�.TP[ ��a��8��&�_
�|�La��&bC���3�9��4
H[5O
D`��Xf��g)�A����|�����E�3?$�� tP�8�0�u��X�Q�Gvr+�
V�|�,����Y�a��7�~���}��϶Z�A)�j�6���c���o�?���T�����9T@�M1��j�]�K}�A���'+ci�]�ߠ2�"1&X#��A�Xx�ƅ����J��E���T
G��__��+���ZE����b&��I/�����D-F���La2��T^���QP����jm=��7��bŊ����Q4j��2^pMp#6�v���H�����3M(��^1S��`9���U�����q����.XǗI0
�+,k�GsJ��IF�;Lk�G����v-�f5%����[��Ȧ�j�O�0��K��R�9����-�rRؗ�$KW����ud�0�3�D��9�&Irt?�2‚d�1g���p�$۰�%�ӝ^%��]!�9�)��a���`�/��Q��M�4�K%9��H�/ŷX�$�o�t�1��fa���.^�O:�h:�@��\@�FN�8��UϢ��X�g����@Q�bm�p��O���vh.���/ߋ��_����)_Q����wi��-�$��ŝ1���J��d�1�q<���4^{D�^��j�u�D�L��OH3gAhB؅y��:��`	P�3w#�Y,[������E�:�Đ��b�ꘇ�t�W�`�hũ'wlҦ�MWK���Y���+kt���B��}�
Ӽ�幂2v/�6`U6�
_�z�]�hyF7��*qGF9a�\��*�`>�U��m�u����[/�z[N���� ��I��F�}&�N�Z���H�U�N��*瀄Է[�rN��,�:��>����^�l_��7@��1���4�՞}	�6��	�X��[�x��
[�wH���������S���	.�2,.{�u��JC�o�!(�#:�eÔXt)1	Ȓ� E�)�D�6i	�<�	����U!�%q�mw.��v3�upWe��	��]�Չ�^����F��d Kp�B���(��;��_�\2�%Q�xKR��T���~XS��OR�����l�yO���S�����M�ɩ���Ғ�҅�[�,��=;���U-/>��L�1������_�m�9����`�:��.wp�m���wp30q��9����y�*A���;6V�g�����-�� ���A��t�ó�W[L�f���ug>��op���Һ!n��u��E៴����0S�x؆mK��)gl�%Y��j�I�W����RRB_�F��x����0���@c�r�Ph!Ё��ߺ�ͩ��7D)%īK{S�Poàă(*H_����rv�TPv,i��aA�׺�t���N
�e_����t���L\(��1�U�eK���!��;����q�V��s:%9שּׂm�M��x6~x�z1��Ҹ�fWް��T8�G[F��p�R�/�"��>��ۜ�U�
槓y��.i�)A�T#�O)�E�pK�����"Xa��"�5�,'��~q��F`*>��qTU�@�?;
,S��"���6q�N%c҄Xo�V��;TY3����ٗ�*4�3fV���uYn���J�J�Lk�|[�T�U���mjD��;��uJwv�l�rG�����L��BE=�ìr�Jn��P�H��XN�>)+�=J���ڣ0�������:^���cXZF��y�Z���p��5'��S���X!���x5��Ђ���]��a2�%I=X�[���Ay.���Tm~0�G��R����yu�P��Ȇ�n�<�͠.���8K���G4���*�ٮD���y���v�)�0q��������d���H�$B��f,�\�\���kQ�+��S�[��$�˲a�����y��Y"҆%�8�E�@Y0����y�G�+���)�!"B�H��d�3��燉>��#�_���K��\�J�,k��,��+�ý�C��qr���~nqPF0�ß�=�ӯ��nb�Yı�lEb�vm컕u�l��V�Y����ꠃH�v�Ӆ�.�2D5�EN���Q~��I�u�Y��2�
�[�ȉ����@B���,��O�N�xt#;�֣i��;{*��w*,7/��,�9Q�}�̱\���]��HhH�חo��v8��L⥢�SjM�Ħ�uY�B[E��'_����b&g���E"y���'�M�����.sIo���ǵ�vĴ�2F��բ*ģ�
q�S����_U���+5�և�r�5���P��T^��f�21���w>�l�6T��Gm3���R�1[Q���B�5�)b���l�� q��^�$�і*H�	�S3�M����)�[�j�K���~O���M��#^V}��*���%��$xH$'9�Yx(#��F��)dQ�H���W߮z�J�/nZXaZ'�ځ���
4k�θ�$w��-�V�I�EKu���>��)� ;��Z�\���Rb��(ÏZ7�|2�+�(�'��D#J�$:~PlN>=�Nǡo].F����	�f�9�fZ;͖0�/��b��原R�_q�q�9�e�X�ix���[�8��G-Xa��[�&+]��ڞ[�f���R)ң��w��7��^����UmUN��l<���5��.���H5Ɉz��1
���"�]-���
,��Z�ײޅ�#�J%��	>Ey�ݝv�/F����I�`�ҭ��o����_c�g��FX1|���W��J�L��K1W���*ˡQ�>����Y��|8��s��>V=������Ĺ����q�9lVꖻ�;�u��)����NU	R2���O��k#x��=A�����*\禅ți-��w|6���cå�U8�<,�?*�b嬤��M�*���5�藫~��|ٳ�A�H�
�F�ܐ{�|��Ņ�����yhpn�3}�UZj@W�E�0�WU��Fٝ{��y�,���#˦j^��`D���T����n>ú��jy֕T���i$P���������/�8;+{ۇ�C9O�D܄J���7Z�𚶐�lJi���`�5i٬��ۿ��*ۆ����|�%#oD�Ѻ�A�a�(�6E���J�-C�eIB��2�ԴO�.�;�Ǔa���`�p}��X������w��d�� �� NW�1���Ћy��v�'t�P,a���6�ڛތ@�M�.p]xRFc1z�6�0�*���������.ɻ��&Ti�ϸ?v����(����z�����i|��R���K�R��ǶW
�B��)E@�i����%�m{������>���0N���1�\�Q^Oų��[b�w4HY,�v��Ρ��L����L򰹇�5��S�*
z�߁��<-�*[$��%Q������m�jE�� �HOI��[$.�,��Jo�	#?�`�x��-�4�(���s�_��e��gc���{z{3w���ԗ�Ϙ+mAӀk�OO���acyӆ�@1ҟ�O����F)J�{����Uv����,�@��"�lݨ��۬@�,�]^9��lm��������ĕ@�?�`��+�����.`($M����	�����1�3���_�Aw�p2��A x~?,Ty)�f�.,$T��DC0��4Z��a��a��.s��Ȕ,҇E%qt Y�h��Q<"+�7�.Z�u�^��r���A�;�3�H�K�J�
(�B�,nӆ-�h�-uA@�l����	��muw?���I�n���҃���;�������U#X3\��u�zVmzA*M�d���������Ļ��J�0��������cXMnq2�[���'����	=�X��'��-NF�jl�`e\n��[���Z��G�s�����:<�w�_y�>��ȑ�1Z�8�hqpL�*vqDL�B_ -�~�y��kl���Z45��0&uD�����KZ|a煮���([E�F�(�1y)j<���+�x�m��E�,��Ͼ$5�j|����s�ƣL��B�2�TY3�˿��.�G'ң�݃GV���jt
��N��F�)[+%�֚�L����l9z��Y��]��żd�0|�l��gE������%���r�o���B*������l-u�g�umy���2��,z��F�8�}�&�Sv1�>�<�b���
��9E��<�~���pnQ����l�%0)��9����J�TUA,R�-���50t�!��y�
�V���_N����4s:90��/��b��`O���W��@�PUM��|!4B"�S�5���Ri��e	��8�`�����'E5���V=�Q�L�/z��|O7���IN��Mr�n���t��<�Mr�o��7v����䇳��ą}��%o)0�TS��#�����80�
����
{
��O՛nk	��x��~���e>�?��M�wLZ3�@k��݄�'j�ɷ!�;�*{
WNS�c7:���zOFS����8~�ɬ����jeNH]�e�&����6Q�|5�����PK��--6v�PK"#�R?Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txt�S�n�0<�_�?7i�t)bv�֮7����H���חZ*�,�@yv�������9�w�D'��	|l+��[Qb��$��ʞ�є�%Zi�r�Ԩ�ڀՙ{�2��c��hl`&p=���+�;� b2a!��4	���[|}+�rThH2?c���,��i��}Ģwճ�iw�A,Q�.�b��ȵt+·��F��M9���)?�]��
rMO�6"��0���W�3�������'��o	d��8�����_�C��&)Xϧ
�"f ����J6�5�~�<�oJ��H����e6��Zؾ�����f(����z7�s��K;!D�Cfa�`l`���;�t���$��.l_�C�sz{n�F��=%S�s|n��Fse}z�V��K�&�m������
MM6�-�%�1����KC��͖�bvk�
?��'4y�W���M���8~i]�o%z��2Eӭ<(넒8�D�Ŕ���_�PK&��PK"#�R)Artifacts/Deployment/HEAT/base_dummy.yaml��_k�0���).���:T�`�=�u� U�1�V�����	i,��w_�Z�L�^�C����$��^Oj�'a4��������R��܂�T���������������!�����7K,J����@Ma��r���߉^v9	��=Z�d���s�1�q���~����
����p,�Z(���-FG���:�k�
�QL��U���Džm�}�0�B
�ѢH�>c�(8dU�GW�����Hb��S��)�������aQ�,ͷrN�&k7J&q.�:�+>����|�p��"g)^�8j�\C�_�T��v�I�*��^�bd�C���k��}30�(
e�(�P�้�R�6�9��?����`ѣH��Ś�����ձ������;�&�qf��wi9>۵a������t��p��F���PKI@�>��PK"#�R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+�m
&�K6�{K���i�y�0nFJ�L�I�TNXv�ZHOõw9�β a�*��AS���~��G���͑��;s��RϽ`]�sY.h��>���.�W�PK,�P{y�PK"#�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU���0�_�p/kc1��b��I�O�B||	^�8��dF�N�q(,|�<�>~�ټkM�]�1q`�>�1���J �sc����,z6���{�<
�Lo��5���آ���^1�);H����V�s�1�%�s\�v�T0;<�0_PK�G�!��PK"#�RVArtifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgz�
���ko�8���+xJi{��H\�{������(���h��TEʉ/���7CJ�,�q�6)�p$j83��<���pq�~�����;�w�x�������޳N�������e!S���<�S��t�o���(coʢ�O�L�#�0����ڿ�{
���q�����n��yYV�'��R�Y*ђ�)@.�L�Qƣ��	IhpA'Ly��8动,Id���MD&����`
دH�"���A?=��S�&�U
��i�
H�8�g$�r�	�m�k�w��Ҷ�-��6��j&�%��/KȘGL9/=u���^������zNS.3E���a��?Y�����-49�L2dm�G[��`��`JS��i=�M�������E��O4��,U��>�u�$�W��u\'d*Hy�M�[�OH$��B�2%��F�L��3�����
���������	Dm��|P�g����k꿧���ON?�y�JG�o�;�����n���O]���4�SF �G<��ٿ?�#�9I3!��ϊ��%���\_��F���2�<&�(�����`�TLٞJ�������
q	)�=��֩���52ڮ���(�����mx6�]h�w��nќ�c����r����߆PܺqKg<`��'��cWX����ã������_@4� �VS������U�;Y��ܐ�$*)p��x�����'r!n\�sWH�� �BF\��8�"��q��	v<���D�W	�!<��Ut�<�hf���L�1�c;��^(j���I��FT,�K��|r�a]1'�^��%cvIb.2_�&��\%I��������g�Y�$3PA.q�bz�q9���΃m�fi]n��Ni������ϐ��M̖l�s]�4��p2�.OnvV[J�5{������.K���p����瓷�j�Hdx�y��w��R=.��qUO��^���5*g���ݵ�3MC���]���+�}v{�����ΛN��6�YZ
�.t.���i�T��iH�5�4�Anc����ϰ��e7D�仭7�x����{�&�?	\_�_��}�4�쁠�Ǩ�`
��m�����U��H����,='�k�����yU��F�H�n8*�b���1����%�n@^�G�e�1�"n�$�S��t)�	���qoN�d4�cE	����s~c�����Ǡ C]OI�\�����M�x.��j�{Y5qxr���,0����1n�a��DqЮ�M�KE���9ȩ0���k[��B������g���^
�h^�lᡬ��M+r.�`�,Gԅ�K�0I��c���Z�(�F��}�,[��4�*fEWɷAФƴ�<�XP��h�y
��v0U]��|��2��ݿ����>h�?:5��P��!L9��������������
���'���/dH՞u�.B�.f�SԱ>Ԡv�w�2M|S�Yi�^��Ff�!x.�iۄ����8�谾t�W�	���T�	[��r�3�T����qpm�DW1�{y�̄�\P�L�>̩ػ���AE_3���si*�E���&Ѿ� �n�R�h)P����LX�J���>q+V1Mh	�/��q�h峦\��)
az%u�dh�'Y|\��l��ս����[�P)n�����}OR�e #�|<V�E|��ׇ��en��W��:%X���]o5lk�A]�G��`�����"��䟊G�P��O�H�W�����E�)Cv�;]�Vm-yV�U�Y&�/�o�F��\W�_�ܟ�&ZF,5{�dSi�*N��_l�~ϳ�
��W���^���Ov��=L�'���̏�Ւ�]i&��䙢�8��n/-Jn?C%q��f�BH]u�J�����{+'6��1�=N����r�S�9��+!2�S9ٱ�2c��dR��aˤ e�d������r �d� ��PVv�Ü��f6g0�R�v����M��	T	x�����|�d�܂:\ͧK�]S+�_���f�S���S���n��j�lp΃S��c݇��KK��c�J�����;���z���W����i!����j�?T�?z�6��`���N�G�����������ݽ����9��o�07(lh(�{s<�����;�H�Z=N�m�"�jP�PY�kj�
0N�:��AU*�d5��Ů((�y�hT$	S����p�J�
���KZ�h�*ܶ�B�6fN�kc��E~óˌ�k������
�0�x�8',wr�i�$�Qf̞������m{C:�J̼�Ş���y	&���R�H�HU,?ZUxm�H��T
��Vv�q��T�*EyETL��{.8ZŃم3���\R�4�J�L���tcE��m���\�	�
���@0�h:7�#h�Ҍ�� KA����LM�N��/'��FA��u:q�5��n��{��x�}{8K�ch]���d��bc?����@
4�@
4�@
4�@
4�@
4�@
4�@
��[}PPK����
�
PK!#�R�R�B4E	csar.metaPK!#�R�|���kTOSCA-Metadata/TOSCA.metaPK!#�Rέ�Ɲ	}6*<Definitions/resource-BasicCnf-template.ymlPK"#�R.��52^41Definitions/resource-BasicCnf-template-interface.ymlPK"#�R|}E�,�Definitions/resource-Novaserver-template.ymlPK"#�Rܔ���
)?Definitions/resource-Compute-template.ymlPK"#�RL�	�P?7Definitions/resource-BasiccnfComputeNodesHeatDummy-template.ymlPK"#�R��w1;K/>Definitions/resource-Globalcompute-template.ymlPK"#�RϾ\=*�*8�!Definitions/resource-BasicCnfNodesDummycvfc-template.ymlPK"#�R���s:[Bf*Definitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPK"#�R+�@j5��I1Definitions/data.ymlPK"#�R�'}8�fDefinitions/groups.ymlPK"#�R0?��@@�mDefinitions/policies.ymlPK"#�R���C&��)��Artifacts/Deployment/HEAT/base_dummy.yamlPK"#�R,�P{y�<w�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK"#�R�G�!��4Z�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK"#�R����
�
VI�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPKR�
2021-04-11T04:30:57.774Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-11T04:30:57.775Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6aabb26b-273e-4971-afa4-a9ea3aab8a13/toscaModel|INFO|500||InvokeReturn
2021-04-11T04:30:57.837Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-11T04:30:57.838Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-11T04:30:57.838Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||VFCustomizationUUID= dd4009d1-6629-45a4-b5c9-37536c7e4d13
2021-04-11T04:30:57.838Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dd4009d1-6629-45a4-b5c9-37536c7e4d13 matches Tosca VF Customization UUID: dd4009d1-6629-45a4-b5c9-37536c7e4d13
2021-04-11T04:30:57.838Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||vfCustomizationUUID: dd4009d1-6629-45a4-b5c9-37536c7e4d13  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-11T04:30:57.841Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.841Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:57.842Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||resource request for resource customization id dd4009d1-6629-45a4-b5c9-37536c7e4d13: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-04-11T04:30:57.842Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c4f1c7
2021-04-11T04:30:57.842Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.843Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-11T04:30:57.843Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1bd2824f-f247-40d6-90d7-33bbad8b5a02
2021-04-11T04:30:57.843Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1bd2824f-f247-40d6-90d7-33bbad8b5a02
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-11T04:30:57.845Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.846Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-11T04:30:57.846Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:30:57.846Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.846Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-11T04:30:57.847Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:30:57.847Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.847Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-11T04:30:57.847Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-11T04:30:57.847Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=13e51563-4e21-4235-98eb-b290db824117
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-11T04:30:57.849Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.849Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-11T04:30:57.849Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:30:57.850Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.850Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-11T04:30:57.850Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=dd4009d1-6629-45a4-b5c9-37536c7e4d13
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:30:57.852Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.852Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:57.852Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500|| resourceSeq for service uuid 16e3475f-97ff-4f64-b6d4-dbd5c7aec228: basic_cnf
2021-04-11T04:30:57.852Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.852Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:57.852Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.852Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:57.853Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.853Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:57.853Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.853Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:57.853Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:30:57.853Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:30:57.854Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:30:57.907Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 17dc3f1f-f5ad-4c6f-86e9-c6abc745fe30 1 ASDC deployResourceStructure
2021-04-11T04:30:57.908Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-04-11T04:30:57.908Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-04-11T04:30:57.908Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-11T04:30:57.909Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:57.911Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:57.911Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115457908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-11T04:30:58.011Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:58.012Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:58.012Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:58.022Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:58.022Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:30:58.912Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-04-11T04:30:58.912Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-04-11T04:30:58.912Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-11T04:30:58.912Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:58.914Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:58.914Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115458911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-11T04:30:59.014Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:30:59.015Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:30:59.015Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:30:59.024Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:30:59.025Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:30:59.914Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-04-11T04:30:59.915Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-11T04:30:59.915Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:30:59.915Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:30:59.917Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:30:59.917Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115459914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:31:00.017Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:00.018Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:31:00.018Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:00.027Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:00.027Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:00.918Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-04-11T04:31:00.918Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-11T04:31:00.918Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:31:00.918Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:00.920Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:00.920Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115460917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-11T04:31:01.020Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:01.020Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:31:01.020Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:01.030Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:01.031Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:31:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:31:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:01.112Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:01.113Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:31:01.113Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f4ac24b-e839-43f7-a8d4-6ed21fb12c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115335588,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:31:01.113Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:31:01.113Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:31:01.113Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:31:01.113Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:31:01.114Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:31:01.114Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:31:01.114Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:31:01.114Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:31:01.114Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:31:01.114Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:31:01.114Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:31:01.114Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:31:01.114Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:31:01.114Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:31:01.114Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:31:01.114Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:31:01.921Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-04-11T04:31:01.921Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-11T04:31:01.921Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:31:01.922Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:01.923Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:01.923Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115461920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-11T04:31:02.024Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-11T04:31:02.024Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:31:02.024Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:02.033Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:02.034Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:02.924Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-11T04:31:02.924Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-11T04:31:02.925Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:31:02.925Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:02.927Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:02.927Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115462924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:31:03.027Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:03.028Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:31:03.028Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:03.038Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:03.038Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:03.928Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c010423d-093e-4f37-8ddc-542168a7f2e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:31:03.937Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c010423d-093e-4f37-8ddc-542168a7f2e7
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:31:03.939Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:31:03.940Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-11T04:31:03.940Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-11T04:31:03.940Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-11T04:31:03.940Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:31:03.940Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:31:03.940Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:31:03.940Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:31:03.940Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:31:03.940Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:31:03.941Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:31:03.945Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-11T04:31:33.945Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c010423d-093e-4f37-8ddc-542168a7f2e7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-11T04:31:33.950Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c010423d-093e-4f37-8ddc-542168a7f2e7 and serviceModelVersionId: 16e3475f-97ff-4f64-b6d4-dbd5c7aec228
2021-04-11T04:31:33.950Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c865a9fd-4b49-4053-94e5-0db59bdebd23
2021-04-11T04:31:33.951Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c865a9fd-4b49-4053-94e5-0db59bdebd23/model-vers/model-ver/16e3475f-97ff-4f64-b6d4-dbd5c7aec228?depth=0
2021-04-11T04:31:33.957Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-11T04:31:34.050Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c865a9fd-4b49-4053-94e5-0db59bdebd23/model-vers/model-ver/16e3475f-97ff-4f64-b6d4-dbd5c7aec228?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-11T04:31:34.051Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c865a9fd-4b49-4053-94e5-0db59bdebd23/model-vers/model-ver/16e3475f-97ff-4f64-b6d4-dbd5c7aec228?depth=0|INFO|500||Invoke
2021-04-11T04:31:34.067Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c865a9fd-4b49-4053-94e5-0db59bdebd23/model-vers/model-ver/16e3475f-97ff-4f64-b6d4-dbd5c7aec228?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-11T04:31:34.369Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c865a9fd-4b49-4053-94e5-0db59bdebd23/model-vers/model-ver/16e3475f-97ff-4f64-b6d4-dbd5c7aec228?depth=0|INFO|500||InvokeReturn
2021-04-11T04:31:34.370Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c865a9fd-4b49-4053-94e5-0db59bdebd23/model-vers/model-ver/16e3475f-97ff-4f64-b6d4-dbd5c7aec228?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210411-04:31:34:074-84858], vertex-id=[200928], Content-Length=[0], Date=[Sun, 11 Apr 2021 04:31:34 GMT], Content-Type=[application/json]}
2021-04-11T04:31:34.370Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-04-11T04:31:34.370Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-11T04:31:34.371Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:31:34.375Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-11T04:31:34.375Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c010423d-093e-4f37-8ddc-542168a7f2e7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-11T04:31:34.375Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-11T04:31:34.375Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:34.377Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:34.377Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115494375,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:31:34.477Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:34.478Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:31:34.478Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:34.490Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:34.490Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-11T04:31:35.388Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-11T04:31:35.388Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"43173f9a-06a3-469c-ba4c-4a33741dd192","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"56d90e70-4733-4fef-bd3d-1bd9e80e8e86","serviceDescription":"service","serviceInvariantUUID":"5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b2eea418-57f1-40e8-b2f2-1e5178b132a5","resourceInvariantUUID":"e792445a-e8e7-455e-b625-fb15dade83ab","resourceCustomizationUUID":"d5fe2119-f2c9-41a5-a1df-4ccdb79ba4ec","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":"MDMzNjlkNjIyOGViNjZhZTU3NzRhOTIxOWJlZGE1NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7beb026d-6ada-46da-b024-497ef8f57f7a","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":"NDc2ZDc3NDI1NzAxYjg4NWZlYTc3ODE4NmUyODg5ZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"44fc2225-b2ed-464a-8607-03ff134ec9d9","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":"b33c893f-5599-4dd4-a417-afde5902da24","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":"6d9d86b5-59dd-4974-924c-d163b7bb0f1a","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":"2a8331ae-11c9-4386-91f1-6957fd350c5a","artifactVersion":"2","generatedFromUUID":"b33c893f-5599-4dd4-a417-afde5902da24"},{"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":"YzNjNDNlNDgwZmIwODdjYjMyMmNkYjllY2JjM2IzMzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3c70c834-d80c-46ec-99a0-5a16273e9767","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":"YjBlNDRjYWY1YmZkZjJkOGI5MzAyMWIwMTJjZTkyMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41d5a6f6-42a0-4c71-8ea9-a141a2fc991d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmNlZDk1Mjk3NTgxZGM0N2Q2MjhhZTFkYmYyZDBlOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2cee1d72-dc38-412c-93da-e2354fe12bec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-11T04:31:35.389Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:31:35.389Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:35.391Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:35.391Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:31:35.491Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:35.492Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:31:35.492Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:35.501Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:35.502Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:31:36.391Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:31:36.392Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:36.394Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:36.394Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:31:36.494Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:36.495Z||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-04-11T04:31:36.495Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:36.504Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:36.505Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:37.394Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:31:37.395Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:37.396Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:37.396Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:31:37.497Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-11T04:31:37.497Z||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-04-11T04:31:37.498Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:37.510Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:37.510Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:38.397Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:31:38.397Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:38.399Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:38.399Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:31:38.499Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:38.499Z||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-04-11T04:31:38.499Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:38.509Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:38.510Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:39.399Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:31:39.400Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:39.401Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:39.401Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-11T04:31:39.501Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:39.502Z||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-04-11T04:31:39.502Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:39.512Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:39.512Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:40.402Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:31:40.402Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:40.404Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:40.404Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:31:40.504Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:40.505Z||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-04-11T04:31:40.505Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:40.514Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:40.514Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:41.404Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:31:41.405Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:41.407Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:41.407Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:31:41.507Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:41.508Z||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-04-11T04:31:41.508Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:41.517Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:41.517Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:42.407Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:31:42.408Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:42.409Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:42.409Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:31:42.509Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:42.510Z||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-04-11T04:31:42.510Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:42.519Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:42.520Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:43.410Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "56d90e70-4733-4fef-bd3d-1bd9e80e8e86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d5fe2119-f2c9-41a5-a1df-4ccdb79ba4ec",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b2eea418-57f1-40e8-b2f2-1e5178b132a5",
      "resourceInvariantUUID": "e792445a-e8e7-455e-b625-fb15dade83ab",
      "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": "NDc2ZDc3NDI1NzAxYjg4NWZlYTc3ODE4NmUyODg5ZmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "44fc2225-b2ed-464a-8607-03ff134ec9d9",
          "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": "b33c893f-5599-4dd4-a417-afde5902da24",
          "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": "2a8331ae-11c9-4386-91f1-6957fd350c5a",
            "generatedFromUUID": "b33c893f-5599-4dd4-a417-afde5902da24"
          },
          "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": "2a8331ae-11c9-4386-91f1-6957fd350c5a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZmNlZDk1Mjk3NTgxZGM0N2Q2MjhhZTFkYmYyZDBlOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2cee1d72-dc38-412c-93da-e2354fe12bec"
    }
  ],
  "workloadContext": "Production"
}
2021-04-11T04:31:43.410Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-11T04:31:43.410Z|c010423d-093e-4f37-8ddc-542168a7f2e7|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 56d90e70-4733-4fef-bd3d-1bd9e80e8e86 ASDC
2021-04-11T04:31:43.411Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:43173f9a-06a3-469c-ba4c-4a33741dd192
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:56d90e70-4733-4fef-bd3d-1bd9e80e8e86
ServiceInvariantUUID:5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84
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:2cee1d72-dc38-412c-93da-e2354fe12bec
ArtifactChecksum:ZmNlZDk1Mjk3NTgxZGM0N2Q2MjhhZTFkYmYyZDBlOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d5fe2119-f2c9-41a5-a1df-4ccdb79ba4ec
ResourceInvariantUUID:e792445a-e8e7-455e-b625-fb15dade83ab
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b2eea418-57f1-40e8-b2f2-1e5178b132a5
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:44fc2225-b2ed-464a-8607-03ff134ec9d9
ArtifactChecksum:NDc2ZDc3NDI1NzAxYjg4NWZlYTc3ODE4NmUyODg5ZmY=
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:b33c893f-5599-4dd4-a417-afde5902da24
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:2a8331ae-11c9-4386-91f1-6957fd350c5a
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:2a8331ae-11c9-4386-91f1-6957fd350c5a
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-11T04:31:43.411Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56d90e70-4733-4fef-bd3d-1bd9e80e8e86 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-11T04:31:43.530Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:31:43.531Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:31:43.532Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:31:43.532Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 2cee1d72-dc38-412c-93da-e2354fe12bec from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-11T04:31:43.532Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:31:43.532Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-11T04:31:44.564Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:31:44.569Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2cee1d72-dc38-412c-93da-e2354fe12bec 77508
2021-04-11T04:31:44.569Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-11T04:31:44.570Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-11T04:31:44.570Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:31:44.570Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:44.572Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:44.572Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115504569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:31:44.672Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:44.673Z||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-04-11T04:31:44.673Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:44.680Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:44.680Z||pool-115-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:45.573Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:31:45.574Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-11T04:31:45.574Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: 2cee1d72-dc38-412c-93da-e2354fe12bec, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:45.574Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-04-11T04:31:45.574Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:45.574Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:45.670Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1049691087123804803/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-11T04:31:46.556Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-11T04:31:46.556Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-11T04:31:46.556Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:46.557Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-11T04:31:46.557Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:46.557Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:46.557Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:46.557Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:46.557Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:46.557Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:46.557Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:46.558Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:46.558Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:46.558Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-11T04:31:46.558Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-11T04:31:46.558Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:46.558Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:46.559Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-11T04:31:46.559Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-11T04:31:46.559Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:31:46.559Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:46.559Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:46.560Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-11T04:31:46.560Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-11T04:31:46.560Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:31:46.560Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:46.560Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:46.561Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:46.561Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-11T04:31:46.561Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-11T04:31:46.561Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-11T04:31:46.561Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-11T04:31:46.562Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-11T04:31:46.562Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-11T04:31:46.562Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:46.562Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-11T04:31:46.563Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:46.563Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-11T04:31:46.563Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:31:46.563Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:46.564Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-11T04:31:46.564Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:31:46.564Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:46.564Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-11T04:31:46.564Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:31:46.565Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:46.565Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-11T04:31:46.565Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-11T04:31:46.565Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-11T04:31:46.565Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=38cb11f1-fe47-453e-ac1c-e1ae2c75f695
2021-04-11T04:31:46.566Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:46.566Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:46.566Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:46.566Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:46.566Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:46.567Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:46.567Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:46.567Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:46.567Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:56d90e70-4733-4fef-bd3d-1bd9e80e8e86
Model Version:NULL
Model InvariantUuid:5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:1a88c25e-388b-4639-93fc-db6ac4b9c9ee
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e792445a-e8e7-455e-b625-fb15dade83ab
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d5fe2119-f2c9-41a5-a1df-4ccdb79ba4ec
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2a75a931-3c97-4d86-9cac-8da3878f5505
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:88a3c59c-c125-4bf4-9448-0e3a9cbe5e64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:38cb11f1-fe47-453e-ac1c-e1ae2c75f695
ModelInvariantUuid:29efe558-32eb-43b4-bf16-d610f1ef7fcd
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:20e4bcb7-267c-48a3-a30d-8d77ee4c01e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:e976761e-8ba9-4484-b87e-561746dccbda
ModelInvariantUuid:edce32c9-0214-4018-8e7a-0a953b31ce59
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:54820ca4-766f-468a-b11a-f5322364ae23
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-11T04:31:46.572Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b2eea418-57f1-40e8-b2f2-1e5178b132a5
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:31:46.574Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||basic_vm_macro 0
2021-04-11T04:31:46.574Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b2eea418-57f1-40e8-b2f2-1e5178b132a5
2021-04-11T04:31:46.575Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 44fc2225-b2ed-464a-8607-03ff134ec9d9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-11T04:31:46.575Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:31:46.575Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-11T04:31:47.181Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:31:47.181Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 44fc2225-b2ed-464a-8607-03ff134ec9d9 792
2021-04-11T04:31:47.182Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-11T04:31:47.182Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-11T04:31:47.182Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:31:47.182Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:47.184Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:47.184Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115507182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:31:47.284Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:47.285Z||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-04-11T04:31:47.285Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:47.294Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:47.294Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:48.184Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2a75a931-3c97-4d86-9cac-8da3878f5505",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88a3c59c-c125-4bf4-9448-0e3a9cbe5e64",
    "vfModuleModelCustomizationUUID": "8993adfb-ab76-4bc3-97e0-77156c7dd54b",
    "isBase": true,
    "artifacts": [
      "b33c893f-5599-4dd4-a417-afde5902da24",
      "2a8331ae-11c9-4386-91f1-6957fd350c5a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-11T04:31:48.188Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88a3c59c-c125-4bf4-9448-0e3a9cbe5e64
VfModuleModelInvariantUUID:2a75a931-3c97-4d86-9cac-8da3878f5505
VfModuleModelDescription:NULL
Artifacts UUID List:{
b33c893f-5599-4dd4-a417-afde5902da24
,
2a8331ae-11c9-4386-91f1-6957fd350c5a

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

isBase:true


}

2021-04-11T04:31:48.190Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2a75a931-3c97-4d86-9cac-8da3878f5505",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88a3c59c-c125-4bf4-9448-0e3a9cbe5e64",
    "vfModuleModelCustomizationUUID": "8993adfb-ab76-4bc3-97e0-77156c7dd54b",
    "isBase": true,
    "artifacts": [
      "b33c893f-5599-4dd4-a417-afde5902da24",
      "2a8331ae-11c9-4386-91f1-6957fd350c5a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-11T04:31:48.190Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88a3c59c-c125-4bf4-9448-0e3a9cbe5e64
VfModuleModelInvariantUUID:2a75a931-3c97-4d86-9cac-8da3878f5505
VfModuleModelDescription:NULL
Artifacts UUID List:{
b33c893f-5599-4dd4-a417-afde5902da24
,
2a8331ae-11c9-4386-91f1-6957fd350c5a

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

isBase:true


}

2021-04-11T04:31:48.191Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: b33c893f-5599-4dd4-a417-afde5902da24 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-11T04:31:48.191Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:31:48.191Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-11T04:31:48.358Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:31:48.359Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b33c893f-5599-4dd4-a417-afde5902da24 5033
2021-04-11T04:31:48.359Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-11T04:31:48.359Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-11T04:31:48.359Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:31:48.359Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:48.361Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:48.361Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115508359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:31:48.461Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:48.462Z||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-04-11T04:31:48.462Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:48.502Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:48.503Z||pool-117-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:49.361Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 2a8331ae-11c9-4386-91f1-6957fd350c5a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-11T04:31:49.362Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-11T04:31:49.362Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-11T04:31:49.528Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-11T04:31:49.529Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2a8331ae-11c9-4386-91f1-6957fd350c5a 903
2021-04-11T04:31:49.529Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-11T04:31:49.530Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-11T04:31:49.530Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:31:49.530Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:49.532Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:49.533Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115509529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:31:49.633Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-11T04:31:49.633Z||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-04-11T04:31:49.634Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:49.646Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:49.646Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:50.533Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: 56d90e70-4733-4fef-bd3d-1bd9e80e8e86
2021-04-11T04:31:50.533Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b2eea418-57f1-40e8-b2f2-1e5178b132a5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:31:50.546Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.547Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:50.547Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Processing vnf with UUID: 1a88c25e-388b-4639-93fc-db6ac4b9c9ee 
2021-04-11T04:31:50.547Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Will get resource from SDC using resource id: 1a88c25e-388b-4639-93fc-db6ac4b9c9ee
2021-04-11T04:31:50.548Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel to get resource 
2021-04-11T04:31:50.549Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel
2021-04-11T04:31:50.549Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|INFO|500||Invoke
2021-04-11T04:31:50.549Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-11T04:31:50.549Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel
2021-04-11T04:31:50.550Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|DEBUG|500||Method      : GET
2021-04-11T04:31:50.550Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/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:"43173f9a-06a3-469c-ba4c-4a33741dd192", X-RequestID:"43173f9a-06a3-469c-ba4c-4a33741dd192", X-TransactionID:"43173f9a-06a3-469c-ba4c-4a33741dd192", X-ECOMP-RequestID:"43173f9a-06a3-469c-ba4c-4a33741dd192", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"449d231e-87a1-471f-b36d-6145b5794f95"]
2021-04-11T04:31:50.550Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|DEBUG|500||Request body: 
2021-04-11T04:31:50.550Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|DEBUG|500||==========================request end================================================
2021-04-11T04:31:50.810Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-11T04:31:50.810Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-11T04:31:50.810Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|DEBUG|500||Status text  : OK
2021-04-11T04:31:50.810Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicVmMacro-csar.csar"", Content-MD5:"ZGU5YWYwNTAyYzc0YTYwODY2YzIxOTk2ZjA0ZWNhNmU=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"43173f9a-06a3-469c-ba4c-4a33741dd192", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-11T04:31:50.815Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|DEBUG|500||Response body: PK"#�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK"#�RTOSCA-Metadata/TOSCA.metaM��
�0Dw�@I�zK�vKM�.\�d꿯nj��w��\�3)�=�I��������:��x!Tz�T��({.vAVd47V�p�O�M(ΞB/T�W��%�-�$�R:���մ��DΆ�ҥ����J��֣q������PK��ڊ��PK"#�R.Definitions/resource-BasicVmMacro-template.yml�Ys�������~w2r�b2sg��$m�6ξ4/��!f���_�����}I����l:|�CPV��[��ۖ'���?�?��t�1����!�2���>T���1�n���C˿�??9b�D�a��ʘMaG*T��C�`E�,E�^ �y	H�����!	I`���Q��#ye�&D�M�U�!Ww�PЇ32�������>b~`�:"c^�l�����d�Ş�?`K�ݘSˆ肎��n���G�}g���[��<0L~���h�v}��`,2�Q�1���B80X���j�����xA*�A�)��A]l�p;_t'�����䡢�xڱ
X&c1�,ۏ�f�2é\��@~G�n��� �yYc�c
�`^��>&I�r�S�}�Q����&0�WI0�p)DJq���V�+���p���Va�%�@�?�*��Z��+b����D��s{o�KBF%.����Z
3�t�zM�\-nv�"ͽ`��W���3
���`&�����&�#�e�ß��wmkvUI��÷"�l��v�i�i	��W'r�<�o��k9��Yj�n+M6m�8����
���I��p"�"
�$4��"E����L�Zz�dd[����%i}7�˧�6��V#K�I�"�(���0����ىhOM���lw1�Gi��C�L�O��2�dwO_�W��4�5�o\
�X(�斘d��ve��m����KpszN�w�n��
�F�=��ma�?�∉���9�4�.��dp��d��:	��V2݄K?8���>�_��r�]������>���@R��R1׻;͇�÷š�͞����U�������T��-�������B�����z2_��g��������Z�Ux�x�_��I��\�}��%�>���5;��0~�����������������=�������%v9��<;�w_y�]������/���4/_~>�oM�Z�����������p��ʹCx|z;yA��?�����~C�v={��1�[��霳��S��dz��?�]o�ϗ��Trfs�M���_�{9�����~1��?�:���DK���n�Y���8�|���f����ӫ�^ܟI��ת3,צf����W�R���H����=�8,�BM��4�	Kg�7'oc
���%�Z���#�~�������jz��8����/�_�������L|����΃?���>ֆ/����Y��]��1�G���}b�	9��f-��U��b�!�G����0|gT�b|��4MX7��*� �!+����.�Fe8$N�H�u�c"r��yu���E!�����r��Z��G�@��.�"�I|#�G��;�07n���mE�b�����cl-4�����I�l1��a~���g=��MzdK�����M�̓�<�U�~�@���A�r����H��
��{��BHt6��U����j�ՎuP)ıkA�
����-�!��mw��tv��WD��1فg�`�v-d�j4�d柈�2�V$ztJK��b���J���Ү,4��b���n	ml��e��AW�-fՂP��Ȧ���ٺM�j1�M����Za��LUF��l/c\�ָy�a�޾˩	T��K+�e`��2V8]�/ꩄ�[Q/
���#g��x]
�������˛��������fv���D_b�	z��?�v���cv�7�����X�&T[�fxQ��Z�Suo9�-:JV��������)�.�e����-I�t����X����ʝl��u&�c��bK��~s�g����,����:g�j0u׵���t�l���sRr���l�i�k��/s��t�-2�r��f�]��겙�&r��F�	����Й����yYw=����y����*��hَAJ!�b�Ç���n���R	V�W��%��%���dZ__��r5f�ۛ{F{�@�ɽ�`��?ؗޛ�zɄ�Cb^,W�DS��B���}��J^��r1j�o4`r�d5�R�v�\ĩ%ަ�Ĩ	��im���S	����$�.�l�0MY(E��쉠
�"N�.n��n��z�X�V�m�4��֯�ʶ�@-���{�R�t��.�����ڜM��ΥYk��}{��]m�Q@i^G��<���znW����o+F�V������/�o1����vc* ƳA�y�g��֩1Z�J:>m�f��`��������êeP��i"���%Z��l�\B�%_}/�D;�Ѭ����s������v[��K�6��/�����{���a����=�&z�m_�}����Q+���'�n^��R��)wgИ*�+�%�R�"��q۩xʓ��z�[��X�|��t��J3=�X%v���\�l��V�,���\:�p��p������ZJ�=΄�9u��ݝ];}V�[������#p���ה�=�׊���;tU��M�n��m�âۭ��ڥS��O�;hۇ�z8N1v���κ�r{�s���ʗwU�(����J_���x��W�@;����V�bn#r�S ;X\Y��V�0�}�
�f�=���)�����R�b.���Ka��X�
_���d�>����f?���"��;~�ᵾ�O�����r�}{���8�<�YZ��;�$J���
�����yɸ�;,%i�db�
�MM/:�|�'���x{T�0�PK+Q�6��VPK##�R8Definitions/resource-BasicVmMacro-template-interface.yml�]Ys�~�_ᷙ�K6Ru�.kw�M �ԔK�2(ؒ�e��G�
����w�'����;G�Ȓ`�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�p3�R�)]y���lA�iP���nU�-)�8�B�\ҁaχ���R,b3a�̐'BE%XGC�z�b�f�Y�t@��0 �L��j��I���9\A��a��Y�ZnyM6Pc�q��Bnd6��n�Ff�<5x�^��]�V�jآ=W$��0 U8Z	�����j4s��M�-#�)@��\eF0TL�������4�!�S
�
���s&�L�&̹�)�3P�Ѝ�϶G9j��?�RkjW-6��z�S���a�V���k>�-��^�Nf���3n���#˟����NY����t�}�8n�/n��!�kwç���Q�n?�N���A�$���%��d���y�Xo���tj׍���7����z�T�aI/�Q����	_�q顉�n������]�;.]U��R�Ə���S�`��Z��
��������j�O��D�v3�'�wM�=�~��<&�Y��S�}����IM?�F�t�6��hrwl��캵I�[����V�X��`�������Rk<>����Z˘�^�'���3�~R����	��w�\�Ա69�9.b@fχ����Mmxwxr�hhW�f��W�j'c�ԍ�����a�)\�ʥ���PՋ������;�Zn<��ONt�:��K���Ny`8�o���Cop=�t�o�=@]��F���G�J�4��W�yۿ�����C�N���<�X�����$�����͝�Cs׵-���3�Ӛ�Q�gri%�sC�$�%�]�ph`n���6p�,�j�D�m'�+)�*��r���j/���윳�U�q#S��Q8^�\1/珶�…�3P�cs�n� M��E�b�dŹǼ|$����6�]K@�xhbKD��S�U�b�WgCp�jn��V����<��"�}��g�wI@Hɯ�n������DF�ş��Q���m|��M���2�0\��yն*|�n���mԄ�I|�'Bǯ���#
�S.��̂l�ܹo��!d=����?��!/������!�Z'�[���Ų�S��|5O�C$��P
�h�I���^������l
�)~.���P��?��Yu�Ξ�5�lyp�٢�j�%>�1�r"eI֓�WO���z������ˢ�+���?��r7������Mh~$��`�!`���ŕ��P��	��o"�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��2Ei�5Jz����}�}z>�6�̀]��,���-���cxW�N���{
~d��c̽��p��5�ƶ�n��O:j��p�,���gPK
���PK##�R,Definitions/resource-Novaserver-template.yml�WKs"7��W��^?���͒"���!�Ԕf���HIaS���f`�q�ĕS�˸Տ��mo\����K�]2��c�|xr�($K^����
�\p�G�I=�Vr�GWvz,�����N/;�;'g��s!z�q|�_����R�9M�Y*zY�=�睓^:N�q��Y��w����5/`�&f���"4$	p��� �@{�8��3�ͥ�~<�I
DrA��F:7��$�\	��%����)���F[H�X
�r��
����h�3��:�sЈ�JZ( �f�T��9���j%�L����_��"���B�VRZ3�,� ��+,m���3����Z"��IDG��eP[�lx��D(�]2tMw����s��q���0E��4X�!�U隌�(g��W�ҍ�1���	;`7��[��׷/���~����{���'̎�TE
��ݻ#,Pc�uB�U&��(T�e�𑪖\�` b���Ral���5��f����x����T�\�R?�F��ɆV�p���z�\-r`$g����N���$a��n��<Ϻ1*3�?�[+����JInM1ح�n�Z����O����b㢐:)�[Q�F��Ί���4$%rq�y!
cC�"�������+��L�e��h8�eK��0%���uJ���Ӄ���+*E�5���۠���x̢��c7�J(���]ZCU`W\�8_�6��F���e���u�ؑ�E�;��v��gg�+鰩�b�����f�R*+�ʠ�ާ42�Q�T	q����:|�-�j�6`1X���#���p�U�k�ᇐ���ز6!������rx�Y]�/���sc�x?��M�E���[�rH;>:���H=~������8r;t���?j��i��l�Xƛ�1��I�\0=�
�l�e�&�g�pe���G0m];�*���N��������)�2$��0;P8L��%о~6j���_��T���c�KD��[*d�Q�FWn2�����e3(Z��5B8�r9M�D�C���t8)�<��1�Wq��`�
����?��*x�Zz�bGף[����Y`0�!�&ǿ���2���~�gTR�w�vt�oq��f]_>�77����z-Ԯ�a��1�hB�/���!�aH�ۨ��i�[��x}�X�`�~�9Vخaq訌���]cKRT
��׸q��+���qg�U���k]���@b�S;�@�qC��R�g��PK|}E�PK##�R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ�B�6	o]�M���ꚾ"c.���6�����G3��4E"���{�'V΢S!�J����!ۘ�(���yD��@�fY8�ȴ`���_�!��n�`�y��.7��Ǯ�/<�q�jC�Z�b�Z�&r�"r��֛`�m��,��2	��,Y�!�@^ia�*GCh��kQ�&�[%Sq�4s��R(U.x
ڑ)�XY� B��5>9�uI��>�ҙ3�����D-8a�����ѨJs|B�(�����=�R�?3?`�̐H�����̗g��*�|W1�������<�d2�����M�u�����e0!8��sV�X���)e�wT�yS;��r:�A�j�j�������	�(LJe[�c�n�.٨�P郯J�
WE�J�S�7}���dȬ/Ѿ(���+���'��J&��#&Q�U�Mz��A)�Q�Ì����C���Χ)4Vy����
����^sR��f€��j;�^2�3 �z�\	M��UR��Ɵ�64�j�PK_rHJ�YPK##�R.Definitions/resource-Extneutroncp-template.yml�Vݏ7��S�>��#e��q���6w�RU+�=V����¡��{���PS�t�f�3?��f�N[F�P�	�l�c�#&.���	ɖ�2&�^�r�h�#D�55�*��4��d�2ƆWi�g�=�O�i���G<}7�wx�2N���kv���7c���ڱ�?�nap=�����!&���P:����,3�p��
���Gr���d��r$���@��D�r���F��dF����c�2�`��6&��B#�2[�;��F�/�^B�Y���4�Aqmb�0�,�Ϗ>u���	�)&�h�>�:���9�y����޼�a��q6���B��y'$�A��%*}M�]����3Z�TH,�IW^��4pa%�=�=Em�4�ܷ�$���R�����6�JiW��Zu���_6io��2���鼈�F��֣�K��eUs����'6�X�Riv�G	6��J#�6ES	�Q6�L�FҨV�ꃤK�SR�}˅���1i������:2���J���Z0H��P��aL�!2��a,a���j�&l/	���gְ����\1j�3A��l���.�u�d�ɀ��0��ֽ�i�y��T�O�������q�A�n��\����(��uf�X����`5����΁h�Eu�I�h��j�P���`��.-�?X�/�2�T|Ƕ���oMe	�-�ur��������}�9@���ux�/�PL�A�8�g�PL��7�X����������qI2��Y�K	:A�s)R��(h�mW,��j�su"��BRV�Q�u�<=>\gQu02f�7�\��B��4OR��_Hn����u3�O�m'lwU�P}��?��ץ���A?��?�G�'/8��%�`}P2[�]Z���Z;�q���h�S�L�KȈc���X�_��?�:��B%HIY�BFgJ8��ݽ:i��p"~8�l�td��E1�pi:�T��w����S�$��;���?RoI���£?�{NZ��V3��A��}2�|?��?<ͧ��V��<�Z�~ȑ?;���`1�F�,��x�?|N�\��c��7c�
�۶Lc{Q!�G�����s��v�Յ.�e�=��PKz�JL�
PK##�R)Definitions/resource-Compute-template.yml�VKs�8��W���A��������Ф�Խ��h`
�9�CKRN�_��$+�֝z�Nz�}������`��,�B�5>ے�H!�*/u�(ۡV�4��4�1`:�f�N�	�廫Nq~2+fy2�i�,��4yE�Y���f��yW��jrzr2O��E��,h��.^M謘��flPS
�V�U ���'�P3��ґ'< 8B��V�P�R��HCQ��qTcxg
�4���K����
�}��9��T
V�g@����k��j�``){�ҵܒa�Tґ�	�ƪP���(�T��3��]��_�Y3��:�{4R:��99�A��
�>Y�@z��Y�V;&%�fJyHcxW�m��p�a��5i�v��)BƜ�+���^�Z`�5R��9)X�գ��x��D�\,��VN�'&`]
7�������^~���蕽M��?��W��\u]���/Fܝ�����p>�%pa���V��-C���,q%��җ�PG�.���r�(Z���j�j$���J�����ZcCc���k`6�"�gw�$�m�f3��j���t��6���#��#��K`��{?�M�}y�B;��r��x4����^^_�,���\u�-*�gͰ��uZ���5��$�'?g���C�MK�����������@��[
*O}/�<���Է<�_���e��|�B��9��k+ꉝ�7�̧<H��ZnlsDR�?"7L�g֬�v>�����%ϼ\U��x ��5�#[���T#���;��HC���T��Ob����6��& ���W���_ow�|��;��?�SkS�L��?��k����p^��풊_��9�&3�+�՜����v�c�X�?��/v�#��Px��~|�;��>�(�	(�Qf>X��^~�E��`��!�C��1���iv����:����Ç/��6��v�/PKܔ���
PK##�R,Definitions/resource-Globalport-template.yml�WKo�8��W���`�v���77���]#��X5��J�������zNJ�"�QN��������HͨB�7\
�Ai\L�q[��Y����?�Gg)RC�g�p���Sano��EW��� �D����$L��~���O(����
����"��р��h�!�?4¯�h
��o,�QY����D4YJeP�f�g�y�
�hBI��H"c��3C}��͊������0�р'�,h��M����d�@,�����t4�Y�����Ne�<����/�ْ�����om�AT���7�ߧpx��3�!$�<
��{w��c�zz6 ��ś��'h�	�M�ভ�͡�`��~;߶J�BUABV<��v6J�Xɼ�UH��L&�=sY�J*�4�ݶVK�m�~��T�'3,�i�Uz,�
P�'��z�+��+��Џ�LKR�薪o�,B2���y�1��࿜+H��J\�0��ԢN4b=Ts�ݢW��@rw�I�(O�Ϩ���,J���YdOG�
��+�sm������CdD܌���AM��&��q��’q��_�f���Q�uws�
_�������}�S6ĂGD
����P���/������Lu�#C
���E����`�g���E켋8>�`�]O$�_Jk�fgs��JKrTq�͝�&�
);�۷�XF�nT�3�!�7H�r�9B�b���Z���/��O7�lM���O�?-:�[����l;oI�zwb�9�K�-0�I����r�����uUJ�lwȝw�����[�&�6�`c`�����&��|L�8u�Ñ�H:G$��{�v���̾jߤ-h�6�'�,w`��ɻ�\��|jo����'j�G���w������k��C���K2�PK���0h�PK##�R&Definitions/resource-Port-template.yml�SMo�0��W���� I/�mm�a��E��AKL*T�
��[wL�rJ0���2�����ٖ���?d�u)�m��×��9��	?�&�\n>���"g�o8��$����X��b�-���$b��(u/vJ�LL���`ݧ�RCB
vq�%�Js�ǔ!�Qil��I�#�(Б��VcV�t��j%^�챎�����Y�!֗�N7lv�>�i�2�'�U�ܽ�l�l���ֆ��9�P:[�;�;�R���\��s�Sf���#����>��K����{��Z<�?�2sh���~�W/���!	�u��j�JL�Ir�W�b�,j�A��d�V��92����"�n�ﶛ�����V����h��q��b�k�<�O�9^�a���k����X�ŕ>h�N�-�PK�jX�[ePK##�R?Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.yml��r�8�i�{`W���<g6U���$>�EEQT[�V�:�|��z��g�۩J�IA�Y�l��q��a��g'�ǵ�����#�����̕���S�m����p�3�]�?>�~m��ԡWW�YSm7�Y�j���j鬨�w�
X�n-b��z�'h{��7K����-Y�����k�‰K̳o���!
B�&�V�t��=; ���n�2�oC����!
��Ϙnb�	�
�M�������	H�/�������)�_��?h@c����V�|c%,ƄA{L�0�	}����%� Q��{��	�q�X~luֽ�Է(����C����f��0���B.�W߃N�8|"o,�	���z��2��^���ÙR<��+u��8Le����B�%�!˶A�r�"��\�
��rFc*�_��������#����2
J�]i�/�/�\��"��bV����g�������9�}x��h�UI�w'Y���^ha�XI$�(����E����{��8n��^X��HK�n�:|�{d���C|�i)hqZX,}O�fٚ�PP���O72�0a�$̪�i�I��qOi�}�A��sp�10�qJ���~Ya�%(�b��ԍ�}m8�KrH>#�T1۾��Q@ͬgif���f@ٯ0��\Kxn�Z�6h��W3!���%f�ƧE�A�j��lբi�|_|�$�)��b2��3|1�2��c�	�~F���������\��zF�!��@�!ߩ�1r��M�잞M|Ʈ��ס�6���P=X�܍k_X-������M���lwi�$b@38�&��=9�0�al׆(g��������-|��ƅ�c�Ne�g.��ft�옯$�Ϝ��1B�{p�mciٍҲ1���i�D�\�[��wd8>(��vမ[2+~�>X��TM|h�'�V補��_�R�I�2K����~�Av��gtX�Μ�����.~�Z뷸��1XmS���v-�>��w�I�_8�E�Ƅ�n8���?�|1��=>�=���!XF����Y�?���y
CwZ3�&��I�-?|����w��F�R��o��Sr�Nd��&?��O��"?��QMF@ɇ�=�V�(�eS��`౽�^�),��e*�jj����
U��Ǡ�y8�y���k�ld*�� ��X��RV9��4a�L������0�L���u�B�K�j�G0O�[9�7Vr�
�"3��B�'��ͪ&4`�/�A�#����L;C6k_VT[r��i�ǙD��^������X��*O|EAGy�<���Y~T���ΏE��
*{�b���}�7P:�$�{�'��s<�Fά�s�6W�8Q��Q��	mTW��qD��k��L��28A��Z����m��I˼΍c[l��kӑ�&��q� �Q���6��j�E��#��N#`u��H�
ʅ�hq^/�#J��$���!d����X+�=����BG{y8�mk��
7G�V�-���:��߆4�������x�w��(]IJ7��z�����Gt��kt�KǶw�#>�Ang�K1�F2��35n���;��вZ�7�Ya1/1�c1B�Lc���c�L
'��bq�b`ƫ��a�yR⿝��������w~��_�*�b����F9<�*Q�dU�u,1�<����ݝ;l�N�r�\�+4���m	I���)��l��\�͏���PWQ�ιA�^Fu�c��${E��3vz"
QE���<	�~��U�2�X�t*29,Du��V���Tߠ2i������H�fVw3l,�!���Ţ9z��Td�+c�f��JȰ���R�����n��W\�+���"Y������:�
	��;��ō@��.�(F��3���!/'^�Rfv��{�&m�j)
[1H�MS[k!�O*��h!�azt�]ԡg���Q��o��a��(��f�c�j�؍G��&��Q0��������C}���#/�KT�]S"Cͭ��XG�N��*�
*o���Y�jM:��젾ԣ#$$�n	��OGj�GB���ƿ0�$F�;����As��뙔>}�[��,,��������#E���t"QF����z�	*������S�^��Nu�Ҫ<�6���U	[�Z��#� �T�0t)p獜�*�������Ј��D}Pƞ��=�l�,��s�D8\''�D�	깴�#���R�����#���ri:o29^��T���K+C�1�Z�ո����Co �z���-�"8�4~�%/���7P�����R��^�8�v+vT8HKB���U�{�$W��o���k�&8���T��"qu�.�/c����^�B捋 ��@tK�Т9�����4_�u2�S������:,����^Ц`��:�詈�"i�YE��또�ډ�Q�̀���G�����`@�MW�����ԭ�?�����I�r�ߎ�q��"&���:�X�����%�~���/fƾ�}o���}���y$6��Iͫw�{�>�
����;!S޴�]����Yy!ڤ	܌�!f��؋�}J22�	4�.�^��*��B��Ze[7��K%�v��Ju;�	�;M�ת"DiJ�n)�rQ�vo{(�2���4��2W�E�����czG���^ sm���R��sa�We�1S|�b�P2�
�ߑ��񶨛)(�h�O<Ù�s�
�]�T�_��U��/H� �������ͥL۫���s��Z�Dץ-K���G��)8K�`��s��A�3?�zҳ�f�MO-��0j�5]��4�k	m̶����o���7Z�HA�>�k��+݊��w�T��hP	���]�:mR�ī�e�>�)r_Tq�T��#Ѿ�B�T��
��2���^X�sÚ6r�����RbNo��Z�/���B����kN��0p�`,n�0��y���/�&I�\97�f���ߝ���P3A�I���D`Rm��NJ�7��E����Xtb�@nQT�}%���d�^�L�/�������GKѠg�aC�{�k�(��D����1�n�XC�\�,V|��dMx��fsL�u_�i��`�&9�B ����y|s���L�@�o̴�����A�BQWPv"�/U�:�R.[�s����
N<\-��\�v��4.���FaW{phY��
QH.�Yq�\�[�$��I��xʶ&|�d=>�{uH	��z��-\L�x��s��q?�Fi��i@���Mщ(�5�����F~`�ز�u�ˀ64���"�ĭT��Z:V�;K�$��|����1A���c~!�Ob��%�3k�#��<�gp�/�]�]�M�s��{���<>�0���gM�<�`$�zl�z�]�f)�J�n;�����)���:��S��acetr�a�;5Z�Q��$��w���$츈���r`�4{�S�	��"4�}b&��g�͐-<��U�������XB�Ƹ��E&Ӑ=v���^�h��I�I�R�Z��C�+T����F*hX�i�m]ܺ��7�ϒ�Ynf��?�6����j9=�J�k}���W���ͨ;�4�qnx&�q���I�v��sbX��/{�5��D����݌K�A�}'��҄�j��e��@�!tecx�L�k�l%Nc'�!��#p{]��x�#&W/��zx}v�fݰ��y��/~���\Ҭ�w+����REx��6z�|s���?	��8�)r�����v؅:G��{X�y8�g�eҳ�Hr80�q�_2{j H~�h��i��!k��`�y�t�g!~�PTy�����9խEW�P���;R+���C�
��L0�TP{<�]m��V��"��
��P�"r&��
A晈�9.�D�D�@�3�����>�)�I㰢sH�(�Ͱ�?4���K8��Y|�0� ;<����j�p��pv3��(f�!����X�1	�� �qy̞y�?P�����B�]��������Sݰo5=e�l�1}v��<��������l��H����;+��I�"�I���U��u��?5�/��_�pw���Մ�':Y�ϠN+�o�ܪ����%)I����?�щ�\ᮽށfO�^G����l�PK��2�#}PK##�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�`����M��=4-�M/EaP��&J�Z�r���Q�-%�M4(��!29��;����2�nr�r�-W�l�
^��uY���͑b3�̯
�4������@5��>=��&��[��^@r=��M,�IF�Y�\�Vه��j�]��˗�E�Lf��*��,�p�M���, ��(KZ���-TFŽ*����`��u��
��B��Y�׶��e{.�*��0ZҌ�2�������=^3ja���	�3L3UvN�ˌՔYLNJU�|�+�&�ミ?���{�*�+�뙧3�<��l>��cUd���{w��+m��*!�L-;![.������K�N��6����@��T���=/����x�U5�jR��R	�^T٥�&TJe�r�V�dgXwvs�һT���L����a��F������x�|�ժh���V#CE�P���g
�
�T����.��pػA�x�!��=p���駃��98\q���[��
M��O��s뎘��p�Z[̔$��{��ʸ>�*NO5+�*�A�s'	Iȼw�����LJ���<�4~k�J��r	�q�.5j���.0���li%��-����xc�^�Г�,1iDoԬ�E�:aR���m�Y�M���A���8j��k��R�.B0*��{���O����{#j�^wщ��DǏ�k]C�}�s
4Ok+06�����t�
VV�dѬ�"��p�5`�;^k0�?��X�i:���-ā����D��g�-D|�Г7t
/Y"��B��,{N7�.x(:����L"&�ܠ�'��O.���;��̾�$V�/�a�	C�4/��e���n'��/\y�@Nཫ\
�� m��GX��
��7�E|����PK��w1;KPK##�RFDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.yml��9��0�{�
v�D��V�	R�	�VR#/���X� �7�|�F�	m���**gC;��Ѱ8��2���F�E[�F� B�cL��/�o���Ī��,/�:��┝�	�·JT��ÙN-�>���:{:��>� EY�ʲ:րeE��
�Aɫy���)"����_"��dc*s:@��j�����@h��Z����Q�>P��[Bě���}E"�$-$�[� B� #��K^�m�|����Ѵfz�nR�a�Q#�o_�|���L>�K2��~���;C���lq�4c���a�|7��S
��
0�k]�Bi�u�<�+�QÜ��6즰�7�ҖZ��<8��W�i+ֺ��}���̶�:�n��������K�YX��۞�uO�[;
{Į�3Ϳ�?t�n�=�%k����OPK�L�dPK##�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���j� �bpY������k�'�Mf�>�uA�cK���V���sx���@��](9�`�E���.�B����(�q�G����F~D������j|"�����4�c��Q�h�V�J��(�����-��#o�8�2�^��/PK����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�2Fh#\��<���������������d�v�:@���"0 \��n���@��+ȝ���1�y�K�p�������s{����d2L/~�RG�fW��qJ��7����9�כb�v��2J�ZjD��HҞ���bQ�RBu���*k�{?��@NR)���u����+��s��@���q��\+6d��9�c3�����“�[�|ks��ە�jR��K��s��;�6*�[�.��\q��o��`�c��!��Y?���ի�3j�Z:��K�Ba*m�y/k���g����"H�b�	rB�Nܘס�B�V���?�0�*X�d�x��Wέ�~�w��"���(���4�3d*b�wǯY.=S���,��F��ް�΄m��{#,�zRA�PQ�z�P��#��^j]���T��)�3tQ�*�S�'}�:]�6�)�+��4���,�w�4��5�g�!�8ۤTV��4�gtG�"�wc�wH���5�,^�i�Bp[��n��
��󟽃땐GV`��xe1B%����^4)���I`0�6�ҋa���\,#��_�̍d8n#Cz5�?Y�O�w�P�Z����Z{�w����9�y�c$�]vEM)�j\gd�%�z�c���n��9��~𲉻x��ʭS��@7��-�zŇ�	H/A�ד��0K��=�@�£�`�m
Oy�sc�������'2���	��H,!W�u���A�Y䈗��7�A�/*�◦�(o���`jY�
��J�-��h��@K�tRݾ��h��FӤb#X\ч���W2dtQ�5�j�iK�S�j�`���˜�3��?�f��H�A����@h��~������K�鈳e�Փ�(�	23�����?Y�`�
��6���	Y�|w@�|kfҊ�\ۈ������aV;����m�qy�'ɥ�+6�Є$���/�%~8�*�:uU�+!�����Ko�r�����k%	��"_&XK
90ލ�8qSE}֖j�L��̑ڬ�QYt�D��w�O'���vejd�e&������ܑV!�yG8��hc��@ى��,����vu�8r���qESQs.CRuE��Av/r7i<&�,�E�&�z*���״9ԟ�]C\�s
ӎ'C���X�h%�J�m�i�46�D1kֺ�YH��v���2%���S�vLMC�+]�������A�R��r�)�hy\L�[	]���L�d:p�{�ϐ�4��l��/����a�
���|�W�V��7+>=�@u�y��:ͧ�BR�9
O�y�+�s/c��kLcV�Oq##x�����N���\Q*�=�����[�H;Vl�D�{���3�dud��1��)rb��գ�qX�l�h��	�0Ð	Jh:Ԫ&Ҽr���3�g�S}��OÊf*W��6��(�K�14�����=(hE�j-v-⭙�z�Q�{��G�l4���\%�Q'��;���*�A�3��|�Q��^���>�an��9;7�p�4Z��ѬUSד	��V���)̤�D '�X�������[�S���V�^�K&�F(m_nLmo��
���Qδ����٢�{C�qr�~������.�\���z�Á�h�]`�x
Il/�PQ��mߣR��F���hݚ�LO/�J{�d�c���C����%���X�;�
��U�����l�D?/9�?�|ܺ�&{�`� �-g��nzA�S
��v1�O�Z{�`�5r����6�S�>X�aM���3���9�1 N(�5>يm��d%�#�=��(_�.w�`��6ʨ�*j��EH�I�>-���>i%��c&�N/�
+���ȥ����9=�]��jH�˴�	�6~y��:jA�
�����d�C,�%o���1����ށ5����D{Y頻u�{jX�����u�-�����E��R���]�vLl�Y�V<����e���[��	x+
�������8��Q�%Û?M��F8�>���o�&z��$V��g����(�v=�7��f��wO�Fmy>ܝj�8�@���t��^���
?�F���K_״����n�I@�l.<�i�}4ԝ�(����g#U�K����J�lKՋ�(�g*��:p��Q�m���4�":�+�M"Į�F�F���P��_Y�h�I
᱌�"9���z�/���
v��Z>�4Ll�-g�.nD���˓{�a��ԡ�3��
m���Q�QS28�Q�ӏ8+�oq��+�{j������9Ic���Bb����_�4��Iփ��F�('p�,����K]�W��z��|:0nں�L�U�͇��#�^�jľ���_�Z�_.�M��◱����ya<�b�
ϭHa���2��ڙ7q\��ug2K�u�$A��OP�#��
)R����A��!/��K荷jJ��C����)V�ܧ��	�sw�&dG��x�J��貱�S0�g�Xn�s��������1�t�T]�
��
=/�x�dl���e\�����7³G��m���G0�Z1E��˹���"���;��f`*\s�>MAN.N��6>$�o
��ꏅ$:�m!;�|����C#��H���Q�Q�v+���E$�n~KP�%# ���G�0�eB�F����0�v��(]��@��h<�.EF@d��������:��V�\����,���pA��=�'�9)q �9=q������J��K�',!L7���y����������æ<ʲ�l����XP�V �����R�9��&
00dFJm�(Q����wW"���ǥ[?�<�-
��ya�[{��.��t��ׄ�҂�d/���������%�,.s����ߣm��_~~�;P�S�Z�ڳ/0�ѫ?���-~ey�#��;�X�b�ʒ�l/t�y���Tޅm|`p���]V>�r����PnPV�c�~�z^��?s��X3�U���}�����,P��C`c,�M��nϮ}��#��W_�J�c@MTޔ����>s����㉷8"�m�`�K4�!`[�롈���'�?
Vzy�Ԣ�	rt���yH�짗֕6�rx�:R$�A5�5���T�5a��0����Rk����Qʯ���aH=_S)�	�`u�V�K[�4��]��ȳ+Μz@�o�D.���&��x���jp��h�$ V�!�V��l;��2�e�0�c?ޢ�G@��Cǭ}���p��kc�i����i��5���=����^��إ(i��㜏�Y�S��������o��H�Ol�]]�v�R<�v�N^��u��!���-��&ϻo�kG1)�֤�.NfԵӾ�O{R�)�K�*��Ԩ�ȍ�pi�V��F	l�-�9d��[�5dx;�(3#��n�Y�Z�%�9[��J���u=m��()�$;eʽ�e(�9�\,�S�f��>�5�
���tܑ�n�����9&;o�
��:?8
��a0�p��W�!T�߅UO�$�/�r�D��U�\/�y'().9ţ�jd\Q].���M`M�~��/z2Pn#����`�̩9�a΀<����W����7�S�B2��+�1^_��;T��ͩϵ�e��D'i����ΦK�{'a\�����+u���?��VE��߷=�=\V
�����ƨ�D
s@�Q%N�a�7�9f�X��7�U|Ҋ�;:E�
�T�s�K��wS��P9c�!��&�94A�qW�n<3���Cvh���6w��d��f��Ac�
�H���I;�{�^���' ���^ W������"���g
�o�`�����?d��������'�W�s�~��w�R�Mf�͹�_���É�B�}4t�=��@./V�{`$���s�5)�����X��<���r��%9p�"��m�Y%�D�^mm�T+���7�X�(9��L���U?���Х%�@�/�N�d1�p^E���D���ں69�.�ƍ��o�gf���ћ���l�uÃ%54Bn_k��MXu�UqY͏���a�"bQO3\M|	�d�.�Qp�Q����s���6�o_��e���lǼ�M�bӈ��}��ڃ*�!*?%s�,G}�o��!����ùr%a�����=	���'3�l�sF
��C���9\[�4i������U�]4P^�~���@6P��O>2�'��ϕ�)|�[��f��FT��Gu�s��u����\#��K�lnK3�GQCGN�K
�n��\����]~=�D��=�%~pr��i�F<9Ӂ��Xi��	�����D��0� �z����D^�H��^7�|6W�?3EE��&�{�Х}�o:�[��@{QUh�zH�=�o=5Nv��d�e��,��M��뜉�Ö�S�QC+,�E�&���M�>�h��YSUv���}����-\��ġ��ˁ���̈́����+��4�����\}���?b����r��������#��̇�k+��W\�P+��*
3^�#��x�!�痿�P��<��Nm� �$0��'�VU���a�?��78^Y�������e��T�U�������^B�z��M����mf��9��1'���m|�*�{‡϶I�h&I�>��`�&Dvr�ܹd6^.? )��P��q�����e�m!��RFJm�`y?�d�����oF\��i�����녈D�p�����p���s�k��!\?V_��M��+�5K�[[�7��69��"���M��MA�k�����Sz�j����2(�vo]���\����כPW�"נ�o)�ބ�z��CG��J*�M*�k���WE�怮���,����&��,����C�7�7������F"~�j�Ey
����&���:N&�m��M��x����/y�m&�_C������U��>���j��2z�0������f����������
���13��)MUT��_���AE@����PK"�ѹ�%PK"#�R�R�B4E	csar.metaPK"#�R��ڊ��kTOSCA-Metadata/TOSCA.metaPK"#�R+Q�6��V.?Definitions/resource-BasicVmMacro-template.ymlPK##�R��b�
h�8sDefinitions/resource-BasicVmMacro-template-interface.ymlPK##�R
���(�Definitions/resource-Extcp2-template.ymlPK##�R|}E�,
Definitions/resource-Novaserver-template.ymlPK##�R_rHJ�Y/�$Definitions/resource-Securityrules-template.ymlPK##�Rz�JL�
.e'Definitions/resource-Extneutroncp-template.ymlPK##�Rܔ���
)
,Definitions/resource-Compute-template.ymlPK##�R���0h�,0Definitions/resource-Globalport-template.ymlPK##�R�jX�[e&�4Definitions/resource-Port-template.ymlPK##�R"��2N�O?v7Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.ymlPK##�R��2�#}I1DDefinitions/resource-BasicVmMacroNodesUbuntu20cvfc-template-interface.ymlPK##�R��w1;K/LMDefinitions/resource-Globalcompute-template.ymlPK##�R�L�dF�QDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.ymlPK##�R+�@j5���SDefinitions/data.ymlPK##�R�'}8��Definitions/groups.ymlPK##�R0?��@@l�Definitions/policies.ymlPK##�R���C&�Definitions/annotations.ymlPK##�R�����a�Definitions/relationships.ymlPK##�R2ea�
l�Definitions/artifacts.ymlPK##�R�H�v~(��Definitions/capabilities.ymlPK##�R8��w�Definitions/interfaces.ymlPK##�R5n���/�tp�Definitions/nodes.ymlPK##�R�6��D�D��Artifacts/Informational/OTHER/VSP_basic_vm_macro_VSP_Information.txtPK##�R�ظW�,_�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPK##�RW�P2}�<�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK##�R����4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK##�R"�ѹ�%G��Artifacts/Deployment/CONTROLLER_BLUEPRINT_ARCHIVE/BASIC_VM_enriched.zipPK�	Z
2021-04-11T04:31:50.817Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-11T04:31:50.817Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a88c25e-388b-4639-93fc-db6ac4b9c9ee/toscaModel|INFO|500||InvokeReturn
2021-04-11T04:31:50.820Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-11T04:31:50.821Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-11T04:31:50.821Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||VFCustomizationUUID= d5fe2119-f2c9-41a5-a1df-4ccdb79ba4ec
2021-04-11T04:31:50.821Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5fe2119-f2c9-41a5-a1df-4ccdb79ba4ec matches Tosca VF Customization UUID: d5fe2119-f2c9-41a5-a1df-4ccdb79ba4ec
2021-04-11T04:31:50.821Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||vfCustomizationUUID: d5fe2119-f2c9-41a5-a1df-4ccdb79ba4ec  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-11T04:31:50.824Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.824Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:50.825Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||resource request for resource customization id d5fe2119-f2c9-41a5-a1df-4ccdb79ba4ec: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-11T04:31:50.825Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b1a383b
2021-04-11T04:31:50.825Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.825Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-11T04:31:50.826Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8993adfb-ab76-4bc3-97e0-77156c7dd54b
2021-04-11T04:31:50.826Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8993adfb-ab76-4bc3-97e0-77156c7dd54b
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-11T04:31:50.828Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.828Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-11T04:31:50.829Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:31:50.829Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.829Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-11T04:31:50.829Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:31:50.829Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.830Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-11T04:31:50.830Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-11T04:31:50.830Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-11T04:31:50.830Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=38cb11f1-fe47-453e-ac1c-e1ae2c75f695
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-11T04:31:50.832Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.832Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-11T04:31:50.832Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:31:50.833Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.833Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-11T04:31:50.833Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d5fe2119-f2c9-41a5-a1df-4ccdb79ba4ec
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:31:50.835Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.835Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:50.835Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500|| resourceSeq for service uuid 56d90e70-4733-4fef-bd3d-1bd9e80e8e86: basic_vm_macro
2021-04-11T04:31:50.835Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.835Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:50.836Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.836Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:50.836Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.836Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:50.836Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.836Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:50.837Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-11T04:31:50.837Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:31:50.837Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||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_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:31:50.995Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b2eea418-57f1-40e8-b2f2-1e5178b132a5 1 ASDC deployResourceStructure
2021-04-11T04:31:50.995Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-11T04:31:50.995Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-11T04:31:50.996Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:31:50.996Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:50.998Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:50.998Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115510995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:31:51.098Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:51.099Z||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-04-11T04:31:51.099Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:51.110Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:51.110Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:51.999Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-11T04:31:51.999Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-11T04:31:51.999Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:31:51.999Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:52.001Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:52.001Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115511999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-11T04:31:52.101Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:52.102Z||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-04-11T04:31:52.102Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:52.202Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:52.202Z||pool-120-thread-1|||||INFO|500||cambria reply ok (101 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:53.002Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-11T04:31:53.002Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-11T04:31:53.002Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:31:53.002Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:53.004Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:53.004Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115513002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-11T04:31:53.104Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:53.105Z||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-04-11T04:31:53.105Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:53.114Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:53.114Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:54.005Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-11T04:31:54.005Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-11T04:31:54.005Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-11T04:31:54.005Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:31:54.007Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:31:54.007Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115514005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:31:54.107Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:31:54.108Z||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-04-11T04:31:54.108Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:31:54.115Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:31:54.116Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:31:55.008Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43173f9a-06a3-469c-ba4c-4a33741dd192
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:31:55.017Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43173f9a-06a3-469c-ba4c-4a33741dd192
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-11T04:31:55.019Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-11T04:31:55.019Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-11T04:31:55.019Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-11T04:31:55.020Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-11T04:31:55.035Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:31:55.035Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:31:55.035Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:31:55.035Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:31:55.035Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:31:55.035Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-11T04:31:55.035Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-11T04:31:55.040Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-11T04:32:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:32:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:32:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:32:01.089Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:32:01.090Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.090Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-11T04:32:01.090Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:32:01.090Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.090Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:32:01.090Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:32:01.090Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.090Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:32:01.090Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115345311,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115347594,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115348807,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115350030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115351485,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115352489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115353493,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115354496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0cadb4d-29a4-4232-ace0-dd47edd042b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115386006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115394963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115397777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115399072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115400769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:32:01.092Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:32:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.70.181
2021-04-11T04:32:25.041Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43173f9a-06a3-469c-ba4c-4a33741dd192 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-11T04:32:25.045Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43173f9a-06a3-469c-ba4c-4a33741dd192 and serviceModelVersionId: 56d90e70-4733-4fef-bd3d-1bd9e80e8e86
2021-04-11T04:32:25.045Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84
2021-04-11T04:32:25.046Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84/model-vers/model-ver/56d90e70-4733-4fef-bd3d-1bd9e80e8e86?depth=0
2021-04-11T04:32:25.055Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-11T04:32:25.151Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84/model-vers/model-ver/56d90e70-4733-4fef-bd3d-1bd9e80e8e86?depth=0|INFO|500||Invoke
2021-04-11T04:32:25.152Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84/model-vers/model-ver/56d90e70-4733-4fef-bd3d-1bd9e80e8e86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84/model-vers/model-ver/56d90e70-4733-4fef-bd3d-1bd9e80e8e86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[43173f9a-06a3-469c-ba4c-4a33741dd192], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d513e13e-3edc-4759-b91c-f46911daccaa], X-ECOMP-RequestID=[43173f9a-06a3-469c-ba4c-4a33741dd192], X-TransactionId=[], X-ONAP-RequestID=[43173f9a-06a3-469c-ba4c-4a33741dd192], Content-Type=[application/merge-patch+json]}
2021-04-11T04:32:25.167Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84/model-vers/model-ver/56d90e70-4733-4fef-bd3d-1bd9e80e8e86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-11T04:32:25.472Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84/model-vers/model-ver/56d90e70-4733-4fef-bd3d-1bd9e80e8e86?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/5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84/model-vers/model-ver/56d90e70-4733-4fef-bd3d-1bd9e80e8e86?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210411-04:32:25:173-5992], vertex-id=[254096], Content-Length=[0], Date=[Sun, 11 Apr 2021 04:32:25 GMT], Content-Type=[application/json]}
2021-04-11T04:32:25.472Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84/model-vers/model-ver/56d90e70-4733-4fef-bd3d-1bd9e80e8e86?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-11T04:32:25.473Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5cc6c34f-4d4a-4426-81a2-e18e3a6c0f84/model-vers/model-ver/56d90e70-4733-4fef-bd3d-1bd9e80e8e86?depth=0|INFO|500||InvokeReturn
2021-04-11T04:32:25.473Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-11T04:32:25.473Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:32:25.477Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-11T04:32:25.477Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43173f9a-06a3-469c-ba4c-4a33741dd192 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-11T04:32:25.477Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-11T04:32:25.477Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:32:25.479Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:32:25.479Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115545477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:32:25.579Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:32:25.580Z||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-04-11T04:32:25.580Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:32:25.591Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:32:25.592Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-11T04:32:26.489Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:32:26.490Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:32:26.490Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:32:36.680Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:32:36.680Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:32:36.680Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:32:36.681Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:32:46.215Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:32:46.216Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:32:46.216Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:32:46.216Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:32:55.760Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:32:55.761Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:32:55.761Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:32:55.761Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:33:01.071Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:33:01.072Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:33:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:33:01.092Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:33:01.093Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.093Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115402595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115403598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115404601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115405604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef8cf883-c079-4901-9207-83fc0fa5794a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115436969,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.094Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.135Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115447380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115449726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115451077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115452680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:33:01.136Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.137Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.137Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115454462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:33:01.137Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.137Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.137Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115456169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:33:01.137Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.137Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.137Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115457908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-11T04:33:01.137Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.137Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.137Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115458911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-11T04:33:01.137Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.137Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.138Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115459914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:33:01.138Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:01.138Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-11T04:33:01.138Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115460917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-11T04:33:01.138Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:33:05.297Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:33:05.297Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:33:05.298Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:33:05.298Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:33:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T04:33:14.833Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:33:14.834Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:33:14.834Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:33:14.834Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:33:24.372Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:33:24.373Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:33:24.373Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:33:24.373Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:33:33.936Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:33:33.936Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:33:33.937Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:33:33.937Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:33:43.544Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:34:01.069Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:34:01.070Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:34:01.070Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:34:01.071Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:34:01.072Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:34:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:34:01.091Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:34:01.092Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.092Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115461920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-11T04:34:01.092Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:34:01.092Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.092Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115462924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:34:01.093Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:34:01.093Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.093Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c010423d-093e-4f37-8ddc-542168a7f2e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115494375,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:34:01.093Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:34:01.093Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.093Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:34:01.093Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:34:01.093Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.093Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-11T04:34:01.134Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.135Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115504569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:34:01.136Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:34:01.136Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.136Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115507182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:34:01.136Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:34:01.136Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.136Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115508359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:34:01.136Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:34:01.136Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.136Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115509529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-11T04:34:01.136Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:34:01.136Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.136Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115510995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-11T04:34:01.136Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:34:01.137Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.137Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115511999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-11T04:34:01.137Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:34:01.137Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.137Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115513002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-11T04:34:01.137Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:34:01.137Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:34:01.137Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115514005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-11T04:34:01.137Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:34:10.607Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:35:01.069Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:35:01.070Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:35:01.070Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:35:01.071Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:35:01.072Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:35:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:35:01.590Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:35:01.591Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-11T04:35:01.591Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43173f9a-06a3-469c-ba4c-4a33741dd192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618115545477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-11T04:35:01.592Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-11T04:35:10.612Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:35:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T04:36:01.069Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:36:01.070Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:36:01.070Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:36:01.071Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:36:01.072Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:36:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:36:10.680Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:36:10.683Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:36:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T04:37:01.069Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:37:01.070Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:37:01.070Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:37:01.071Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:37:01.072Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:37:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:37:10.613Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:37:10.630Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:37:35.558Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T04:38:01.069Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:38:01.070Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:38:01.070Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:38:01.071Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:38:01.072Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:38:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:38:10.676Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:38:10.680Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:38:20.558Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T04:39:01.069Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:39:01.070Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:39:01.070Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:39:01.071Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:39:01.072Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:39:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:39:10.604Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:39:10.605Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:40:01.069Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:40:01.071Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:40:01.071Z|43173f9a-06a3-469c-ba4c-4a33741dd192|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:40:01.071Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:40:01.072Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:40:01.072Z|efc56284-6e4c-4fe5-88d0-18864c337f96|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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:40:10.674Z|43173f9a-06a3-469c-ba4c-4a33741dd192|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-11T04:40:10.677Z|efc56284-6e4c-4fe5-88d0-18864c337f96|pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK